From 6221e9f8e29f1382a0a7ab82607895beca35df59 Mon Sep 17 00:00:00 2001 From: Leialoha Date: Wed, 1 May 2024 02:17:45 -0500 Subject: [PATCH 01/13] v0.3.0-1.20-Indev.1 - base update --- build.gradle | 2 +- gradle.properties | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/build.gradle b/build.gradle index c511e05..a50d326 100644 --- a/build.gradle +++ b/build.gradle @@ -230,7 +230,7 @@ dependencies { // http://www.gradle.org/docs/current/userguide/dependency_management.html //Project MMO - compileOnly fg.deobf("curse.maven:project-mmo-${pmmo_version}") + // compileOnly fg.deobf("curse.maven:project-mmo-${pmmo_version}") //runtimeOnly fg.deobf("curse.maven:project-mmo:${pmmo_version}") // Mekanism diff --git a/gradle.properties b/gradle.properties index a3cdd21..3e1b728 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,11 +8,11 @@ org.gradle.daemon=false # The Minecraft version must agree with the Forge version to get a valid artifact mapping_channel=official -minecraft_version=1.19.2 -minecraft_version_range=[1.19,1.20) +minecraft_version=1.20.1 +minecraft_version_range=[1.20,1.21) -forge_version=43.3.0 -forge_version_range=[43,) +forge_version=47.2.0 +forge_version_range=[47,) ## Mod Properties mod_id=cuboidmod @@ -23,9 +23,9 @@ mod_group_id=com.cuboiddroid.cuboidmod mod_authors=CuboidDroid, Leialoha ## Dependency Properties -jei_version=11.6.0.1019 -pmmo_version=353935:4630715 -mekanism_version=1.19.2-10.3.9.13 -gamestages_version=11.1.4 -gamestages_version_range=[11,) -bookshelf_version=16.3.20 \ No newline at end of file +jei_version=15.3.0.4 +pmmo_version=353935:5249087 +mekanism_version=1.20.1-10.4.6.20 +gamestages_version=15.0.1 +gamestages_version_range=[15,) +bookshelf_version=20.1.10 \ No newline at end of file From 55937f99ffd31be5ba5ab2cf208afae5cc3d20c1 Mon Sep 17 00:00:00 2001 From: Leialoha Date: Wed, 1 May 2024 02:18:04 -0500 Subject: [PATCH 02/13] v0.3.0-1.20-Indev.2 - bulk update --- .../com/cuboiddroid/cuboidmod/CuboidMod.java | 10 +- .../jei/CollapsingRecipeCategoryJei.java | 21 +- .../compat/jei/DryingRecipeCategoryJei.java | 23 +- .../jei/InscribingRecipeCategoryJei.java | 21 +- .../jei/PowerGeneratingRecipeCategoryJei.java | 28 +- .../jei/RecyclingRecipeCategoryJei.java | 20 +- .../ResourceGeneratingRecipeCategoryJei.java | 23 +- .../jei/TransmutingRecipeCategoryJei.java | 21 +- .../{DataGenerators.java => PackOutputs.java} | 28 +- .../datagen/client/ModBlockStateProvider.java | 4 +- .../datagen/client/ModItemModelProvider.java | 18 +- .../datagen/server/ModBlockTagsProvider.java | 14 +- .../datagen/server/ModItemTagsProvider.java | 14 +- .../datagen/server/ModLootTableProvider.java | 54 ++- .../datagen/server/ModRecipeProvider.java | 6 +- .../server/recipes/ArmorDataGenRecipes.java | 20 +- .../server/recipes/ChestDataGenRecipes.java | 5 +- .../recipes/CraftingTableDataGenRecipes.java | 5 +- .../server/recipes/DataGenRecipesBase.java | 31 +- .../recipes/FoodItemDataGenRecipes.java | 13 +- .../server/recipes/FurnaceDataGenRecipes.java | 9 +- .../server/recipes/MiscDataGenRecipes.java | 15 +- .../QuantumCollapserDataGenRecipes.java | 5 +- ...tumTransmutationChamberDataGenRecipes.java | 3 +- ...ngularityPowerGeneratorDataGenRecipes.java | 5 +- ...larityResourceGeneratorDataGenRecipes.java | 5 +- .../recipes/SmoosherDataGenRecipes.java | 5 +- .../server/recipes/ToolsDataGenRecipes.java | 28 +- .../events/LivingDeathEventHandler.java | 6 +- .../CryogenicDimensionalTeleporterBlock.java | 21 +- .../block/EnergizedEndStoneBricksBlock.java | 3 +- .../cdt/block/EnergizedNetherBricksBlock.java | 3 +- .../cdt/block/EnergizedStoneBricksBlock.java | 3 +- .../cdt/block/EnergizedThatlduviumBlock.java | 3 +- ...ryogenicDimensionalTeleporterRenderer.java | 56 +-- ...ogenicDimensionalTeleporterTileEntity.java | 5 +- .../chest/inventory/CuboidChestContainer.java | 11 +- .../render/CuboidChestItemStackRenderer.java | 6 +- .../chest/render/CuboidChestModels.java | 22 +- .../render/CuboidChestTileEntityRenderer.java | 28 +- .../chest/screen/CuboidChestScreen.java | 25 +- .../QuantumCollapserContainerBase.java | 4 +- .../item/AluminiumQuantumSingularityItem.java | 2 +- .../item/AndesiteQuantumSingularityItem.java | 2 +- .../item/BasaltQuantumSingularityItem.java | 2 +- .../BlackstoneQuantumSingularityItem.java | 2 +- .../item/BronzeQuantumSingularityItem.java | 2 +- .../CarbonNanotubeQuantumSingularityItem.java | 2 +- .../item/CelluloseQuantumSingularityItem.java | 2 +- .../item/ClayQuantumSingularityItem.java | 2 +- .../item/CoalQuantumSingularityItem.java | 2 +- .../item/CobaltQuantumSingularityItem.java | 2 +- .../CobblestoneQuantumSingularityItem.java | 2 +- .../item/CopperQuantumSingularityItem.java | 2 +- .../item/DiamondQuantumSingularityItem.java | 2 +- .../item/DioriteQuantumSingularityItem.java | 2 +- .../item/DirtQuantumSingularityItem.java | 2 +- .../item/DustQuantumSingularityItem.java | 2 +- .../item/ElectrumQuantumSingularityItem.java | 2 +- .../item/EmeraldQuantumSingularityItem.java | 2 +- .../item/EndStoneQuantumSingularityItem.java | 2 +- .../item/GlowstoneQuantumSingularityItem.java | 2 +- .../item/GoldQuantumSingularityItem.java | 2 +- .../item/GraniteQuantumSingularityItem.java | 2 +- .../item/GravelQuantumSingularityItem.java | 2 +- .../item/InvarQuantumSingularityItem.java | 2 +- .../item/IronQuantumSingularityItem.java | 2 +- .../KudbebeddaQuantumSingularityItem.java | 2 +- .../item/LapisQuantumSingularityItem.java | 2 +- .../item/LeadQuantumSingularityItem.java | 2 +- .../item/LogAcaciaQuantumSingularityItem.java | 2 +- .../item/LogBirchQuantumSingularityItem.java | 2 +- .../LogDarkOakQuantumSingularityItem.java | 2 +- .../item/LogJungleQuantumSingularityItem.java | 2 +- .../item/LogOakQuantumSingularityItem.java | 2 +- .../item/LogSpruceQuantumSingularityItem.java | 2 +- .../NetherrackQuantumSingularityItem.java | 2 +- .../item/NickelQuantumSingularityItem.java | 2 +- .../NotarfbadiumQuantumSingularityItem.java | 2 +- .../NotsogudiumQuantumSingularityItem.java | 2 +- .../item/OsmiumQuantumSingularityItem.java | 2 +- .../item/PlatinumQuantumSingularityItem.java | 2 +- .../item/RedstoneQuantumSingularityItem.java | 2 +- .../item/SandQuantumSingularityItem.java | 2 +- .../SilicaDustQuantumSingularityItem.java | 2 +- .../item/SilverQuantumSingularityItem.java | 2 +- .../item/SteelQuantumSingularityItem.java | 2 +- .../item/ThatlduQuantumSingularityItem.java | 2 +- .../item/TinQuantumSingularityItem.java | 2 +- .../item/UraniniteQuantumSingularityItem.java | 2 +- .../item/UraniumQuantumSingularityItem.java | 2 +- .../item/WikidiumQuantumSingularityItem.java | 2 +- .../item/ZincQuantumSingularityItem.java | 2 +- .../recipe/QuantumCollapsingRecipe.java | 8 +- .../screen/QuantumCollapserScreenBase.java | 48 ++- .../tile/QuantumCollapserTileEntityBase.java | 11 +- .../modules/common/TileEntityInventory.java | 2 +- .../inventory/DryingCupboardContainer.java | 2 +- .../dryingcupboard/recipe/DryingRecipe.java | 7 +- .../screen/DryingCupboardScreen.java | 22 +- .../tile/DryingCupboardTileEntity.java | 9 +- .../modules/food/AppleCiderVinegarItem.java | 2 +- .../modules/food/ArachnuggetItem.java | 2 +- .../modules/food/BeefBiltongItem.java | 2 +- .../cuboidmod/modules/food/BrothItem.java | 2 +- .../modules/food/CookedKebabItem.java | 2 +- .../cuboidmod/modules/food/CuredBeefItem.java | 2 +- .../modules/food/CuredFleshItem.java | 2 +- .../cuboidmod/modules/food/GruelItem.java | 2 +- .../modules/food/HardfiskurItem.java | 2 +- .../modules/food/ProteinBarItem.java | 2 +- .../modules/food/RationPackItem.java | 2 +- .../cuboidmod/modules/food/RawKebabItem.java | 2 +- .../modules/food/RottenAppleItem.java | 2 +- .../modules/food/ZombieBiltongItem.java | 2 +- .../inventory/CuboidFurnaceContainerBase.java | 2 +- .../furnace/inventory/CuboidFurnaceSlot.java | 4 +- .../screen/CuboidFurnaceScreenBase.java | 20 +- .../tile/CuboidFurnaceTileEntityBase.java | 17 +- ...ingularityPowerGeneratorContainerBase.java | 2 +- .../recipe/PowerGeneratingRecipe.java | 7 +- .../SingularityPowerGeneratorScreenBase.java | 22 +- .../inventory/MolecularRecyclerContainer.java | 4 +- .../recycler/recipe/RecyclingRecipe.java | 7 +- .../screen/MolecularRecyclerScreen.java | 24 +- .../tile/MolecularRecyclerTileEntity.java | 15 +- .../inventory/RefinedInscriberContainer.java | 11 +- .../recipe/InscribingRecipe.java | 5 +- .../screen/RefinedInscriberScreen.java | 25 +- .../tile/RefinedInscriberTileEntity.java | 11 +- ...ularityResourceGeneratorContainerBase.java | 2 +- .../recipe/ResourceGeneratingRecipe.java | 7 +- ...ingularityResourceGeneratorScreenBase.java | 16 +- ...larityResourceGeneratorTileEntityBase.java | 5 +- .../modules/tools/KudbebeddaSmasher.java | 2 +- .../modules/tools/NotarfbadiumSmasher.java | 2 +- .../modules/tools/NotsogudiumSmasher.java | 2 +- .../cuboidmod/modules/tools/SmasherBase.java | 11 +- .../cuboidmod/modules/tools/Smoosher.java | 12 +- .../modules/tools/ThatlduSmasher.java | 2 +- .../cuboidmod/modules/tools/ToolUtils.java | 16 +- .../modules/tools/WikidiumSmasher.java | 2 +- .../QuantumTransmutationChamberContainer.java | 6 +- .../transmuter/recipe/TransmutingRecipe.java | 6 +- .../QuantumTransmutationChamberScreen.java | 24 +- ...QuantumTransmutationChamberTileEntity.java | 13 +- .../xmas/block/FiberOpticTreeBlock.java | 3 +- .../cuboidmod/setup/ModArmorMaterials.java | 10 +- .../cuboidmod/setup/ModBlocks.java | 103 +++--- .../cuboidmod/setup/ModContainers.java | 10 +- .../cuboidmod/setup/ModCreativeTabs.java | 18 + .../cuboidmod/setup/ModDimensions.java | 4 +- .../cuboiddroid/cuboidmod/setup/ModItems.java | 318 ++++++------------ .../cuboidmod/setup/Registration.java | 7 +- 154 files changed, 820 insertions(+), 846 deletions(-) rename src/main/java/com/cuboiddroid/cuboidmod/datagen/{DataGenerators.java => PackOutputs.java} (52%) create mode 100644 src/main/java/com/cuboiddroid/cuboidmod/setup/ModCreativeTabs.java diff --git a/src/main/java/com/cuboiddroid/cuboidmod/CuboidMod.java b/src/main/java/com/cuboiddroid/cuboidmod/CuboidMod.java index 93bc3c9..73fbaa8 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/CuboidMod.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/CuboidMod.java @@ -19,6 +19,8 @@ import net.minecraftforge.fml.event.lifecycle.FMLClientSetupEvent; import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext; import net.minecraftforge.fml.loading.FMLPaths; +import net.minecraftforge.registries.RegistryObject; + import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; @@ -28,14 +30,6 @@ public class CuboidMod { public static final String MOD_ID = "cuboidmod"; - public static final CreativeModeTab CUBOIDMOD_ITEM_GROUP = (new CreativeModeTab("cuboidmod") { - @Override - @OnlyIn(Dist.CLIENT) - public ItemStack makeIcon() { - return new ItemStack(ModBlocks.THATLDU_BLOCK.get()); - } - }); - public static final Logger LOGGER = LogManager.getLogger(); public CuboidMod() { diff --git a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/CollapsingRecipeCategoryJei.java b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/CollapsingRecipeCategoryJei.java index a924f4e..5fe805f 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/CollapsingRecipeCategoryJei.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/CollapsingRecipeCategoryJei.java @@ -4,6 +4,9 @@ import com.cuboiddroid.cuboidmod.modules.collapser.screen.QuantumCollapserScreenBase; import com.cuboiddroid.cuboidmod.setup.ModBlocks; import com.mojang.blaze3d.vertex.PoseStack; + +import net.minecraft.client.gui.GuiGraphics; +import net.minecraft.core.RegistryAccess; import mezz.jei.api.gui.builder.IRecipeLayoutBuilder; import mezz.jei.api.gui.drawable.IDrawable; import mezz.jei.api.gui.drawable.IDrawableAnimated; @@ -42,11 +45,11 @@ public CollapsingRecipeCategoryJei(IGuiHelper guiHelper) { localizedName = Component.translatable("jei.category.cuboidmod.collapsing"); } - private static void renderScaledTextWithShadow(PoseStack matrix, Font Font, Component text, int x, int y, int width, float scale, int color) { + private static void renderScaledTextWithShadow(PoseStack matrix, Font font, Component text, int x, int y, int width, float scale, int color) { matrix.pushPose(); matrix.scale(scale, scale, scale); - float xOffset = (width / scale - Font.width(text)) / 2; - Font.drawShadow(matrix, text, xOffset + x / scale, y / scale, color); + float xOffset = (width / scale - font.width(text)) / 2; + // font.drawShadow(matrix, text, xOffset + x / scale, y / scale, color); matrix.popPose(); } @@ -79,7 +82,7 @@ public IDrawable getIcon() { @Override public void setRecipe(IRecipeLayoutBuilder builder, QuantumCollapsingRecipe recipe, IFocusGroup focuses) { builder.addSlot(RecipeIngredientRole.INPUT, 28, 14).addItemStacks(Arrays.asList(recipe.getIngredient().getItems())); - builder.addSlot(RecipeIngredientRole.OUTPUT, 87, 14).addItemStack(recipe.getResultItem().copy()); + builder.addSlot(RecipeIngredientRole.OUTPUT, 87, 14).addItemStack(recipe.getResultItem(RegistryAccess.EMPTY).copy()); } // @Override @@ -95,21 +98,21 @@ public void setRecipe(IRecipeLayoutBuilder builder, QuantumCollapsingRecipe reci // } @Override - public void draw(QuantumCollapsingRecipe recipe, IRecipeSlotsView recipeSlotsView, PoseStack PoseStack, double mouseX, double mouseY) { + public void draw(QuantumCollapsingRecipe recipe, IRecipeSlotsView recipeSlotsView, GuiGraphics matrix, double mouseX, double mouseY) { Font font = Minecraft.getInstance().font; // arrow - arrow.draw(PoseStack, 78 - GUI_START_X, 43 - GUI_START_Y); + arrow.draw(matrix, 78 - GUI_START_X, 43 - GUI_START_Y); int workSeconds = recipe.getWorkTicks() / 20; int workDecimal = (recipe.getWorkTicks() % 20) / 2; String arrowText = "" + workSeconds + "." + workDecimal + " s"; - renderScaledTextWithShadow(PoseStack, font, Component.literal(arrowText), 78 - GUI_START_X, 61 - GUI_START_Y, 24, 0.6f, 0xFFFFFF); + renderScaledTextWithShadow(matrix.pose(), font, Component.literal(arrowText), 78 - GUI_START_X, 61 - GUI_START_Y, 24, 0.6f, 0xFFFFFF); // required amounts - itemBar.draw(PoseStack, 32 - GUI_START_X, 34 - GUI_START_Y); + itemBar.draw(matrix, 32 - GUI_START_X, 34 - GUI_START_Y); String itemBarText = "" + recipe.getRequiredInputAmount(); - renderScaledTextWithShadow(PoseStack, font, Component.literal(itemBarText), 32 - GUI_START_X, 71 - GUI_START_Y, 8, 0.6f, 0xFFFFFF); + renderScaledTextWithShadow(matrix.pose(), font, Component.literal(itemBarText), 32 - GUI_START_X, 71 - GUI_START_Y, 8, 0.6f, 0xFFFFFF); } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/DryingRecipeCategoryJei.java b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/DryingRecipeCategoryJei.java index 71dded5..aa9976c 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/DryingRecipeCategoryJei.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/DryingRecipeCategoryJei.java @@ -4,6 +4,9 @@ import com.cuboiddroid.cuboidmod.modules.dryingcupboard.recipe.DryingRecipe; import com.cuboiddroid.cuboidmod.setup.ModBlocks; import com.mojang.blaze3d.vertex.PoseStack; + +import net.minecraft.client.gui.GuiGraphics; +import net.minecraft.core.RegistryAccess; import mezz.jei.api.gui.builder.IRecipeLayoutBuilder; import mezz.jei.api.gui.drawable.IDrawable; import mezz.jei.api.gui.drawable.IDrawableAnimated; @@ -45,18 +48,18 @@ public DryingRecipeCategoryJei(IGuiHelper guiHelper) { localizedName = Component.translatable("jei.category.cuboidmod.drying"); } - private static void renderScaledTextWithShadow(PoseStack matrix, Font Font, Component text, int x, int y, int width, float scale, int color) { + private static void renderScaledTextWithShadow(PoseStack matrix, Font font, Component text, int x, int y, int width, float scale, int color) { matrix.pushPose(); matrix.scale(scale, scale, scale); - float xOffset = (width / scale - Font.width(text)) / 2; - Font.drawShadow(matrix, text, xOffset + x / scale, y / scale, color); + float xOffset = (width / scale - font.width(text)) / 2; + // font.drawShadow(matrix, text, xOffset + x / scale, y / scale, color); matrix.popPose(); } - private static void renderScaledText(PoseStack matrix, Font Font, Component text, int x, int y, float scale, int color) { + private static void renderScaledText(PoseStack matrix, Font fibt, Component text, int x, int y, float scale, int color) { matrix.pushPose(); matrix.scale(scale, scale, scale); - Font.draw(matrix, text, x / scale, y / scale, color); + // font.draw(matrix, text, x / scale, y / scale, color); matrix.popPose(); } @@ -89,7 +92,7 @@ public IDrawable getIcon() { @Override public void setRecipe(IRecipeLayoutBuilder builder, DryingRecipe recipe, IFocusGroup focuses) { builder.addSlot(RecipeIngredientRole.INPUT, 25-GUI_START_X, 19-GUI_START_Y).addItemStacks(Arrays.asList(recipe.getIngredient().getItems())); - builder.addSlot(RecipeIngredientRole.OUTPUT, 25-GUI_START_X, 54-GUI_START_Y).addItemStack(recipe.getResultItem().copy()); + builder.addSlot(RecipeIngredientRole.OUTPUT, 25-GUI_START_X, 54-GUI_START_Y).addItemStack(recipe.getResultItem(RegistryAccess.EMPTY).copy()); } // @Override @@ -105,18 +108,18 @@ public void setRecipe(IRecipeLayoutBuilder builder, DryingRecipe recipe, IFocusG // } @Override - public void draw(DryingRecipe recipe, IRecipeSlotsView recipeSlotsView, PoseStack PoseStack, double mouseX, double mouseY) { + public void draw(DryingRecipe recipe, IRecipeSlotsView recipeSlotsView, GuiGraphics matrix, double mouseX, double mouseY) { Font font = Minecraft.getInstance().font; // energy - energyBar.draw(PoseStack, 12 - GUI_START_X, 19 - GUI_START_Y); + energyBar.draw(matrix, 12 - GUI_START_X, 19 - GUI_START_Y); // drying time bar - dryingBar.draw(PoseStack, 31 - GUI_START_X, 39 - GUI_START_Y); + dryingBar.draw(matrix, 31 - GUI_START_X, 39 - GUI_START_Y); int workSeconds = recipe.getWorkTicks() / 20; int workDecimal = (recipe.getWorkTicks() % 20) / 2; String dryingTimeText = "" + workSeconds + "." + workDecimal + " s"; - renderScaledTextWithShadow(PoseStack, font, Component.literal(dryingTimeText), 40 - GUI_START_X, 42 - GUI_START_Y, 24, 0.8f, 0xFFFFFF); + renderScaledTextWithShadow(matrix.pose(), font, Component.literal(dryingTimeText), 40 - GUI_START_X, 42 - GUI_START_Y, 24, 0.8f, 0xFFFFFF); } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/InscribingRecipeCategoryJei.java b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/InscribingRecipeCategoryJei.java index a96229d..150705f 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/InscribingRecipeCategoryJei.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/InscribingRecipeCategoryJei.java @@ -4,6 +4,9 @@ import com.cuboiddroid.cuboidmod.modules.refinedinscriber.screen.RefinedInscriberScreen; import com.cuboiddroid.cuboidmod.setup.ModBlocks; import com.mojang.blaze3d.vertex.PoseStack; + +import net.minecraft.client.gui.GuiGraphics; +import net.minecraft.core.RegistryAccess; import mezz.jei.api.gui.builder.IRecipeLayoutBuilder; import mezz.jei.api.gui.drawable.IDrawable; import mezz.jei.api.gui.drawable.IDrawableAnimated; @@ -42,11 +45,11 @@ public InscribingRecipeCategoryJei(IGuiHelper guiHelper) { localizedName = Component.translatable("jei.category.cuboidmod.inscribing"); } - private static void renderScaledTextWithShadow(PoseStack matrix, Font Font, Component text, int x, int y, int width, float scale, int color) { + private static void renderScaledTextWithShadow(PoseStack matrix, Font font, Component text, int x, int y, int width, float scale, int color) { matrix.pushPose(); matrix.scale(scale, scale, scale); - float xOffset = (width / scale - Font.width(text)) / 2; - Font.drawShadow(matrix, text, xOffset + x / scale, y / scale, color); + float xOffset = (width / scale - font.width(text)) / 2; + // font.drawShadow(matrix, text, xOffset + x / scale, y / scale, color); matrix.popPose(); } @@ -81,7 +84,7 @@ public void setRecipe(IRecipeLayoutBuilder builder, InscribingRecipe recipe, IFo builder.addSlot(RecipeIngredientRole.INPUT, 59 - GUI_START_X, 26 - GUI_START_Y).addItemStacks(Arrays.asList(recipe.getIngredients().get(0).getItems())); builder.addSlot(RecipeIngredientRole.INPUT, 80 - GUI_START_X, 54 - GUI_START_Y).addItemStacks(Arrays.asList(recipe.getIngredients().get(1).getItems())); builder.addSlot(RecipeIngredientRole.INPUT, 101 - GUI_START_X, 26 - GUI_START_Y).addItemStacks(Arrays.asList(recipe.getIngredients().get(2).getItems())); - builder.addSlot(RecipeIngredientRole.OUTPUT, 137 - GUI_START_X, 54 - GUI_START_Y).addItemStack(recipe.getResultItem().copy()); + builder.addSlot(RecipeIngredientRole.OUTPUT, 137 - GUI_START_X, 54 - GUI_START_Y).addItemStack(recipe.getResultItem(RegistryAccess.EMPTY).copy()); } // @Override @@ -99,21 +102,21 @@ public void setRecipe(IRecipeLayoutBuilder builder, InscribingRecipe recipe, IFo // } @Override - public void draw(InscribingRecipe recipe, IRecipeSlotsView recipeSlotsView, PoseStack PoseStack, double mouseX, double mouseY) { + public void draw(InscribingRecipe recipe, IRecipeSlotsView recipeSlotsView, GuiGraphics matrix, double mouseX, double mouseY) { Font font = Minecraft.getInstance().font; // arrow - arrow.draw(PoseStack, 103 - GUI_START_X, 56 - GUI_START_Y); + arrow.draw(matrix, 103 - GUI_START_X, 56 - GUI_START_Y); int workSeconds = recipe.getWorkTicks() / 20; int workDecimal = (recipe.getWorkTicks() % 20) / 2; String arrowText = "" + workSeconds + "." + workDecimal + " s"; - renderScaledTextWithShadow(PoseStack, font, Component.literal(arrowText), 104 - GUI_START_X, 73 - GUI_START_Y, 24, 0.6f, 0xFFFFFF); + renderScaledTextWithShadow(matrix.pose(), font, Component.literal(arrowText), 104 - GUI_START_X, 73 - GUI_START_Y, 24, 0.6f, 0xFFFFFF); // energy - energyBar.draw(PoseStack, 32 - GUI_START_X, 34 - GUI_START_Y); + energyBar.draw(matrix, 32 - GUI_START_X, 34 - GUI_START_Y); String energyText = "" + recipe.getEnergyRequired() + " FE"; - renderScaledTextWithShadow(PoseStack, font, Component.literal(energyText), 32 - GUI_START_X, 71 - GUI_START_Y, 8, 0.6f, 0xFFFFFF); + renderScaledTextWithShadow(matrix.pose(), font, Component.literal(energyText), 32 - GUI_START_X, 71 - GUI_START_Y, 8, 0.6f, 0xFFFFFF); } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/PowerGeneratingRecipeCategoryJei.java b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/PowerGeneratingRecipeCategoryJei.java index c6f979e..07c26b2 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/PowerGeneratingRecipeCategoryJei.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/PowerGeneratingRecipeCategoryJei.java @@ -5,6 +5,8 @@ import com.cuboiddroid.cuboidmod.modules.powergen.screen.SingularityPowerGeneratorScreenBase; import com.cuboiddroid.cuboidmod.setup.ModBlocks; import com.mojang.blaze3d.vertex.PoseStack; + +import net.minecraft.client.gui.GuiGraphics; import mezz.jei.api.gui.builder.IRecipeLayoutBuilder; import mezz.jei.api.gui.drawable.IDrawable; import mezz.jei.api.gui.drawable.IDrawableAnimated; @@ -60,18 +62,18 @@ public PowerGeneratingRecipeCategoryJei(IGuiHelper guiHelper) { Config.thatlduSingularityPowerGeneratorBaseEnergyGenerated.get(); } - private static void renderScaledTextWithShadow(PoseStack matrix, Font Font, Component text, int x, int y, int width, float scale, int color) { + private static void renderScaledTextWithShadow(PoseStack matrix, Font font, Component text, int x, int y, int width, float scale, int color) { matrix.pushPose(); matrix.scale(scale, scale, scale); - float xOffset = (width / scale - Font.width(text)) / 2; - Font.drawShadow(matrix, text, xOffset + x / scale, y / scale, color); + float xOffset = (width / scale - font.width(text)) / 2; + // font.drawShadow(matrix, text, xOffset + x / scale, y / scale, color); matrix.popPose(); } - private static void renderScaledText(PoseStack matrix, Font Font, Component text, int x, int y, float scale, int color) { + private static void renderScaledText(PoseStack matrix, Font font, Component text, int x, int y, float scale, int color) { matrix.pushPose(); matrix.scale(scale, scale, scale); - Font.draw(matrix, text, x / scale, y / scale, color); + // font.draw(matrix, text, x / scale, y / scale, color); matrix.popPose(); } @@ -116,20 +118,20 @@ public void setRecipe(IRecipeLayoutBuilder builder, PowerGeneratingRecipe recipe // } @Override - public void draw(PowerGeneratingRecipe recipe, IRecipeSlotsView recipeSlotsView, PoseStack PoseStack, double mouseX, double mouseY) { + public void draw(PowerGeneratingRecipe recipe, IRecipeSlotsView recipeSlotsView, GuiGraphics matrix, double mouseX, double mouseY) { Font font = Minecraft.getInstance().font; // energy - energyBar.draw(PoseStack, 33 - GUI_START_X, 34 - GUI_START_Y); + energyBar.draw(matrix, 33 - GUI_START_X, 34 - GUI_START_Y); float multiplier = recipe.getPowerMultiplier(); String energyText = "" + multiplier + "x"; - renderScaledTextWithShadow(PoseStack, font, Component.literal(energyText), 33 - GUI_START_X, 71 - GUI_START_Y, 8, 0.6f, 0xFFFFFF); + renderScaledTextWithShadow(matrix.pose(), font, Component.literal(energyText), 33 - GUI_START_X, 71 - GUI_START_Y, 8, 0.6f, 0xFFFFFF); - renderScaledText(PoseStack, font, Component.literal("Notso.: " + String.format("%.02f", notsogudiumEnergyPerTick * multiplier) + " FE/t"), 74, 2, 0.6F, 0x444444); - renderScaledText(PoseStack, font, Component.literal("Kudbe.: " + String.format("%.02f", kudbebeddaEnergyPerTick * multiplier) + " FE/t"), 74, 11, 0.6F, 0x444444); - renderScaledText(PoseStack, font, Component.literal("Notarf.: " + String.format("%.02f", notarfbadiumEnergyPerTick * multiplier) + " FE/t"), 74, 20, 0.6F, 0x444444); - renderScaledText(PoseStack, font, Component.literal("Wikid.: " + String.format("%.02f", wikidiumEnergyPerTick * multiplier) + " FE/t"), 74, 29, 0.6F, 0x444444); - renderScaledText(PoseStack, font, Component.literal("Thatl.: " + String.format("%.02f", thatlduEnergyPerTick * multiplier) + " FE/t"), 74, 38, 0.6F, 0x444444); + renderScaledText(matrix.pose(), font, Component.literal("Notso.: " + String.format("%.02f", notsogudiumEnergyPerTick * multiplier) + " FE/t"), 74, 2, 0.6F, 0x444444); + renderScaledText(matrix.pose(), font, Component.literal("Kudbe.: " + String.format("%.02f", kudbebeddaEnergyPerTick * multiplier) + " FE/t"), 74, 11, 0.6F, 0x444444); + renderScaledText(matrix.pose(), font, Component.literal("Notarf.: " + String.format("%.02f", notarfbadiumEnergyPerTick * multiplier) + " FE/t"), 74, 20, 0.6F, 0x444444); + renderScaledText(matrix.pose(), font, Component.literal("Wikid.: " + String.format("%.02f", wikidiumEnergyPerTick * multiplier) + " FE/t"), 74, 29, 0.6F, 0x444444); + renderScaledText(matrix.pose(), font, Component.literal("Thatl.: " + String.format("%.02f", thatlduEnergyPerTick * multiplier) + " FE/t"), 74, 38, 0.6F, 0x444444); } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/RecyclingRecipeCategoryJei.java b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/RecyclingRecipeCategoryJei.java index eb93c1d..bd9f3f2 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/RecyclingRecipeCategoryJei.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/RecyclingRecipeCategoryJei.java @@ -5,6 +5,8 @@ import com.cuboiddroid.cuboidmod.setup.ModBlocks; import com.cuboiddroid.cuboidmod.util.Pair; import com.mojang.blaze3d.vertex.PoseStack; + +import net.minecraft.client.gui.GuiGraphics; import mezz.jei.api.gui.builder.IRecipeLayoutBuilder; import mezz.jei.api.gui.drawable.IDrawable; import mezz.jei.api.gui.drawable.IDrawableAnimated; @@ -45,11 +47,11 @@ public RecyclingRecipeCategoryJei(IGuiHelper guiHelper) { localizedName = Component.translatable("jei.category.cuboidmod.recycling"); } - private static void renderScaledTextWithShadow(PoseStack matrix, Font Font, Component text, int x, int y, int width, float scale, int color) { + private static void renderScaledTextWithShadow(PoseStack matrix, Font font, Component text, int x, int y, int width, float scale, int color) { matrix.pushPose(); matrix.scale(scale, scale, scale); - float xOffset = (width / scale - Font.width(text)) / 2; - Font.drawShadow(matrix, text, xOffset + x / scale, y / scale, color); + float xOffset = (width / scale - font.width(text)) / 2; + // font.drawShadow(matrix, text, xOffset + x / scale, y / scale, color); matrix.popPose(); } @@ -115,22 +117,22 @@ public void setRecipe(IRecipeLayoutBuilder builder, RecyclingRecipe recipe, IFoc // } @Override - public void draw(RecyclingRecipe recipe, IRecipeSlotsView recipeSlotsView, PoseStack PoseStack, double mouseX, double mouseY) { + public void draw(RecyclingRecipe recipe, IRecipeSlotsView recipeSlotsView, GuiGraphics matrix, double mouseX, double mouseY) { Font font = Minecraft.getInstance().font; // arrow - arrow.draw(PoseStack, 78 - GUI_START_X, 43 - GUI_START_Y); + arrow.draw(matrix, 78 - GUI_START_X, 43 - GUI_START_Y); int workSeconds = recipe.getWorkTicks() / 20; int workDecimal = (recipe.getWorkTicks() % 20) / 2; String arrowText = "" + workSeconds + "." + workDecimal + " s"; - renderScaledTextWithShadow(PoseStack, font, Component.literal(arrowText), 78 - GUI_START_X, 61 - GUI_START_Y, 24, 0.6f, 0xFFFFFF); + renderScaledTextWithShadow(matrix.pose(), font, Component.literal(arrowText), 78 - GUI_START_X, 61 - GUI_START_Y, 24, 0.6f, 0xFFFFFF); // energy - energyBar.draw(PoseStack, 32 - GUI_START_X, 34 - GUI_START_Y); + energyBar.draw(matrix, 32 - GUI_START_X, 34 - GUI_START_Y); String energyText = "" + recipe.getEnergyRequired() + " FE"; - renderScaledTextWithShadow(PoseStack, font, Component.literal(energyText), 32 - GUI_START_X, 71 - GUI_START_Y, 8, 0.6f, 0xFFFFFF); + renderScaledTextWithShadow(matrix.pose(), font, Component.literal(energyText), 32 - GUI_START_X, 71 - GUI_START_Y, 8, 0.6f, 0xFFFFFF); // % chances on outputs List> results = recipe.getPossibleResultsWithChances(); @@ -139,7 +141,7 @@ public void draw(RecyclingRecipe recipe, IRecipeSlotsView recipeSlotsView, PoseS if (chance < 1) { int asPercent = (int) (100 * chance); String text = asPercent < 1 ? "<1%" : asPercent + "%"; - renderScaledTextWithShadow(PoseStack, font, Component.literal(text), 85 + 18 * (i % 3), i < 3 ? 0 : 44, 18, 0.6f, 0xFFFFFF); + renderScaledTextWithShadow(matrix.pose(), font, Component.literal(text), 85 + 18 * (i % 3), i < 3 ? 0 : 44, 18, 0.6f, 0xFFFFFF); } } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/ResourceGeneratingRecipeCategoryJei.java b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/ResourceGeneratingRecipeCategoryJei.java index 1259eca..e39f39b 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/ResourceGeneratingRecipeCategoryJei.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/ResourceGeneratingRecipeCategoryJei.java @@ -5,6 +5,9 @@ import com.cuboiddroid.cuboidmod.modules.resourcegen.screen.SingularityResourceGeneratorScreenBase; import com.cuboiddroid.cuboidmod.setup.ModBlocks; import com.mojang.blaze3d.vertex.PoseStack; + +import net.minecraft.client.gui.GuiGraphics; +import net.minecraft.core.RegistryAccess; import mezz.jei.api.gui.builder.IRecipeLayoutBuilder; import mezz.jei.api.gui.drawable.IDrawable; import mezz.jei.api.gui.drawable.IDrawableAnimated; @@ -68,10 +71,10 @@ public ResourceGeneratingRecipeCategoryJei(IGuiHelper guiHelper) { / Config.thatlduSingularityResourceGeneratorTicksPerOperation.get(); } - private static void renderScaledText(PoseStack matrix, Font Font, Component text, int x, int y, float scale, int color) { + private static void renderScaledText(PoseStack matrix, Font font, Component text, int x, int y, float scale, int color) { matrix.pushPose(); matrix.scale(scale, scale, scale); - Font.draw(matrix, text, x / scale, y / scale, color); + // font.draw(matrix, text, x / scale, y / scale, color); matrix.popPose(); } @@ -104,7 +107,7 @@ public IDrawable getIcon() { @Override public void setRecipe(IRecipeLayoutBuilder builder, ResourceGeneratingRecipe recipe, IFocusGroup focuses) { builder.addSlot(RecipeIngredientRole.INPUT, 7, 14).addItemStacks(Arrays.asList(recipe.getSingularity().getItems())); - builder.addSlot(RecipeIngredientRole.OUTPUT, 46, 14).addItemStack(recipe.getResultItem().copy()); + builder.addSlot(RecipeIngredientRole.OUTPUT, 46, 14).addItemStack(recipe.getResultItem(RegistryAccess.EMPTY).copy()); } // @Override @@ -120,35 +123,35 @@ public void setRecipe(IRecipeLayoutBuilder builder, ResourceGeneratingRecipe rec // } @Override - public void draw(ResourceGeneratingRecipe recipe, IRecipeSlotsView recipeSlotsView, PoseStack PoseStack, double mouseX, double mouseY) { + public void draw(ResourceGeneratingRecipe recipe, IRecipeSlotsView recipeSlotsView, GuiGraphics matrix, double mouseX, double mouseY) { Font font = Minecraft.getInstance().font; // arrow - arrow.draw(PoseStack, 48 - GUI_START_X, 43 - GUI_START_Y); + arrow.draw(matrix, 48 - GUI_START_X, 43 - GUI_START_Y); float factor = recipe.getOutputMultiplier() / recipe.getWorkTimeMultiplier(); - renderScaledText(PoseStack, font, Component.literal( + renderScaledText(matrix.pose(), font, Component.literal( "Notso.: " + String.format("%.2f", notsogudiumItemsPerSecond * factor ) + " items/s"), 74, 2, 0.6F, 0x444444); - renderScaledText(PoseStack, font, Component.literal( + renderScaledText(matrix.pose(), font, Component.literal( "Kudbe.: " + String.format("%.2f", kudbebeddaItemsPerSecond * factor ) + " items/s"), 74, 11, 0.6F, 0x444444); - renderScaledText(PoseStack, font, Component.literal( + renderScaledText(matrix.pose(), font, Component.literal( "Notarf.: " + String.format("%.2f", notarfbadiumItemsPerSecond * factor ) + " items/s"), 74, 20, 0.6F, 0x444444); - renderScaledText(PoseStack, font, Component.literal( + renderScaledText(matrix.pose(), font, Component.literal( "Wikid.: " + String.format("%.2f", wikidiumItemsPerSecond * factor ) + " items/s"), 74, 29, 0.6F, 0x444444); - renderScaledText(PoseStack, font, Component.literal( + renderScaledText(matrix.pose(), font, Component.literal( "Thatl.: " + String.format("%.2f", thatlduItemsPerSecond * factor ) + " items/s"), 74, 38, 0.6F, 0x444444); diff --git a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/TransmutingRecipeCategoryJei.java b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/TransmutingRecipeCategoryJei.java index 950c596..d7a443d 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/TransmutingRecipeCategoryJei.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/TransmutingRecipeCategoryJei.java @@ -4,6 +4,9 @@ import com.cuboiddroid.cuboidmod.modules.transmuter.screen.QuantumTransmutationChamberScreen; import com.cuboiddroid.cuboidmod.setup.ModBlocks; import com.mojang.blaze3d.vertex.PoseStack; + +import net.minecraft.client.gui.GuiGraphics; +import net.minecraft.core.RegistryAccess; import mezz.jei.api.gui.builder.IRecipeLayoutBuilder; import mezz.jei.api.gui.drawable.IDrawable; import mezz.jei.api.gui.drawable.IDrawableAnimated; @@ -42,11 +45,11 @@ public TransmutingRecipeCategoryJei(IGuiHelper guiHelper) { localizedName = Component.translatable("jei.category.cuboidmod.transmuting"); } - private static void renderScaledTextWithShadow(PoseStack matrix, Font Font, Component text, int x, int y, int width, float scale, int color) { + private static void renderScaledTextWithShadow(PoseStack matrix, Font font, Component text, int x, int y, int width, float scale, int color) { matrix.pushPose(); matrix.scale(scale, scale, scale); - float xOffset = (width / scale - Font.width(text)) / 2; - Font.drawShadow(matrix, text, xOffset + x / scale, y / scale, color); + float xOffset = (width / scale - font.width(text)) / 2; + // font.drawShadow(matrix, text, xOffset + x / scale, y / scale, color); matrix.popPose(); } @@ -80,7 +83,7 @@ public IDrawable getIcon() { public void setRecipe(IRecipeLayoutBuilder builder, TransmutingRecipe recipe, IFocusGroup focuses) { builder.addSlot(RecipeIngredientRole.INPUT, 28, 4).addItemStacks(Arrays.asList(recipe.getIngredients().get(0).getItems())); builder.addSlot(RecipeIngredientRole.INPUT, 28, 26).addItemStacks(Arrays.asList(recipe.getIngredients().get(1).getItems())); - builder.addSlot(RecipeIngredientRole.OUTPUT, 90, 14).addItemStack(recipe.getResultItem().copy()); + builder.addSlot(RecipeIngredientRole.OUTPUT, 90, 14).addItemStack(recipe.getResultItem(RegistryAccess.EMPTY).copy()); } // @Override @@ -97,21 +100,21 @@ public void setRecipe(IRecipeLayoutBuilder builder, TransmutingRecipe recipe, IF // } @Override - public void draw(TransmutingRecipe recipe, IRecipeSlotsView recipeSlotsView, PoseStack PoseStack, double mouseX, double mouseY) { + public void draw(TransmutingRecipe recipe, IRecipeSlotsView recipeSlotsView, GuiGraphics matrix, double mouseX, double mouseY) { Font font = Minecraft.getInstance().font; // arrow - arrow.draw(PoseStack, 78 - GUI_START_X, 43 - GUI_START_Y); + arrow.draw(matrix, 78 - GUI_START_X, 43 - GUI_START_Y); int workSeconds = recipe.getWorkTicks() / 20; int workDecimal = (recipe.getWorkTicks() % 20) / 2; String arrowText = "" + workSeconds + "." + workDecimal + " s"; - renderScaledTextWithShadow(PoseStack, font, Component.literal(arrowText), 78 - GUI_START_X, 61 - GUI_START_Y, 24, 0.6f, 0xFFFFFF); + renderScaledTextWithShadow(matrix.pose(), font, Component.literal(arrowText), 78 - GUI_START_X, 61 - GUI_START_Y, 24, 0.6f, 0xFFFFFF); // energy - energyBar.draw(PoseStack, 32 - GUI_START_X, 34 - GUI_START_Y); + energyBar.draw(matrix, 32 - GUI_START_X, 34 - GUI_START_Y); String energyText = "" + recipe.getEnergyRequired() + " FE"; - renderScaledTextWithShadow(PoseStack, font, Component.literal(energyText), 32 - GUI_START_X, 71 - GUI_START_Y, 8, 0.6f, 0xFFFFFF); + renderScaledTextWithShadow(matrix.pose(), font, Component.literal(energyText), 32 - GUI_START_X, 71 - GUI_START_Y, 8, 0.6f, 0xFFFFFF); } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/DataGenerators.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/PackOutputs.java similarity index 52% rename from src/main/java/com/cuboiddroid/cuboidmod/datagen/DataGenerators.java rename to src/main/java/com/cuboiddroid/cuboidmod/datagen/PackOutputs.java index 4711a56..402081b 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/datagen/DataGenerators.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/PackOutputs.java @@ -1,5 +1,9 @@ package com.cuboiddroid.cuboidmod.datagen; +import java.util.Collections; +import java.util.List; +import java.util.concurrent.CompletableFuture; + import com.cuboiddroid.cuboidmod.CuboidMod; import com.cuboiddroid.cuboidmod.datagen.client.ModBlockStateProvider; import com.cuboiddroid.cuboidmod.datagen.client.ModItemModelProvider; @@ -7,33 +11,41 @@ import com.cuboiddroid.cuboidmod.datagen.server.ModItemTagsProvider; import com.cuboiddroid.cuboidmod.datagen.server.ModLootTableProvider; import com.cuboiddroid.cuboidmod.datagen.server.ModRecipeProvider; + +import net.minecraft.core.HolderLookup.Provider; import net.minecraft.data.DataGenerator; +import net.minecraft.data.PackOutput; +import net.minecraft.data.loot.LootTableProvider.SubProviderEntry; +import net.minecraft.world.level.storage.loot.parameters.LootContextParamSets; import net.minecraftforge.common.data.ExistingFileHelper; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.common.Mod; import net.minecraftforge.data.event.GatherDataEvent; @Mod.EventBusSubscriber(modid = CuboidMod.MOD_ID, bus = Mod.EventBusSubscriber.Bus.MOD) -public class DataGenerators { - private DataGenerators() {} +public class PackOutputs { + private PackOutputs() {} @SubscribeEvent public static void gatherData(GatherDataEvent event) { DataGenerator gen = event.getGenerator(); + PackOutput output = gen.getPackOutput(); + CompletableFuture lookup = event.getLookupProvider(); ExistingFileHelper existingFileHelper = event.getExistingFileHelper(); if (event.includeClient()) { - gen.addProvider(true, new ModBlockStateProvider(gen, existingFileHelper)); - gen.addProvider(true, new ModItemModelProvider(gen, existingFileHelper)); + gen.addProvider(true, new ModBlockStateProvider(output, existingFileHelper)); + gen.addProvider(true, new ModItemModelProvider(output, existingFileHelper)); } if (event.includeServer()) { - ModBlockTagsProvider blockTags = new ModBlockTagsProvider(gen, existingFileHelper); + ModBlockTagsProvider blockTags = new ModBlockTagsProvider(output, lookup, existingFileHelper); gen.addProvider(true, blockTags); - gen.addProvider(true, new ModItemTagsProvider(gen, blockTags, existingFileHelper)); + gen.addProvider(true, new ModItemTagsProvider(output, lookup, blockTags.contentsGetter(), existingFileHelper)); - gen.addProvider(true, new ModLootTableProvider(gen)); - gen.addProvider(true, new ModRecipeProvider(gen)); + gen.addProvider(true, new ModLootTableProvider(output, Collections.emptySet(), List.of( + new SubProviderEntry(ModLootTableProvider.ModBlockLootTables::new, LootContextParamSets.BLOCK)))); + gen.addProvider(true, new ModRecipeProvider(output)); } } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/client/ModBlockStateProvider.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/client/ModBlockStateProvider.java index 4934227..bcfa1d9 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/datagen/client/ModBlockStateProvider.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/client/ModBlockStateProvider.java @@ -4,7 +4,7 @@ import com.cuboiddroid.cuboidmod.setup.ModBlocks; import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.state.BlockState; -import net.minecraft.data.DataGenerator; +import net.minecraft.data.PackOutput; import net.minecraft.world.level.block.state.properties.BlockStateProperties; import net.minecraft.core.Direction; import net.minecraft.resources.ResourceLocation; @@ -18,7 +18,7 @@ public class ModBlockStateProvider extends BlockStateProvider { - public ModBlockStateProvider(DataGenerator gen, ExistingFileHelper exFileHelper) { + public ModBlockStateProvider(PackOutput gen, ExistingFileHelper exFileHelper) { super(gen, CuboidMod.MOD_ID, exFileHelper); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/client/ModItemModelProvider.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/client/ModItemModelProvider.java index bf78e7e..7843f30 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/datagen/client/ModItemModelProvider.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/client/ModItemModelProvider.java @@ -7,8 +7,8 @@ import com.cuboiddroid.cuboidmod.modules.cdt.block.EnergizedThatlduviumBlock; import com.cuboiddroid.cuboidmod.modules.food.*; -import net.minecraft.client.renderer.block.model.ItemTransforms.TransformType; -import net.minecraft.data.DataGenerator; +import net.minecraft.data.PackOutput; +import net.minecraft.world.item.ItemDisplayContext; import net.minecraftforge.client.model.generators.ItemModelBuilder; import net.minecraftforge.client.model.generators.ItemModelProvider; import net.minecraftforge.client.model.generators.ModelFile; @@ -20,7 +20,7 @@ public class ModItemModelProvider extends ItemModelProvider { "notsogudium", "kudbebedda", "notarfbadium", "wikidium", "thatldu" }; - public ModItemModelProvider(DataGenerator generator, ExistingFileHelper existingFileHelper) { + public ModItemModelProvider(PackOutput generator, ExistingFileHelper existingFileHelper) { super(generator, CuboidMod.MOD_ID, existingFileHelper); } @@ -102,32 +102,32 @@ private void registerCuboidChestModels() { this.getBuilder(material + "_chest") .parent(builtinEntity) .transforms() - .transform(TransformType.GUI) + .transform(ItemDisplayContext.GUI) .rotation(30.0F, 45.0F, 0.0F) .translation(0.0F, 0.0F, 0.0F) .scale(0.625F, 0.625F, 0.625F) .end() - .transform(TransformType.GROUND) + .transform(ItemDisplayContext.GROUND) .rotation(0.0F, 0.0F, 0.0F) .translation(0.0F, 3.0F, 0.0F) .scale(0.25F, 0.25F, 0.25F) .end() - .transform(TransformType.HEAD) + .transform(ItemDisplayContext.HEAD) .rotation(0.0F, 180.0F, 0.0F) .translation(0.0F, 0.0F, 0.0F) .scale(1.0F, 1.0F, 1.0F) .end() - .transform(TransformType.FIXED) + .transform(ItemDisplayContext.FIXED) .rotation(0.0F, 180.0F, 0.0F) .translation(0.0F, 0.0F, 0.0F) .scale(0.5F, 0.5F, 0.5F) .end() - .transform(TransformType.THIRD_PERSON_LEFT_HAND) + .transform(ItemDisplayContext.THIRD_PERSON_LEFT_HAND) .rotation(75.0F, 315.0F, 0.0F) .translation(0.0F, 2.5F, 0.0F) .scale(0.375F, 0.375F, 0.375F) .end() - .transform(TransformType.THIRD_PERSON_RIGHT_HAND) + .transform(ItemDisplayContext.THIRD_PERSON_RIGHT_HAND) .rotation(0.0F, 315.0F, 0.0F) .translation(0.0F, 0.0F, 0.0F) .scale(0.4F, 0.4F, 0.4F) diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/ModBlockTagsProvider.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/ModBlockTagsProvider.java index da9f265..396ce99 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/ModBlockTagsProvider.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/ModBlockTagsProvider.java @@ -1,21 +1,25 @@ package com.cuboiddroid.cuboidmod.datagen.server; +import java.util.concurrent.CompletableFuture; + import com.cuboiddroid.cuboidmod.CuboidMod; import com.cuboiddroid.cuboidmod.setup.ModBlocks; import com.cuboiddroid.cuboidmod.setup.ModTags; -import net.minecraft.data.tags.BlockTagsProvider; +import net.minecraftforge.common.data.BlockTagsProvider; import net.minecraft.tags.BlockTags; -import net.minecraft.data.DataGenerator; +import net.minecraft.core.HolderLookup; +import net.minecraft.core.HolderLookup.Provider; +import net.minecraft.data.PackOutput; import net.minecraftforge.common.Tags; import net.minecraftforge.common.data.ExistingFileHelper; public class ModBlockTagsProvider extends BlockTagsProvider { - public ModBlockTagsProvider(DataGenerator generatorIn, ExistingFileHelper existingFileHelper) { - super(generatorIn, CuboidMod.MOD_ID, existingFileHelper); + public ModBlockTagsProvider(PackOutput generatorIn, CompletableFuture lookupProvider, ExistingFileHelper existingFileHelper) { + super(generatorIn, lookupProvider, CuboidMod.MOD_ID, existingFileHelper); } @Override - protected void addTags() { + protected void addTags(Provider provider) { // notsogudium tag(ModTags.Blocks.ORES_NOTSOGUDIUM).add(ModBlocks.NOTSOGUDIUM_ORE.get()); tag(Tags.Blocks.ORES).addTag(ModTags.Blocks.ORES_NOTSOGUDIUM); diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/ModItemTagsProvider.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/ModItemTagsProvider.java index 89d26f3..7728f64 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/ModItemTagsProvider.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/ModItemTagsProvider.java @@ -1,21 +1,25 @@ package com.cuboiddroid.cuboidmod.datagen.server; +import java.util.concurrent.CompletableFuture; + import com.cuboiddroid.cuboidmod.CuboidMod; import com.cuboiddroid.cuboidmod.setup.ModItems; import com.cuboiddroid.cuboidmod.setup.ModTags; -import net.minecraft.data.tags.BlockTagsProvider; -import net.minecraft.data.DataGenerator; +import net.minecraft.core.HolderLookup.Provider; +import net.minecraft.data.PackOutput; import net.minecraft.data.tags.ItemTagsProvider; +import net.minecraft.world.level.block.Block; import net.minecraftforge.common.Tags; import net.minecraftforge.common.data.ExistingFileHelper; public class ModItemTagsProvider extends ItemTagsProvider { - public ModItemTagsProvider(DataGenerator generatorIn, BlockTagsProvider blockTagsProvider, ExistingFileHelper existingFileHelper) { - super(generatorIn, blockTagsProvider, CuboidMod.MOD_ID, existingFileHelper); + + public ModItemTagsProvider(PackOutput generatorIn, CompletableFuture lookupProvider, CompletableFuture> blockTagsProvider, ExistingFileHelper existingFileHelper) { + super(generatorIn, lookupProvider, blockTagsProvider, CuboidMod.MOD_ID, existingFileHelper); } @Override - protected void addTags() { + protected void addTags(Provider provider) { addOreTags(); addStorageBlockTags(); addIngotItemTags(); diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/ModLootTableProvider.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/ModLootTableProvider.java index cc85f97..59c7288 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/ModLootTableProvider.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/ModLootTableProvider.java @@ -5,16 +5,16 @@ import com.cuboiddroid.cuboidmod.setup.ModBlocks; import com.cuboiddroid.cuboidmod.setup.ModItems; import com.cuboiddroid.cuboidmod.setup.Registration; -import com.google.common.collect.ImmutableList; -import com.mojang.datafixers.util.Pair; import net.minecraft.advancements.critereon.EnchantmentPredicate; import net.minecraft.advancements.critereon.ItemPredicate; import net.minecraft.advancements.critereon.MinMaxBounds; import net.minecraft.world.level.block.Block; -import net.minecraft.data.DataGenerator; +import net.minecraft.data.PackOutput; import net.minecraft.data.loot.LootTableProvider; -import net.minecraft.data.loot.BlockLoot; +import net.minecraft.data.loot.BlockLootSubProvider; import net.minecraft.world.item.enchantment.Enchantments; +import net.minecraft.world.flag.FeatureFlagSet; +import net.minecraft.world.flag.FeatureFlags; import net.minecraft.world.item.Item; import net.minecraft.world.level.storage.loot.predicates.LootItemCondition; import net.minecraft.world.level.storage.loot.predicates.MatchTool; @@ -31,44 +31,34 @@ import net.minecraftforge.registries.RegistryObject; import java.util.List; -import java.util.Map; -import java.util.function.BiConsumer; -import java.util.function.Consumer; -import java.util.function.Supplier; +import java.util.Set; import java.util.stream.Collectors; import net.minecraft.world.level.storage.loot.LootPool; import net.minecraft.world.level.storage.loot.LootTable; -import net.minecraft.world.level.storage.loot.LootTables; -import net.minecraft.world.level.storage.loot.ValidationContext; import net.minecraft.world.level.storage.loot.entries.LootItem; -import net.minecraft.world.level.storage.loot.parameters.LootContextParamSet; -import net.minecraft.world.level.storage.loot.parameters.LootContextParamSets; public class ModLootTableProvider extends LootTableProvider { private static final LootItemCondition.Builder HAS_SILK_TOUCH = MatchTool.toolMatches(ItemPredicate.Builder.item().hasEnchantment(new EnchantmentPredicate(Enchantments.SILK_TOUCH, MinMaxBounds.Ints.atLeast(1)))); private static final LootItemCondition.Builder HAS_NO_SILK_TOUCH = HAS_SILK_TOUCH.invert(); - public ModLootTableProvider(DataGenerator generatorIn) { - super(generatorIn); + public ModLootTableProvider(PackOutput output, Set locations, List providers) { + super(output, locations, providers); } - @Override - protected List>>, LootContextParamSet>> getTables() { - return ImmutableList.of( - Pair.of(ModBlockLootTables::new, LootContextParamSets.BLOCK) - ); - } + // @Override + // protected void validate(Map map, ValidationContext validationTracker) { + // map.forEach((p1, p2) -> LootTables.validate(validationTracker, p1, p2)); + // } - @Override - protected void validate(Map map, ValidationContext validationTracker) { - map.forEach((p1, p2) -> LootTables.validate(validationTracker, p1, p2)); - } + public static class ModBlockLootTables extends BlockLootSubProvider { - public static class ModBlockLootTables extends BlockLoot { + public ModBlockLootTables() { + super(Set.of(), FeatureFlags.VANILLA_SET); + } @Override - protected void addTables() { + protected void generate() { dropSelf(ModBlocks.NOTSOGUDIUM_QUANTUM_COLLAPSER.get()); dropSelf(ModBlocks.KUDBEBEDDA_QUANTUM_COLLAPSER.get()); dropSelf(ModBlocks.NOTARFBADIUM_QUANTUM_COLLAPSER.get()); @@ -223,12 +213,12 @@ protected Iterable getKnownBlocks() { protected static LootTable.Builder createSingleItemTableForChest(ItemLike itemProvider) { return LootTable.lootTable() - .withPool(applyExplosionCondition(itemProvider, - LootPool.lootPool().setRolls(ConstantValue.exactly(1)) - .add(LootItem.lootTableItem(itemProvider) - .apply(CopyNameFunction.copyName(CopyNameFunction.NameSource.BLOCK_ENTITY)) - .apply(CopyNbtFunction.copyData(ContextNbtProvider.BLOCK_ENTITY).copy("Items", "BlockEntityTag.Items", CopyNbtFunction.MergeStrategy.REPLACE))) - )); + .withPool(new LootPool.Builder() + .setRolls(ConstantValue.exactly(1)).add( + LootItem.lootTableItem(itemProvider) + .apply(CopyNameFunction.copyName(CopyNameFunction.NameSource.BLOCK_ENTITY)) + .apply(CopyNbtFunction.copyData(ContextNbtProvider.BLOCK_ENTITY).copy("Items", "BlockEntityTag.Items", CopyNbtFunction.MergeStrategy.REPLACE))) + ); } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/ModRecipeProvider.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/ModRecipeProvider.java index ebf6aa9..8994fb0 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/ModRecipeProvider.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/ModRecipeProvider.java @@ -2,7 +2,7 @@ import com.cuboiddroid.cuboidmod.datagen.server.recipes.*; import net.minecraft.advancements.critereon.InventoryChangeTrigger; -import net.minecraft.data.DataGenerator; +import net.minecraft.data.PackOutput; import net.minecraft.data.recipes.FinishedRecipe; import net.minecraft.data.recipes.RecipeProvider; import net.minecraft.world.item.Item; @@ -12,12 +12,12 @@ import java.util.function.Consumer; public class ModRecipeProvider extends RecipeProvider { - public ModRecipeProvider(DataGenerator generatorIn) { + public ModRecipeProvider(PackOutput generatorIn) { super(generatorIn); } @Override - protected void buildCraftingRecipes(Consumer consumer) { + protected void buildRecipes(Consumer consumer) { MaterialsDataGenRecipes.build(this, consumer); FurnaceDataGenRecipes.build(this, consumer); diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/ArmorDataGenRecipes.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/ArmorDataGenRecipes.java index 1cc2d4b..6a62870 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/ArmorDataGenRecipes.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/ArmorDataGenRecipes.java @@ -3,10 +3,12 @@ import com.cuboiddroid.cuboidmod.datagen.server.ModRecipeProvider; import com.cuboiddroid.cuboidmod.setup.ModItems; import net.minecraft.data.recipes.FinishedRecipe; +import net.minecraft.data.recipes.RecipeCategory; import net.minecraft.data.recipes.ShapedRecipeBuilder; -import net.minecraft.data.recipes.UpgradeRecipeBuilder; +import net.minecraft.data.recipes.SmithingTransformRecipeBuilder; import net.minecraft.world.item.ArmorItem; import net.minecraft.world.item.Item; +import net.minecraft.world.item.Items; import net.minecraft.world.item.crafting.Ingredient; import net.minecraftforge.registries.RegistryObject; @@ -51,19 +53,19 @@ private static void buildWikidiumRecipes(ModRecipeProvider provider, Consumer consumer) { - UpgradeRecipeBuilder.smithing(Ingredient.of(ModItems.WIKIDIUM_HELMET.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), ModItems.THATLDU_HELMET.get()) + SmithingTransformRecipeBuilder.smithing(Ingredient.of(Items.AIR), Ingredient.of(ModItems.WIKIDIUM_HELMET.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_HELMET.get()) .unlocks("has_item", provider.hasItem(ModItems.THATLDU_INGOT.get())) .save(consumer, modId("thatldu_helmet_smithing")); - UpgradeRecipeBuilder.smithing(Ingredient.of(ModItems.WIKIDIUM_CHESTPLATE.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), ModItems.THATLDU_CHESTPLATE.get()) + SmithingTransformRecipeBuilder.smithing(Ingredient.of(Items.AIR), Ingredient.of(ModItems.WIKIDIUM_CHESTPLATE.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_CHESTPLATE.get()) .unlocks("has_item", provider.hasItem(ModItems.THATLDU_INGOT.get())) .save(consumer, modId("thatldu_chestplate_smithing")); - UpgradeRecipeBuilder.smithing(Ingredient.of(ModItems.WIKIDIUM_LEGGINGS.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), ModItems.THATLDU_LEGGINGS.get()) + SmithingTransformRecipeBuilder.smithing(Ingredient.of(Items.AIR), Ingredient.of(ModItems.WIKIDIUM_LEGGINGS.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_LEGGINGS.get()) .unlocks("has_item", provider.hasItem(ModItems.THATLDU_INGOT.get())) .save(consumer, modId("thatldu_leggings_smithing")); - UpgradeRecipeBuilder.smithing(Ingredient.of(ModItems.WIKIDIUM_BOOTS.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), ModItems.THATLDU_BOOTS.get()) + SmithingTransformRecipeBuilder.smithing(Ingredient.of(Items.AIR), Ingredient.of(ModItems.WIKIDIUM_BOOTS.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_BOOTS.get()) .unlocks("has_item", provider.hasItem(ModItems.THATLDU_INGOT.get())) .save(consumer, modId("thatldu_boots_smithing")); } @@ -71,7 +73,7 @@ private static void buildThatlduRecipes(ModRecipeProvider provider, Consumer consumer, RegistryObject output, RegistryObject ingot, String materialName) { - ShapedRecipeBuilder.shaped(output.get()) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, output.get()) .define('#', ingot.get()) .pattern("###") .pattern("# #") @@ -80,7 +82,7 @@ private static void craftCuboidHelmetFromIngots(ModRecipeProvider provider, Cons } private static void craftCuboidChestplateFromIngots(ModRecipeProvider provider, Consumer consumer, RegistryObject output, RegistryObject ingot, String materialName) { - ShapedRecipeBuilder.shaped(output.get()) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, output.get()) .define('#', ingot.get()) .pattern("# #") .pattern("###") @@ -90,7 +92,7 @@ private static void craftCuboidChestplateFromIngots(ModRecipeProvider provider, } private static void craftCuboidLeggingsFromIngots(ModRecipeProvider provider, Consumer consumer, RegistryObject output, RegistryObject ingot, String materialName) { - ShapedRecipeBuilder.shaped(output.get()) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, output.get()) .define('#', ingot.get()) .pattern("###") .pattern("# #") @@ -100,7 +102,7 @@ private static void craftCuboidLeggingsFromIngots(ModRecipeProvider provider, Co } private static void craftCuboidBootsFromIngots(ModRecipeProvider provider, Consumer consumer, RegistryObject output, RegistryObject ingot, String materialName) { - ShapedRecipeBuilder.shaped(output.get()) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, output.get()) .define('#', ingot.get()) .pattern("# #") .pattern("# #") diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/ChestDataGenRecipes.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/ChestDataGenRecipes.java index 4a4eb64..f728943 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/ChestDataGenRecipes.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/ChestDataGenRecipes.java @@ -5,6 +5,7 @@ import com.cuboiddroid.cuboidmod.setup.ModBlocks; import com.cuboiddroid.cuboidmod.setup.ModItems; import net.minecraft.data.recipes.FinishedRecipe; +import net.minecraft.data.recipes.RecipeCategory; import net.minecraft.data.recipes.ShapedRecipeBuilder; import net.minecraft.world.item.Item; import net.minecraftforge.registries.RegistryObject; @@ -29,7 +30,7 @@ public static void build(ModRecipeProvider provider, Consumer co } private static void chestFromIngots(ModRecipeProvider provider, Consumer consumer, RegistryObject chestBlock, RegistryObject ingot, String materialName) { - ShapedRecipeBuilder.shaped(chestBlock.get()) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, chestBlock.get()) .define('#', ingot.get()) .pattern("###") .pattern("# #") @@ -39,7 +40,7 @@ private static void chestFromIngots(ModRecipeProvider provider, Consumer consumer, RegistryObject chestBlock, RegistryObject prevChest, RegistryObject ingot, String materialName) { - ShapedRecipeBuilder.shaped(chestBlock.get()) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, chestBlock.get()) .define('#', ingot.get()) .define('$', prevChest.get()) .pattern(" # ") diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/CraftingTableDataGenRecipes.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/CraftingTableDataGenRecipes.java index 223c4f0..e7ca747 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/CraftingTableDataGenRecipes.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/CraftingTableDataGenRecipes.java @@ -6,6 +6,7 @@ import com.cuboiddroid.cuboidmod.setup.ModTags; import net.minecraft.world.level.block.Block; import net.minecraft.data.recipes.FinishedRecipe; +import net.minecraft.data.recipes.RecipeCategory; import net.minecraft.data.recipes.ShapedRecipeBuilder; import net.minecraft.world.item.Item; import net.minecraft.world.item.Items; @@ -26,7 +27,7 @@ public static void build(ModRecipeProvider provider, Consumer co } private static void craftingTableFromSilicaAndChunks(ModRecipeProvider provider, Consumer consumer, RegistryObject craftingTable, RegistryObject chunk, String materialName) { - ShapedRecipeBuilder.shaped(craftingTable.get()) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, craftingTable.get()) .define('$', ModItems.SILICA_DUST.get()) .define('#', chunk.get()) .pattern("$$") @@ -36,7 +37,7 @@ private static void craftingTableFromSilicaAndChunks(ModRecipeProvider provider, } private static void smithingTableFromSilicaAndChunks(ModRecipeProvider provider, Consumer consumer) { - ShapedRecipeBuilder.shaped(Items.SMITHING_TABLE) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, Items.SMITHING_TABLE) .define('$', ModTags.Items.INGOTS) .define('#', ModTags.Items.ORES) .pattern("$$") diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/DataGenRecipesBase.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/DataGenRecipesBase.java index 98adec1..bbd1477 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/DataGenRecipesBase.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/DataGenRecipesBase.java @@ -11,6 +11,7 @@ import java.util.function.Consumer; import net.minecraft.data.recipes.FinishedRecipe; +import net.minecraft.data.recipes.RecipeCategory; import net.minecraft.data.recipes.ShapedRecipeBuilder; import net.minecraft.data.recipes.ShapelessRecipeBuilder; import net.minecraft.data.recipes.SimpleCookingRecipeBuilder; @@ -23,37 +24,37 @@ protected static ResourceLocation modId(String path) { } protected static void smeltBlockToItem(ModRecipeProvider provider, Consumer consumer, RegistryObject block, RegistryObject item, String name) { - SimpleCookingRecipeBuilder.smelting(Ingredient.of(block.get()), item.get(), 0.7f, 200) + SimpleCookingRecipeBuilder.smelting(Ingredient.of(block.get()), RecipeCategory.MISC, item.get(), 0.7f, 200) .unlockedBy("has_item", provider.hasItem(block.get())) .save(consumer, modId(name + "_smelting")); - SimpleCookingRecipeBuilder.blasting(Ingredient.of(block.get()), item.get(), 0.7f, 100) + SimpleCookingRecipeBuilder.blasting(Ingredient.of(block.get()), RecipeCategory.MISC, item.get(), 0.7f, 100) .unlockedBy("has_item", provider.hasItem(block.get())) .save(consumer, modId(name + "_blasting")); } protected static void smeltBlockToItem(ModRecipeProvider provider, Consumer consumer, Block block, Item item, String name) { - SimpleCookingRecipeBuilder.smelting(Ingredient.of(block), item, 0.7f, 200) + SimpleCookingRecipeBuilder.smelting(Ingredient.of(block), RecipeCategory.MISC, item, 0.7f, 200) .unlockedBy("has_item", provider.hasItem(block)) .save(consumer, modId(name + "_smelting")); - SimpleCookingRecipeBuilder.blasting(Ingredient.of(block), item, 0.7f, 100) + SimpleCookingRecipeBuilder.blasting(Ingredient.of(block), RecipeCategory.MISC, item, 0.7f, 100) .unlockedBy("has_item", provider.hasItem(block)) .save(consumer, modId(name + "_blasting")); } protected static void smeltItemToItem(ModRecipeProvider provider, Consumer consumer, RegistryObject chunk, RegistryObject ingot, String name) { - SimpleCookingRecipeBuilder.smelting(Ingredient.of(chunk.get()), ingot.get(), 0.7f, 200) + SimpleCookingRecipeBuilder.smelting(Ingredient.of(chunk.get()), RecipeCategory.MISC, ingot.get(), 0.7f, 200) .unlockedBy("has_item", provider.hasItem(chunk.get())) .save(consumer, modId(name + "_smelting")); - SimpleCookingRecipeBuilder.blasting(Ingredient.of(chunk.get()), ingot.get(), 0.7f, 100) + SimpleCookingRecipeBuilder.blasting(Ingredient.of(chunk.get()), RecipeCategory.MISC, ingot.get(), 0.7f, 100) .unlockedBy("has_item", provider.hasItem(chunk.get())) .save(consumer, modId(name + "_blasting")); } protected static void craftBlock3x3(ModRecipeProvider provider, Consumer consumer, RegistryObject block, RegistryObject item, String name) { - ShapedRecipeBuilder.shaped(block.get()) + ShapedRecipeBuilder.shaped(RecipeCategory.COMBAT, block.get()) .define('#', item.get()) .pattern("###") .pattern("###") @@ -67,7 +68,7 @@ protected static void craftBlock2x2(ModRecipeProvider provider, Consumer consumer, Block block, Item item, String name, int count) { - ShapedRecipeBuilder.shaped(block, count) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, block, count) .define('#', item) .pattern("##") .pattern("##") @@ -80,7 +81,7 @@ protected static void craftBlock2x2(ModRecipeProvider provider, Consumer consumer, Block outputBlock, Block inputBlock, String name, int count) { - ShapedRecipeBuilder.shaped(outputBlock, count) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, outputBlock, count) .define('#', inputBlock) .pattern("##") .pattern("##") @@ -89,7 +90,7 @@ protected static void craftBlock2x2(ModRecipeProvider provider, Consumer consumer, RegistryObject ingot, int amount, RegistryObject block, String name) { - ShapelessRecipeBuilder.shapeless(ingot.get(), amount) + ShapelessRecipeBuilder.shapeless(RecipeCategory.MISC, ingot.get(), amount) .requires(block.get()) .unlockedBy("has_item", provider.hasItem(ingot.get())) .save(consumer, modId(name)); @@ -108,7 +109,7 @@ protected static void craftItemFromItems3x3(ModRecipeProvider provider, Consumer } protected static void craftItemFromItems3x3(ModRecipeProvider provider, Consumer consumer, Item ingot, Item nugget, String name) { - ShapedRecipeBuilder.shaped(ingot) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, ingot) .define('#', nugget) .pattern("###") .pattern("###") @@ -130,14 +131,14 @@ protected static void craftItemsFromItem(ModRecipeProvider provider, Consumer consumer, Item nugget, Item ingot, String name, int count) { - ShapelessRecipeBuilder.shapeless(nugget, count) + ShapelessRecipeBuilder.shapeless(RecipeCategory.MISC, nugget, count) .requires(ingot) .unlockedBy("has_item", provider.hasItem(ingot)) .save(consumer, modId(name)); } protected static void craftItemFromItems2x2(ModRecipeProvider provider, Consumer consumer, Item chunk, Item piece, String name) { - ShapedRecipeBuilder.shaped(chunk) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, chunk) .define('#', piece) .pattern("##") .pattern("##") @@ -150,7 +151,7 @@ protected static void craftItemFromItems2x2(ModRecipeProvider provider, Consumer } protected static void craftItemFromItems1x2(ModRecipeProvider provider, Consumer consumer, RegistryObject chunk, RegistryObject piece, String name) { - ShapedRecipeBuilder.shaped(chunk.get()) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, chunk.get()) .define('#', piece.get()) .pattern("#") .pattern("#") @@ -163,7 +164,7 @@ protected static void stonecutterBlockFromBlock(ModRecipeProvider provider, Cons } protected static void stonecutterBlockFromBlock(ModRecipeProvider provider, Consumer consumer, Block output, Block input, String name, int count) { - SingleItemRecipeBuilder.stonecutting(Ingredient.of(input), output) + SingleItemRecipeBuilder.stonecutting(Ingredient.of(input), RecipeCategory.MISC, output) .unlockedBy("has_item", provider.hasItem(input)) .save(consumer, modId(name)); diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/FoodItemDataGenRecipes.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/FoodItemDataGenRecipes.java index 544cc9e..161942b 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/FoodItemDataGenRecipes.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/FoodItemDataGenRecipes.java @@ -5,6 +5,7 @@ import com.cuboiddroid.cuboidmod.setup.ModTags; import net.minecraft.data.recipes.SimpleCookingRecipeBuilder; import net.minecraft.data.recipes.FinishedRecipe; +import net.minecraft.data.recipes.RecipeCategory; import net.minecraft.data.recipes.ShapedRecipeBuilder; import net.minecraft.data.recipes.ShapelessRecipeBuilder; import net.minecraft.world.item.Item; @@ -28,7 +29,7 @@ public static void build(ModRecipeProvider provider, Consumer co } private static void buildCuringRecipe(ModRecipeProvider provider, Consumer consumer, String recipeName, Item uncuredItem, Item curedItem) { - ShapelessRecipeBuilder.shapeless(curedItem, 1) + ShapelessRecipeBuilder.shapeless(RecipeCategory.MISC, curedItem, 1) .requires(uncuredItem) .requires(ModItems.APPLE_CIDER_VINEGAR.get()) .requires(ModTags.Items.DUSTS_SALT) @@ -37,7 +38,7 @@ private static void buildCuringRecipe(ModRecipeProvider provider, Consumer consumer) { - ShapelessRecipeBuilder.shapeless(ModItems.KEBAB_RAW.get(), 1) + ShapelessRecipeBuilder.shapeless(RecipeCategory.MISC, ModItems.KEBAB_RAW.get(), 1) .requires(ModTags.Items.RODS) .requires(Items.ROTTEN_FLESH) .requires(ModItems.PROTEIN_PASTE.get()) @@ -47,7 +48,7 @@ private static void buildRawKebabRecipe(ModRecipeProvider provider, Consumer consumer) { - ShapedRecipeBuilder.shaped(ModItems.NOTSOGUDIUM_BOWL.get(), 3) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, ModItems.NOTSOGUDIUM_BOWL.get(), 3) .pattern("# #") .pattern(" # ") .define('#', ModItems.NOTSOGUDIUM_INGOT.get()) @@ -56,7 +57,7 @@ private static void buildNotsogudiumBowlRecipe(ModRecipeProvider provider, Consu } private static void buildBrothRecipe(ModRecipeProvider provider, Consumer consumer) { - ShapelessRecipeBuilder.shapeless(ModItems.BROTH.get(), 1) + ShapelessRecipeBuilder.shapeless(RecipeCategory.MISC, ModItems.BROTH.get(), 1) .requires(Ingredient.of(ModItems.NOTSOGUDIUM_BOWL.get()), 1) .requires(Ingredient.of(Items.BONE_MEAL), 1) .requires(Ingredient.of(Items.WATER_BUCKET), 1) @@ -74,7 +75,7 @@ private static void buildBrothRecipe(ModRecipeProvider provider, Consumer consumer) { - ShapelessRecipeBuilder.shapeless(ModItems.GRUEL.get(), 1) + ShapelessRecipeBuilder.shapeless(RecipeCategory.MISC, ModItems.GRUEL.get(), 1) .requires(Ingredient.of(ModItems.BROTH.get())) .requires(Ingredient.of(ModItems.PROTEIN_PASTE.get())) .unlockedBy("has_item", provider.hasItem(ModItems.BROTH.get())) @@ -88,7 +89,7 @@ private static void buildSmeltingRecipe( Item ingredient, Item output) { SimpleCookingRecipeBuilder - .smelting(Ingredient.of(ingredient), output, 0.0F, 200) + .smelting(Ingredient.of(ingredient), RecipeCategory.MISC, output, 0.0F, 200) .unlockedBy("has_item", provider.hasItem(ingredient)) .save(consumer, modId(name + "_smelting")); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/FurnaceDataGenRecipes.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/FurnaceDataGenRecipes.java index 5649b4f..0b75949 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/FurnaceDataGenRecipes.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/FurnaceDataGenRecipes.java @@ -7,6 +7,7 @@ import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.Blocks; import net.minecraft.data.recipes.FinishedRecipe; +import net.minecraft.data.recipes.RecipeCategory; import net.minecraft.data.recipes.ShapedRecipeBuilder; import net.minecraft.world.item.Item; import net.minecraft.world.item.Items; @@ -44,7 +45,7 @@ public static void build(ModRecipeProvider provider, Consumer co } private static void buildFurnaceRecipes(ModRecipeProvider provider, Consumer consumer) { - ShapedRecipeBuilder.shaped(Blocks.FURNACE) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, Blocks.FURNACE) .define('#', ModTags.Items.ORES) .define('$', ModTags.Items.DUSTS_SILICA) .pattern("###") @@ -53,7 +54,7 @@ private static void buildFurnaceRecipes(ModRecipeProvider provider, Consumer consumer) { - ShapedRecipeBuilder.shaped(Items.STRING, 4) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, Items.STRING, 4) .define('#', ModTags.Items.CARBON_NANOTUBE) .define('/', ModTags.Items.PROTEIN_FIBER) .pattern("#/") @@ -57,7 +58,7 @@ private static void buildStringRecipe(ModRecipeProvider provider, Consumer consumer) { - ShapedRecipeBuilder.shaped(Items.HOPPER) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, Items.HOPPER) .define('#', ModTags.Items.INGOTS) .define('$', ModTags.Items.CHESTS) .pattern("# #") @@ -68,7 +69,7 @@ private static void buildHopperRecipe(ModRecipeProvider provider, Consumer consumer) { - ShapedRecipeBuilder.shaped(Items.TORCH, 8) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, Items.TORCH, 8) .define('#', Items.COAL) .define('|', ModTags.Items.RODS) .pattern("#") @@ -76,7 +77,7 @@ private static void buildTorchAndLanternRecipes(ModRecipeProvider provider, Cons .unlockedBy("has_item", provider.hasItem(ModTags.Items.INGOTS)) .save(consumer, modId("torches_from_coal_and_rod")); - ShapedRecipeBuilder.shaped(Items.TORCH, 8) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, Items.TORCH, 8) .define('#', Items.CHARCOAL) .define('|', ModTags.Items.RODS) .pattern("#") @@ -84,7 +85,7 @@ private static void buildTorchAndLanternRecipes(ModRecipeProvider provider, Cons .unlockedBy("has_item", provider.hasItem(ModTags.Items.INGOTS)) .save(consumer, modId("torches_from_charcoal_and_rod")); - ShapedRecipeBuilder.shaped(Items.LANTERN, 1) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, Items.LANTERN, 1) .define('-', ModTags.Items.NUGGETS) .define('|', Items.TORCH) .pattern("---") @@ -95,7 +96,7 @@ private static void buildTorchAndLanternRecipes(ModRecipeProvider provider, Cons } private static void buildOrganicallyEnrichedSandRecipe(ModRecipeProvider provider, Consumer consumer) { - ShapelessRecipeBuilder.shapeless(ModBlocks.ORGANICALLY_ENRICHED_SAND.get()) + ShapelessRecipeBuilder.shapeless(RecipeCategory.MISC, ModBlocks.ORGANICALLY_ENRICHED_SAND.get()) .requires(Items.SAND) .requires(Items.BONE_MEAL) .requires(ModItems.CELLULOSE.get(), 2) diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/QuantumCollapserDataGenRecipes.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/QuantumCollapserDataGenRecipes.java index 8f634f5..9b8a913 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/QuantumCollapserDataGenRecipes.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/QuantumCollapserDataGenRecipes.java @@ -6,6 +6,7 @@ import com.cuboiddroid.cuboidmod.setup.ModBlocks; import net.minecraft.world.level.block.Block; import net.minecraft.data.recipes.FinishedRecipe; +import net.minecraft.data.recipes.RecipeCategory; import net.minecraft.data.recipes.ShapedRecipeBuilder; import java.util.function.Consumer; @@ -73,7 +74,7 @@ public static void build(ModRecipeProvider provider, Consumer co } private static void quantumCollapserFromBlocksAndFurnace(ModRecipeProvider provider, Consumer consumer, QuantumCollapserBlockBase output, Block block, CuboidFurnaceBlockBase furnace, String materialName) { - ShapedRecipeBuilder.shaped(output) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, output) .define('#', block) .define('$', furnace) .pattern("###") @@ -84,7 +85,7 @@ private static void quantumCollapserFromBlocksAndFurnace(ModRecipeProvider provi } private static void quantumCollapserUpgrade(ModRecipeProvider provider, Consumer consumer, QuantumCollapserBlockBase output, QuantumCollapserBlockBase prevTier, Block block, CuboidFurnaceBlockBase furnace, String materialName) { - ShapedRecipeBuilder.shaped(output) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, output) .define('#', block) .define('$', furnace) .define('@', prevTier) diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/QuantumTransmutationChamberDataGenRecipes.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/QuantumTransmutationChamberDataGenRecipes.java index 339fc54..3a9dba5 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/QuantumTransmutationChamberDataGenRecipes.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/QuantumTransmutationChamberDataGenRecipes.java @@ -7,6 +7,7 @@ import com.cuboiddroid.cuboidmod.setup.ModBlocks; import com.cuboiddroid.cuboidmod.setup.ModTags; import net.minecraft.data.recipes.FinishedRecipe; +import net.minecraft.data.recipes.RecipeCategory; import net.minecraft.data.recipes.ShapedRecipeBuilder; import net.minecraft.world.item.Items; @@ -29,7 +30,7 @@ public static void build(ModRecipeProvider provider, Consumer co } private static void qtcFromHopperCollapserSingularitiesPowerGenAndRedstone(ModRecipeProvider provider, Consumer consumer, QuantumTransmutationChamberBlock output, QuantumCollapserBlockBase collapser, SingularityPowerGeneratorBlockBase spg, String materialName) { - ShapedRecipeBuilder.shaped(output) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, output) .define('@', collapser) .define('R', Items.REDSTONE) .define('Q', ModTags.Items.QUANTUM_SINGULARITIES) diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/SingularityPowerGeneratorDataGenRecipes.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/SingularityPowerGeneratorDataGenRecipes.java index 2a48f26..3e6bc67 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/SingularityPowerGeneratorDataGenRecipes.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/SingularityPowerGeneratorDataGenRecipes.java @@ -6,6 +6,7 @@ import com.cuboiddroid.cuboidmod.setup.ModBlocks; import net.minecraft.world.level.block.Block; import net.minecraft.data.recipes.FinishedRecipe; +import net.minecraft.data.recipes.RecipeCategory; import net.minecraft.data.recipes.ShapedRecipeBuilder; import net.minecraft.world.item.Items; @@ -75,7 +76,7 @@ public static void build(ModRecipeProvider provider, Consumer co } private static void spgFromBlocksFurnacesAndRedstoneBlock(ModRecipeProvider provider, Consumer consumer, SingularityPowerGeneratorBlockBase output, Block block, CuboidFurnaceBlockBase furnace, String materialName) { - ShapedRecipeBuilder.shaped(output) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, output) .define('#', block) .define('$', furnace) .define('R', Items.REDSTONE_BLOCK) @@ -87,7 +88,7 @@ private static void spgFromBlocksFurnacesAndRedstoneBlock(ModRecipeProvider prov } private static void spgUpgrade(ModRecipeProvider provider, Consumer consumer, SingularityPowerGeneratorBlockBase output, SingularityPowerGeneratorBlockBase prevTier, Block block, CuboidFurnaceBlockBase furnace, String materialName) { - ShapedRecipeBuilder.shaped(output) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, output) .define('#', block) .define('$', furnace) .define('@', prevTier) diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/SingularityResourceGeneratorDataGenRecipes.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/SingularityResourceGeneratorDataGenRecipes.java index b979543..893155a 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/SingularityResourceGeneratorDataGenRecipes.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/SingularityResourceGeneratorDataGenRecipes.java @@ -6,6 +6,7 @@ import com.cuboiddroid.cuboidmod.setup.ModBlocks; import net.minecraft.world.level.block.Block; import net.minecraft.data.recipes.FinishedRecipe; +import net.minecraft.data.recipes.RecipeCategory; import net.minecraft.data.recipes.ShapedRecipeBuilder; import java.util.function.Consumer; @@ -83,7 +84,7 @@ public static void build(ModRecipeProvider provider, Consumer co } private static void srgFromBlocksFurnacesAndCraftingTable(ModRecipeProvider provider, Consumer consumer, SingularityResourceGeneratorBlockBase output, Block block, CuboidFurnaceBlockBase furnace, Block craftingTable, String materialName) { - ShapedRecipeBuilder.shaped(output) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, output) .define('#', block) .define('$', furnace) .define('!', craftingTable) @@ -95,7 +96,7 @@ private static void srgFromBlocksFurnacesAndCraftingTable(ModRecipeProvider prov } private static void srgUpgrade(ModRecipeProvider provider, Consumer consumer, SingularityResourceGeneratorBlockBase output, SingularityResourceGeneratorBlockBase prevTier, Block block, CuboidFurnaceBlockBase furnace, Block craftingTable, String materialName) { - ShapedRecipeBuilder.shaped(output) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, output) .define('#', block) .define('$', furnace) .define('!', craftingTable) diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/SmoosherDataGenRecipes.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/SmoosherDataGenRecipes.java index 15f7cfe..495cbdc 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/SmoosherDataGenRecipes.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/SmoosherDataGenRecipes.java @@ -5,6 +5,7 @@ import com.cuboiddroid.cuboidmod.setup.ModItems; import com.cuboiddroid.cuboidmod.setup.ModTags; import net.minecraft.data.recipes.FinishedRecipe; +import net.minecraft.data.recipes.RecipeCategory; import net.minecraft.data.recipes.ShapedRecipeBuilder; import net.minecraft.data.recipes.ShapelessRecipeBuilder; import net.minecraft.world.item.Item; @@ -14,7 +15,7 @@ public class SmoosherDataGenRecipes extends DataGenRecipesBase { public static void build(ModRecipeProvider provider, Consumer consumer) { - ShapedRecipeBuilder.shaped(ModItems.SMOOSHER.get()) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, ModItems.SMOOSHER.get()) .define('#', ModTags.Items.STORAGE_BLOCKS) .define('-', ModTags.Items.INGOTS) .define('/', ModTags.Items.RODS) @@ -50,7 +51,7 @@ private static void addSmoosherRecipe(ModRecipeProvider provider, Consumer consumer, Item outputItem, Item inputItem, String recipeId, int amount) { - ShapelessRecipeBuilder.shapeless(outputItem, amount) + ShapelessRecipeBuilder.shapeless(RecipeCategory.MISC, outputItem, amount) .requires(ModItems.SMOOSHER.get()) .requires(inputItem) .unlockedBy("has_item", provider.hasItem(ModItems.SMOOSHER.get())) diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/ToolsDataGenRecipes.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/ToolsDataGenRecipes.java index 8906adf..c2322f6 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/ToolsDataGenRecipes.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/ToolsDataGenRecipes.java @@ -5,8 +5,9 @@ import com.cuboiddroid.cuboidmod.setup.ModItems; import net.minecraft.world.level.block.Block; import net.minecraft.data.recipes.FinishedRecipe; +import net.minecraft.data.recipes.RecipeCategory; import net.minecraft.data.recipes.ShapedRecipeBuilder; -import net.minecraft.data.recipes.UpgradeRecipeBuilder; +import net.minecraft.data.recipes.SmithingTransformRecipeBuilder; import net.minecraft.world.item.crafting.Ingredient; import net.minecraftforge.common.Tags; import net.minecraftforge.registries.RegistryObject; @@ -16,6 +17,7 @@ import net.minecraft.world.item.AxeItem; import net.minecraft.world.item.HoeItem; import net.minecraft.world.item.Item; +import net.minecraft.world.item.Items; import net.minecraft.world.item.PickaxeItem; import net.minecraft.world.item.ShovelItem; import net.minecraft.world.item.SwordItem; @@ -67,27 +69,27 @@ private static void buildWikidiumRecipes(ModRecipeProvider provider, Consumer consumer) { - UpgradeRecipeBuilder.smithing(Ingredient.of(ModItems.WIKIDIUM_SWORD.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), ModItems.THATLDU_SWORD.get()) + SmithingTransformRecipeBuilder.smithing(Ingredient.of(Items.AIR), Ingredient.of(ModItems.WIKIDIUM_SWORD.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_SWORD.get()) .unlocks("has_item", provider.hasItem(ModItems.THATLDU_INGOT.get())) .save(consumer, modId("thatldu_sword_smithing")); - UpgradeRecipeBuilder.smithing(Ingredient.of(ModItems.WIKIDIUM_PICKAXE.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), ModItems.THATLDU_PICKAXE.get()) + SmithingTransformRecipeBuilder.smithing(Ingredient.of(Items.AIR), Ingredient.of(ModItems.WIKIDIUM_PICKAXE.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_PICKAXE.get()) .unlocks("has_item", provider.hasItem(ModItems.THATLDU_INGOT.get())) .save(consumer, modId("thatldu_pickaxe_smithing")); - UpgradeRecipeBuilder.smithing(Ingredient.of(ModItems.WIKIDIUM_AXE.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), ModItems.THATLDU_AXE.get()) + SmithingTransformRecipeBuilder.smithing(Ingredient.of(Items.AIR), Ingredient.of(ModItems.WIKIDIUM_AXE.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_AXE.get()) .unlocks("has_item", provider.hasItem(ModItems.THATLDU_INGOT.get())) .save(consumer, modId("thatldu_axe_smithing")); - UpgradeRecipeBuilder.smithing(Ingredient.of(ModItems.WIKIDIUM_HOE.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), ModItems.THATLDU_HOE.get()) + SmithingTransformRecipeBuilder.smithing(Ingredient.of(Items.AIR), Ingredient.of(ModItems.WIKIDIUM_HOE.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_HOE.get()) .unlocks("has_item", provider.hasItem(ModItems.THATLDU_INGOT.get())) .save(consumer, modId("thatldu_hoe_smithing")); - UpgradeRecipeBuilder.smithing(Ingredient.of(ModItems.WIKIDIUM_SHOVEL.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), ModItems.THATLDU_SHOVEL.get()) + SmithingTransformRecipeBuilder.smithing(Ingredient.of(Items.AIR), Ingredient.of(ModItems.WIKIDIUM_SHOVEL.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_SHOVEL.get()) .unlocks("has_item", provider.hasItem(ModItems.THATLDU_INGOT.get())) .save(consumer, modId("thatldu_shovel_smithing")); - UpgradeRecipeBuilder.smithing(Ingredient.of(ModItems.WIKIDIUM_SMASHER.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), ModItems.THATLDU_SMASHER.get()) + SmithingTransformRecipeBuilder.smithing(Ingredient.of(Items.AIR), Ingredient.of(ModItems.WIKIDIUM_SMASHER.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_SMASHER.get()) .unlocks("has_item", provider.hasItem(ModItems.THATLDU_INGOT.get())) .save(consumer, modId("thatldu_smasher_smithing")); } @@ -95,7 +97,7 @@ private static void buildThatlduRecipes(ModRecipeProvider provider, Consumer consumer, RegistryObject smasher, RegistryObject materialBlock, RegistryObject materialIngot, String materialName) { - ShapedRecipeBuilder.shaped(smasher.get()) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, smasher.get()) .define('-', materialIngot.get()) .define('#', materialBlock.get()) .define('|', Tags.Items.RODS) @@ -108,7 +110,7 @@ private static void craftCuboidSmasherFromBlocksIngotsAndAnyRod(ModRecipeProvide private static void craftCuboidShovelFromIngotsAndAnyRod(ModRecipeProvider provider, Consumer consumer, RegistryObject shovel, RegistryObject ingot, String materialName) { - ShapedRecipeBuilder.shaped(shovel.get()) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, shovel.get()) .define('#', ingot.get()) .define('|', Tags.Items.RODS) .pattern("#") @@ -119,7 +121,7 @@ private static void craftCuboidShovelFromIngotsAndAnyRod(ModRecipeProvider provi } private static void craftCuboidHoeFromIngotsAndAnyRod(ModRecipeProvider provider, Consumer consumer, RegistryObject hoe, RegistryObject ingot, String materialName) { - ShapedRecipeBuilder.shaped(hoe.get()) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, hoe.get()) .define('#', ingot.get()) .define('|', Tags.Items.RODS) .pattern("##") @@ -130,7 +132,7 @@ private static void craftCuboidHoeFromIngotsAndAnyRod(ModRecipeProvider provider } private static void craftCuboidAxeFromIngotsAndAnyRod(ModRecipeProvider provider, Consumer consumer, RegistryObject axe, RegistryObject ingot, String materialName) { - ShapedRecipeBuilder.shaped(axe.get()) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, axe.get()) .define('#', ingot.get()) .define('|', Tags.Items.RODS) .pattern("##") @@ -141,7 +143,7 @@ private static void craftCuboidAxeFromIngotsAndAnyRod(ModRecipeProvider provider } private static void craftCuboidPickaxeFromIngotsAndAnyRod(ModRecipeProvider provider, Consumer consumer, RegistryObject pickaxe, RegistryObject ingot, String materialName) { - ShapedRecipeBuilder.shaped(pickaxe.get()) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, pickaxe.get()) .define('#', ingot.get()) .define('|', Tags.Items.RODS) .pattern("###") @@ -152,7 +154,7 @@ private static void craftCuboidPickaxeFromIngotsAndAnyRod(ModRecipeProvider prov } private static void craftCuboidSwordFromIngotsAndAnyRod(ModRecipeProvider provider, Consumer consumer, RegistryObject sword, RegistryObject ingot, String materialName) { - ShapedRecipeBuilder.shaped(sword.get()) + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, sword.get()) .define('#', ingot.get()) .define('|', Tags.Items.RODS) .pattern("#") diff --git a/src/main/java/com/cuboiddroid/cuboidmod/events/LivingDeathEventHandler.java b/src/main/java/com/cuboiddroid/cuboidmod/events/LivingDeathEventHandler.java index 0031138..b32b74b 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/events/LivingDeathEventHandler.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/events/LivingDeathEventHandler.java @@ -18,12 +18,12 @@ public void LivingDeathEvent(LivingDeathEvent event) { if (event.getEntity() == null) return; MinecraftServer server = event.getEntity().getServer(); if (server == null) return; - if (event.getEntity().level.equals(server.getLevel(Level.END))) { + if (event.getEntity().level().equals(server.getLevel(Level.END))) { if (event.getEntity() instanceof EnderDragon) { EnderDragon d = (EnderDragon) event.getEntity(); if (d.getDragonFight() != null && d.getDragonFight().hasPreviouslyKilledDragon()) { - Level world = event.getEntity().level; - BlockPos pos = world.getHeightmapPos(Heightmap.Types.MOTION_BLOCKING, EndPodiumFeature.END_PODIUM_LOCATION); + Level world = event.getEntity().level(); + BlockPos pos = world.getHeightmapPos(Heightmap.Types.MOTION_BLOCKING, EndPodiumFeature.getLocation(BlockPos.ZERO)); while (world.getBlockState(pos).getBlock() != Blocks.AIR) pos.above(); world.setBlockAndUpdate(pos, Blocks.DRAGON_EGG.defaultBlockState()); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/block/CryogenicDimensionalTeleporterBlock.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/block/CryogenicDimensionalTeleporterBlock.java index a078fc4..24d6133 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/block/CryogenicDimensionalTeleporterBlock.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/block/CryogenicDimensionalTeleporterBlock.java @@ -4,7 +4,6 @@ import com.cuboiddroid.cuboidmod.modules.cdt.tile.CryogenicDimensionalTeleporterTileEntity; import com.cuboiddroid.cuboidmod.setup.ModTileEntities; -import net.minecraft.world.level.material.Material; import net.minecraft.world.item.TooltipFlag; import net.minecraft.world.entity.Entity; import net.minecraft.world.entity.player.Player; @@ -80,7 +79,7 @@ public class CryogenicDimensionalTeleporterBlock extends BaseEntityBlock { ).reduce((v1, v2) -> Shapes.join(v1, v2, BooleanOp.OR)).get(); public CryogenicDimensionalTeleporterBlock() { - super(BlockBehaviour.Properties.of(Material.METAL) + super(BlockBehaviour.Properties.of() .strength(45, 1000) // .harvestLevel(3).harvestTool(ToolType.PICKAXE) .requiresCorrectToolForDrops() @@ -190,14 +189,14 @@ public Entity placeEntity(Entity entity, ServerLevel currentWorld, ServerLevel d double xPos = newPos.getX() * DimensionType.getTeleportationScale(currentWorld.dimensionType(), dim); double zPos = newPos.getZ() * DimensionType.getTeleportationScale(currentWorld.dimensionType(), dim); - newPos = new BlockPos(xPos, yPos, zPos); + newPos = new BlockPos((int) xPos, yPos, (int) zPos); // if the end, then should "shift" to central island area instead of // current coords - use an exclusion zone around center of // main island so player gets placed on outer edges if (cdt.isTargetTheEnd()) { radialDivisor = 64; // use a smaller target area to look for a safe spot - if (newPos.distSqr(new Vec3i(0.0, 100, 0.0)) > 96.0) { + if (newPos.distSqr(new Vec3i(0, 100, 0)) > 96.0) { // further away than 96 blocks - adjust to be 80 blocks away! if (xPos == 0.0) { zPos = 80; @@ -207,7 +206,7 @@ public Entity placeEntity(Entity entity, ServerLevel currentWorld, ServerLevel d xPos = Math.sqrt((80.0 * 80.0) / (g * g + 1)); zPos = g * xPos; } - } else if (newPos.distSqr(new Vec3i(0.0, 100, 0.0)) < 64.0) { + } else if (newPos.distSqr(new Vec3i(0, 100, 0)) < 64.0) { // closer than 64 blocks - adjust to be 64 blocks away from 0,0 if (xPos == 0.0) { zPos = 80; @@ -219,7 +218,7 @@ public Entity placeEntity(Entity entity, ServerLevel currentWorld, ServerLevel d } } - newPos = new BlockPos(xPos, yPos, zPos); + newPos = new BlockPos((int) xPos, yPos, (int) zPos); } else if (cdt.isTargetTheOverworld() && Config.cryoDimTeleporterOverworldUsesPlayerSpawn.get()) { // target is the overworld - instead of player's current position, // we're going to take them back to their spawn point @@ -240,10 +239,10 @@ public Entity placeEntity(Entity entity, ServerLevel currentWorld, ServerLevel d BlockPos targetPos = newPos; while (attempts < 1024) { - while (yPos > 40 && (!destWorld.getBlockState(newPos).getMaterial().isSolid() || - (destWorld.getBlockState(newPos).getMaterial().isSolid() && - (destWorld.getBlockState(newPos.above()).getMaterial().isSolid() || - destWorld.getBlockState(newPos.above().above()).getMaterial().isSolid())))) + while (yPos > 40 && (!destWorld.getBlockState(newPos).isSolid() || + (destWorld.getBlockState(newPos).isSolid() && + (destWorld.getBlockState(newPos.above()).isSolid() || + destWorld.getBlockState(newPos.above().above()).isSolid())))) { newPos = newPos.below(); yPos = newPos.getY(); @@ -267,7 +266,7 @@ public Entity placeEntity(Entity entity, ServerLevel currentWorld, ServerLevel d // Start at the "top" of the world yPos = dim.logicalHeight() - 8; - newPos = new BlockPos(xPos, yPos, zPos); + newPos = new BlockPos((int) xPos, yPos, (int) zPos); attempts++; } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/block/EnergizedEndStoneBricksBlock.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/block/EnergizedEndStoneBricksBlock.java index bb416cb..a45536b 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/block/EnergizedEndStoneBricksBlock.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/block/EnergizedEndStoneBricksBlock.java @@ -3,7 +3,6 @@ import com.cuboiddroid.cuboidmod.CuboidMod; import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.SoundType; -import net.minecraft.world.level.material.Material; import net.minecraft.world.item.TooltipFlag; import net.minecraft.world.item.ItemStack; import net.minecraft.resources.ResourceLocation; @@ -21,7 +20,7 @@ public class EnergizedEndStoneBricksBlock extends Block { public static final ResourceLocation ID = CuboidMod.getModId(ID_STRING); public EnergizedEndStoneBricksBlock() { - super(Properties.of(Material.STONE) + super(Properties.of() .strength(3, 9) // .harvestLevel(2).harvestTool(ToolType.PICKAXE) .sound(SoundType.STONE)); diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/block/EnergizedNetherBricksBlock.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/block/EnergizedNetherBricksBlock.java index 9826ddb..db0899e 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/block/EnergizedNetherBricksBlock.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/block/EnergizedNetherBricksBlock.java @@ -4,7 +4,6 @@ import net.minecraft.world.level.block.state.BlockBehaviour; import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.SoundType; -import net.minecraft.world.level.material.Material; import net.minecraft.world.item.TooltipFlag; import net.minecraft.world.item.ItemStack; import net.minecraft.resources.ResourceLocation; @@ -22,7 +21,7 @@ public class EnergizedNetherBricksBlock extends Block { public static final ResourceLocation ID = CuboidMod.getModId(ID_STRING); public EnergizedNetherBricksBlock() { - super(BlockBehaviour.Properties.of(Material.STONE) + super(BlockBehaviour.Properties.of() .strength(3, 9) // .harvestLevel(2).harvestTool(ToolType.PICKAXE) .sound(SoundType.STONE)); diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/block/EnergizedStoneBricksBlock.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/block/EnergizedStoneBricksBlock.java index ce897e7..e3b1bc0 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/block/EnergizedStoneBricksBlock.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/block/EnergizedStoneBricksBlock.java @@ -3,7 +3,6 @@ import com.cuboiddroid.cuboidmod.CuboidMod; import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.SoundType; -import net.minecraft.world.level.material.Material; import net.minecraft.world.item.TooltipFlag; import net.minecraft.world.item.ItemStack; import net.minecraft.resources.ResourceLocation; @@ -21,7 +20,7 @@ public class EnergizedStoneBricksBlock extends Block { public static final ResourceLocation ID = CuboidMod.getModId(ID_STRING); public EnergizedStoneBricksBlock() { - super(Properties.of(Material.STONE) + super(Properties.of() .strength(3, 9) // .harvestLevel(2).harvestTool(ToolType.PICKAXE) .sound(SoundType.STONE)); diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/block/EnergizedThatlduviumBlock.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/block/EnergizedThatlduviumBlock.java index 2f6f5ed..fa949cb 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/block/EnergizedThatlduviumBlock.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/block/EnergizedThatlduviumBlock.java @@ -3,7 +3,6 @@ import com.cuboiddroid.cuboidmod.CuboidMod; import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.SoundType; -import net.minecraft.world.level.material.Material; import net.minecraft.world.item.TooltipFlag; import net.minecraft.world.item.ItemStack; import net.minecraft.resources.ResourceLocation; @@ -21,7 +20,7 @@ public class EnergizedThatlduviumBlock extends Block { public static final ResourceLocation ID = CuboidMod.getModId(ID_STRING); public EnergizedThatlduviumBlock() { - super(Properties.of(Material.METAL) + super(Properties.of() .strength(4, 10) // .harvestLevel(3).harvestTool(ToolType.PICKAXE) .sound(SoundType.METAL)); diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/tile/CryogenicDimensionalTeleporterRenderer.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/tile/CryogenicDimensionalTeleporterRenderer.java index d8936bd..74381cd 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/tile/CryogenicDimensionalTeleporterRenderer.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/tile/CryogenicDimensionalTeleporterRenderer.java @@ -1,19 +1,21 @@ package com.cuboiddroid.cuboidmod.modules.cdt.tile; +import org.joml.Quaternionf; + import com.cuboiddroid.cuboidmod.Config; -import com.mojang.blaze3d.vertex.PoseStack; import net.minecraft.client.Minecraft; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.entity.ItemRenderer; import net.minecraft.client.renderer.LightTexture; import net.minecraft.client.resources.model.BakedModel; -import net.minecraft.client.renderer.block.model.ItemTransforms; import net.minecraft.client.renderer.blockentity.BlockEntityRenderer; import net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider; +import net.minecraft.world.item.ItemDisplayContext; import net.minecraft.world.item.ItemStack; import net.minecraft.core.BlockPos; -import com.mojang.math.Quaternion; -import com.mojang.math.Vector3f; + +import com.mojang.blaze3d.vertex.PoseStack; +import com.mojang.math.Axis; import net.minecraft.world.level.LightLayer; import net.minecraft.world.level.Level; @@ -27,83 +29,83 @@ public class CryogenicDimensionalTeleporterRenderer implements BlockEntityRender public CryogenicDimensionalTeleporterRenderer(BlockEntityRendererProvider.Context context) { } @Override - public void render(CryogenicDimensionalTeleporterTileEntity tileEntity, float partialTicks, PoseStack PoseStack, MultiBufferSource buffer, int combinedLight, int combinedOverlay) { + public void render(CryogenicDimensionalTeleporterTileEntity tileEntity, float partialTicks, PoseStack matrix, MultiBufferSource buffer, int combinedLight, int combinedOverlay) { int lightLevel = getLightLevel(tileEntity.getLevel(), tileEntity.getBlockPos().above()); switch (tileEntity.getState()) { case CHARGING: - renderCharging(tileEntity, partialTicks, PoseStack, buffer, lightLevel, combinedOverlay); + renderCharging(tileEntity, partialTicks, matrix, buffer, lightLevel, combinedOverlay); break; case READY: - renderReady(tileEntity, partialTicks, PoseStack, buffer, lightLevel, combinedOverlay); + renderReady(tileEntity, partialTicks, matrix, buffer, lightLevel, combinedOverlay); break; default: - renderPending(tileEntity, partialTicks, PoseStack, buffer, combinedLight, combinedOverlay); + renderPending(tileEntity, partialTicks, matrix, buffer, combinedLight, combinedOverlay); break; } } - public void renderPending(CryogenicDimensionalTeleporterTileEntity tileEntity, float partialTicks, PoseStack PoseStack, MultiBufferSource buffer, int combinedLight, int combinedOverlay) { + public void renderPending(CryogenicDimensionalTeleporterTileEntity tileEntity, float partialTicks, PoseStack matrix, MultiBufferSource buffer, int combinedLight, int combinedOverlay) { // do nothing at the moment - just the block should be rendered } - public void renderCharging(CryogenicDimensionalTeleporterTileEntity tileEntity, float partialTicks, PoseStack PoseStack, MultiBufferSource buffer, int combinedLight, int combinedOverlay) { + public void renderCharging(CryogenicDimensionalTeleporterTileEntity tileEntity, float partialTicks, PoseStack matrix, MultiBufferSource buffer, int combinedLight, int combinedOverlay) { // charging - just want to show the key item in static pose above the Cryogenic Dimensional Teleporter - PoseStack.pushPose(); + matrix.pushPose(); // move "up" to middle/middle/middle of block above - PoseStack.translate(0.5, 1.5, 0.5); + matrix.translate(0.5, 1.5, 0.5); // rotate so block is on a point - PoseStack.mulPose(Vector3f.XP.rotationDegrees(45)); - PoseStack.mulPose(Vector3f.ZP.rotationDegrees(45)); + matrix.mulPose(Axis.XP.rotationDegrees(45)); + matrix.mulPose(Axis.ZP.rotationDegrees(45)); // apply scaling float scale = 0.8F; - PoseStack.scale(scale, scale, scale); + matrix.scale(scale, scale, scale); ItemRenderer itemRenderer = Minecraft.getInstance().getItemRenderer(); ItemStack stack = tileEntity.getKeyItem(); BakedModel ibakedmodel = itemRenderer.getModel(stack, tileEntity.getLevel(), null, 0); - itemRenderer.render(stack, ItemTransforms.TransformType.FIXED, true, PoseStack, buffer, combinedLight, combinedOverlay, ibakedmodel); + itemRenderer.render(stack, ItemDisplayContext.FIXED, true, matrix, buffer, combinedLight, combinedOverlay, ibakedmodel); - PoseStack.popPose(); + matrix.popPose(); } - public void renderReady(CryogenicDimensionalTeleporterTileEntity tileEntity, float partialTicks, PoseStack PoseStack, MultiBufferSource buffer, int combinedLight, int combinedOverlay) { + public void renderReady(CryogenicDimensionalTeleporterTileEntity tileEntity, float partialTicks, PoseStack matrix, MultiBufferSource buffer, int combinedLight, int combinedOverlay) { // ready - show the key item in rotating pose above the Cryogenic Dimensional Teleporter long time = System.currentTimeMillis(); double speed = Config.cryoDimTeleporterReadyRotationSpeed.get(); float angle = (time / (int)speed) % 360; - Quaternion rotation = Vector3f.YP.rotationDegrees(angle); + Quaternionf rotation = Axis.YP.rotationDegrees(angle); - PoseStack.pushPose(); + matrix.pushPose(); // move "up" to middle/middle/middle of block above - PoseStack.translate(0.5, 1.5, 0.5); + matrix.translate(0.5, 1.5, 0.5); // rotate so block is on a point - PoseStack.mulPose(Vector3f.XP.rotationDegrees(45)); - PoseStack.mulPose(Vector3f.ZP.rotationDegrees(45)); + matrix.mulPose(Axis.XP.rotationDegrees(45)); + matrix.mulPose(Axis.ZP.rotationDegrees(45)); // rotate on horizontal according to calculated rotation angle - PoseStack.mulPose(rotation); + matrix.mulPose(rotation); // apply scaling float scale = 0.8F; - PoseStack.scale(scale, scale, scale); + matrix.scale(scale, scale, scale); ItemRenderer itemRenderer = Minecraft.getInstance().getItemRenderer(); ItemStack stack = tileEntity.getKeyItem(); BakedModel ibakedmodel = itemRenderer.getModel(stack, tileEntity.getLevel(), null, 0); - itemRenderer.render(stack, ItemTransforms.TransformType.FIXED, true, PoseStack, buffer, combinedLight, combinedOverlay, ibakedmodel); + itemRenderer.render(stack, ItemDisplayContext.FIXED, true, matrix, buffer, combinedLight, combinedOverlay, ibakedmodel); - PoseStack.popPose(); + matrix.popPose(); } private int getLightLevel(Level level, BlockPos pos) { diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/tile/CryogenicDimensionalTeleporterTileEntity.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/tile/CryogenicDimensionalTeleporterTileEntity.java index d1fe2bd..2e98a30 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/tile/CryogenicDimensionalTeleporterTileEntity.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/cdt/tile/CryogenicDimensionalTeleporterTileEntity.java @@ -8,6 +8,7 @@ import net.minecraft.world.level.block.state.BlockState; import net.minecraft.core.BlockPos; import net.minecraft.core.Registry; +import net.minecraft.core.registries.Registries; import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.item.ItemStack; import net.minecraft.nbt.CompoundTag; @@ -116,7 +117,7 @@ public DimensionType GetTargetDimensionIfCharged(ServerPlayer serverPlayer, Leve return null; // try get the actual Dimension identified as the target - for (ResourceLocation resLoc : level.getServer().registryAccess().registryOrThrow(Registry.DIMENSION_TYPE_REGISTRY).keySet()) + for (ResourceLocation resLoc : level.getServer().registryAccess().registryOrThrow(Registries.DIMENSION_TYPE).keySet()) { if (resLoc.toString().equalsIgnoreCase(targetDimension)) { // this is unfortunately, but due to FTB Quests not working as I expected it to, @@ -130,7 +131,7 @@ public DimensionType GetTargetDimensionIfCharged(ServerPlayer serverPlayer, Leve // GameStageHelper.addStage(serverPlayer, "nether_access"); // found it! return the target dimension type - return level.getServer().registryAccess().registryOrThrow(Registry.DIMENSION_TYPE_REGISTRY).get(resLoc); + return level.getServer().registryAccess().registryOrThrow(Registries.DIMENSION_TYPE).get(resLoc); } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/inventory/CuboidChestContainer.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/inventory/CuboidChestContainer.java index bf97701..2262eb8 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/inventory/CuboidChestContainer.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/inventory/CuboidChestContainer.java @@ -4,6 +4,7 @@ import com.cuboiddroid.cuboidmod.modules.chest.block.CuboidChestTypes; import net.minecraft.world.entity.player.Player; import net.minecraft.world.entity.player.Inventory; +import net.minecraft.network.FriendlyByteBuf; import net.minecraft.world.Container; import net.minecraft.world.SimpleContainer; import net.minecraft.world.inventory.AbstractContainerMenu; @@ -20,7 +21,7 @@ public class CuboidChestContainer extends AbstractContainerMenu { private final CuboidChestTypes chestType; // Notsogudium - public static CuboidChestContainer createNotsogudiumContainer(int windowId, Inventory playerInventory) { + public static CuboidChestContainer createNotsogudiumContainer(int windowId, Inventory playerInventory, FriendlyByteBuf buffer) { return new CuboidChestContainer(ModContainers.NOTSOGUDIUM_CHEST.get(), windowId, playerInventory, new SimpleContainer(CuboidChestTypes.NOTSOGUDIUM.size), CuboidChestTypes.NOTSOGUDIUM); } @@ -29,7 +30,7 @@ public static CuboidChestContainer createNotsogudiumContainer(int windowId, Inve } // Kudbebedda - public static CuboidChestContainer createKudbebeddaContainer(int windowId, Inventory playerInventory) { + public static CuboidChestContainer createKudbebeddaContainer(int windowId, Inventory playerInventory, FriendlyByteBuf buffer) { return new CuboidChestContainer(ModContainers.KUDBEBEDDA_CHEST.get(), windowId, playerInventory, new SimpleContainer(CuboidChestTypes.KUDBEBEDDA.size), CuboidChestTypes.KUDBEBEDDA); } @@ -38,7 +39,7 @@ public static CuboidChestContainer createKudbebeddaContainer(int windowId, Inven } // Notarfbadium - public static CuboidChestContainer createNotarfbadiumContainer(int windowId, Inventory playerInventory) { + public static CuboidChestContainer createNotarfbadiumContainer(int windowId, Inventory playerInventory, FriendlyByteBuf buffer) { return new CuboidChestContainer(ModContainers.NOTARFBADIUM_CHEST.get(), windowId, playerInventory, new SimpleContainer(CuboidChestTypes.NOTARFBADIUM.size), CuboidChestTypes.NOTARFBADIUM); } @@ -47,7 +48,7 @@ public static CuboidChestContainer createNotarfbadiumContainer(int windowId, Inv } // Wikidium - public static CuboidChestContainer createWikidiumContainer(int windowId, Inventory playerInventory) { + public static CuboidChestContainer createWikidiumContainer(int windowId, Inventory playerInventory, FriendlyByteBuf buffer) { return new CuboidChestContainer(ModContainers.WIKIDIUM_CHEST.get(), windowId, playerInventory, new SimpleContainer(CuboidChestTypes.WIKIDIUM.size), CuboidChestTypes.WIKIDIUM); } @@ -56,7 +57,7 @@ public static CuboidChestContainer createWikidiumContainer(int windowId, Invento } // Thatldu - public static CuboidChestContainer createThatlduContainer(int windowId, Inventory playerInventory) { + public static CuboidChestContainer createThatlduContainer(int windowId, Inventory playerInventory, FriendlyByteBuf buffer) { return new CuboidChestContainer(ModContainers.THATLDU_CHEST.get(), windowId, playerInventory, new SimpleContainer(CuboidChestTypes.THATLDU.size), CuboidChestTypes.THATLDU); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/render/CuboidChestItemStackRenderer.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/render/CuboidChestItemStackRenderer.java index 894274d..8dd86d5 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/render/CuboidChestItemStackRenderer.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/render/CuboidChestItemStackRenderer.java @@ -4,9 +4,9 @@ import com.mojang.blaze3d.vertex.PoseStack; import net.minecraft.client.renderer.MultiBufferSource; -import net.minecraft.client.renderer.block.model.ItemTransforms; import net.minecraft.client.Minecraft; import net.minecraft.client.renderer.BlockEntityWithoutLevelRenderer; +import net.minecraft.world.item.ItemDisplayContext; import net.minecraft.world.item.ItemStack; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; @@ -24,7 +24,7 @@ public CuboidChestItemStackRenderer(Supplier te) { } @Override - public void renderByItem(ItemStack stack, ItemTransforms.TransformType context, PoseStack PoseStack, MultiBufferSource buffer, int combinedLight, int combinedOverlay) { - Minecraft.getInstance().getBlockEntityRenderDispatcher().renderItem(this.te.get(), PoseStack, buffer, combinedLight, combinedOverlay); + public void renderByItem(ItemStack stack, ItemDisplayContext context, PoseStack poseStack,MultiBufferSource buffer, int combinedLight, int combinedOverlay) { + Minecraft.getInstance().getBlockEntityRenderDispatcher().renderItem(this.te.get(), poseStack, buffer, combinedLight, combinedOverlay); } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/render/CuboidChestModels.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/render/CuboidChestModels.java index 57b9511..5e21031 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/render/CuboidChestModels.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/render/CuboidChestModels.java @@ -36,16 +36,16 @@ public static ResourceLocation chooseChestTexture(CuboidChestTypes type) { } } - @SubscribeEvent - public static void onStitch(TextureStitchEvent.Pre event) { - if (!event.getAtlas().location().equals(Sheets.CHEST_SHEET)) { - return; - } + // @SubscribeEvent + // public static void onStitch(TextureStitchEvent.Post event) { + // if (!event.getAtlas().location().equals(Sheets.CHEST_SHEET)) { + // return; + // } - event.addSprite(NOTSOGUDIUM_CHEST_LOCATION); - event.addSprite(KUDBEBEDDA_CHEST_LOCATION); - event.addSprite(NOTARFBADIUM_CHEST_LOCATION); - event.addSprite(WIKIDIUM_CHEST_LOCATION); - event.addSprite(THATLDU_CHEST_LOCATION); - } + // event.addSprite(NOTSOGUDIUM_CHEST_LOCATION); + // event.addSprite(KUDBEBEDDA_CHEST_LOCATION); + // event.addSprite(NOTARFBADIUM_CHEST_LOCATION); + // event.addSprite(WIKIDIUM_CHEST_LOCATION); + // event.addSprite(THATLDU_CHEST_LOCATION); + // } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/render/CuboidChestTileEntityRenderer.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/render/CuboidChestTileEntityRenderer.java index 31eb7dd..a3811d7 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/render/CuboidChestTileEntityRenderer.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/render/CuboidChestTileEntityRenderer.java @@ -1,8 +1,12 @@ package com.cuboiddroid.cuboidmod.modules.chest.render; +import org.joml.Vector3fc; + import com.cuboiddroid.cuboidmod.modules.chest.block.CuboidChestBlockBase; import com.cuboiddroid.cuboidmod.modules.chest.block.CuboidChestTypes; import com.cuboiddroid.cuboidmod.modules.chest.tile.CuboidChestTileEntityBase; +import net.minecraft.client.gui.GuiGraphics; + import com.mojang.blaze3d.vertex.PoseStack; import com.mojang.blaze3d.vertex.VertexConsumer; import net.minecraft.world.level.block.Block; @@ -24,7 +28,7 @@ import net.minecraft.world.level.block.entity.BlockEntity; import net.minecraft.world.level.block.DoubleBlockCombiner; import net.minecraft.core.Direction; -import com.mojang.math.Vector3f; +import com.mojang.math.Axis; import net.minecraft.world.level.Level; public class CuboidChestTileEntityRenderer implements BlockEntityRenderer { @@ -58,7 +62,7 @@ public static LayerDefinition createBodyLayer() { } @Override - public void render(T tileEntityIn, float partialTicks, PoseStack PoseStackIn, MultiBufferSource bufferIn, int combinedLightIn, int combinedOverlayIn) { + public void render(T tileEntityIn, float partialTicks, PoseStack poseStack, MultiBufferSource bufferIn, int combinedLightIn, int combinedOverlayIn) { CuboidChestTileEntityBase tileEntity = (CuboidChestTileEntityBase) tileEntityIn; Level level = tileEntity.getLevel(); @@ -76,11 +80,11 @@ public void render(T tileEntityIn, float partialTicks, PoseStack PoseStackIn, Mu if (block instanceof CuboidChestBlockBase cuboidChestBlock) { // CuboidChestBlockBase cuboidChestBlock = (CuboidChestBlockBase) block; - PoseStackIn.pushPose(); + poseStack.pushPose(); float f = blockstate.getValue(CuboidChestBlockBase.FACING).toYRot(); - PoseStackIn.translate(0.5D, 0.5D, 0.5D); - PoseStackIn.mulPose(Vector3f.YP.rotationDegrees(-f)); - PoseStackIn.translate(-0.5D, -0.5D, -0.5D); + poseStack.translate(0.5D, 0.5D, 0.5D); + poseStack.mulPose(Axis.YP.rotationDegrees(-f)); + poseStack.translate(-0.5D, -0.5D, -0.5D); DoubleBlockCombiner.NeighborCombineResult iCallbackWrapper; if (flag) { @@ -98,17 +102,17 @@ public void render(T tileEntityIn, float partialTicks, PoseStack PoseStackIn, Mu Material material = new Material(Sheets.CHEST_SHEET, CuboidChestModels.chooseChestTexture(chestType)); VertexConsumer ivertexbuilder = material.buffer(bufferIn, RenderType::entityCutout); - this.handleModelRender(PoseStackIn, ivertexbuilder, f1, i, combinedOverlayIn); + this.handleModelRender(poseStack, ivertexbuilder, f1, i, combinedOverlayIn); - PoseStackIn.popPose(); + poseStack.popPose(); } } - private void handleModelRender(PoseStack PoseStackIn, VertexConsumer iVertexBuilder, float f1, int vi1, int vi2) { + private void handleModelRender(PoseStack poseStack, VertexConsumer iVertexBuilder, float f1, int vi1, int vi2) { this.chestLid.xRot = -(f1 * ((float) Math.PI / 2F)); this.chestLock.xRot = this.chestLid.xRot; - this.chestLid.render(PoseStackIn, iVertexBuilder, vi1, vi2); - this.chestLock.render(PoseStackIn, iVertexBuilder, vi1, vi2); - this.chestBottom.render(PoseStackIn, iVertexBuilder, vi1, vi2); + this.chestLid.render(poseStack, iVertexBuilder, vi1, vi2); + this.chestLock.render(poseStack, iVertexBuilder, vi1, vi2); + this.chestBottom.render(poseStack, iVertexBuilder, vi1, vi2); } } \ No newline at end of file diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/screen/CuboidChestScreen.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/screen/CuboidChestScreen.java index 289d8d9..70a9298 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/screen/CuboidChestScreen.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/screen/CuboidChestScreen.java @@ -3,7 +3,7 @@ import com.cuboiddroid.cuboidmod.modules.chest.block.CuboidChestTypes; import com.cuboiddroid.cuboidmod.modules.chest.inventory.CuboidChestContainer; import com.mojang.blaze3d.systems.RenderSystem; -import com.mojang.blaze3d.vertex.PoseStack; +import net.minecraft.client.gui.GuiGraphics; import net.minecraft.client.renderer.GameRenderer; import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen; import net.minecraft.world.entity.player.Inventory; @@ -29,26 +29,25 @@ public CuboidChestScreen(CuboidChestContainer container, Inventory playerInvento this.textureXSize = container.getChestType().textureXSize; this.textureYSize = container.getChestType().textureYSize; - this.passEvents = false; + // this.passEvents = false; } @Override - public void render(PoseStack PoseStack, int mouseX, int mouseY, float partialTicks) { - this.renderBackground(PoseStack); - super.render(PoseStack, mouseX, mouseY, partialTicks); - this.renderComponentHoverEffect(PoseStack, null, mouseX, mouseY); - this.renderTooltip(PoseStack, mouseX, mouseY); + public void render(GuiGraphics matrix, int mouseX, int mouseY, float partialTicks) { + this.renderBackground(matrix); + super.render(matrix, mouseX, mouseY, partialTicks); + matrix.renderComponentHoverEffect(this.font, null, mouseX, mouseY); + this.renderTooltip(matrix, mouseX, mouseY); } @Override - protected void renderLabels(PoseStack PoseStack, int mouseX, int mouseY) { - this.font.draw(PoseStack, this.title, 8.0F, 6.0F, 4210752); - - this.font.draw(PoseStack, this.playerInventoryTitle, 8.0F, (float) (this.imageHeight - 96 + 2), 4210752); + protected void renderLabels(GuiGraphics matrix, int mouseX, int mouseY) { + matrix.drawString(this.font, this.title, 8, 6, 4210752); + matrix.drawString(this.font, this.playerInventoryTitle, 8, (this.imageHeight - 96 + 2), 4210752); } @Override - protected void renderBg(PoseStack PoseStack, float partialTicks, int mouseX, int mouseY) { + protected void renderBg(GuiGraphics matrix, float partialTicks, int mouseX, int mouseY) { // RenderSystem.color4f(1.0F, 1.0F, 1.0F, 1.0F); RenderSystem.setShader(GameRenderer::getPositionTexShader); @@ -58,6 +57,6 @@ protected void renderBg(PoseStack PoseStack, float partialTicks, int mouseX, int int x = (this.width - this.imageWidth) / 2; int y = (this.height - this.imageHeight) / 2; - blit(PoseStack, x, y, 0, 0, this.imageWidth, this.imageHeight, this.textureXSize, this.textureYSize); + matrix.blit(this.chestType.guiTexture, x, y, 0, 0, this.imageWidth, this.imageHeight, this.textureXSize, this.textureYSize); } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/inventory/QuantumCollapserContainerBase.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/inventory/QuantumCollapserContainerBase.java index 4d2f473..7600e72 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/inventory/QuantumCollapserContainerBase.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/inventory/QuantumCollapserContainerBase.java @@ -35,7 +35,7 @@ public QuantumCollapserContainerBase( this.tileEntity = (QuantumCollapserTileEntityBase) world.getBlockEntity(pos); this.playerEntity = player; this.playerInventory = new InvWrapper(playerInventory); - this.level = playerInventory.player.level; + this.level = playerInventory.player.level(); if (tileEntity != null) { tileEntity.getCapability(ForgeCapabilities.ITEM_HANDLER).ifPresent(h -> { @@ -128,7 +128,7 @@ public ItemStack quickMoveStack(Player playerIn, int index) { slot.onQuickCraft(stack, itemstack); } else { // moving something in the player inventory - if (!this.slots.get(0).hasItem() || this.slots.get(0).getItem().sameItem(stack)) { + if (!this.slots.get(0).hasItem() || this.slots.get(0).getItem().is(stack.getItem())) { // first input is empty or already contains this item - try move if (!this.moveItemStackTo(stack, 0, 1, false)) { return ItemStack.EMPTY; diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/AluminiumQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/AluminiumQuantumSingularityItem.java index 36f38b8..1de5eeb 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/AluminiumQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/AluminiumQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class AluminiumQuantumSingularityItem extends QuantumSingularityItemBase { public AluminiumQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "aluminium"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/AndesiteQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/AndesiteQuantumSingularityItem.java index d8b5e05..6cdcdda 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/AndesiteQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/AndesiteQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class AndesiteQuantumSingularityItem extends QuantumSingularityItemBase { public AndesiteQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "andesite"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/BasaltQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/BasaltQuantumSingularityItem.java index c42c339..b76c30a 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/BasaltQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/BasaltQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class BasaltQuantumSingularityItem extends QuantumSingularityItemBase { public BasaltQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "basalt"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/BlackstoneQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/BlackstoneQuantumSingularityItem.java index ac8f06c..d9dd958 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/BlackstoneQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/BlackstoneQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class BlackstoneQuantumSingularityItem extends QuantumSingularityItemBase { public BlackstoneQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "blackstone"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/BronzeQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/BronzeQuantumSingularityItem.java index 5e52465..980aa74 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/BronzeQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/BronzeQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class BronzeQuantumSingularityItem extends QuantumSingularityItemBase { public BronzeQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "bronze"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/CarbonNanotubeQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/CarbonNanotubeQuantumSingularityItem.java index 38040a9..7a9d565 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/CarbonNanotubeQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/CarbonNanotubeQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class CarbonNanotubeQuantumSingularityItem extends QuantumSingularityItemBase { public CarbonNanotubeQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "carbon_nanotube"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/CelluloseQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/CelluloseQuantumSingularityItem.java index 7c2c667..9bc1177 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/CelluloseQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/CelluloseQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class CelluloseQuantumSingularityItem extends QuantumSingularityItemBase { public CelluloseQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "cellulose"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/ClayQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/ClayQuantumSingularityItem.java index 9c92559..d02982a 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/ClayQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/ClayQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class ClayQuantumSingularityItem extends QuantumSingularityItemBase { public ClayQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "clay"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/CoalQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/CoalQuantumSingularityItem.java index c8c3893..51c1b90 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/CoalQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/CoalQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class CoalQuantumSingularityItem extends QuantumSingularityItemBase { public CoalQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "coal"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/CobaltQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/CobaltQuantumSingularityItem.java index 08d7f7e..072d2cb 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/CobaltQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/CobaltQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class CobaltQuantumSingularityItem extends QuantumSingularityItemBase { public CobaltQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "cobalt"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/CobblestoneQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/CobblestoneQuantumSingularityItem.java index dbf02fc..0a3bc37 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/CobblestoneQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/CobblestoneQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class CobblestoneQuantumSingularityItem extends QuantumSingularityItemBase { public CobblestoneQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "cobblestone"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/CopperQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/CopperQuantumSingularityItem.java index a52c83a..d6d62eb 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/CopperQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/CopperQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class CopperQuantumSingularityItem extends QuantumSingularityItemBase { public CopperQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "copper"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/DiamondQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/DiamondQuantumSingularityItem.java index ecb2f62..6bbf9f8 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/DiamondQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/DiamondQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class DiamondQuantumSingularityItem extends QuantumSingularityItemBase { public DiamondQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "diamond"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/DioriteQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/DioriteQuantumSingularityItem.java index 7261966..e3f9877 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/DioriteQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/DioriteQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class DioriteQuantumSingularityItem extends QuantumSingularityItemBase { public DioriteQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "diorite"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/DirtQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/DirtQuantumSingularityItem.java index ed12041..28b3e03 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/DirtQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/DirtQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class DirtQuantumSingularityItem extends QuantumSingularityItemBase { public DirtQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "dirt"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/DustQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/DustQuantumSingularityItem.java index ff992df..6b62c5c 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/DustQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/DustQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class DustQuantumSingularityItem extends QuantumSingularityItemBase { public DustQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "dust"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/ElectrumQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/ElectrumQuantumSingularityItem.java index 4539a37..a0e25c5 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/ElectrumQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/ElectrumQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class ElectrumQuantumSingularityItem extends QuantumSingularityItemBase { public ElectrumQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "electrum"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/EmeraldQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/EmeraldQuantumSingularityItem.java index 9ed6309..b7a495e 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/EmeraldQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/EmeraldQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class EmeraldQuantumSingularityItem extends QuantumSingularityItemBase { public EmeraldQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "emerald"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/EndStoneQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/EndStoneQuantumSingularityItem.java index 74dc563..941c277 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/EndStoneQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/EndStoneQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class EndStoneQuantumSingularityItem extends QuantumSingularityItemBase { public EndStoneQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "endstone"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/GlowstoneQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/GlowstoneQuantumSingularityItem.java index 11b635c..4b06020 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/GlowstoneQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/GlowstoneQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class GlowstoneQuantumSingularityItem extends QuantumSingularityItemBase { public GlowstoneQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "glowstone"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/GoldQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/GoldQuantumSingularityItem.java index b93bb4b..86ed5ab 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/GoldQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/GoldQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class GoldQuantumSingularityItem extends QuantumSingularityItemBase { public GoldQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "gold"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/GraniteQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/GraniteQuantumSingularityItem.java index 7a82df2..8703ec5 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/GraniteQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/GraniteQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class GraniteQuantumSingularityItem extends QuantumSingularityItemBase { public GraniteQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "granite"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/GravelQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/GravelQuantumSingularityItem.java index fe57343..00e374e 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/GravelQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/GravelQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class GravelQuantumSingularityItem extends QuantumSingularityItemBase { public GravelQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "gravel"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/InvarQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/InvarQuantumSingularityItem.java index 6756eb8..a92b65f 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/InvarQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/InvarQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class InvarQuantumSingularityItem extends QuantumSingularityItemBase { public InvarQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "invar"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/IronQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/IronQuantumSingularityItem.java index aea4fc0..73eae37 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/IronQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/IronQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class IronQuantumSingularityItem extends QuantumSingularityItemBase { public IronQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "iron"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/KudbebeddaQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/KudbebeddaQuantumSingularityItem.java index 3fda958..0c5d955 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/KudbebeddaQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/KudbebeddaQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class KudbebeddaQuantumSingularityItem extends QuantumSingularityItemBase { public KudbebeddaQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "kudbebedda"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LapisQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LapisQuantumSingularityItem.java index 24510ed..fd78573 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LapisQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LapisQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class LapisQuantumSingularityItem extends QuantumSingularityItemBase { public LapisQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "lapis"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LeadQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LeadQuantumSingularityItem.java index e317988..2c8c74e 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LeadQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LeadQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class LeadQuantumSingularityItem extends QuantumSingularityItemBase { public LeadQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "lead"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LogAcaciaQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LogAcaciaQuantumSingularityItem.java index a3203b0..7d79e44 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LogAcaciaQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LogAcaciaQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class LogAcaciaQuantumSingularityItem extends QuantumSingularityItemBase { public LogAcaciaQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "acacia_log"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LogBirchQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LogBirchQuantumSingularityItem.java index 47d25c8..d3ef8d2 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LogBirchQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LogBirchQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class LogBirchQuantumSingularityItem extends QuantumSingularityItemBase { public LogBirchQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "birch_log"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LogDarkOakQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LogDarkOakQuantumSingularityItem.java index 8b843f4..ca37a0c 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LogDarkOakQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LogDarkOakQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class LogDarkOakQuantumSingularityItem extends QuantumSingularityItemBase { public LogDarkOakQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "dark_oak_log"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LogJungleQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LogJungleQuantumSingularityItem.java index 8c6f3f1..dde8f92 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LogJungleQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LogJungleQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class LogJungleQuantumSingularityItem extends QuantumSingularityItemBase { public LogJungleQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "jungle_log"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LogOakQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LogOakQuantumSingularityItem.java index be40c66..cc3f981 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LogOakQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LogOakQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class LogOakQuantumSingularityItem extends QuantumSingularityItemBase { public LogOakQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "oak_log"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LogSpruceQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LogSpruceQuantumSingularityItem.java index 2ef6a02..9ba9dd0 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LogSpruceQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/LogSpruceQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class LogSpruceQuantumSingularityItem extends QuantumSingularityItemBase { public LogSpruceQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "spruce_log"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/NetherrackQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/NetherrackQuantumSingularityItem.java index 5190b0f..2e18572 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/NetherrackQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/NetherrackQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class NetherrackQuantumSingularityItem extends QuantumSingularityItemBase { public NetherrackQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "netherrack"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/NickelQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/NickelQuantumSingularityItem.java index 4f5355f..0e868a0 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/NickelQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/NickelQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class NickelQuantumSingularityItem extends QuantumSingularityItemBase { public NickelQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "nickel"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/NotarfbadiumQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/NotarfbadiumQuantumSingularityItem.java index 0d072d8..5b222ea 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/NotarfbadiumQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/NotarfbadiumQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class NotarfbadiumQuantumSingularityItem extends QuantumSingularityItemBase { public NotarfbadiumQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "notarfbadium"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/NotsogudiumQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/NotsogudiumQuantumSingularityItem.java index a0870ad..1f3fbd3 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/NotsogudiumQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/NotsogudiumQuantumSingularityItem.java @@ -7,7 +7,7 @@ public class NotsogudiumQuantumSingularityItem extends QuantumSingularityItemBase { public NotsogudiumQuantumSingularityItem() { - super(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Item.Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "notsogudium"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/OsmiumQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/OsmiumQuantumSingularityItem.java index 5f5f6ef..4bb14e1 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/OsmiumQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/OsmiumQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class OsmiumQuantumSingularityItem extends QuantumSingularityItemBase { public OsmiumQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "osmium"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/PlatinumQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/PlatinumQuantumSingularityItem.java index 71d76c7..b2a305c 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/PlatinumQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/PlatinumQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class PlatinumQuantumSingularityItem extends QuantumSingularityItemBase { public PlatinumQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "platinum"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/RedstoneQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/RedstoneQuantumSingularityItem.java index 4a31d6b..97b4f81 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/RedstoneQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/RedstoneQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class RedstoneQuantumSingularityItem extends QuantumSingularityItemBase { public RedstoneQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "redstone"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/SandQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/SandQuantumSingularityItem.java index 1d8dedf..8234a1a 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/SandQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/SandQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class SandQuantumSingularityItem extends QuantumSingularityItemBase { public SandQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "sand"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/SilicaDustQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/SilicaDustQuantumSingularityItem.java index 1035104..8195a91 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/SilicaDustQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/SilicaDustQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class SilicaDustQuantumSingularityItem extends QuantumSingularityItemBase { public SilicaDustQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "silica_dust"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/SilverQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/SilverQuantumSingularityItem.java index 9fddeef..59e2f97 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/SilverQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/SilverQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class SilverQuantumSingularityItem extends QuantumSingularityItemBase { public SilverQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "silver"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/SteelQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/SteelQuantumSingularityItem.java index e465508..959d2d2 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/SteelQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/SteelQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class SteelQuantumSingularityItem extends QuantumSingularityItemBase { public SteelQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "steel"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/ThatlduQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/ThatlduQuantumSingularityItem.java index 09f8485..ec49b67 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/ThatlduQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/ThatlduQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class ThatlduQuantumSingularityItem extends QuantumSingularityItemBase { public ThatlduQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "thatldu"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/TinQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/TinQuantumSingularityItem.java index c4226ca..0f35dcd 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/TinQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/TinQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class TinQuantumSingularityItem extends QuantumSingularityItemBase { public TinQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "tin"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/UraniniteQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/UraniniteQuantumSingularityItem.java index 6ff45c1..8698554 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/UraniniteQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/UraniniteQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class UraniniteQuantumSingularityItem extends QuantumSingularityItemBase { public UraniniteQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "uraninite"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/UraniumQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/UraniumQuantumSingularityItem.java index 964d0f0..a01fa1e 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/UraniumQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/UraniumQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class UraniumQuantumSingularityItem extends QuantumSingularityItemBase { public UraniumQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "uranium"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/WikidiumQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/WikidiumQuantumSingularityItem.java index 57bfc4f..b153553 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/WikidiumQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/WikidiumQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class WikidiumQuantumSingularityItem extends QuantumSingularityItemBase { public WikidiumQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "wikidium"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/ZincQuantumSingularityItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/ZincQuantumSingularityItem.java index 59d258e..ab1983c 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/ZincQuantumSingularityItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/item/ZincQuantumSingularityItem.java @@ -6,7 +6,7 @@ public class ZincQuantumSingularityItem extends QuantumSingularityItemBase { public ZincQuantumSingularityItem() { - super(new Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP), + super(new Properties(), QuantumSingularityRegistry.getInstance() .getSingularityById(new ResourceLocation(CuboidMod.MOD_ID, "zinc"))); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/recipe/QuantumCollapsingRecipe.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/recipe/QuantumCollapsingRecipe.java index 19a6061..39495f3 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/recipe/QuantumCollapsingRecipe.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/recipe/QuantumCollapsingRecipe.java @@ -6,13 +6,13 @@ import com.cuboiddroid.cuboidmod.modules.collapser.tile.QuantumCollapserTileEntityBase; import com.cuboiddroid.cuboidmod.setup.ModBlocks; import com.google.gson.JsonObject; -import net.minecraft.world.Container; import net.minecraft.world.SimpleContainer; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.crafting.Recipe; import net.minecraft.world.item.crafting.RecipeSerializer; import net.minecraft.world.item.crafting.RecipeType; import net.minecraft.world.item.crafting.Ingredient; +import net.minecraft.core.RegistryAccess; import net.minecraft.network.FriendlyByteBuf; import net.minecraft.util.GsonHelper; import net.minecraft.resources.ResourceLocation; @@ -134,8 +134,8 @@ public boolean matches(SimpleContainer inv, Level level) { * @return */ @Override - public ItemStack assemble(SimpleContainer inventory) { - return this.getResultItem(); + public ItemStack assemble(SimpleContainer inventory, RegistryAccess access) { + return this.getResultItem(access); } /** @@ -155,7 +155,7 @@ public boolean canCraftInDimensions(int gridWidth, int gridHeight) { * @return */ @Override - public ItemStack getResultItem() { + public ItemStack getResultItem(RegistryAccess access) { return result.copy(); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/screen/QuantumCollapserScreenBase.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/screen/QuantumCollapserScreenBase.java index da15bba..61cc67f 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/screen/QuantumCollapserScreenBase.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/screen/QuantumCollapserScreenBase.java @@ -3,7 +3,7 @@ import com.cuboiddroid.cuboidmod.CuboidMod; import com.cuboiddroid.cuboidmod.modules.collapser.inventory.QuantumCollapserContainerBase; import com.cuboiddroid.cuboidmod.modules.collapser.tile.QuantumCollapserTileEntityBase; -import com.mojang.blaze3d.vertex.PoseStack; +import net.minecraft.client.gui.GuiGraphics; import com.mojang.blaze3d.systems.RenderSystem; import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen; import net.minecraft.client.multiplayer.ClientLevel; @@ -57,7 +57,7 @@ protected void init() { } @Override - public void render(PoseStack matrix, int mouseX, int mouseY, float partialTicks) { + public void render(GuiGraphics matrix, int mouseX, int mouseY, float partialTicks) { this.renderBackground(matrix); super.render(matrix, mouseX, mouseY, partialTicks); this.renderTooltip(matrix, mouseX, mouseY); @@ -73,13 +73,13 @@ public void render(PoseStack matrix, int mouseX, int mouseY, float partialTicks) Component text = Component.literal(this.getItemsConsumed() + " / " + this.getTotalItemsRequired()); tooltip.add(text); - this.renderComponentTooltip(matrix, tooltip, mouseX, mouseY); + matrix.renderComponentTooltip(this.font, tooltip, mouseX, mouseY); } else if (mouseX >= this.leftPos + 145 && mouseX < this.leftPos + 162 && mouseY >= this.topPos + 35 && mouseY < this.topPos + 52) { MutableComponent singularityName = getCurrentSingularityDisplayName(); if (singularityName != null) { List tooltip = new ArrayList<>(); tooltip.add(singularityName); - this.renderComponentTooltip(matrix, tooltip, mouseX, mouseY); + maytrix.renderComponentTooltip(this.font, tooltip, mouseX, mouseY); } } } @@ -87,24 +87,24 @@ public void render(PoseStack matrix, int mouseX, int mouseY, float partialTicks) } @Override - protected void renderLabels(PoseStack matrix, int mouseX, int mouseY) { + protected void renderLabels(GuiGraphics matrix, int mouseX, int mouseY) { String[] words = this.name.getString().split("\\s+"); String firstLine = words[0] + ((words.length > 1) ? " " + words[1] : ""); String secondLine = ""; for (int i = 2; i < words.length; i++) secondLine += words[i] + (i < words.length - 1 ? " " : ""); - this.minecraft.font.draw(matrix, this.playerInv.getDisplayName(), 7, this.imageHeight - 93, 4210752); + matrix.drawString(this.font, this.playerInv.getDisplayName(), 7, this.imageHeight - 93, 4210752, false); Component first = Component.literal(firstLine); Component second = Component.literal(secondLine); - this.minecraft.font.draw(matrix, first, this.imageWidth / 2 - this.minecraft.font.width(firstLine) / 2, 6, 4210752); - this.minecraft.font.draw(matrix, second, this.imageWidth / 2 - this.minecraft.font.width(secondLine) / 2, 18, 4210752); + matrix.drawString(this.font, first, this.imageWidth / 2 - this.minecraft.font.width(firstLine) / 2, 6, 4210752, false); + matrix.drawString(this.font, second, this.imageWidth / 2 - this.minecraft.font.width(secondLine) / 2, 18, 4210752, false); } @Override - protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mouseY) { + protected void renderBg(GuiGraphics matrix, float partialTicks, int mouseX, int mouseY) { // render the main container background // RenderSystem.color4f(1.0F, 1.0F, 1.0F, 1.0F); RenderSystem.setShader(GameRenderer::getPositionTexShader); @@ -112,7 +112,7 @@ protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mo RenderSystem.setShaderTexture(0, GUI); int relX = (this.width - this.imageWidth) / 2; int relY = (this.height - this.imageHeight) / 2; - this.blit(matrix, relX, relY, 0, 0, this.imageWidth, this.imageHeight); + matrix.blit(GUI, relX, relY, 0, 0, this.imageWidth, this.imageHeight); // render progress arrow int progress = (this.tile.getProcessingTime() * ARROW_WIDTH) / this.tile.getRecipeTime(); @@ -125,7 +125,7 @@ protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mo // top left Y to copy from, // width to copy, // height to copy - this.blit(matrix, + matrix.blit(GUI, this.leftPos + ARROW_TOP_LEFT_X, this.topPos + ARROW_TOP_LEFT_Y, HIDDEN_ARROW_TOP_LEFT_X, @@ -150,7 +150,7 @@ protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mo // top left Y to copy from, // width to copy, // height to copy - this.blit(matrix, + matrix.blit(GUI, this.leftPos + BAR_TOP_LEFT_X, this.topPos + BAR_TOP_LEFT_Y + BAR_HEIGHT - powerHeight, HIDDEN_BAR_TOP_LEFT_X, @@ -163,16 +163,16 @@ protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mo if (amountConsumed > 0) { // show picture of current item being consumed ItemStack collapsingItem = this.tile.getCollapsingItemStackForDisplay(); - this.renderFloatingItem(collapsingItem, this.leftPos + 12, this.topPos + 43, ""); + this.renderFloatingItem(matrix, collapsingItem, this.leftPos + 12, this.topPos + 43, ""); // show picture of current target item ItemStack singularityOutputItem = this.tile.getSingularityOutputForDisplay(); - this.renderFloatingItem(singularityOutputItem, this.leftPos + 145, this.topPos + 43, ""); + this.renderFloatingItem(matrix, singularityOutputItem, this.leftPos + 145, this.topPos + 43, ""); } } @Override - protected void renderTooltip(PoseStack matrix, int mouseX, int mouseY) { + protected void renderTooltip(GuiGraphics matrix, int mouseX, int mouseY) { super.renderTooltip(matrix, mouseX, mouseY); // tooltip to show energy stored & capacity @@ -186,7 +186,7 @@ protected void renderTooltip(PoseStack matrix, int mouseX, int mouseY) { tooltip.add(this.tile.getCollapsingItemStackForDisplay().getHoverName()); } - this.renderComponentTooltip(matrix, tooltip, mouseX, mouseY); + matrix.renderComponentTooltip(this.font, tooltip, mouseX, mouseY); } } @@ -248,14 +248,12 @@ public boolean hasCurrentCollapsingItem() { } */ - private void renderFloatingItem(ItemStack itemStack, int posX, int posY, String text) { - // RenderSystem.translatef(0.0F, 0.0F, 32.0F); - this.setBlitOffset(200); - this.itemRenderer.blitOffset = 200.0F; - this.itemRenderer.renderAndDecorateItem(itemStack, posX, posY); - this.itemRenderer.renderGuiItemDecorations(this.font, itemStack, posX, posY, text); - this.setBlitOffset(0); - this.itemRenderer.blitOffset = 0.0F; - } + private void renderFloatingItem(GuiGraphics matrix, ItemStack itemStack, int posX, int posY, String text) { + matrix.pose().pushPose(); + matrix.pose().translate(0.0F, 0.0F, 232.0F); + matrix.renderItem(itemStack, posX, posY); + matrix.renderItemDecorations(this.font, itemStack, posX, posY, text); + matrix.pose().popPose(); + } } \ No newline at end of file diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/tile/QuantumCollapserTileEntityBase.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/tile/QuantumCollapserTileEntityBase.java index bc1d952..8b8673f 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/tile/QuantumCollapserTileEntityBase.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/collapser/tile/QuantumCollapserTileEntityBase.java @@ -19,6 +19,7 @@ import net.minecraft.world.level.block.entity.BlockEntity; import net.minecraft.world.level.block.entity.BlockEntityType; import net.minecraft.core.Direction; +import net.minecraft.core.RegistryAccess; import net.minecraft.util.GsonHelper; import net.minecraft.resources.ResourceLocation; import net.minecraft.core.BlockPos; @@ -92,7 +93,7 @@ public void tick(Level level, BlockPos worldPosition, BlockState blockState, Blo this.currentIngredient = recipe.getIngredient(); this.amountRequired = recipe.getRequiredInputAmount(); this.recipeTime = (int) (recipe.getWorkTicks() / this.speedFactor); - this.currentOutput = recipe.getResultItem(); + this.currentOutput = recipe.getResultItem(RegistryAccess.EMPTY); setChanged(); } else if (!currentIngredient.test(this.inputItemHandler.getStackInSlot(0))) { // can't change recipe mid-load, but if already filled up, let it run @@ -158,7 +159,7 @@ private boolean doWork() { while (!hasRoomForOutputs && outputSlotIndex < OUTPUT_SLOTS) { ItemStack outputSlot = this.outputItemHandler.getStackInSlot(outputSlotIndex); hasRoomForOutputs = outputSlot.isEmpty() || (!currentOutput.isEmpty() && - currentOutput.sameItem(outputSlot) && + currentOutput.is(outputSlot.getItem()) && currentOutput.getCount() + outputSlot.getCount() <= currentOutput.getMaxStackSize()); outputSlotIndex++; @@ -205,7 +206,7 @@ private void moveStackToOutputs(ItemStack stack) { int firstEmptyIndex = -1; for (int outputSlotIndex = 0; outputSlotIndex < OUTPUT_SLOTS; outputSlotIndex++) { ItemStack outputStack = outputItemHandler.getStackInSlot(outputSlotIndex).copy(); - if (outputStack.sameItem(stack) && outputStack.getCount() + stack.getCount() <= outputStack.getMaxStackSize()) { + if (outputStack.is(stack.getItem()) && outputStack.getCount() + stack.getCount() <= outputStack.getMaxStackSize()) { outputStack.grow(stack.getCount()); outputItemHandler.setStackInSlot(outputSlotIndex, outputStack); return; @@ -252,7 +253,7 @@ private SimpleContainer getInputsAsInventory() { private ItemStack getWorkOutput(@Nullable QuantumCollapsingRecipe recipe) { if (recipe != null) { - return recipe.getResultItem().copy(); + return recipe.getResultItem(RegistryAccess.EMPTY).copy(); } return ItemStack.EMPTY; @@ -380,7 +381,7 @@ protected void onContentsChanged(int slot) { @Override public boolean isItemValid(int slot, @Nonnull ItemStack stack) { - return this.getStackInSlot(slot).isEmpty() || this.getStackInSlot(slot).sameItem(stack); + return this.getStackInSlot(slot).isEmpty() || this.getStackInSlot(slot).is(stack.getItem()); } @Nonnull diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/common/TileEntityInventory.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/common/TileEntityInventory.java index 324da33..c7df0b3 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/common/TileEntityInventory.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/common/TileEntityInventory.java @@ -115,7 +115,7 @@ public ItemStack removeItemNoUpdate(int index) { @Override public void setItem(int index, ItemStack stack) { ItemStack itemstack = this.inventory.get(index); - boolean flag = !stack.isEmpty() && stack.sameItem(itemstack) && ItemStack.tagMatches(stack, itemstack); + boolean flag = !stack.isEmpty() && stack.is(itemstack.getItem()) && ItemStack.matches(stack, itemstack); this.inventory.set(index, stack); if (stack.getCount() > this.getMaxStackSize()) { stack.setCount(this.getMaxStackSize()); diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/dryingcupboard/inventory/DryingCupboardContainer.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/dryingcupboard/inventory/DryingCupboardContainer.java index 6a2b3cc..ef430fd 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/dryingcupboard/inventory/DryingCupboardContainer.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/dryingcupboard/inventory/DryingCupboardContainer.java @@ -42,7 +42,7 @@ public DryingCupboardContainer(int windowId, this.tileEntity = (DryingCupboardTileEntity) world.getBlockEntity(pos); this.playerEntity = player; this.playerInventory = new InvWrapper(playerInventory); - this.level = playerInventory.player.level; + this.level = playerInventory.player.level(); if (tileEntity != null) { tileEntity.getCapability(ForgeCapabilities.ITEM_HANDLER).ifPresent(h -> { diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/dryingcupboard/recipe/DryingRecipe.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/dryingcupboard/recipe/DryingRecipe.java index 46eb3c4..a12e9ca 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/dryingcupboard/recipe/DryingRecipe.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/dryingcupboard/recipe/DryingRecipe.java @@ -10,6 +10,7 @@ import net.minecraft.world.item.crafting.RecipeSerializer; import net.minecraft.world.item.crafting.RecipeType; import net.minecraft.world.item.crafting.Ingredient; +import net.minecraft.core.RegistryAccess; import net.minecraft.network.FriendlyByteBuf; import net.minecraft.util.GsonHelper; import net.minecraft.resources.ResourceLocation; @@ -124,8 +125,8 @@ public boolean matches(Container inv, Level level) { */ @Deprecated @Override - public ItemStack assemble(Container inventory) { - return this.getResultItem(); + public ItemStack assemble(Container inventory, RegistryAccess access) { + return this.getResultItem(access); } /** @@ -145,7 +146,7 @@ public boolean canCraftInDimensions(int gridWidth, int gridHeight) { * @return the result of the recipe */ @Override - public ItemStack getResultItem() { + public ItemStack getResultItem(RegistryAccess access) { return resultItem.copy(); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/dryingcupboard/screen/DryingCupboardScreen.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/dryingcupboard/screen/DryingCupboardScreen.java index 9b61d96..efbaac5 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/dryingcupboard/screen/DryingCupboardScreen.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/dryingcupboard/screen/DryingCupboardScreen.java @@ -3,7 +3,7 @@ import com.cuboiddroid.cuboidmod.CuboidMod; import com.cuboiddroid.cuboidmod.modules.dryingcupboard.inventory.DryingCupboardContainer; import com.cuboiddroid.cuboidmod.modules.dryingcupboard.tile.DryingCupboardTileEntity; -import com.mojang.blaze3d.vertex.PoseStack; +import net.minecraft.client.gui.GuiGraphics; import com.mojang.blaze3d.systems.RenderSystem; import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen; import net.minecraft.client.multiplayer.ClientLevel; @@ -56,24 +56,24 @@ protected void init() { } @Override - public void render(PoseStack matrix, int mouseX, int mouseY, float partialTicks) { + public void render(GuiGraphics matrix, int mouseX, int mouseY, float partialTicks) { this.renderBackground(matrix); super.render(matrix, mouseX, mouseY, partialTicks); this.renderTooltip(matrix, mouseX, mouseY); } @Override - protected void renderLabels(PoseStack matrix, int mouseX, int mouseY) { - this.minecraft.font.draw(matrix, this.playerInv.getDisplayName(), 7, this.imageHeight - 93, 4210752); + protected void renderLabels(GuiGraphics matrix, int mouseX, int mouseY) { + matrix.drawString(this.font, this.playerInv.getDisplayName(), 7, this.imageHeight - 93, 4210752, false); String name = this.name.getString(); Component nameText = Component.literal(name); - this.minecraft.font.draw(matrix, nameText, this.imageWidth / 2 - this.minecraft.font.width(name) / 2, 6, 4210752); + matrix.drawString(this.font, nameText, this.imageWidth / 2 - this.minecraft.font.width(name) / 2, 6, 4210752, false); } @Override - protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mouseY) { + protected void renderBg(GuiGraphics matrix, float partialTicks, int mouseX, int mouseY) { // render the main container background // RenderSystem.color4f(1.0F, 1.0F, 1.0F, 1.0F); RenderSystem.setShader(GameRenderer::getPositionTexShader); @@ -81,7 +81,7 @@ protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mo RenderSystem.setShaderTexture(0, GUI); int relX = (this.width - this.imageWidth) / 2; int relY = (this.height - this.imageHeight) / 2; - this.blit(matrix, relX, relY, 0, 0, this.imageWidth, this.imageHeight); + matrix.blit(GUI, relX, relY, 0, 0, this.imageWidth, this.imageHeight); // render progress mini bars for (int slotIndex = 0; slotIndex < DryingCupboardTileEntity.INPUT_SLOTS; slotIndex++) { @@ -96,7 +96,7 @@ protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mo // top left Y to copy from, // width to copy, // height to copy - this.blit(matrix, + matrix.blit(GUI, this.leftPos + MINI_BAR_TOP_LEFT_X + 18 * slotIndex, this.topPos + MINI_BAR_TOP_LEFT_Y, HIDDEN_MINI_BAR_TOP_LEFT_X, @@ -122,7 +122,7 @@ protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mo // top left Y to copy from, // width to copy, // height to copy - this.blit(matrix, + matrix.blit(GUI, this.leftPos + BAR_TOP_LEFT_X, this.topPos + BAR_TOP_LEFT_Y + BAR_HEIGHT - powerHeight, HIDDEN_BAR_TOP_LEFT_X, @@ -134,7 +134,7 @@ protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mo } @Override - protected void renderTooltip(PoseStack matrix, int mouseX, int mouseY) { + protected void renderTooltip(GuiGraphics matrix, int mouseX, int mouseY) { super.renderTooltip(matrix, mouseX, mouseY); // tooltip to show energy stored & capacity @@ -147,7 +147,7 @@ protected void renderTooltip(PoseStack matrix, int mouseX, int mouseY) { tooltip.add(text); } - this.renderComponentTooltip(matrix, tooltip, mouseX, mouseY); + matrix.renderComponentTooltip(this.font, tooltip, mouseX, mouseY); } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/dryingcupboard/tile/DryingCupboardTileEntity.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/dryingcupboard/tile/DryingCupboardTileEntity.java index d66c158..6de7c90 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/dryingcupboard/tile/DryingCupboardTileEntity.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/dryingcupboard/tile/DryingCupboardTileEntity.java @@ -22,6 +22,7 @@ import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.entity.BlockEntity; import net.minecraft.core.Direction; +import net.minecraft.core.RegistryAccess; import net.minecraft.core.BlockPos; import net.minecraft.network.chat.Component; import net.minecraft.world.level.Level; @@ -173,7 +174,7 @@ private boolean doWork() { ItemStack outputSlot = this.outputItemHandler.getStackInSlot(slotTicker); boolean hasRoomForOutputs = outputSlot.isEmpty() || (!recipeOutput.isEmpty() && - recipeOutput.sameItem(outputSlot) && + recipeOutput.is(outputSlot.getItem()) && recipeOutput.getCount() + outputSlot.getCount() <= recipeOutput.getMaxStackSize()); if (!hasRoomForOutputs) { @@ -204,7 +205,7 @@ private boolean finishWork() { ItemStack recipeOutput = getWorkOutput(recipe); ItemStack outputStack = outputItemHandler.getStackInSlot(slotTicker).copy(); - if (outputStack.sameItem(recipeOutput) && outputStack.getCount() + recipeOutput.getCount() <= outputStack.getMaxStackSize()) { + if (outputStack.is(recipeOutput.getItem()) && outputStack.getCount() + recipeOutput.getCount() <= outputStack.getMaxStackSize()) { outputStack.setCount(outputStack.getCount() + recipeOutput.getCount()); outputItemHandler.setStackInSlot(slotTicker, outputStack); } else if (outputStack.isEmpty()) { @@ -258,7 +259,7 @@ private SimpleContainer getInputsAsInventory(int slotIndex) { private ItemStack getWorkOutput(@Nullable DryingRecipe recipe) { if (recipe != null) { - return recipe.getResultItem(); + return recipe.getResultItem(RegistryAccess.EMPTY); } return ItemStack.EMPTY; @@ -379,7 +380,7 @@ protected void onContentsChanged(int slot) { @Override public boolean isItemValid(int slot, @Nonnull ItemStack stack) { - return this.getStackInSlot(slot).isEmpty() || this.getStackInSlot(slot).sameItem(stack); + return this.getStackInSlot(slot).isEmpty() || this.getStackInSlot(slot).is(stack.getItem()); } @Nonnull diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/AppleCiderVinegarItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/AppleCiderVinegarItem.java index 5342a48..a3f8a1e 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/AppleCiderVinegarItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/AppleCiderVinegarItem.java @@ -24,7 +24,7 @@ public class AppleCiderVinegarItem extends Item { public AppleCiderVinegarItem() { super(new Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) + .stacksTo(1) .food(new FoodProperties.Builder() .nutrition(3) diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/ArachnuggetItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/ArachnuggetItem.java index 3c06984..cc0f3d6 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/ArachnuggetItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/ArachnuggetItem.java @@ -18,7 +18,7 @@ public class ArachnuggetItem extends Item { public ArachnuggetItem() { super(new Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) + .food(new FoodProperties.Builder() .nutrition(3) .saturationMod(0.4F) diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/BeefBiltongItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/BeefBiltongItem.java index 76230cf..11839cb 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/BeefBiltongItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/BeefBiltongItem.java @@ -21,7 +21,7 @@ public class BeefBiltongItem extends Item { public BeefBiltongItem() { super(new Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) + .food(new FoodProperties.Builder() .nutrition(12) .saturationMod(2.0F) diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/BrothItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/BrothItem.java index 732839f..62c2fd0 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/BrothItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/BrothItem.java @@ -19,7 +19,7 @@ public class BrothItem extends Item { public BrothItem() { super(new Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) + .stacksTo(1) .food(new FoodProperties.Builder() .nutrition(3) diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/CookedKebabItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/CookedKebabItem.java index c5705b8..eabfbfc 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/CookedKebabItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/CookedKebabItem.java @@ -25,7 +25,7 @@ public class CookedKebabItem extends Item { public CookedKebabItem() { super(new Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) + .stacksTo(1) .food(new FoodProperties.Builder() .nutrition(10) diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/CuredBeefItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/CuredBeefItem.java index 325ffdd..1da03f5 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/CuredBeefItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/CuredBeefItem.java @@ -21,7 +21,7 @@ public class CuredBeefItem extends Item { public CuredBeefItem() { super(new Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) + .food(new FoodProperties.Builder() .nutrition(4) .saturationMod(0.8F) diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/CuredFleshItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/CuredFleshItem.java index a94b7a6..4096ae7 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/CuredFleshItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/CuredFleshItem.java @@ -21,7 +21,7 @@ public class CuredFleshItem extends Item { public CuredFleshItem() { super(new Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) + .food(new FoodProperties.Builder() .nutrition(5) .saturationMod(0.3F) diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/GruelItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/GruelItem.java index 907867c..63b78bf 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/GruelItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/GruelItem.java @@ -19,7 +19,7 @@ public class GruelItem extends Item { public GruelItem() { super(new Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) + .stacksTo(1) .food(new FoodProperties.Builder() .nutrition(5) diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/HardfiskurItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/HardfiskurItem.java index 1312f28..96d7a92 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/HardfiskurItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/HardfiskurItem.java @@ -21,7 +21,7 @@ public class HardfiskurItem extends Item { public HardfiskurItem() { super(new Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) + .food(new FoodProperties.Builder() .nutrition(7) .saturationMod(1.6F) diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/ProteinBarItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/ProteinBarItem.java index 0479429..8fff02a 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/ProteinBarItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/ProteinBarItem.java @@ -14,7 +14,7 @@ public class ProteinBarItem extends Item { public ProteinBarItem() { super(new Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) + .food(new FoodProperties.Builder() .nutrition(5) .saturationMod(0.6F) diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/RationPackItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/RationPackItem.java index e491dad..b309c5a 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/RationPackItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/RationPackItem.java @@ -18,7 +18,7 @@ public class RationPackItem extends Item { public RationPackItem() { super(new Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) + .stacksTo(8) .food(new FoodProperties.Builder() .nutrition(3) diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/RawKebabItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/RawKebabItem.java index ea8351e..f39ace0 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/RawKebabItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/RawKebabItem.java @@ -23,7 +23,7 @@ public class RawKebabItem extends Item { public RawKebabItem() { super(new Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) + .stacksTo(1) .food(new FoodProperties.Builder() .nutrition(8) diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/RottenAppleItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/RottenAppleItem.java index f6a5a38..8471f1c 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/RottenAppleItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/RottenAppleItem.java @@ -18,7 +18,7 @@ public class RottenAppleItem extends Item { public RottenAppleItem() { super(new Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) + .food(new FoodProperties.Builder() .nutrition(4) .saturationMod(0.3F) diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/ZombieBiltongItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/ZombieBiltongItem.java index 30a096b..70db0b2 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/food/ZombieBiltongItem.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/food/ZombieBiltongItem.java @@ -21,7 +21,7 @@ public class ZombieBiltongItem extends Item { public ZombieBiltongItem() { super(new Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) + .food(new FoodProperties.Builder() .nutrition(12) .saturationMod(2.0F) diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/furnace/inventory/CuboidFurnaceContainerBase.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/furnace/inventory/CuboidFurnaceContainerBase.java index 09dadbb..a38cba8 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/furnace/inventory/CuboidFurnaceContainerBase.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/furnace/inventory/CuboidFurnaceContainerBase.java @@ -34,7 +34,7 @@ public CuboidFurnaceContainerBase(MenuType containerType, int windowId, Level this.recipeType = te.recipeType; this.playerEntity = player; this.playerInventory = new InvWrapper(playerInventory); - this.level = playerInventory.player.level; + this.level = playerInventory.player.level(); this.fields = te.fields; this.addDataSlots(this.fields); diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/furnace/inventory/CuboidFurnaceSlot.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/furnace/inventory/CuboidFurnaceSlot.java index 2e59eff..537ac9b 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/furnace/inventory/CuboidFurnaceSlot.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/furnace/inventory/CuboidFurnaceSlot.java @@ -55,8 +55,8 @@ protected void onQuickCraft(ItemStack stack, int amount) { * the itemStack passed in is the output - ie, iron ingots, and pickaxes, not ore and wood. */ protected void onCrafting(ItemStack stack) { - stack.onCraftedBy(this.player.level, this.player, this.removeCount); - if (!this.player.level.isClientSide && this.container instanceof CuboidFurnaceTileEntityBase) { + stack.onCraftedBy(this.player.level(), this.player, this.removeCount); + if (!this.player.level().isClientSide && this.container instanceof CuboidFurnaceTileEntityBase) { ((CuboidFurnaceTileEntityBase)this.container).unlockRecipes(this.player); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/furnace/screen/CuboidFurnaceScreenBase.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/furnace/screen/CuboidFurnaceScreenBase.java index 2147adc..d4dfe81 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/furnace/screen/CuboidFurnaceScreenBase.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/furnace/screen/CuboidFurnaceScreenBase.java @@ -2,7 +2,7 @@ import com.cuboiddroid.cuboidmod.CuboidMod; import com.cuboiddroid.cuboidmod.modules.furnace.inventory.CuboidFurnaceContainerBase; -import com.mojang.blaze3d.vertex.PoseStack; +import net.minecraft.client.gui.GuiGraphics; import com.mojang.blaze3d.systems.RenderSystem; import net.minecraft.client.Minecraft; import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen; @@ -29,7 +29,7 @@ public CuboidFurnaceScreenBase(T t, Inventory inv, Component name) { } @Override - public void render(PoseStack matrix, int mouseX, int mouseY, float partialTicks) { + public void render(GuiGraphics matrix, int mouseX, int mouseY, float partialTicks) { this.renderBackground(matrix); super.render(matrix, mouseX, mouseY, partialTicks); this.renderTooltip(matrix, mouseX, mouseY); @@ -41,34 +41,34 @@ protected void init() { } @Override - protected void renderLabels(PoseStack matrix, int mouseX, int mouseY) { - this.minecraft.font.draw(matrix, this.playerInv.getDisplayName(), 7, this.imageHeight - 93, 4210752); - this.minecraft.font.draw(matrix, name, this.imageWidth / 2 - this.minecraft.font.width(name.getString()) / 2, 6, 4210752); + protected void renderLabels(GuiGraphics matrix, int mouseX, int mouseY) { + matrix.drawString(this.font, this.playerInv.getDisplayName(), 7, this.imageHeight - 93, 4210752, false); + matrix.drawString(this.font, name, this.imageWidth / 2 - this.minecraft.font.width(name.getString()) / 2, 6, 4210752, false); if (this.menu.showInventoryButtons() && this.menu.getRedstoneMode() == 4) { int comSub = this.menu.getComSub(); int i = comSub > 9 ? 28 : 31; - this.minecraft.font.draw(matrix, Component.literal("" + comSub), i - 42, 90, 4210752); + matrix.drawString(this.font, Component.literal("" + comSub), i - 42, 90, 4210752, false); } } @Override - protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mouseY) { + protected void renderBg(GuiGraphics matrix, float partialTicks, int mouseX, int mouseY) { // RenderSystem.color4f(1.0F, 1.0F, 1.0F, 1.0F); RenderSystem.setShader(GameRenderer::getPositionTexShader); RenderSystem.setShaderColor(1.0F, 1.0F, 1.0F, 1.0F); RenderSystem.setShaderTexture(0, GUI); int relX = (this.width - this.imageWidth) / 2; int relY = (this.height - this.imageHeight) / 2; - this.blit(matrix, relX, relY, 0, 0, this.imageWidth, this.imageHeight); + matrix.blit(GUI, relX, relY, 0, 0, this.imageWidth, this.imageHeight); int i; if (((CuboidFurnaceContainerBase) this.menu).isBurning()) { i = ((CuboidFurnaceContainerBase) this.menu).getBurnLeftScaled(13); - this.blit(matrix, this.leftPos + 56, this.topPos + 36 + 12 - i, 176, 12 - i, 14, i + 1); + matrix.blit(GUI, this.leftPos + 56, this.topPos + 36 + 12 - i, 176, 12 - i, 14, i + 1); } i = ((CuboidFurnaceContainerBase) this.menu).getCookScaled(24); - this.blit(matrix, this.leftPos + 79, this.topPos + 34, 176, 14, i + 1, 16); + matrix.blit(GUI, this.leftPos + 79, this.topPos + 34, 176, 14, i + 1, 16); } @Override diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/furnace/tile/CuboidFurnaceTileEntityBase.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/furnace/tile/CuboidFurnaceTileEntityBase.java index 68c79bf..3e0abe7 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/furnace/tile/CuboidFurnaceTileEntityBase.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/furnace/tile/CuboidFurnaceTileEntityBase.java @@ -5,7 +5,7 @@ import com.cuboiddroid.cuboidmod.modules.common.TileEntityInventory; import com.google.common.collect.Lists; -import harmonised.pmmo.api.events.FurnaceBurnEvent; +// import harmonised.pmmo.api.events.FurnaceBurnEvent; import it.unimi.dsi.fastutil.objects.Object2IntMap; import it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap; import net.minecraft.world.level.block.state.BlockState; @@ -33,6 +33,7 @@ import net.minecraft.world.level.block.entity.BlockEntityType; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; +import net.minecraft.core.RegistryAccess; import net.minecraft.world.inventory.ContainerData; import net.minecraft.resources.ResourceLocation; import net.minecraft.util.Mth; @@ -607,11 +608,11 @@ public boolean isBurning() { protected boolean canSmelt(@Nullable Recipe recipe) { if (!this.inventory.get(INPUT).isEmpty() && recipe != null) { - ItemStack recipeOutput = recipe.getResultItem(); + ItemStack recipeOutput = recipe.getResultItem(RegistryAccess.EMPTY); if (!recipeOutput.isEmpty()) { ItemStack output = this.inventory.get(OUTPUT); if (output.isEmpty()) return true; - else if (!output.sameItem(recipeOutput)) return false; + else if (!output.is(recipeOutput.getItem())) return false; else return output.getCount() + recipeOutput.getCount() <= output.getMaxStackSize(); } } @@ -622,7 +623,7 @@ protected void smeltItem(@Nullable Recipe recipe) { timer = 0; if (recipe != null && this.canSmelt(recipe)) { ItemStack input = this.inventory.get(INPUT); - ItemStack recipeOutput = recipe.getResultItem(); + ItemStack recipeOutput = recipe.getResultItem(RegistryAccess.EMPTY); ItemStack output = this.inventory.get(OUTPUT); if (output.isEmpty()) { this.inventory.set(OUTPUT, recipeOutput.copy()); @@ -637,9 +638,9 @@ protected void smeltItem(@Nullable Recipe recipe) { if (input.getItem() == Blocks.WET_SPONGE.asItem() && !this.inventory.get(FUEL).isEmpty() && this.inventory.get(FUEL).getItem() == Items.BUCKET) { this.inventory.set(FUEL, new ItemStack(Items.WATER_BUCKET)); } - if (ModList.get().isLoaded("pmmo")) { - MinecraftForge.EVENT_BUS.post(new FurnaceBurnEvent(input, level, worldPosition)); - } + // if (ModList.get().isLoaded("pmmo")) { + // MinecraftForge.EVENT_BUS.post(new FurnaceBurnEvent(input, level, worldPosition)); + // } input.shrink(1); } } @@ -811,7 +812,7 @@ public void onCrafting(PlayerEntity player) { */ public void unlockRecipes(Player player) { - List> list = this.grantStoredRecipeExperience(player.level, player.position()); + List> list = this.grantStoredRecipeExperience(player.level(), player.position()); player.awardRecipes(list); this.recipes.clear(); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/powergen/inventory/SingularityPowerGeneratorContainerBase.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/powergen/inventory/SingularityPowerGeneratorContainerBase.java index c803ab6..e99649f 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/powergen/inventory/SingularityPowerGeneratorContainerBase.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/powergen/inventory/SingularityPowerGeneratorContainerBase.java @@ -38,7 +38,7 @@ public SingularityPowerGeneratorContainerBase(MenuType containerType, this.tileEntity = (SingularityPowerGeneratorTileEntityBase) world.getBlockEntity(pos); this.playerEntity = player; this.playerInventory = new InvWrapper(playerInventory); - this.level = playerInventory.player.level; + this.level = playerInventory.player.level(); if (tileEntity != null) { tileEntity.getCapability(ForgeCapabilities.ITEM_HANDLER).ifPresent(h -> { diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/powergen/recipe/PowerGeneratingRecipe.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/powergen/recipe/PowerGeneratingRecipe.java index 09380bd..92b5ef7 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/powergen/recipe/PowerGeneratingRecipe.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/powergen/recipe/PowerGeneratingRecipe.java @@ -9,6 +9,7 @@ import net.minecraft.world.item.crafting.RecipeSerializer; import net.minecraft.world.item.crafting.RecipeType; import net.minecraft.world.item.crafting.Ingredient; +import net.minecraft.core.RegistryAccess; import net.minecraft.network.FriendlyByteBuf; import net.minecraft.util.GsonHelper; import net.minecraft.resources.ResourceLocation; @@ -104,8 +105,8 @@ public boolean matches(Container inv, Level level) { */ @Deprecated @Override - public ItemStack assemble(Container inventory) { - return this.getResultItem(); + public ItemStack assemble(Container inventory, RegistryAccess access) { + return this.getResultItem(access); } /** @@ -126,7 +127,7 @@ public boolean canCraftInDimensions(int gridWidth, int gridHeight) { */ @Deprecated @Override - public ItemStack getResultItem() { + public ItemStack getResultItem(RegistryAccess access) { return ItemStack.EMPTY; } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/powergen/screen/SingularityPowerGeneratorScreenBase.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/powergen/screen/SingularityPowerGeneratorScreenBase.java index 1af3559..c4b7745 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/powergen/screen/SingularityPowerGeneratorScreenBase.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/powergen/screen/SingularityPowerGeneratorScreenBase.java @@ -3,7 +3,7 @@ import com.cuboiddroid.cuboidmod.CuboidMod; import com.cuboiddroid.cuboidmod.modules.powergen.inventory.SingularityPowerGeneratorContainerBase; import com.cuboiddroid.cuboidmod.modules.powergen.tile.SingularityPowerGeneratorTileEntityBase; -import com.mojang.blaze3d.vertex.PoseStack; +import net.minecraft.client.gui.GuiGraphics; import com.mojang.blaze3d.systems.RenderSystem; import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen; import net.minecraft.client.multiplayer.ClientLevel; @@ -49,31 +49,31 @@ protected void init() { } @Override - public void render(PoseStack matrix, int mouseX, int mouseY, float partialTicks) { + public void render(GuiGraphics matrix, int mouseX, int mouseY, float partialTicks) { this.renderBackground(matrix); super.render(matrix, mouseX, mouseY, partialTicks); this.renderTooltip(matrix, mouseX, mouseY); } @Override - protected void renderLabels(PoseStack matrix, int mouseX, int mouseY) { + protected void renderLabels(GuiGraphics matrix, int mouseX, int mouseY) { String[] words = this.name.getString().split("\\s+"); String firstLine = words[0] + ((words.length > 1) ? " " + words[1] : ""); String secondLine = ""; for (int i = 2; i < words.length; i++) secondLine += words[i] + (i < words.length-1 ? " " : ""); - this.minecraft.font.draw(matrix, this.playerInv.getDisplayName(), 7, this.imageHeight - 93, 4210752); + matrix.drawString(this.font, this.playerInv.getDisplayName(), 7, this.imageHeight - 93, 4210752, false); Component first = Component.literal(firstLine); Component second = Component.literal(secondLine); - this.minecraft.font.draw(matrix, first, this.imageWidth / 2 - this.minecraft.font.width(firstLine) / 2, 6, 4210752); - this.minecraft.font.draw(matrix, second, this.imageWidth / 2 - this.minecraft.font.width(secondLine) / 2, 18, 4210752); + matrix.drawString(this.font, first, this.imageWidth / 2 - this.minecraft.font.width(firstLine) / 2, 6, 4210752, false); + matrix.drawString(this.font, second, this.imageWidth / 2 - this.minecraft.font.width(secondLine) / 2, 18, 4210752, false); } @Override - protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mouseY) { + protected void renderBg(GuiGraphics matrix, float partialTicks, int mouseX, int mouseY) { // render the main container background // RenderSystem.color4f(1.0F, 1.0F, 1.0F, 1.0F); RenderSystem.setShader(GameRenderer::getPositionTexShader); @@ -81,7 +81,7 @@ protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mo RenderSystem.setShaderTexture(0, GUI); int relX = (this.width - this.imageWidth) / 2; int relY = (this.height - this.imageHeight) / 2; - this.blit(matrix, relX, relY, 0, 0, this.imageWidth, this.imageHeight); + matrix.blit(GUI, relX, relY, 0, 0, this.imageWidth, this.imageHeight); // render the energy bar int energy = this.menu.getEnergy(); @@ -99,7 +99,7 @@ protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mo // top left Y to copy from, // width to copy, // height to copy - this.blit(matrix, + matrix.blit(GUI, this.leftPos + BAR_TOP_LEFT_X, this.topPos + BAR_TOP_LEFT_Y + BAR_HEIGHT - powerHeight, HIDDEN_BAR_TOP_LEFT_X, @@ -111,7 +111,7 @@ protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mo } @Override - protected void renderTooltip(PoseStack matrix, int mouseX, int mouseY) { + protected void renderTooltip(GuiGraphics matrix, int mouseX, int mouseY) { super.renderTooltip(matrix, mouseX, mouseY); // tooltip to show energy stored & capacity @@ -124,7 +124,7 @@ protected void renderTooltip(PoseStack matrix, int mouseX, int mouseY) { tooltip.add(text); } - this.renderComponentTooltip(matrix, tooltip, mouseX, mouseY); + matrix.renderComponentTooltip(this.font, tooltip, mouseX, mouseY); } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/recycler/inventory/MolecularRecyclerContainer.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/recycler/inventory/MolecularRecyclerContainer.java index c8a0eb1..ea00dca 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/recycler/inventory/MolecularRecyclerContainer.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/recycler/inventory/MolecularRecyclerContainer.java @@ -39,7 +39,7 @@ public MolecularRecyclerContainer(int windowId, this.tileEntity = (MolecularRecyclerTileEntity) world.getBlockEntity(pos); this.playerEntity = player; this.playerInventory = new InvWrapper(playerInventory); - this.level = playerInventory.player.level; + this.level = playerInventory.player.level(); if (tileEntity != null) { tileEntity.getCapability(ForgeCapabilities.ITEM_HANDLER).ifPresent(h -> { @@ -138,7 +138,7 @@ public ItemStack quickMoveStack(Player playerIn, int index) { slot.onQuickCraft(stack, itemstack); } else { // moving something in the player inventory - if (!this.slots.get(0).hasItem() || this.slots.get(0).getItem().sameItem(stack)) { + if (!this.slots.get(0).hasItem() || this.slots.get(0).getItem().is(stack.getItem())) { // first input is empty or already contains this item - try move if (!this.moveItemStackTo(stack, 0, 1, false)) { return ItemStack.EMPTY; diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/recycler/recipe/RecyclingRecipe.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/recycler/recipe/RecyclingRecipe.java index 54381c8..5a9a8f4 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/recycler/recipe/RecyclingRecipe.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/recycler/recipe/RecyclingRecipe.java @@ -13,6 +13,7 @@ import net.minecraft.world.item.crafting.RecipeSerializer; import net.minecraft.world.item.crafting.RecipeType; import net.minecraft.world.item.crafting.Ingredient; +import net.minecraft.core.RegistryAccess; import net.minecraft.network.FriendlyByteBuf; import net.minecraft.util.GsonHelper; import net.minecraft.resources.ResourceLocation; @@ -164,8 +165,8 @@ public boolean matches(Container inv, Level level) { */ @Deprecated @Override - public ItemStack assemble(Container inventory) { - return this.getResultItem(); + public ItemStack assemble(Container inventory, RegistryAccess access) { + return this.getResultItem(access); } /** @@ -186,7 +187,7 @@ public boolean canCraftInDimensions(int gridWidth, int gridHeight) { */ @Deprecated @Override - public ItemStack getResultItem() { + public ItemStack getResultItem(RegistryAccess access) { return !results.isEmpty() ? results.keySet().iterator().next() : ItemStack.EMPTY; } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/recycler/screen/MolecularRecyclerScreen.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/recycler/screen/MolecularRecyclerScreen.java index 4689f6d..b568d8c 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/recycler/screen/MolecularRecyclerScreen.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/recycler/screen/MolecularRecyclerScreen.java @@ -3,7 +3,7 @@ import com.cuboiddroid.cuboidmod.CuboidMod; import com.cuboiddroid.cuboidmod.modules.recycler.inventory.MolecularRecyclerContainer; import com.cuboiddroid.cuboidmod.modules.recycler.tile.MolecularRecyclerTileEntity; -import com.mojang.blaze3d.vertex.PoseStack; +import net.minecraft.client.gui.GuiGraphics; import com.mojang.blaze3d.systems.RenderSystem; import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen; import net.minecraft.client.multiplayer.ClientLevel; @@ -56,31 +56,31 @@ protected void init() { } @Override - public void render(PoseStack matrix, int mouseX, int mouseY, float partialTicks) { + public void render(GuiGraphics matrix, int mouseX, int mouseY, float partialTicks) { this.renderBackground(matrix); super.render(matrix, mouseX, mouseY, partialTicks); this.renderTooltip(matrix, mouseX, mouseY); } @Override - protected void renderLabels(PoseStack matrix, int mouseX, int mouseY) { + protected void renderLabels(GuiGraphics matrix, int mouseX, int mouseY) { String[] words = this.name.getString().split("\\s+"); String firstLine = words[0] + ((words.length > 1) ? " " + words[1] : ""); String secondLine = ""; for (int i = 2; i < words.length; i++) secondLine += words[i] + (i < words.length - 1 ? " " : ""); - this.minecraft.font.draw(matrix, this.playerInv.getDisplayName(), 7, this.imageHeight - 93, 4210752); + matrix.drawString(this.font, this.playerInv.getDisplayName(), 7, this.imageHeight - 93, 4210752, false); Component first = Component.literal(firstLine); Component second = Component.literal(secondLine); - this.minecraft.font.draw(matrix, first, this.imageWidth / 2 - this.minecraft.font.width(firstLine) / 2, 6, 4210752); - this.minecraft.font.draw(matrix, second, this.imageWidth / 2 - this.minecraft.font.width(secondLine) / 2, 18, 4210752); + matrix.drawString(this.font, first, this.imageWidth / 2 - this.minecraft.font.width(firstLine) / 2, 6, 4210752, false); + matrix.drawString(this.font, second, this.imageWidth / 2 - this.minecraft.font.width(secondLine) / 2, 18, 4210752, false); } @Override - protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mouseY) { + protected void renderBg(GuiGraphics matrix, float partialTicks, int mouseX, int mouseY) { // render the main container background // RenderSystem.color4f(1.0F, 1.0F, 1.0F, 1.0F); RenderSystem.setShader(GameRenderer::getPositionTexShader); @@ -88,7 +88,7 @@ protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mo RenderSystem.setShaderTexture(0, GUI); int relX = (this.width - this.imageWidth) / 2; int relY = (this.height - this.imageHeight) / 2; - this.blit(matrix, relX, relY, 0, 0, this.imageWidth, this.imageHeight); + matrix.blit(GUI, relX, relY, 0, 0, this.imageWidth, this.imageHeight); // render progress arrow int progress = (this.tile.getProcessingTime() * ARROW_WIDTH) / this.tile.getRecipeTime(); @@ -101,7 +101,7 @@ protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mo // top left Y to copy from, // width to copy, // height to copy - this.blit(matrix, + matrix.blit(GUI, this.leftPos + ARROW_TOP_LEFT_X, this.topPos + ARROW_TOP_LEFT_Y, HIDDEN_ARROW_TOP_LEFT_X, @@ -126,7 +126,7 @@ protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mo // top left Y to copy from, // width to copy, // height to copy - this.blit(matrix, + matrix.blit(GUI, this.leftPos + BAR_TOP_LEFT_X, this.topPos + BAR_TOP_LEFT_Y + BAR_HEIGHT - powerHeight, HIDDEN_BAR_TOP_LEFT_X, @@ -138,7 +138,7 @@ protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mo } @Override - protected void renderTooltip(PoseStack matrix, int mouseX, int mouseY) { + protected void renderTooltip(GuiGraphics matrix, int mouseX, int mouseY) { super.renderTooltip(matrix, mouseX, mouseY); // tooltip to show energy stored & capacity @@ -151,7 +151,7 @@ protected void renderTooltip(PoseStack matrix, int mouseX, int mouseY) { tooltip.add(text); } - this.renderComponentTooltip(matrix, tooltip, mouseX, mouseY); + matrix.renderComponentTooltip(this.font, tooltip, mouseX, mouseY); } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/recycler/tile/MolecularRecyclerTileEntity.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/recycler/tile/MolecularRecyclerTileEntity.java index b40df4a..e444852 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/recycler/tile/MolecularRecyclerTileEntity.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/recycler/tile/MolecularRecyclerTileEntity.java @@ -32,6 +32,7 @@ import net.minecraft.world.level.block.entity.BlockEntity; import net.minecraft.core.Direction; import net.minecraft.core.NonNullList; +import net.minecraft.core.RegistryAccess; import net.minecraft.resources.ResourceLocation; import net.minecraft.core.BlockPos; import net.minecraft.network.chat.Component; @@ -168,7 +169,7 @@ private boolean doWork(RecyclingRecipe recipe) { hasRoomForOutputs = outputSlot.isEmpty() || recipeOutputs.stream().anyMatch((recipeOutput) -> !recipeOutput.isEmpty() && - recipeOutput.sameItem(outputSlot) && + recipeOutput.is(outputSlot.getItem()) && recipeOutput.getCount() + outputSlot.getCount() <= recipeOutput.getMaxStackSize()); outputSlotIndex++; @@ -215,7 +216,7 @@ private void moveStackToOutputs(ItemStack stack) { int firstEmptyIndex = -1; for (int outputSlotIndex = 0; outputSlotIndex < OUTPUT_SLOTS; outputSlotIndex++) { ItemStack outputStack = outputItemHandler.getStackInSlot(outputSlotIndex).copy(); - if (outputStack.sameItem(stack) && outputStack.getCount() + stack.getCount() <= outputStack.getMaxStackSize()) { + if (outputStack.is(stack.getItem()) && outputStack.getCount() + stack.getCount() <= outputStack.getMaxStackSize()) { outputStack.grow(stack.getCount()); outputItemHandler.setStackInSlot(outputSlotIndex, outputStack); return; @@ -394,11 +395,11 @@ private int getAutoRecipeResults(ItemStack inputStack, Map poss potentialRecipes = allRecipes.stream().filter(rec -> rec != null && rec.getType() == RecipeType.CRAFTING && - !rec.getResultItem().isEmpty() && - rec.getResultItem().getCount() <= inputItem.getCount() && + !rec.getResultItem(RegistryAccess.EMPTY).isEmpty() && + rec.getResultItem(RegistryAccess.EMPTY).getCount() <= inputItem.getCount() && !recipeIsBlacklisted(rec) && - inputItem.getItem() == rec.getResultItem().getItem() && - ItemStack.isSameIgnoreDurability(inputItem, rec.getResultItem())) + inputItem.getItem() == rec.getResultItem(RegistryAccess.EMPTY).getItem() && + ItemStack.isSameItem(inputItem, rec.getResultItem(RegistryAccess.EMPTY))) .collect(Collectors.toList()); } } @@ -732,7 +733,7 @@ protected void onContentsChanged(int slot) { @Override public boolean isItemValid(int slot, @Nonnull ItemStack stack) { - return this.getStackInSlot(slot).isEmpty() || this.getStackInSlot(slot).sameItem(stack); + return this.getStackInSlot(slot).isEmpty() || this.getStackInSlot(slot).is(stack.getItem()); } @Nonnull diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/refinedinscriber/inventory/RefinedInscriberContainer.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/refinedinscriber/inventory/RefinedInscriberContainer.java index f39d077..3742052 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/refinedinscriber/inventory/RefinedInscriberContainer.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/refinedinscriber/inventory/RefinedInscriberContainer.java @@ -1,6 +1,5 @@ package com.cuboiddroid.cuboidmod.modules.refinedinscriber.inventory; -import com.cuboiddroid.cuboidmod.modules.refinedinscriber.tile.RefinedInscriberTileEntity; import com.cuboiddroid.cuboidmod.setup.ModBlocks; import com.cuboiddroid.cuboidmod.setup.ModContainers; import com.cuboiddroid.cuboidmod.util.CuboidEnergyStorage; @@ -23,6 +22,8 @@ import static com.cuboiddroid.cuboidmod.modules.craftingtable.inventory.CuboidCraftingContainer.isWithinUsableDistance; +import com.cuboiddroid.cuboidmod.modules.refinedinscriber.tile.RefinedInscriberTileEntity; + public class RefinedInscriberContainer extends AbstractContainerMenu { protected final Level level; @@ -39,7 +40,7 @@ public RefinedInscriberContainer(int windowId, this.tileEntity = (RefinedInscriberTileEntity) world.getBlockEntity(pos); this.playerEntity = player; this.playerInventory = new InvWrapper(playerInventory); - this.level = playerInventory.player.level; + this.level = playerInventory.player.level(); if (tileEntity != null) { tileEntity.getCapability(ForgeCapabilities.ITEM_HANDLER).ifPresent(h -> { @@ -135,17 +136,17 @@ public ItemStack quickMoveStack(Player playerIn, int index) { slot.onQuickCraft(stack, itemstack); } else { // moving something in the player inventory - if (!this.slots.get(0).hasItem() || this.slots.get(0).getItem().sameItem(stack)) { + if (!this.slots.get(0).hasItem() || this.slots.get(0).getItem().is(stack.getItem())) { // first input is empty or already contains this item - try move if (!this.moveItemStackTo(stack, 0, 1, false)) { return ItemStack.EMPTY; } - } else if (!this.slots.get(1).hasItem() || this.slots.get(1).getItem().sameItem(stack)) { + } else if (!this.slots.get(1).hasItem() || this.slots.get(1).getItem().is(stack.getItem())) { // second input is empty or already contains this item - try move if (!this.moveItemStackTo(stack, 1, 2, false)) { return ItemStack.EMPTY; } - } else if (!this.slots.get(2).hasItem() || this.slots.get(2).getItem().sameItem(stack)) { + } else if (!this.slots.get(2).hasItem() || this.slots.get(2).getItem().is(stack.getItem())) { // third input is empty or already contains this item - try move if (!this.moveItemStackTo(stack, 2, 3, false)) { return ItemStack.EMPTY; diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/refinedinscriber/recipe/InscribingRecipe.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/refinedinscriber/recipe/InscribingRecipe.java index f9be737..e0326d6 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/refinedinscriber/recipe/InscribingRecipe.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/refinedinscriber/recipe/InscribingRecipe.java @@ -14,6 +14,7 @@ import net.minecraft.network.FriendlyByteBuf; import net.minecraft.util.GsonHelper; import net.minecraft.core.NonNullList; +import net.minecraft.core.RegistryAccess; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.level.Level; import net.minecraftforge.registries.ForgeRegistries; @@ -154,7 +155,7 @@ public boolean matches(Container inv, Level level) { * @return the result */ @Override - public ItemStack assemble(Container inventory) { + public ItemStack assemble(Container inventory, RegistryAccess access) { ItemStack itemstack = this.result.copy(); CompoundTag compoundnbt = inventory.getItem(0).getTag(); if (compoundnbt != null) { @@ -181,7 +182,7 @@ public boolean canCraftInDimensions(int gridWidth, int gridHeight) { * * @return the recipe output */ - public ItemStack getResultItem() { + public ItemStack getResultItem(RegistryAccess access) { return this.result; } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/refinedinscriber/screen/RefinedInscriberScreen.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/refinedinscriber/screen/RefinedInscriberScreen.java index e7319fe..9b01cad 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/refinedinscriber/screen/RefinedInscriberScreen.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/refinedinscriber/screen/RefinedInscriberScreen.java @@ -3,7 +3,8 @@ import com.cuboiddroid.cuboidmod.CuboidMod; import com.cuboiddroid.cuboidmod.modules.refinedinscriber.inventory.RefinedInscriberContainer; import com.cuboiddroid.cuboidmod.modules.refinedinscriber.tile.RefinedInscriberTileEntity; -import com.mojang.blaze3d.vertex.PoseStack; + +import net.minecraft.client.gui.GuiGraphics; import com.mojang.blaze3d.systems.RenderSystem; import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen; import net.minecraft.client.multiplayer.ClientLevel; @@ -57,31 +58,31 @@ protected void init() { } @Override - public void render(PoseStack matrix, int mouseX, int mouseY, float partialTicks) { + public void render(GuiGraphics matrix, int mouseX, int mouseY, float partialTicks) { this.renderBackground(matrix); super.render(matrix, mouseX, mouseY, partialTicks); this.renderTooltip(matrix, mouseX, mouseY); } @Override - protected void renderLabels(PoseStack matrix, int mouseX, int mouseY) { + protected void renderLabels(GuiGraphics matrix, int mouseX, int mouseY) { String[] words = this.name.getString().split("\\s+"); String firstLine = words[0] + ((words.length > 1) ? " " + words[1] : ""); String secondLine = ""; for (int i = 2; i < words.length; i++) secondLine += words[i] + (i < words.length - 1 ? " " : ""); - this.minecraft.font.draw(matrix, this.playerInv.getDisplayName(), 7, this.imageHeight - 93, 4210752); + matrix.drawString(this.font, this.playerInv.getDisplayName(), 7, this.imageHeight - 93, 4210752, false); Component first = Component.literal(firstLine); Component second = Component.literal(secondLine); - this.minecraft.font.draw(matrix, first, this.imageWidth / 2 - this.minecraft.font.width(firstLine) / 2, 6, 4210752); - this.minecraft.font.draw(matrix, second, this.imageWidth / 2 - this.minecraft.font.width(secondLine) / 2, 18, 4210752); + matrix.drawString(this.font, first, this.imageWidth / 2 - this.font.width(firstLine) / 2, 6, 4210752, false); + matrix.drawString(this.font, second, this.imageWidth / 2 - this.font.width(secondLine) / 2, 18, 4210752, false); } @Override - protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mouseY) { + protected void renderBg(GuiGraphics matrix, float partialTicks, int mouseX, int mouseY) { // render the main container background // RenderSystem.color4f(1.0F, 1.0F, 1.0F, 1.0F); RenderSystem.setShader(GameRenderer::getPositionTexShader); @@ -89,7 +90,7 @@ protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mo RenderSystem.setShaderTexture(0, GUI); int relX = (this.width - this.imageWidth) / 2; int relY = (this.height - this.imageHeight) / 2; - this.blit(matrix, relX, relY, 0, 0, this.imageWidth, this.imageHeight); + matrix.blit(GUI, relX, relY, 0, 0, this.imageWidth, this.imageHeight); // render progress arrow int progress = (this.tile.getProcessingTime() * ARROW_WIDTH) / this.tile.getRecipeTime(); @@ -102,7 +103,7 @@ protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mo // top left Y to copy from, // width to copy, // height to copy - this.blit(matrix, + matrix.blit(GUI, this.leftPos + ARROW_TOP_LEFT_X, this.topPos + ARROW_TOP_LEFT_Y, HIDDEN_ARROW_TOP_LEFT_X, @@ -127,7 +128,7 @@ protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mo // top left Y to copy from, // width to copy, // height to copy - this.blit(matrix, + matrix.blit(GUI, this.leftPos + BAR_TOP_LEFT_X, this.topPos + BAR_TOP_LEFT_Y + BAR_HEIGHT - powerHeight, HIDDEN_BAR_TOP_LEFT_X, @@ -139,7 +140,7 @@ protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mo } @Override - protected void renderTooltip(PoseStack matrix, int mouseX, int mouseY) { + protected void renderTooltip(GuiGraphics matrix, int mouseX, int mouseY) { super.renderTooltip(matrix, mouseX, mouseY); // tooltip to show energy stored & capacity @@ -152,7 +153,7 @@ protected void renderTooltip(PoseStack matrix, int mouseX, int mouseY) { tooltip.add(text); } - this.renderComponentTooltip(matrix, tooltip, mouseX, mouseY); + matrix.renderComponentTooltip(this.font, tooltip, mouseX, mouseY); } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/refinedinscriber/tile/RefinedInscriberTileEntity.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/refinedinscriber/tile/RefinedInscriberTileEntity.java index 719ef2a..a95ed1e 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/refinedinscriber/tile/RefinedInscriberTileEntity.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/refinedinscriber/tile/RefinedInscriberTileEntity.java @@ -22,6 +22,7 @@ import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.entity.BlockEntity; import net.minecraft.core.Direction; +import net.minecraft.core.RegistryAccess; import net.minecraft.core.BlockPos; import net.minecraft.network.chat.Component; import net.minecraft.world.level.Level; @@ -148,7 +149,7 @@ private boolean doWork(InscribingRecipe recipe) { // work out how many output items we'd have if we add them together... int newTotal = currentOutput.getCount() + recipeOutput.getCount(); - if (!currentOutput.sameItem(recipeOutput) || newTotal > recipeOutput.getMaxStackSize()) { + if (!currentOutput.is(recipeOutput.getItem()) || newTotal > recipeOutput.getMaxStackSize()) { // the recipe output is different to what's already in the output stack, or // the amount of items produced by the recipe plus the current number of items in // the output slot would exceed the maximum stack size for the item - stop working! @@ -232,7 +233,7 @@ private SimpleContainer getInputsAsInventory() { private ItemStack getWorkOutput(@Nullable InscribingRecipe recipe) { if (recipe != null) { - return recipe.assemble(getInputsAsInventory()); + return recipe.assemble(getInputsAsInventory(), RegistryAccess.EMPTY); } return ItemStack.EMPTY; @@ -369,7 +370,7 @@ protected void onContentsChanged(int slot) { @Override public boolean isItemValid(int slot, @Nonnull ItemStack stack) { - return this.getStackInSlot(slot).isEmpty() || this.getStackInSlot(slot).sameItem(stack); + return this.getStackInSlot(slot).isEmpty() || this.getStackInSlot(slot).is(stack.getItem()); } @Nonnull @@ -392,7 +393,7 @@ protected void onContentsChanged(int slot) { @Override public boolean isItemValid(int slot, @Nonnull ItemStack stack) { - return this.getStackInSlot(slot).isEmpty() || this.getStackInSlot(slot).sameItem(stack); + return this.getStackInSlot(slot).isEmpty() || this.getStackInSlot(slot).is(stack.getItem()); } @Nonnull @@ -415,7 +416,7 @@ protected void onContentsChanged(int slot) { @Override public boolean isItemValid(int slot, @Nonnull ItemStack stack) { - return this.getStackInSlot(slot).isEmpty() || this.getStackInSlot(slot).sameItem(stack); + return this.getStackInSlot(slot).isEmpty() || this.getStackInSlot(slot).is(stack.getItem()); } @Nonnull diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/resourcegen/inventory/SingularityResourceGeneratorContainerBase.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/resourcegen/inventory/SingularityResourceGeneratorContainerBase.java index 627112a..d1b1c4e 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/resourcegen/inventory/SingularityResourceGeneratorContainerBase.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/resourcegen/inventory/SingularityResourceGeneratorContainerBase.java @@ -36,7 +36,7 @@ public SingularityResourceGeneratorContainerBase(MenuType containerType, this.tileEntity = (SingularityResourceGeneratorTileEntityBase) level.getBlockEntity(pos); this.playerEntity = player; this.playerInventory = new InvWrapper(playerInventory); - this.level = playerInventory.player.level; + this.level = playerInventory.player.level(); if (tileEntity != null) { tileEntity.getCapability(ForgeCapabilities.ITEM_HANDLER).ifPresent(h -> { diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/resourcegen/recipe/ResourceGeneratingRecipe.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/resourcegen/recipe/ResourceGeneratingRecipe.java index 358cf0f..8d077f5 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/resourcegen/recipe/ResourceGeneratingRecipe.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/resourcegen/recipe/ResourceGeneratingRecipe.java @@ -9,6 +9,7 @@ import net.minecraft.world.item.crafting.RecipeSerializer; import net.minecraft.world.item.crafting.RecipeType; import net.minecraft.world.item.crafting.Ingredient; +import net.minecraft.core.RegistryAccess; import net.minecraft.network.FriendlyByteBuf; import net.minecraft.util.GsonHelper; import net.minecraft.resources.ResourceLocation; @@ -105,8 +106,8 @@ public boolean matches(Container inv, Level level) { * @return */ @Override - public ItemStack assemble(Container inventory) { - return this.getResultItem(); + public ItemStack assemble(Container inventory, RegistryAccess access) { + return this.getResultItem(access); } /** @@ -126,7 +127,7 @@ public boolean canCraftInDimensions(int gridWidth, int gridHeight) { * @return */ @Override - public ItemStack getResultItem() { + public ItemStack getResultItem(RegistryAccess access) { return result.copy(); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/resourcegen/screen/SingularityResourceGeneratorScreenBase.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/resourcegen/screen/SingularityResourceGeneratorScreenBase.java index 460de66..c3ee01f 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/resourcegen/screen/SingularityResourceGeneratorScreenBase.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/resourcegen/screen/SingularityResourceGeneratorScreenBase.java @@ -3,7 +3,7 @@ import com.cuboiddroid.cuboidmod.CuboidMod; import com.cuboiddroid.cuboidmod.modules.resourcegen.inventory.SingularityResourceGeneratorContainerBase; import com.cuboiddroid.cuboidmod.modules.resourcegen.tile.SingularityResourceGeneratorTileEntityBase; -import com.mojang.blaze3d.vertex.PoseStack; +import net.minecraft.client.gui.GuiGraphics; import com.mojang.blaze3d.systems.RenderSystem; import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen; import net.minecraft.client.multiplayer.ClientLevel; @@ -37,31 +37,31 @@ protected void init() { } @Override - public void render(PoseStack matrix, int mouseX, int mouseY, float partialTicks) { + public void render(GuiGraphics matrix, int mouseX, int mouseY, float partialTicks) { this.renderBackground(matrix); super.render(matrix, mouseX, mouseY, partialTicks); this.renderTooltip(matrix, mouseX, mouseY); } @Override - protected void renderLabels(PoseStack matrix, int mouseX, int mouseY) { + protected void renderLabels(GuiGraphics matrix, int mouseX, int mouseY) { String[] words = this.name.getString().split("\\s+"); String firstLine = words[0] + ((words.length > 1) ? " " + words[1] : ""); String secondLine = ""; for (int i = 2; i < words.length; i++) secondLine += words[i] + (i < words.length-1 ? " " : ""); - this.minecraft.font.draw(matrix, this.playerInv.getDisplayName(), 7, this.imageHeight - 93, 4210752); + matrix.drawString(this.font, this.playerInv.getDisplayName(), 7, this.imageHeight - 93, 4210752, false); Component first = Component.literal(firstLine); Component second = Component.literal(secondLine); - this.minecraft.font.draw(matrix, first, this.imageWidth / 2 - this.minecraft.font.width(firstLine) / 2, 6, 4210752); - this.minecraft.font.draw(matrix, second, this.imageWidth / 2 - this.minecraft.font.width(secondLine) / 2, 18, 4210752); + matrix.drawString(this.font, first, this.imageWidth / 2 - this.font.width(firstLine) / 2, 6, 4210752, false); + matrix.drawString(this.font, second, this.imageWidth / 2 - this.font.width(secondLine) / 2, 18, 4210752, false); } @Override - protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mouseY) { + protected void renderBg(GuiGraphics matrix, float partialTicks, int mouseX, int mouseY) { // render the main container background // RenderSystem.color4f(1.0F, 1.0F, 1.0F, 1.0F); RenderSystem.setShader(GameRenderer::getPositionTexShader); @@ -69,7 +69,7 @@ protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mo RenderSystem.setShaderTexture(0, GUI); int relX = (this.width - this.imageWidth) / 2; int relY = (this.height - this.imageHeight) / 2; - this.blit(matrix, relX, relY, 0, 0, this.imageWidth, this.imageHeight); + matrix.blit(GUI, relX, relY, 0, 0, this.imageWidth, this.imageHeight); } @SuppressWarnings("resource") diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/resourcegen/tile/SingularityResourceGeneratorTileEntityBase.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/resourcegen/tile/SingularityResourceGeneratorTileEntityBase.java index d1349f4..2b5e9b7 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/resourcegen/tile/SingularityResourceGeneratorTileEntityBase.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/resourcegen/tile/SingularityResourceGeneratorTileEntityBase.java @@ -19,6 +19,7 @@ import net.minecraft.world.level.block.entity.BlockEntity; import net.minecraft.world.level.block.entity.BlockEntityType; import net.minecraft.core.Direction; +import net.minecraft.core.RegistryAccess; import net.minecraft.core.BlockPos; import net.minecraft.network.chat.Component; import net.minecraft.world.level.Level; @@ -120,7 +121,7 @@ public void tick(Level level, BlockPos worldPosition, BlockState blockState, Blo generatedItem.setCount(Math.min(this.itemsAvailable, generatedItem.getMaxStackSize())); this.itemsAvailable -= generatedItem.getCount(); this.combinedItemHandler.setStackInSlot(OUTPUT, generatedItem); - } else if (!outputStack.sameItem(generatedItem)) { + } else if (!outputStack.is(generatedItem.getItem())) { // the output stack contains a different item - do nothing! // the available items will increase, but the output slot will need // to be emptied before getting our hands on some of it @@ -180,7 +181,7 @@ private SimpleContainer getInputsAsInventory() { private ItemStack getWorkOutput(@Nullable ResourceGeneratingRecipe recipe) { if (recipe != null) { - return recipe.getResultItem().copy(); + return recipe.getResultItem(RegistryAccess.EMPTY).copy(); } return ItemStack.EMPTY; diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/KudbebeddaSmasher.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/KudbebeddaSmasher.java index 6225be9..138aaa5 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/KudbebeddaSmasher.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/KudbebeddaSmasher.java @@ -11,6 +11,6 @@ public KudbebeddaSmasher() { Config.kudbebeddaSmasherAttackSpeed.get(), new Properties() .defaultDurability(Config.kudbebeddaSmasherDurability.get()) - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP)); + ); } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/NotarfbadiumSmasher.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/NotarfbadiumSmasher.java index 4f59c24..51e4bed 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/NotarfbadiumSmasher.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/NotarfbadiumSmasher.java @@ -11,6 +11,6 @@ public NotarfbadiumSmasher() { Config.notarfbadiumSmasherAttackSpeed.get(), new Properties() .defaultDurability(Config.notarfbadiumSmasherDurability.get()) - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP)); + ); } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/NotsogudiumSmasher.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/NotsogudiumSmasher.java index 4442a18..7a5cb8c 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/NotsogudiumSmasher.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/NotsogudiumSmasher.java @@ -11,6 +11,6 @@ public NotsogudiumSmasher() { Config.notsogudiumSmasherAttackSpeed.get(), new Properties() .defaultDurability(Config.notsogudiumSmasherDurability.get()) - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP)); + ); } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/SmasherBase.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/SmasherBase.java index d96d64e..078bbc0 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/SmasherBase.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/SmasherBase.java @@ -2,7 +2,6 @@ import com.google.common.collect.ImmutableSet; import net.minecraft.world.level.block.state.BlockState; -import net.minecraft.world.level.material.Material; import net.minecraft.world.item.TooltipFlag; import net.minecraft.world.entity.LivingEntity; import net.minecraft.world.entity.player.Player; @@ -25,9 +24,9 @@ Based on the hammers from easy_steel by kwpugh */ public abstract class SmasherBase extends PickaxeItem { - public static final Set EFFECTIVE_MATERIALS = ImmutableSet.of( - Material.STONE, Material.METAL, Material.GLASS, Material.ICE, - Material.ICE_SOLID, Material.HEAVY_METAL); + // public static final Set EFFECTIVE_MATERIALS = ImmutableSet.of( + // Material.STONE, Material.METAL, Material.GLASS, Material.ICE, + // Material.ICE_SOLID, Material.HEAVY_METAL); public SmasherBase(Tier tier, int attackDamage, double attackSpeed, Properties properties) { super( @@ -40,9 +39,9 @@ public SmasherBase(Tier tier, int attackDamage, double attackSpeed, Properties p @Override public boolean mineBlock(ItemStack stack, Level world, BlockState state, BlockPos pos, LivingEntity entity) { if (entity instanceof Player) { - if (ToolUtils.isBreakableWithSmasher(world, pos, (Player) entity, EFFECTIVE_MATERIALS)) + if (ToolUtils.isBreakableWithSmasher(world, pos, (Player) entity)) { - ToolUtils.tryBreakAdjacent(stack, world, pos, (Player) entity, EFFECTIVE_MATERIALS); + ToolUtils.tryBreakAdjacent(stack, world, pos, (Player) entity); } } return super.mineBlock(stack, world, state, pos, entity); diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/Smoosher.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/Smoosher.java index 677032b..f0ff7a4 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/Smoosher.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/Smoosher.java @@ -22,7 +22,7 @@ public Smoosher() { super(new Properties() .durability(Config.smoosherDurability.get()) .setNoRepair() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP)); + ); } @Override @@ -49,11 +49,11 @@ public boolean isEnchantable(ItemStack itemStack) { @Override public boolean isValidRepairItem(ItemStack itemToRepair, ItemStack repairItem) { - return repairItem.sameItem(ModBlocks.NOTSOGUDIUM_BLOCK.get().asItem().getDefaultInstance()) - || repairItem.sameItem(ModBlocks.KUDBEBEDDA_BLOCK.get().asItem().getDefaultInstance()) - || repairItem.sameItem(ModBlocks.NOTARFBADIUM_BLOCK.get().asItem().getDefaultInstance()) - || repairItem.sameItem(ModBlocks.WIKIDIUM_BLOCK.get().asItem().getDefaultInstance()) - || repairItem.sameItem(ModBlocks.THATLDU_BLOCK.get().asItem().getDefaultInstance()); + return repairItem.is(ModBlocks.NOTSOGUDIUM_BLOCK.get().asItem()) + || repairItem.is(ModBlocks.KUDBEBEDDA_BLOCK.get().asItem()) + || repairItem.is(ModBlocks.NOTARFBADIUM_BLOCK.get().asItem()) + || repairItem.is(ModBlocks.WIKIDIUM_BLOCK.get().asItem()) + || repairItem.is(ModBlocks.THATLDU_BLOCK.get().asItem()); } @OnlyIn(Dist.CLIENT) diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/ThatlduSmasher.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/ThatlduSmasher.java index 6a940c2..fa52fd2 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/ThatlduSmasher.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/ThatlduSmasher.java @@ -11,6 +11,6 @@ public ThatlduSmasher() { Config.thatlduSmasherAttackSpeed.get(), new Properties() .defaultDurability(Config.thatlduSmasherDurability.get()) - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP)); + ); } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/ToolUtils.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/ToolUtils.java index 251c529..cca0ef9 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/ToolUtils.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/ToolUtils.java @@ -2,7 +2,6 @@ import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.state.BlockState; -import net.minecraft.world.level.material.Material; import net.minecraft.world.entity.player.Player; import net.minecraft.world.item.ItemStack; import net.minecraft.tags.BlockTags; @@ -22,7 +21,7 @@ public class ToolUtils { private static RandomSource random = RandomSource.create(); - public static void tryBreakAdjacent(ItemStack stack, Level world, BlockPos pos, Player player, Set effectiveMaterials) { + public static void tryBreakAdjacent(ItemStack stack, Level world, BlockPos pos, Player player) { HitResult trace = calcRayTrace(world, player, ClipContext.Fluid.ANY); if (trace.getType() == HitResult.Type.BLOCK) { @@ -44,14 +43,14 @@ public static void tryBreakAdjacent(ItemStack stack, Level world, BlockPos pos, if (face == Direction.NORTH || face == Direction.SOUTH) target = pos.offset(a, b, 0); if (face == Direction.EAST || face == Direction.WEST) target = pos.offset(0, a, b); - tryBreak(stack, world, target, player, effectiveMaterials); + tryBreak(stack, world, target, player); } } } } - public static void tryBreak(ItemStack stack, Level world, BlockPos pos, Player player, Set effectiveMaterials) { - if (isBreakableWithSmasher(world, pos, player, effectiveMaterials)) { + public static void tryBreak(ItemStack stack, Level world, BlockPos pos, Player player) { + if (isBreakableWithSmasher(world, pos, player)) { BlockState state = world.getBlockState(pos); if (!state.hasBlockEntity()) { @@ -62,14 +61,13 @@ public static void tryBreak(ItemStack stack, Level world, BlockPos pos, Player p } } - public static Boolean isBreakableWithSmasher(Level world, BlockPos pos, Player player, Set effectiveMaterials) { + public static Boolean isBreakableWithSmasher(Level world, BlockPos pos, Player player) { BlockState state = world.getBlockState(pos); boolean isWithinHarvestLevel = player.getMainHandItem().isCorrectToolForDrops(state); - boolean isEffective = effectiveMaterials.contains(state.getMaterial()); boolean witherImmune = state.is(BlockTags.WITHER_IMMUNE); - return (isEffective && !witherImmune && isWithinHarvestLevel); + return (!witherImmune && isWithinHarvestLevel); } public static HitResult calcRayTrace(Level worldIn, Player player, ClipContext.Fluid fluidMode) { @@ -82,7 +80,7 @@ public static HitResult calcRayTrace(Level worldIn, Player player, ClipContext.F float f5 = Mth.sin(-f * ((float) Math.PI / 180F)); float f6 = f3 * f4; float f7 = f2 * f4; - double d0 = player.getAttribute(net.minecraftforge.common.ForgeMod.REACH_DISTANCE.get()).getValue() + 1; + double d0 = player.getAttribute(net.minecraftforge.common.ForgeMod.BLOCK_REACH.get()).getValue() + 1; Vec3 vec3d1 = vec3d.add((double) f6 * d0, (double) f5 * d0, (double) f7 * d0); return worldIn.clip(new ClipContext(vec3d, vec3d1, ClipContext.Block.OUTLINE, fluidMode, player)); diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/WikidiumSmasher.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/WikidiumSmasher.java index 73171dd..eecda60 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/WikidiumSmasher.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/WikidiumSmasher.java @@ -11,6 +11,6 @@ public WikidiumSmasher() { Config.wikidiumSmasherAttackSpeed.get(), new Properties() .defaultDurability(Config.wikidiumSmasherDurability.get()) - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP)); + ); } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/transmuter/inventory/QuantumTransmutationChamberContainer.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/transmuter/inventory/QuantumTransmutationChamberContainer.java index 634ac3d..2ce01dd 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/transmuter/inventory/QuantumTransmutationChamberContainer.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/transmuter/inventory/QuantumTransmutationChamberContainer.java @@ -39,7 +39,7 @@ public QuantumTransmutationChamberContainer(int windowId, this.tileEntity = (QuantumTransmutationChamberTileEntity) world.getBlockEntity(pos); this.playerEntity = player; this.playerInventory = new InvWrapper(playerInventory); - this.level = playerInventory.player.level; + this.level = playerInventory.player.level(); if (tileEntity != null) { tileEntity.getCapability(ForgeCapabilities.ITEM_HANDLER).ifPresent(h -> { @@ -134,12 +134,12 @@ public ItemStack quickMoveStack(Player playerIn, int index) { slot.onQuickCraft(stack, itemstack); } else { // moving something in the player inventory - if (!this.slots.get(0).hasItem() || this.slots.get(0).getItem().sameItem(stack)) { + if (!this.slots.get(0).hasItem() || this.slots.get(0).getItem().is(stack.getItem())) { // first input is empty or already contains this item - try move if (!this.moveItemStackTo(stack, 0, 1, false)) { return ItemStack.EMPTY; } - } else if (!this.slots.get(1).hasItem() || this.slots.get(1).getItem().sameItem(stack)) { + } else if (!this.slots.get(1).hasItem() || this.slots.get(1).getItem().is(stack.getItem())) { // second input is empty or already contains this item - try move if (!this.moveItemStackTo(stack, 1, 2, false)) { return ItemStack.EMPTY; diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/transmuter/recipe/TransmutingRecipe.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/transmuter/recipe/TransmutingRecipe.java index 56df398..ec5370d 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/transmuter/recipe/TransmutingRecipe.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/transmuter/recipe/TransmutingRecipe.java @@ -13,6 +13,7 @@ import net.minecraft.network.FriendlyByteBuf; import net.minecraft.util.GsonHelper; import net.minecraft.core.NonNullList; +import net.minecraft.core.RegistryAccess; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.level.Level; import net.minecraftforge.registries.ForgeRegistries; @@ -146,7 +147,7 @@ public boolean matches(Container inv, Level level) { * @return the result */ @Override - public ItemStack assemble(Container inventory) { + public ItemStack assemble(Container inventory, RegistryAccess access) { ItemStack itemstack = this.result.copy(); CompoundTag compoundnbt = inventory.getItem(0).getTag(); if (compoundnbt != null) { @@ -173,7 +174,8 @@ public boolean canCraftInDimensions(int gridWidth, int gridHeight) { * * @return the recipe output */ - public ItemStack getResultItem() { + @Override + public ItemStack getResultItem(RegistryAccess access) { return this.result; } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/transmuter/screen/QuantumTransmutationChamberScreen.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/transmuter/screen/QuantumTransmutationChamberScreen.java index 1cbe6b3..1775562 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/transmuter/screen/QuantumTransmutationChamberScreen.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/transmuter/screen/QuantumTransmutationChamberScreen.java @@ -3,7 +3,7 @@ import com.cuboiddroid.cuboidmod.CuboidMod; import com.cuboiddroid.cuboidmod.modules.transmuter.inventory.QuantumTransmutationChamberContainer; import com.cuboiddroid.cuboidmod.modules.transmuter.tile.QuantumTransmutationChamberTileEntity; -import com.mojang.blaze3d.vertex.PoseStack; +import net.minecraft.client.gui.GuiGraphics; import com.mojang.blaze3d.systems.RenderSystem; import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen; import net.minecraft.client.multiplayer.ClientLevel; @@ -57,31 +57,31 @@ protected void init() { } @Override - public void render(PoseStack matrix, int mouseX, int mouseY, float partialTicks) { + public void render(GuiGraphics matrix, int mouseX, int mouseY, float partialTicks) { this.renderBackground(matrix); super.render(matrix, mouseX, mouseY, partialTicks); this.renderTooltip(matrix, mouseX, mouseY); } @Override - protected void renderLabels(PoseStack matrix, int mouseX, int mouseY) { + protected void renderLabels(GuiGraphics matrix, int mouseX, int mouseY) { String[] words = this.name.getString().split("\\s+"); String firstLine = words[0] + ((words.length > 1) ? " " + words[1] : ""); String secondLine = ""; for (int i = 2; i < words.length; i++) secondLine += words[i] + (i < words.length - 1 ? " " : ""); - this.minecraft.font.draw(matrix, this.playerInv.getDisplayName(), 7, this.imageHeight - 93, 4210752); + matrix.drawString(this.font, this.playerInv.getDisplayName(), 7, this.imageHeight - 93, 4210752, false); Component first = Component.literal(firstLine); Component second = Component.literal(secondLine); - this.minecraft.font.draw(matrix, first, this.imageWidth / 2 - this.minecraft.font.width(firstLine) / 2, 6, 4210752); - this.minecraft.font.draw(matrix, second, this.imageWidth / 2 - this.minecraft.font.width(secondLine) / 2, 18, 4210752); + matrix.drawString(this.font, first, this.imageWidth / 2 - this.minecraft.font.width(firstLine) / 2, 6, 4210752, false); + matrix.drawString(this.font, second, this.imageWidth / 2 - this.minecraft.font.width(secondLine) / 2, 18, 4210752, false); } @Override - protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mouseY) { + protected void renderBg(GuiGraphics matrix, float partialTicks, int mouseX, int mouseY) { // render the main container background // RenderSystem.color4f(1.0F, 1.0F, 1.0F, 1.0F); RenderSystem.setShader(GameRenderer::getPositionTexShader); @@ -89,7 +89,7 @@ protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mo RenderSystem.setShaderTexture(0, GUI); int relX = (this.width - this.imageWidth) / 2; int relY = (this.height - this.imageHeight) / 2; - this.blit(matrix, relX, relY, 0, 0, this.imageWidth, this.imageHeight); + matrix.blit(GUI, relX, relY, 0, 0, this.imageWidth, this.imageHeight); // render progress arrow int progress = (this.tile.getProcessingTime() * ARROW_WIDTH) / this.tile.getRecipeTime(); @@ -102,7 +102,7 @@ protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mo // top left Y to copy from, // width to copy, // height to copy - this.blit(matrix, + matrix.blit(GUI, this.leftPos + ARROW_TOP_LEFT_X, this.topPos + ARROW_TOP_LEFT_Y, HIDDEN_ARROW_TOP_LEFT_X, @@ -127,7 +127,7 @@ protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mo // top left Y to copy from, // width to copy, // height to copy - this.blit(matrix, + matrix.blit(GUI, this.leftPos + BAR_TOP_LEFT_X, this.topPos + BAR_TOP_LEFT_Y + BAR_HEIGHT - powerHeight, HIDDEN_BAR_TOP_LEFT_X, @@ -139,7 +139,7 @@ protected void renderBg(PoseStack matrix, float partialTicks, int mouseX, int mo } @Override - protected void renderTooltip(PoseStack matrix, int mouseX, int mouseY) { + protected void renderTooltip(GuiGraphics matrix, int mouseX, int mouseY) { super.renderTooltip(matrix, mouseX, mouseY); // tooltip to show energy stored & capacity @@ -152,7 +152,7 @@ protected void renderTooltip(PoseStack matrix, int mouseX, int mouseY) { tooltip.add(text); } - this.renderComponentTooltip(matrix, tooltip, mouseX, mouseY); + matrix.renderComponentTooltip(this.font, tooltip, mouseX, mouseY); } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/transmuter/tile/QuantumTransmutationChamberTileEntity.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/transmuter/tile/QuantumTransmutationChamberTileEntity.java index 9373a0d..d3a7954 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/transmuter/tile/QuantumTransmutationChamberTileEntity.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/transmuter/tile/QuantumTransmutationChamberTileEntity.java @@ -23,6 +23,7 @@ import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.entity.BlockEntity; import net.minecraft.core.Direction; +import net.minecraft.core.RegistryAccess; import net.minecraft.core.BlockPos; import net.minecraft.network.chat.Component; import net.minecraft.world.level.Level; @@ -147,7 +148,7 @@ private boolean doWork(TransmutingRecipe recipe) { // work out how many output items we'd have if we add them together... int newTotal = currentOutput.getCount() + recipeOutput.getCount(); - if (!currentOutput.sameItem(recipeOutput) || newTotal > recipeOutput.getMaxStackSize()) { + if (!currentOutput.is(recipeOutput.getItem()) || newTotal > recipeOutput.getMaxStackSize()) { // the recipe output is different to what's already in the output stack, or // the amount of items produced by the recipe plus the current number of items in // the output slot would exceed the maximum stack size for the item - stop working! @@ -189,13 +190,13 @@ private void finishWork(TransmutingRecipe recipe, ItemStack currentOutput, ItemS ItemStack input1 = inputItemHandler.getStackInSlot(0); ItemStack input2 = additionalItemHandler.getStackInSlot(0); - if (!input1.sameItem(Items.WATER_BUCKET.getDefaultInstance())) { + if (!input1.is(Items.WATER_BUCKET.getDefaultInstance().getItem())) { input1.shrink(1); inputItemHandler.setStackInSlot(0, input1); } else inputItemHandler.setStackInSlot(0, Items.BUCKET.getDefaultInstance()); - if (!input2.sameItem(Items.WATER_BUCKET.getDefaultInstance())) { + if (!input2.is(Items.WATER_BUCKET.getDefaultInstance().getItem())) { input2.shrink(1); additionalItemHandler.setStackInSlot(0, input2); } else @@ -232,7 +233,7 @@ private SimpleContainer getInputsAsInventory() { private ItemStack getWorkOutput(@Nullable TransmutingRecipe recipe) { if (recipe != null) { - return recipe.assemble(getInputsAsInventory()); + return recipe.assemble(getInputsAsInventory(), RegistryAccess.EMPTY); } return ItemStack.EMPTY; @@ -343,7 +344,7 @@ protected void onContentsChanged(int slot) { @Override public boolean isItemValid(int slot, @Nonnull ItemStack stack) { - return this.getStackInSlot(slot).isEmpty() || this.getStackInSlot(slot).sameItem(stack); + return this.getStackInSlot(slot).isEmpty() || this.getStackInSlot(slot).is(stack.getItem()); } @Nonnull @@ -366,7 +367,7 @@ protected void onContentsChanged(int slot) { @Override public boolean isItemValid(int slot, @Nonnull ItemStack stack) { - return this.getStackInSlot(slot).isEmpty() || this.getStackInSlot(slot).sameItem(stack); + return this.getStackInSlot(slot).isEmpty() || this.getStackInSlot(slot).is(stack.getItem()); } @Nonnull diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/xmas/block/FiberOpticTreeBlock.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/xmas/block/FiberOpticTreeBlock.java index 11ade0e..6b0a37d 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/xmas/block/FiberOpticTreeBlock.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/xmas/block/FiberOpticTreeBlock.java @@ -9,7 +9,6 @@ import net.minecraft.world.level.block.RenderShape; import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.level.block.SoundType; -import net.minecraft.world.level.material.Material; import net.minecraft.world.item.TooltipFlag; import net.minecraft.world.entity.player.Player; import net.minecraft.world.item.context.BlockPlaceContext; @@ -44,7 +43,7 @@ public class FiberOpticTreeBlock extends BaseEntityBlock { private static final int LIGHT_VALUE_WHEN_ON = 8; public FiberOpticTreeBlock() { - super(Properties.of(Material.WOOD) + super(Properties.of() .strength(3, 9) // .harvestLevel(1).harvestTool(ToolType.AXE) .sound(SoundType.WOOD)); diff --git a/src/main/java/com/cuboiddroid/cuboidmod/setup/ModArmorMaterials.java b/src/main/java/com/cuboiddroid/cuboidmod/setup/ModArmorMaterials.java index b787194..7967139 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/setup/ModArmorMaterials.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/setup/ModArmorMaterials.java @@ -1,7 +1,7 @@ package com.cuboiddroid.cuboidmod.setup; import com.cuboiddroid.cuboidmod.CuboidMod; -import net.minecraft.world.entity.EquipmentSlot; +import net.minecraft.world.item.ArmorItem.Type; import net.minecraft.world.item.ArmorMaterial; import net.minecraft.world.item.crafting.Ingredient; import net.minecraft.sounds.SoundEvent; @@ -71,13 +71,13 @@ public enum ModArmorMaterials implements ArmorMaterial { } @Override - public int getDurabilityForSlot(EquipmentSlot slotType) { - return HEALTH_PER_SLOT[slotType.getIndex()] * this.durabilityMultiplier; + public int getDurabilityForType(Type type) { + return HEALTH_PER_SLOT[type.getSlot().getIndex()] * this.durabilityMultiplier; } @Override - public int getDefenseForSlot(EquipmentSlot slotType) { - return this.slotProtections[slotType.getIndex()]; + public int getDefenseForType(Type type) { + return this.slotProtections[type.getSlot().getIndex()]; } @Override diff --git a/src/main/java/com/cuboiddroid/cuboidmod/setup/ModBlocks.java b/src/main/java/com/cuboiddroid/cuboidmod/setup/ModBlocks.java index c84b0c3..f72963f 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/setup/ModBlocks.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/setup/ModBlocks.java @@ -18,7 +18,6 @@ import net.minecraft.world.level.block.state.BlockBehaviour; import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.SoundType; -import net.minecraft.world.level.material.Material; import net.minecraft.client.renderer.BlockEntityWithoutLevelRenderer; import net.minecraft.world.item.BlockItem; import net.minecraft.world.item.Item; @@ -43,31 +42,31 @@ public class ModBlocks { public static final RegistryObject NOTSOGUDIUM_QUANTUM_COLLAPSER = register( "notsogudium_quantum_collapser", () -> - new NotsogudiumQuantumCollapserBlock(BlockBehaviour.Properties.of(Material.METAL) + new NotsogudiumQuantumCollapserBlock(BlockBehaviour.Properties.of() .strength(4, 20) .sound(SoundType.METAL))); public static final RegistryObject KUDBEBEDDA_QUANTUM_COLLAPSER = register( "kudbebedda_quantum_collapser", () -> - new KudbebeddaQuantumCollapserBlock(BlockBehaviour.Properties.of(Material.METAL) + new KudbebeddaQuantumCollapserBlock(BlockBehaviour.Properties.of() .strength(4, 20) .sound(SoundType.METAL))); public static final RegistryObject NOTARFBADIUM_QUANTUM_COLLAPSER = register( "notarfbadium_quantum_collapser", () -> - new NotarfbadiumQuantumCollapserBlock(BlockBehaviour.Properties.of(Material.METAL) + new NotarfbadiumQuantumCollapserBlock(BlockBehaviour.Properties.of() .strength(4, 20) .sound(SoundType.METAL))); public static final RegistryObject WIKIDIUM_QUANTUM_COLLAPSER = register( "wikidium_quantum_collapser", () -> - new WikidiumQuantumCollapserBlock(BlockBehaviour.Properties.of(Material.METAL) + new WikidiumQuantumCollapserBlock(BlockBehaviour.Properties.of() .strength(4, 20) .sound(SoundType.METAL))); public static final RegistryObject THATLDU_QUANTUM_COLLAPSER = register( "thatldu_quantum_collapser", () -> - new ThatlduQuantumCollapserBlock(BlockBehaviour.Properties.of(Material.METAL) + new ThatlduQuantumCollapserBlock(BlockBehaviour.Properties.of() .strength(4, 20) .sound(SoundType.METAL))); @@ -75,31 +74,31 @@ public class ModBlocks { public static final RegistryObject NOTSOGUDIUM_SINGULARITY_RESOURCE_GENERATOR = register( "notsogudium_singularity_resource_generator", () -> - new NotsogudiumSingularityResourceGeneratorBlock(BlockBehaviour.Properties.of(Material.METAL) + new NotsogudiumSingularityResourceGeneratorBlock(BlockBehaviour.Properties.of() .strength(4, 20) .sound(SoundType.METAL))); public static final RegistryObject KUDBEBEDDA_SINGULARITY_RESOURCE_GENERATOR = register( "kudbebedda_singularity_resource_generator", () -> - new KudbebeddaSingularityResourceGeneratorBlock(BlockBehaviour.Properties.of(Material.METAL) + new KudbebeddaSingularityResourceGeneratorBlock(BlockBehaviour.Properties.of() .strength(4, 20) .sound(SoundType.METAL))); public static final RegistryObject NOTARFBADIUM_SINGULARITY_RESOURCE_GENERATOR = register( "notarfbadium_singularity_resource_generator", () -> - new NotarfbadiumSingularityResourceGeneratorBlock(BlockBehaviour.Properties.of(Material.METAL) + new NotarfbadiumSingularityResourceGeneratorBlock(BlockBehaviour.Properties.of() .strength(4, 20) .sound(SoundType.METAL))); public static final RegistryObject WIKIDIUM_SINGULARITY_RESOURCE_GENERATOR = register( "wikidium_singularity_resource_generator", () -> - new WikidiumSingularityResourceGeneratorBlock(BlockBehaviour.Properties.of(Material.METAL) + new WikidiumSingularityResourceGeneratorBlock(BlockBehaviour.Properties.of() .strength(4, 20) .sound(SoundType.METAL))); public static final RegistryObject THATLDU_SINGULARITY_RESOURCE_GENERATOR = register( "thatldu_singularity_resource_generator", () -> - new ThatlduSingularityResourceGeneratorBlock(BlockBehaviour.Properties.of(Material.METAL) + new ThatlduSingularityResourceGeneratorBlock(BlockBehaviour.Properties.of() .strength(4, 20) .sound(SoundType.METAL))); @@ -107,31 +106,31 @@ public class ModBlocks { public static final RegistryObject NOTSOGUDIUM_SINGULARITY_POWER_GENERATOR = register( "notsogudium_singularity_power_generator", () -> - new NotsogudiumSingularityPowerGeneratorBlock(BlockBehaviour.Properties.of(Material.METAL) + new NotsogudiumSingularityPowerGeneratorBlock(BlockBehaviour.Properties.of() .strength(4, 20) .sound(SoundType.METAL))); public static final RegistryObject KUDBEBEDDA_SINGULARITY_POWER_GENERATOR = register( "kudbebedda_singularity_power_generator", () -> - new KudbebeddaSingularityPowerGeneratorBlock(BlockBehaviour.Properties.of(Material.METAL) + new KudbebeddaSingularityPowerGeneratorBlock(BlockBehaviour.Properties.of() .strength(4, 20) .sound(SoundType.METAL))); public static final RegistryObject NOTARFBADIUM_SINGULARITY_POWER_GENERATOR = register( "notarfbadium_singularity_power_generator", () -> - new NotarfbadiumSingularityPowerGeneratorBlock(BlockBehaviour.Properties.of(Material.METAL) + new NotarfbadiumSingularityPowerGeneratorBlock(BlockBehaviour.Properties.of() .strength(4, 20) .sound(SoundType.METAL))); public static final RegistryObject WIKIDIUM_SINGULARITY_POWER_GENERATOR = register( "wikidium_singularity_power_generator", () -> - new WikidiumSingularityPowerGeneratorBlock(BlockBehaviour.Properties.of(Material.METAL) + new WikidiumSingularityPowerGeneratorBlock(BlockBehaviour.Properties.of() .strength(4, 20) .sound(SoundType.METAL))); public static final RegistryObject THATLDU_SINGULARITY_POWER_GENERATOR = register( "thatldu_singularity_power_generator", () -> - new ThatlduSingularityPowerGeneratorBlock(BlockBehaviour.Properties.of(Material.METAL) + new ThatlduSingularityPowerGeneratorBlock(BlockBehaviour.Properties.of() .strength(4, 20) .sound(SoundType.METAL))); @@ -139,7 +138,7 @@ public class ModBlocks { public static final RegistryObject MOLECULAR_RECYCLER = register( "molecular_recycler", () -> - new MolecularRecyclerBlock(BlockBehaviour.Properties.of(Material.METAL) + new MolecularRecyclerBlock(BlockBehaviour.Properties.of() .strength(4, 20) .sound(SoundType.METAL))); @@ -152,7 +151,7 @@ public class ModBlocks { public static final RegistryObject DRYING_CUPBOARD = register( "drying_cupboard", () -> - new DryingCupboardBlock(BlockBehaviour.Properties.of(Material.METAL) + new DryingCupboardBlock(BlockBehaviour.Properties.of() .strength(3, 15) .sound(SoundType.GLASS))); @@ -160,7 +159,7 @@ public class ModBlocks { public static final RegistryObject QUANTUM_TRANSMUTATION_CHAMBER = register( "quantum_transmutation_chamber", () -> - new QuantumTransmutationChamberBlock(BlockBehaviour.Properties.of(Material.METAL) + new QuantumTransmutationChamberBlock(BlockBehaviour.Properties.of() .strength(4, 20) .sound(SoundType.METAL))); @@ -168,140 +167,140 @@ public class ModBlocks { public static final RegistryObject REFINED_INSCRIBER = register( "refined_inscriber", () -> - new RefinedInscriberBlock(BlockBehaviour.Properties.of(Material.METAL) + new RefinedInscriberBlock(BlockBehaviour.Properties.of() .strength(4, 20) .sound(SoundType.METAL))); // Notsogudium public static final RegistryObject NOTSOGUDIUM_ORE = register("notsogudium_ore", () -> - new Block(BlockBehaviour.Properties.of(Material.STONE) + new Block(BlockBehaviour.Properties.of() .strength(3, 10) // .harvestLevel(0).harvestTool(ToolType.PICKAXE) .requiresCorrectToolForDrops() .sound(SoundType.STONE))); public static final RegistryObject NOTSOGUDIUM_BLOCK = register("notsogudium_block", () -> - new Block(BlockBehaviour.Properties.of(Material.METAL) + new Block(BlockBehaviour.Properties.of() .strength(3, 10) .sound(SoundType.METAL))); public static final RegistryObject NOTSOGUDIUM_CHEST = register( - "notsogudium_chest", () -> new NotsogudiumChestBlock(BlockBehaviour.Properties.of(Material.METAL).strength(3)), + "notsogudium_chest", () -> new NotsogudiumChestBlock(BlockBehaviour.Properties.of().strength(3)), () -> notsogudiumChestRenderer()); public static final RegistryObject NOTSOGUDIUM_CRAFTING_TABLE = register( "notsogudium_crafting_table", () -> new NotsogudiumCraftingTable()); public static final RegistryObject NOTSOGUDIUM_FURNACE = register( - "notsogudium_furnace", () -> new NotsogudiumFurnaceBlock(BlockBehaviour.Properties.of(Material.METAL).strength(3))); + "notsogudium_furnace", () -> new NotsogudiumFurnaceBlock(BlockBehaviour.Properties.of().strength(3))); // Kudbebedda public static final RegistryObject KUDBEBEDDA_ORE = register("kudbebedda_ore", () -> - new Block(BlockBehaviour.Properties.of(Material.STONE) + new Block(BlockBehaviour.Properties.of() .strength(3, 10) // .harvestLevel(2).harvestTool(ToolType.PICKAXE) .requiresCorrectToolForDrops() .sound(SoundType.STONE))); public static final RegistryObject KUDBEBEDDA_BLOCK = register("kudbebedda_block", () -> - new Block(BlockBehaviour.Properties.of(Material.METAL) + new Block(BlockBehaviour.Properties.of() .strength(3, 10) .sound(SoundType.METAL))); public static final RegistryObject KUDBEBEDDA_CHEST = register( - "kudbebedda_chest", () -> new KudbebeddaChestBlock(BlockBehaviour.Properties.of(Material.METAL).strength(3)), + "kudbebedda_chest", () -> new KudbebeddaChestBlock(BlockBehaviour.Properties.of().strength(3)), () -> kudbebeddaChestRenderer()); public static final RegistryObject KUDBEBEDDA_CRAFTING_TABLE = register( "kudbebedda_crafting_table", () -> new KudbebeddaCraftingTable()); public static final RegistryObject KUDBEBEDDA_FURNACE = register( - "kudbebedda_furnace", () -> new KudbebeddaFurnaceBlock(BlockBehaviour.Properties.of(Material.METAL).strength(3))); + "kudbebedda_furnace", () -> new KudbebeddaFurnaceBlock(BlockBehaviour.Properties.of().strength(3))); // Notarfbadium public static final RegistryObject NOTARFBADIUM_ORE = register("notarfbadium_ore", () -> - new Block(BlockBehaviour.Properties.of(Material.STONE) + new Block(BlockBehaviour.Properties.of() .strength(3, 10) // .harvestLevel(2).harvestTool(ToolType.PICKAXE) .requiresCorrectToolForDrops() .sound(SoundType.STONE))); public static final RegistryObject NOTARFBADIUM_BLOCK = register("notarfbadium_block", () -> - new Block(BlockBehaviour.Properties.of(Material.METAL) + new Block(BlockBehaviour.Properties.of() .strength(3, 10) .sound(SoundType.METAL))); public static final RegistryObject NOTARFBADIUM_CHEST = register( - "notarfbadium_chest", () -> new NotarfbadiumChestBlock(BlockBehaviour.Properties.of(Material.METAL).strength(3)), + "notarfbadium_chest", () -> new NotarfbadiumChestBlock(BlockBehaviour.Properties.of().strength(3)), () -> notarfbadiumChestRenderer()); public static final RegistryObject NOTARFBADIUM_CRAFTING_TABLE = register( "notarfbadium_crafting_table", () -> new NotarfbadiumCraftingTable()); public static final RegistryObject NOTARFBADIUM_FURNACE = register( - "notarfbadium_furnace", () -> new NotarfbadiumFurnaceBlock(BlockBehaviour.Properties.of(Material.METAL).strength(3))); + "notarfbadium_furnace", () -> new NotarfbadiumFurnaceBlock(BlockBehaviour.Properties.of().strength(3))); // Wikidium public static final RegistryObject WIKIDIUM_ORE = register("wikidium_ore", () -> - new Block(BlockBehaviour.Properties.of(Material.STONE) + new Block(BlockBehaviour.Properties.of() .strength(3, 10) // .harvestLevel(2).harvestTool(ToolType.PICKAXE) .requiresCorrectToolForDrops() .sound(SoundType.STONE))); public static final RegistryObject WIKIDIUM_BLOCK = register("wikidium_block", () -> - new Block(BlockBehaviour.Properties.of(Material.METAL) + new Block(BlockBehaviour.Properties.of() .strength(3, 10) .sound(SoundType.METAL))); public static final RegistryObject WIKIDIUM_CHEST = register( - "wikidium_chest", () -> new WikidiumChestBlock(BlockBehaviour.Properties.of(Material.METAL).strength(3)), + "wikidium_chest", () -> new WikidiumChestBlock(BlockBehaviour.Properties.of().strength(3)), () -> wikidiumChestRenderer()); public static final RegistryObject WIKIDIUM_CRAFTING_TABLE = register( "wikidium_crafting_table", () -> new WikidiumCraftingTable()); public static final RegistryObject WIKIDIUM_FURNACE = register( - "wikidium_furnace", () -> new WikidiumFurnaceBlock(BlockBehaviour.Properties.of(Material.METAL).strength(3))); + "wikidium_furnace", () -> new WikidiumFurnaceBlock(BlockBehaviour.Properties.of().strength(3))); // Thatldu public static final RegistryObject THATLDU_ORE = register("thatldu_ore", () -> - new Block(BlockBehaviour.Properties.of(Material.STONE) + new Block(BlockBehaviour.Properties.of() .strength(3, 10) // .harvestLevel(3).harvestTool(ToolType.PICKAXE) .requiresCorrectToolForDrops() .sound(SoundType.STONE))); public static final RegistryObject THATLDU_BLOCK = register("thatldu_block", () -> - new Block(BlockBehaviour.Properties.of(Material.METAL) + new Block(BlockBehaviour.Properties.of() .strength(3, 10) .sound(SoundType.METAL))); public static final RegistryObject THATLDU_CHEST = register( - "thatldu_chest", () -> new ThatlduChestBlock(BlockBehaviour.Properties.of(Material.METAL).strength(3)), + "thatldu_chest", () -> new ThatlduChestBlock(BlockBehaviour.Properties.of().strength(3)), () -> thatlduChestRenderer()); public static final RegistryObject THATLDU_CRAFTING_TABLE = register( "thatldu_crafting_table", () -> new ThatlduCraftingTable()); public static final RegistryObject THATLDU_FURNACE = register( - "thatldu_furnace", () -> new ThatlduFurnaceBlock(BlockBehaviour.Properties.of(Material.METAL).strength(3))); + "thatldu_furnace", () -> new ThatlduFurnaceBlock(BlockBehaviour.Properties.of().strength(3))); // eumus public static final RegistryObject EUMUS_FURNACE = register( - "eumus_furnace", () -> new EumusFurnaceBlock(BlockBehaviour.Properties.of(Material.METAL).strength(3))); + "eumus_furnace", () -> new EumusFurnaceBlock(BlockBehaviour.Properties.of().strength(3))); // silica dust block public static final RegistryObject SILICA_DUST_BLOCK = register("silica_dust_block", () -> - new Block(BlockBehaviour.Properties.of(Material.SAND) + new Block(BlockBehaviour.Properties.of() .strength(1, 10) // .harvestLevel(0).harvestTool(ToolType.SHOVEL) .sound(SoundType.SAND))); // Block of Carbon Nanotubes public static final RegistryObject CARBON_NANOTUBE_BLOCK = register("carbon_nanotube_block", () -> - new Block(BlockBehaviour.Properties.of(Material.STONE) + new Block(BlockBehaviour.Properties.of() .strength(1, 10) // .harvestLevel(0).harvestTool(ToolType.PICKAXE) .requiresCorrectToolForDrops() @@ -309,47 +308,47 @@ public class ModBlocks { // Block of Protein Paste public static final RegistryObject PROTEIN_PASTE_BLOCK = register("protein_paste_block", () -> - new Block(BlockBehaviour.Properties.of(Material.SAND) + new Block(BlockBehaviour.Properties.of() .strength(0, 10) // .harvestLevel(0).harvestTool(ToolType.SHOVEL) .sound(SoundType.SLIME_BLOCK))); // Block of Protein Fiber public static final RegistryObject PROTEIN_FIBER_BLOCK = register("protein_fiber_block", () -> - new Block(BlockBehaviour.Properties.of(Material.SAND) + new Block(BlockBehaviour.Properties.of() .strength(0, 10) // .harvestLevel(0).harvestTool(ToolType.SHOVEL) .sound(SoundType.SLIME_BLOCK))); // Blocks of Cellulose public static final RegistryObject CELLULOSE_BLOCK = register("cellulose_block", () -> - new Block(BlockBehaviour.Properties.of(Material.SAND) + new Block(BlockBehaviour.Properties.of() .strength(0, 10) // .harvestLevel(0).harvestTool(ToolType.SHOVEL) .sound(SoundType.SAND))); public static final RegistryObject CELLULOSE_BRICKS = register("cellulose_bricks", () -> - new Block(BlockBehaviour.Properties.of(Material.STONE) + new Block(BlockBehaviour.Properties.of() .strength(2, 12) // .harvestLevel(1).harvestTool(ToolType.PICKAXE) .sound(SoundType.STONE))); public static final RegistryObject CELLULOSE_CHISELED_BRICKS = register("cellulose_chiseled_bricks", () -> - new Block(BlockBehaviour.Properties.of(Material.STONE) + new Block(BlockBehaviour.Properties.of() .strength(2, 12) // .harvestLevel(1).harvestTool(ToolType.PICKAXE) .sound(SoundType.STONE))); // Organically Enriched Sand public static final RegistryObject ORGANICALLY_ENRICHED_SAND = register("organically_enriched_sand", () -> - new Block(BlockBehaviour.Properties.of(Material.SAND) + new Block(BlockBehaviour.Properties.of() .strength(1, 10) // .harvestLevel(0).harvestTool(ToolType.SHOVEL) .sound(SoundType.SAND))); // Aggregate public static final RegistryObject AGGREGATE = register("aggregate", () -> - new Block(BlockBehaviour.Properties.of(Material.SAND) + new Block(BlockBehaviour.Properties.of() .strength(2, 12) // .harvestLevel(1).harvestTool(ToolType.SHOVEL) .sound(SoundType.GRAVEL))); @@ -376,7 +375,7 @@ static void register() { private static RegistryObject register(String name, Supplier blockSupplier) { RegistryObject ret = registerNoItem(name, blockSupplier); - Registration.ITEMS.register(name, () -> new BlockItem(ret.get(), new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + Registration.ITEMS.register(name, () -> new BlockItem(ret.get(), new Item.Properties())); return ret; } @@ -395,7 +394,7 @@ private static RegistryObject registerNoItem(String name, S } private static Supplier item(final RegistryObject block, final Supplier> renderMethod) { - return () -> new BlockItem(block.get(), new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP)) { + return () -> new BlockItem(block.get(), new Item.Properties()) { @Override public void initializeClient(Consumer consumer) { consumer.accept(new IClientItemExtensions() { diff --git a/src/main/java/com/cuboiddroid/cuboidmod/setup/ModContainers.java b/src/main/java/com/cuboiddroid/cuboidmod/setup/ModContainers.java index 27c2ebd..2f6479a 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/setup/ModContainers.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/setup/ModContainers.java @@ -163,19 +163,19 @@ static void register() { // chests public static final RegistryObject> NOTSOGUDIUM_CHEST = - Registration.CONTAINERS.register("notsogudium_chest", () -> new MenuType<>(CuboidChestContainer::createNotsogudiumContainer)); + Registration.CONTAINERS.register("notsogudium_chest", () -> IForgeMenuType.create(CuboidChestContainer::createNotsogudiumContainer)); public static final RegistryObject> KUDBEBEDDA_CHEST = - Registration.CONTAINERS.register("kudbebedda_chest", () -> new MenuType<>(CuboidChestContainer::createKudbebeddaContainer)); + Registration.CONTAINERS.register("kudbebedda_chest", () -> IForgeMenuType.create(CuboidChestContainer::createKudbebeddaContainer)); public static final RegistryObject> NOTARFBADIUM_CHEST = - Registration.CONTAINERS.register("notarfbadium_chest", () -> new MenuType<>(CuboidChestContainer::createNotarfbadiumContainer)); + Registration.CONTAINERS.register("notarfbadium_chest", () -> IForgeMenuType.create(CuboidChestContainer::createNotarfbadiumContainer)); public static final RegistryObject> WIKIDIUM_CHEST = - Registration.CONTAINERS.register("wikidium_chest", () -> new MenuType<>(CuboidChestContainer::createWikidiumContainer)); + Registration.CONTAINERS.register("wikidium_chest", () -> IForgeMenuType.create(CuboidChestContainer::createWikidiumContainer)); public static final RegistryObject> THATLDU_CHEST = - Registration.CONTAINERS.register("thatldu_chest", () -> new MenuType<>(CuboidChestContainer::createThatlduContainer)); + Registration.CONTAINERS.register("thatldu_chest", () -> IForgeMenuType.create(CuboidChestContainer::createThatlduContainer)); // furnaces public static final RegistryObject> NOTSOGUDIUM_FURNACE = diff --git a/src/main/java/com/cuboiddroid/cuboidmod/setup/ModCreativeTabs.java b/src/main/java/com/cuboiddroid/cuboidmod/setup/ModCreativeTabs.java new file mode 100644 index 0000000..4137008 --- /dev/null +++ b/src/main/java/com/cuboiddroid/cuboidmod/setup/ModCreativeTabs.java @@ -0,0 +1,18 @@ +package com.cuboiddroid.cuboidmod.setup; + +import net.minecraft.world.item.ItemStack; +import net.minecraft.network.chat.Component; +import net.minecraft.world.item.CreativeModeTab; +import net.minecraftforge.registries.RegistryObject; + +public class ModCreativeTabs { + + public static final RegistryObject CUBOIDMOD_ITEM_GROUP = Registration.TAB.register("cuboidmod", () -> CreativeModeTab + .builder().icon(() -> new ItemStack(ModBlocks.THATLDU_BLOCK.get())) + .displayItems((params, output) -> Registration.ITEMS.getEntries().forEach(item -> output.accept(item.get()))) + .title(Component.translatable("itemGroup.cuboidmod")) + .build()); + + static void register() { + } +} diff --git a/src/main/java/com/cuboiddroid/cuboidmod/setup/ModDimensions.java b/src/main/java/com/cuboiddroid/cuboidmod/setup/ModDimensions.java index 2fbeb8f..a47282a 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/setup/ModDimensions.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/setup/ModDimensions.java @@ -2,12 +2,12 @@ import com.cuboiddroid.cuboidmod.CuboidMod; import net.minecraft.resources.ResourceKey; -import net.minecraft.core.Registry; +import net.minecraft.core.registries.Registries; import net.minecraft.world.level.Level; public class ModDimensions { static void register() {} - public static final ResourceKey CUBOID_OVERWORLD_DIMENSION_WORLD = ResourceKey.create(Registry.DIMENSION_REGISTRY, + public static final ResourceKey CUBOID_OVERWORLD_DIMENSION_WORLD = ResourceKey.create(Registries.DIMENSION, CuboidMod.getModId("cuboid_overworld")); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/setup/ModItems.java b/src/main/java/com/cuboiddroid/cuboidmod/setup/ModItems.java index 891a2bd..2bb75c9 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/setup/ModItems.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/setup/ModItems.java @@ -1,10 +1,8 @@ package com.cuboiddroid.cuboidmod.setup; -import com.cuboiddroid.cuboidmod.CuboidMod; import com.cuboiddroid.cuboidmod.modules.collapser.item.*; import com.cuboiddroid.cuboidmod.modules.food.*; import com.cuboiddroid.cuboidmod.modules.tools.*; -import net.minecraft.world.entity.EquipmentSlot; import net.minecraftforge.registries.RegistryObject; import net.minecraft.world.food.FoodProperties; @@ -18,24 +16,23 @@ public class ModItems { // Notsogudium - public static final RegistryObject NOTSOGUDIUM_INGOT = Registration.ITEMS.register( - "notsogudium_ingot", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "notsogudium_ingot", () -> new Item(new Item.Properties())); public static final RegistryObject NOTSOGUDIUM_NUGGET = Registration.ITEMS.register( - "notsogudium_nugget", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "notsogudium_nugget", () -> new Item(new Item.Properties())); public static final RegistryObject NOTSOGUDIUM_PIECE = Registration.ITEMS.register( - "notsogudium_piece", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "notsogudium_piece", () -> new Item(new Item.Properties())); public static final RegistryObject NOTSOGUDIUM_CHUNK = Registration.ITEMS.register( - "notsogudium_chunk", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "notsogudium_chunk", () -> new Item(new Item.Properties())); public static final RegistryObject NOTSOGUDIUM_DUST = Registration.ITEMS.register( - "notsogudium_dust", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "notsogudium_dust", () -> new Item(new Item.Properties())); public static final RegistryObject NOTSOGUDIUM_ROD = Registration.ITEMS.register( - "notsogudium_rod", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "notsogudium_rod", () -> new Item(new Item.Properties())); public static final RegistryObject NOTSOGUDIUM_SWORD = Registration.ITEMS.register( "notsogudium_sword", () -> new SwordItem( @@ -43,9 +40,7 @@ public class ModItems { 3, -2.4F, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject NOTSOGUDIUM_PICKAXE = Registration.ITEMS.register( "notsogudium_pickaxe", () -> new PickaxeItem( @@ -53,9 +48,7 @@ public class ModItems { 1, -2.8F, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject NOTSOGUDIUM_AXE = Registration.ITEMS.register( "notsogudium_axe", () -> new AxeItem( @@ -63,9 +56,7 @@ public class ModItems { 5.0F, -3.2F, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject NOTSOGUDIUM_SHOVEL = Registration.ITEMS.register( "notsogudium_shovel", () -> new ShovelItem( @@ -73,9 +64,7 @@ public class ModItems { 0.5F, -3.0F, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject NOTSOGUDIUM_HOE = Registration.ITEMS.register( "notsogudium_hoe", () -> new HoeItem( @@ -83,68 +72,57 @@ public class ModItems { 0, -3.0F, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject NOTSOGUDIUM_HELMET = Registration.ITEMS.register( "notsogudium_helmet", () -> new ArmorItem( ModArmorMaterials.NOTSOGUDIUM, - EquipmentSlot.HEAD, + ArmorItem.Type.HELMET, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject NOTSOGUDIUM_CHESTPLATE = Registration.ITEMS.register( "notsogudium_chestplate", () -> new ArmorItem( ModArmorMaterials.NOTSOGUDIUM, - EquipmentSlot.CHEST, + ArmorItem.Type.CHESTPLATE, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject NOTSOGUDIUM_LEGGINGS = Registration.ITEMS.register( "notsogudium_leggings", () -> new ArmorItem( ModArmorMaterials.NOTSOGUDIUM, - EquipmentSlot.LEGS, + ArmorItem.Type.LEGGINGS, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject NOTSOGUDIUM_BOOTS = Registration.ITEMS.register( "notsogudium_boots", () -> new ArmorItem( ModArmorMaterials.NOTSOGUDIUM, - EquipmentSlot.FEET, + ArmorItem.Type.BOOTS, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject NOTSOGUDIUM_SMASHER = Registration.ITEMS.register( "notsogudium_smasher", () -> new NotsogudiumSmasher()); // Kudbebedda - public static final RegistryObject KUDBEBEDDA_INGOT = Registration.ITEMS.register( - "kudbebedda_ingot", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "kudbebedda_ingot", () -> new Item(new Item.Properties())); public static final RegistryObject KUDBEBEDDA_NUGGET = Registration.ITEMS.register( - "kudbebedda_nugget", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "kudbebedda_nugget", () -> new Item(new Item.Properties())); public static final RegistryObject KUDBEBEDDA_PIECE = Registration.ITEMS.register( - "kudbebedda_piece", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "kudbebedda_piece", () -> new Item(new Item.Properties())); public static final RegistryObject KUDBEBEDDA_CHUNK = Registration.ITEMS.register( - "kudbebedda_chunk", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "kudbebedda_chunk", () -> new Item(new Item.Properties())); public static final RegistryObject KUDBEBEDDA_DUST = Registration.ITEMS.register( - "kudbebedda_dust", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "kudbebedda_dust", () -> new Item(new Item.Properties())); public static final RegistryObject KUDBEBEDDA_ROD = Registration.ITEMS.register( - "kudbebedda_rod", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "kudbebedda_rod", () -> new Item(new Item.Properties())); public static final RegistryObject KUDBEBEDDA_SWORD = Registration.ITEMS.register( "kudbebedda_sword", () -> new SwordItem( @@ -152,9 +130,7 @@ public class ModItems { 3, -2.4F, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject KUDBEBEDDA_PICKAXE = Registration.ITEMS.register( "kudbebedda_pickaxe", () -> new PickaxeItem( @@ -162,9 +138,7 @@ public class ModItems { 1, -2.8F, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject KUDBEBEDDA_AXE = Registration.ITEMS.register( "kudbebedda_axe", () -> new AxeItem( @@ -172,9 +146,7 @@ public class ModItems { 5.0F, -3.1F, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject KUDBEBEDDA_SHOVEL = Registration.ITEMS.register( "kudbebedda_shovel", () -> new ShovelItem( @@ -182,9 +154,7 @@ public class ModItems { 1.0F, -3.0F, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject KUDBEBEDDA_HOE = Registration.ITEMS.register( "kudbebedda_hoe", () -> new HoeItem( @@ -192,68 +162,57 @@ public class ModItems { -1, -2.5F, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject KUDBEBEDDA_HELMET = Registration.ITEMS.register( "kudbebedda_helmet", () -> new ArmorItem( ModArmorMaterials.KUDBEBEDDA, - EquipmentSlot.HEAD, + ArmorItem.Type.HELMET, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject KUDBEBEDDA_CHESTPLATE = Registration.ITEMS.register( "kudbebedda_chestplate", () -> new ArmorItem( ModArmorMaterials.KUDBEBEDDA, - EquipmentSlot.CHEST, + ArmorItem.Type.CHESTPLATE, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject KUDBEBEDDA_LEGGINGS = Registration.ITEMS.register( "kudbebedda_leggings", () -> new ArmorItem( ModArmorMaterials.KUDBEBEDDA, - EquipmentSlot.LEGS, + ArmorItem.Type.LEGGINGS, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject KUDBEBEDDA_BOOTS = Registration.ITEMS.register( "kudbebedda_boots", () -> new ArmorItem( ModArmorMaterials.KUDBEBEDDA, - EquipmentSlot.FEET, + ArmorItem.Type.BOOTS, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject KUDBEBEDDA_SMASHER = Registration.ITEMS.register( "kudbebedda_smasher", () -> new KudbebeddaSmasher()); // Notarfbadium - public static final RegistryObject NOTARFBADIUM_INGOT = Registration.ITEMS.register( - "notarfbadium_ingot", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "notarfbadium_ingot", () -> new Item(new Item.Properties())); public static final RegistryObject NOTARFBADIUM_NUGGET = Registration.ITEMS.register( - "notarfbadium_nugget", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "notarfbadium_nugget", () -> new Item(new Item.Properties())); public static final RegistryObject NOTARFBADIUM_PIECE = Registration.ITEMS.register( - "notarfbadium_piece", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "notarfbadium_piece", () -> new Item(new Item.Properties())); public static final RegistryObject NOTARFBADIUM_CHUNK = Registration.ITEMS.register( - "notarfbadium_chunk", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "notarfbadium_chunk", () -> new Item(new Item.Properties())); public static final RegistryObject NOTARFBADIUM_DUST = Registration.ITEMS.register( - "notarfbadium_dust", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "notarfbadium_dust", () -> new Item(new Item.Properties())); public static final RegistryObject NOTARFBADIUM_ROD = Registration.ITEMS.register( - "notarfbadium_rod", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "notarfbadium_rod", () -> new Item(new Item.Properties())); public static final RegistryObject NOTARFBADIUM_SWORD = Registration.ITEMS.register( "notarfbadium_sword", () -> new SwordItem( @@ -261,9 +220,7 @@ public class ModItems { 3, -2.4F, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject NOTARFBADIUM_PICKAXE = Registration.ITEMS.register( "notarfbadium_pickaxe", () -> new PickaxeItem( @@ -271,9 +228,7 @@ public class ModItems { 1, -2.8F, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject NOTARFBADIUM_AXE = Registration.ITEMS.register( "notarfbadium_axe", () -> new AxeItem( @@ -281,9 +236,7 @@ public class ModItems { 5.0F, -3.0F, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject NOTARFBADIUM_SHOVEL = Registration.ITEMS.register( "notarfbadium_shovel", () -> new ShovelItem( @@ -291,9 +244,7 @@ public class ModItems { 1.0F, -3.0F, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject NOTARFBADIUM_HOE = Registration.ITEMS.register( "notarfbadium_hoe", () -> new HoeItem( @@ -301,68 +252,57 @@ public class ModItems { -2, -2.0F, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject NOTARFBADIUM_HELMET = Registration.ITEMS.register( "notarfbadium_helmet", () -> new ArmorItem( ModArmorMaterials.NOTARFBADIUM, - EquipmentSlot.HEAD, + ArmorItem.Type.HELMET, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject NOTARFBADIUM_CHESTPLATE = Registration.ITEMS.register( "notarfbadium_chestplate", () -> new ArmorItem( ModArmorMaterials.NOTARFBADIUM, - EquipmentSlot.CHEST, + ArmorItem.Type.CHESTPLATE, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject NOTARFBADIUM_LEGGINGS = Registration.ITEMS.register( "notarfbadium_leggings", () -> new ArmorItem( ModArmorMaterials.NOTARFBADIUM, - EquipmentSlot.LEGS, + ArmorItem.Type.LEGGINGS, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject NOTARFBADIUM_BOOTS = Registration.ITEMS.register( "notarfbadium_boots", () -> new ArmorItem( ModArmorMaterials.NOTARFBADIUM, - EquipmentSlot.FEET, + ArmorItem.Type.BOOTS, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject NOTARFBADIUM_SMASHER = Registration.ITEMS.register( "notarfbadium_smasher", () -> new NotarfbadiumSmasher()); // Wikidium - public static final RegistryObject WIKIDIUM_INGOT = Registration.ITEMS.register( - "wikidium_ingot", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "wikidium_ingot", () -> new Item(new Item.Properties())); public static final RegistryObject WIKIDIUM_NUGGET = Registration.ITEMS.register( - "wikidium_nugget", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "wikidium_nugget", () -> new Item(new Item.Properties())); public static final RegistryObject WIKIDIUM_PIECE = Registration.ITEMS.register( - "wikidium_piece", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "wikidium_piece", () -> new Item(new Item.Properties())); public static final RegistryObject WIKIDIUM_CHUNK = Registration.ITEMS.register( - "wikidium_chunk", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "wikidium_chunk", () -> new Item(new Item.Properties())); public static final RegistryObject WIKIDIUM_DUST = Registration.ITEMS.register( - "wikidium_dust", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "wikidium_dust", () -> new Item(new Item.Properties())); public static final RegistryObject WIKIDIUM_ROD = Registration.ITEMS.register( - "wikidium_rod", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "wikidium_rod", () -> new Item(new Item.Properties())); public static final RegistryObject WIKIDIUM_SWORD = Registration.ITEMS.register( "wikidium_sword", () -> new SwordItem( @@ -370,9 +310,7 @@ public class ModItems { 3, -2.4F, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject WIKIDIUM_PICKAXE = Registration.ITEMS.register( "wikidium_pickaxe", () -> new PickaxeItem( @@ -380,9 +318,7 @@ public class ModItems { 1, -2.8F, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject WIKIDIUM_AXE = Registration.ITEMS.register( "wikidium_axe", () -> new AxeItem( @@ -390,9 +326,7 @@ public class ModItems { 5.0F, -2.9F, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject WIKIDIUM_SHOVEL = Registration.ITEMS.register( "wikidium_shovel", () -> new ShovelItem( @@ -400,9 +334,7 @@ public class ModItems { 1.0F, -3.0F, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject WIKIDIUM_HOE = Registration.ITEMS.register( "wikidium_hoe", () -> new HoeItem( @@ -410,68 +342,57 @@ public class ModItems { -3, -1.5F, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject WIKIDIUM_HELMET = Registration.ITEMS.register( "wikidium_helmet", () -> new ArmorItem( ModArmorMaterials.WIKIDIUM, - EquipmentSlot.HEAD, + ArmorItem.Type.HELMET, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject WIKIDIUM_CHESTPLATE = Registration.ITEMS.register( "wikidium_chestplate", () -> new ArmorItem( ModArmorMaterials.WIKIDIUM, - EquipmentSlot.CHEST, + ArmorItem.Type.CHESTPLATE, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject WIKIDIUM_LEGGINGS = Registration.ITEMS.register( "wikidium_leggings", () -> new ArmorItem( ModArmorMaterials.WIKIDIUM, - EquipmentSlot.LEGS, + ArmorItem.Type.LEGGINGS, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject WIKIDIUM_BOOTS = Registration.ITEMS.register( "wikidium_boots", () -> new ArmorItem( ModArmorMaterials.WIKIDIUM, - EquipmentSlot.FEET, + ArmorItem.Type.BOOTS, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject WIKIDIUM_SMASHER = Registration.ITEMS.register( "wikidium_smasher", () -> new WikidiumSmasher()); // Thatldu - public static final RegistryObject THATLDU_INGOT = Registration.ITEMS.register( - "thatldu_ingot", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "thatldu_ingot", () -> new Item(new Item.Properties())); public static final RegistryObject THATLDU_NUGGET = Registration.ITEMS.register( - "thatldu_nugget", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "thatldu_nugget", () -> new Item(new Item.Properties())); public static final RegistryObject THATLDU_PIECE = Registration.ITEMS.register( - "thatldu_piece", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "thatldu_piece", () -> new Item(new Item.Properties())); public static final RegistryObject THATLDU_CHUNK = Registration.ITEMS.register( - "thatldu_chunk", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "thatldu_chunk", () -> new Item(new Item.Properties())); public static final RegistryObject THATLDU_DUST = Registration.ITEMS.register( - "thatldu_dust", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "thatldu_dust", () -> new Item(new Item.Properties())); public static final RegistryObject THATLDU_ROD = Registration.ITEMS.register( - "thatldu_rod", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "thatldu_rod", () -> new Item(new Item.Properties())); public static final RegistryObject THATLDU_SWORD = Registration.ITEMS.register( "thatldu_sword", () -> new SwordItem( @@ -479,9 +400,7 @@ public class ModItems { 3, -2.4F, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject THATLDU_PICKAXE = Registration.ITEMS.register( "thatldu_pickaxe", () -> new PickaxeItem( @@ -489,9 +408,7 @@ public class ModItems { 1, -2.6F, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject THATLDU_AXE = Registration.ITEMS.register( "thatldu_axe", () -> new AxeItem( @@ -499,9 +416,7 @@ public class ModItems { 5.5F, -2.8F, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject THATLDU_SHOVEL = Registration.ITEMS.register( "thatldu_shovel", () -> new ShovelItem( @@ -509,9 +424,7 @@ public class ModItems { 1.0F, -3.0F, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject THATLDU_HOE = Registration.ITEMS.register( "thatldu_hoe", () -> new HoeItem( @@ -519,92 +432,81 @@ public class ModItems { -3, -1.4F, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject THATLDU_HELMET = Registration.ITEMS.register( "thatldu_helmet", () -> new ArmorItem( ModArmorMaterials.THATLDU, - EquipmentSlot.HEAD, + ArmorItem.Type.HELMET, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject THATLDU_CHESTPLATE = Registration.ITEMS.register( "thatldu_chestplate", () -> new ArmorItem( ModArmorMaterials.THATLDU, - EquipmentSlot.CHEST, + ArmorItem.Type.CHESTPLATE, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject THATLDU_LEGGINGS = Registration.ITEMS.register( "thatldu_leggings", () -> new ArmorItem( ModArmorMaterials.THATLDU, - EquipmentSlot.LEGS, + ArmorItem.Type.LEGGINGS, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject THATLDU_BOOTS = Registration.ITEMS.register( "thatldu_boots", () -> new ArmorItem( ModArmorMaterials.THATLDU, - EquipmentSlot.FEET, + ArmorItem.Type.BOOTS, new Item.Properties() - .tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) - ) - ); + )); public static final RegistryObject THATLDU_SMASHER = Registration.ITEMS.register( "thatldu_smasher", () -> new ThatlduSmasher()); - // Smoosher public static final RegistryObject SMOOSHER = Registration.ITEMS.register( "smoosher", () -> new Smoosher()); // Silica Dust public static final RegistryObject SILICA_DUST = Registration.ITEMS.register( - "silica_dust", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "silica_dust", () -> new Item(new Item.Properties())); public static final RegistryObject ZINC_DUST = Registration.ITEMS.register( - "zinc_dust", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "zinc_dust", () -> new Item(new Item.Properties())); public static final RegistryObject COBALT_DUST = Registration.ITEMS.register( - "cobalt_dust", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "cobalt_dust", () -> new Item(new Item.Properties())); // Carbon Deposit public static final RegistryObject CARBON_DEPOSIT = Registration.ITEMS.register( - "carbon_deposit", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "carbon_deposit", () -> new Item(new Item.Properties())); // Carbon Nanotube public static final RegistryObject CARBON_NANOTUBE = Registration.ITEMS.register( - "carbon_nanotube", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "carbon_nanotube", () -> new Item(new Item.Properties())); // Stick Bundle public static final RegistryObject STICK_BUNDLE = Registration.ITEMS.register( - "stick_bundle", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "stick_bundle", () -> new Item(new Item.Properties())); // Protein Paste public static final RegistryObject PROTEIN_PASTE = Registration.ITEMS.register( - "protein_paste", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP) + "protein_paste", () -> new Item(new Item.Properties() .food(new FoodProperties.Builder().nutrition(2).saturationMod(0.5F).meat().build()))); // Protein Fiber public static final RegistryObject PROTEIN_FIBER = Registration.ITEMS.register( - "protein_fiber", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "protein_fiber", () -> new Item(new Item.Properties())); // Cellulose public static final RegistryObject CELLULOSE = Registration.ITEMS.register( - "cellulose", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "cellulose", () -> new Item(new Item.Properties())); // FOOD ITEMS public static final RegistryObject NOTSOGUDIUM_BOWL = Registration.ITEMS.register( - "notsogudium_bowl", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); + "notsogudium_bowl", () -> new Item(new Item.Properties())); public static final RegistryObject ARACHNUGGET = Registration.ITEMS.register( ArachnuggetItem.ID_STRING, ArachnuggetItem::new); @@ -649,8 +551,7 @@ public class ModItems { HardfiskurItem.ID_STRING, HardfiskurItem::new); public static final RegistryObject SALT = Registration.ITEMS.register( - "salt", () -> new Item(new Item.Properties().tab(CuboidMod.CUBOIDMOD_ITEM_GROUP))); - + "salt", () -> new Item(new Item.Properties())); // Quantum Singularities public static final RegistryObject NOTSOGUDIUM_QUANTUM_SINGULARITY = Registration.ITEMS.register( @@ -668,7 +569,6 @@ public class ModItems { public static final RegistryObject THATLDU_QUANTUM_SINGULARITY = Registration.ITEMS.register( "thatldu_quantum_singularity", ThatlduQuantumSingularityItem::new); - public static final RegistryObject ANDESITE_QUANTUM_SINGULARITY = Registration.ITEMS.register( "andesite_quantum_singularity", AndesiteQuantumSingularityItem::new); @@ -807,6 +707,8 @@ public class ModItems { public static final RegistryObject PLATINUM_QUANTUM_SINGULARITY = Registration.ITEMS.register( "platinum_quantum_singularity", PlatinumQuantumSingularityItem::new); - // this register() is only used to load the class so that the deferred register stuff works - static void register() {} + // this register() is only used to load the class so that the deferred register + // stuff works + static void register() { + } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/setup/Registration.java b/src/main/java/com/cuboiddroid/cuboidmod/setup/Registration.java index de9812e..f67831c 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/setup/Registration.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/setup/Registration.java @@ -18,12 +18,14 @@ import net.minecraft.world.level.block.Block; import net.minecraft.client.gui.screens.MenuScreens; import net.minecraft.core.Registry; +import net.minecraft.core.registries.Registries; import net.minecraft.resources.ResourceKey; -import net.minecraft.world.level.material.Fluid; import net.minecraft.world.inventory.MenuType; +import net.minecraft.world.item.CreativeModeTab; import net.minecraft.world.item.Item; import net.minecraft.world.item.crafting.RecipeSerializer; import net.minecraft.world.level.block.entity.BlockEntityType; +import net.minecraft.world.level.material.Fluid; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.client.event.EntityRenderersEvent; import net.minecraftforge.eventbus.api.IEventBus; @@ -37,6 +39,7 @@ import net.minecraftforge.registries.IForgeRegistry; public class Registration { + public static final DeferredRegister TAB = create(Registries.CREATIVE_MODE_TAB); public static final DeferredRegister BLOCKS = create(ForgeRegistries.BLOCKS); public static final DeferredRegister ITEMS = create(ForgeRegistries.ITEMS); public static final DeferredRegister> CONTAINERS = create(ForgeRegistries.MENU_TYPES); @@ -46,6 +49,7 @@ public class Registration { public static void register() { IEventBus modEventBus = FMLJavaModLoadingContext.get().getModEventBus(); + TAB.register(modEventBus); BLOCKS.register(modEventBus); CONTAINERS.register(modEventBus); ITEMS.register(modEventBus); @@ -54,6 +58,7 @@ public static void register() { FLUIDS.register(modEventBus); // class-load the registry object holder classes. + ModCreativeTabs.register(); ModBlocks.register(); ModContainers.register(); // ModItemTiers.register(); From df56629b131977b8831847c1d1b4d9e369835097 Mon Sep 17 00:00:00 2001 From: Leialoha Date: Wed, 1 May 2024 02:31:18 -0500 Subject: [PATCH 03/13] v0.3.0-1.20-Indev.3 - build version update --- build.gradle | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index a50d326..594b6a0 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ version = mod_version group = mod_group_id base { - archivesName = "${mod_id}-${mod_version}" + archivesName = "${mod_id}-${minecraft_version}" } // Mojang ships Java 8 to end users in 1.16-. diff --git a/gradle.properties b/gradle.properties index 3e1b728..4c2ff4f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ forge_version_range=[47,) mod_id=cuboidmod mod_name=CuboidDroid's Support Mod mod_license=All Rights Reserved -mod_version=0.2.8 +mod_version=0.3.0 mod_group_id=com.cuboiddroid.cuboidmod mod_authors=CuboidDroid, Leialoha From 11387ba4c71970047f9534a23c4a16a6a777b4c6 Mon Sep 17 00:00:00 2001 From: Leialoha Date: Wed, 1 May 2024 17:09:01 -0500 Subject: [PATCH 04/13] v0.3.0-1.20-Indev.4 - added data gen for models --- .../cryogenic_dimensional_teleporter.bbmodel | 2 +- .../fiber_optic_tree/FiberOpticTree.bbmodel | 2 +- .../molecular_recycler.bbmodel | 2 +- .../quantum_collapser.bbmodel | 2 +- .../quantum_transmutation_chamber.bbmodel | 2 +- .../refined_inscriber.bbmodel | 2 +- .../singularity_generator.bbmodel | 2 +- .../singularity_power_gen.bbmodel | 2 +- gradle.properties | 2 +- .../1831d5c174a2e5d234406a6386e9f4de74fcf295 | 43 + .../2efe03a7ab1d85e2fd577f1a90f87e97ae61a22d | 60 + .../59eb3dbb5f86130e09b3c62d89b9525ee01cf52d | 61 + .../7336b9f00871ee49923b161c81bc7b86944d5b04 | 217 + .../93ff37d91d45d23f21b0c5f261be2f674c7f7a80 | 78 + .../9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e | 459 ++ .../c9041c0df774bf8d48ce5068adef034a86aed0e4 | 152 + src/generated/resources/.cache/cache | 1004 ---- .../blockstates/drying_cupboard.json | 30 +- .../cuboidmod/blockstates/eumus_furnace.json | 30 +- .../blockstates/kudbebedda_furnace.json | 30 +- .../blockstates/notarfbadium_furnace.json | 30 +- .../blockstates/notsogudium_furnace.json | 30 +- .../blockstates/thatldu_furnace.json | 30 +- .../blockstates/wikidium_furnace.json | 30 +- .../cryogenic_dimensional_teleporter.json | 6 + .../cryogenic_dimensional_teleporter_lit.json | 6 + .../models/block/drying_cupboard.json | 8 +- .../models/block/drying_cupboard_on.json | 8 +- .../cuboidmod/models/block/eumus_furnace.json | 8 +- .../models/block/eumus_furnace_on.json | 8 +- .../models/block/fiber_optic_tree.json | 6 + .../models/block/fiber_optic_tree_1.json | 6 + .../models/block/fiber_optic_tree_10.json | 6 + .../models/block/fiber_optic_tree_11.json | 6 + .../models/block/fiber_optic_tree_12.json | 6 + .../models/block/fiber_optic_tree_13.json | 6 + .../models/block/fiber_optic_tree_14.json | 6 + .../models/block/fiber_optic_tree_15.json | 6 + .../models/block/fiber_optic_tree_2.json | 6 + .../models/block/fiber_optic_tree_3.json | 6 + .../models/block/fiber_optic_tree_4.json | 6 + .../models/block/fiber_optic_tree_5.json | 6 + .../models/block/fiber_optic_tree_6.json | 6 + .../models/block/fiber_optic_tree_7.json | 6 + .../models/block/fiber_optic_tree_8.json | 6 + .../models/block/fiber_optic_tree_9.json | 6 + .../models/block/kudbebedda_chest.json | 7 + .../block/kudbebedda_crafting_table.json | 8 +- .../models/block/kudbebedda_furnace.json | 8 +- .../models/block/kudbebedda_furnace_on.json | 8 +- .../block/kudbebedda_quantum_collapser.json | 8 + .../kudbebedda_quantum_collapser_lit.json | 8 + ...udbebedda_singularity_power_generator.json | 7 + ...bedda_singularity_power_generator_lit.json | 7 + ...ebedda_singularity_resource_generator.json | 7 + ...da_singularity_resource_generator_lit.json | 7 + .../models/block/molecular_recycler.json | 6 + .../models/block/molecular_recycler_lit.json | 6 + .../models/block/notarfbadium_chest.json | 7 + .../block/notarfbadium_crafting_table.json | 8 +- .../models/block/notarfbadium_furnace.json | 8 +- .../models/block/notarfbadium_furnace_on.json | 8 +- .../block/notarfbadium_quantum_collapser.json | 8 + .../notarfbadium_quantum_collapser_lit.json | 8 + ...arfbadium_singularity_power_generator.json | 7 + ...adium_singularity_power_generator_lit.json | 7 + ...badium_singularity_resource_generator.json | 7 + ...um_singularity_resource_generator_lit.json | 7 + .../models/block/notsogudium_chest.json | 7 + .../block/notsogudium_crafting_table.json | 8 +- .../models/block/notsogudium_furnace.json | 8 +- .../models/block/notsogudium_furnace_on.json | 8 +- .../block/notsogudium_quantum_collapser.json | 8 + .../notsogudium_quantum_collapser_lit.json | 8 + ...tsogudium_singularity_power_generator.json | 7 + ...udium_singularity_power_generator_lit.json | 7 + ...gudium_singularity_resource_generator.json | 7 + ...um_singularity_resource_generator_lit.json | 7 + .../block/quantum_transmutation_chamber.json | 6 + .../quantum_transmutation_chamber_lit.json | 6 + .../models/block/refined_inscriber.json | 6 + .../models/block/refined_inscriber_lit.json | 6 + .../cuboidmod/models/block/thatldu_chest.json | 7 + .../models/block/thatldu_crafting_table.json | 8 +- .../models/block/thatldu_furnace.json | 8 +- .../models/block/thatldu_furnace_on.json | 8 +- .../block/thatldu_quantum_collapser.json | 8 + .../block/thatldu_quantum_collapser_lit.json | 8 + .../thatldu_singularity_power_generator.json | 7 + ...atldu_singularity_power_generator_lit.json | 7 + ...hatldu_singularity_resource_generator.json | 7 + ...du_singularity_resource_generator_lit.json | 7 + .../models/block/wikidium_chest.json | 7 + .../models/block/wikidium_crafting_table.json | 8 +- .../models/block/wikidium_furnace.json | 8 +- .../models/block/wikidium_furnace_on.json | 8 +- .../block/wikidium_quantum_collapser.json | 8 + .../block/wikidium_quantum_collapser_lit.json | 8 + .../wikidium_singularity_power_generator.json | 7 + ...idium_singularity_power_generator_lit.json | 7 + ...kidium_singularity_resource_generator.json | 7 + ...um_singularity_resource_generator_lit.json | 7 + .../models/item/kudbebedda_chest.json | 47 +- .../models/item/notarfbadium_chest.json | 47 +- .../models/item/notsogudium_chest.json | 47 +- .../cuboidmod/models/item/thatldu_chest.json | 47 +- .../cuboidmod/models/item/wikidium_chest.json | 47 +- ..._nanotube_block_from_carbon_nanotubes.json | 21 +- .../cellulose_block_from_cellulose.json | 21 +- .../kudbebedda_block_from_ingots.json | 21 +- .../notarfbadium_block_from_ingots.json | 21 +- .../notsogudium_block_from_ingots.json | 21 +- ...rotein_fiber_block_from_protein_fiber.json | 21 +- ...rotein_paste_block_from_protein_paste.json | 21 +- .../silica_dust_block_from_silica_dust.json | 21 +- .../thatldu_block_from_ingots.json | 21 +- .../wikidium_block_from_ingots.json | 21 +- .../arachnugget_from_spider_eye_smelting.json | 21 +- .../blast_furnace_from_blocks.json | 21 +- ...broth_from_water_bucket_and_bone_meal.json | 21 +- .../misc/bucket_from_kudbebedda_ingots.json | 21 +- .../misc/bucket_from_notarfbadium_ingots.json | 21 +- .../misc/bucket_from_notsogudium_ingots.json | 21 +- .../misc/bucket_from_thatldu_ingots.json | 21 +- .../misc/bucket_from_wikidium_ingots.json | 21 +- ..._nanotubes_from_carbon_nanotube_block.json | 21 +- .../cellulose_bricks_from_block_sc.json | 21 +- .../cellulose_bricks_from_blocks.json | 21 +- ...lulose_bricks_from_chiseled_bricks_sc.json | 21 +- ...llulose_chiseled_bricks_from_block_sc.json | 21 +- ...cellulose_chiseled_bricks_from_bricks.json | 21 +- ...lulose_chiseled_bricks_from_bricks_sc.json | 21 +- .../cellulose_from_cellulose_block.json | 21 +- .../misc/coal_from_carbon_deposits.json | 21 +- .../cooked_kebab_from_raw_kebab_smelting.json | 21 +- .../cured_beef_from_acv_and_raw_beef.json | 21 +- ...cured_flesh_from_acv_and_rotten_flesh.json | 21 +- .../furnace_from_chunks.json | 21 +- .../gruel_from_broth_and_protein_paste.json | 21 +- .../hopper_from_ingots_and_chest.json | 21 +- .../kudbebedda_axe_from_ingots_and_rods.json | 21 +- .../kudbebedda_boots_from_ingots.json | 21 +- .../kudbebedda_chest_from_ingots.json | 21 +- .../kudbebedda_chest_from_prev.json | 21 +- .../kudbebedda_chestplate_from_ingots.json | 21 +- .../kudbebedda_chunk_from_pieces.json | 21 +- .../kudbebedda_chunk_ingot_blasting.json | 21 +- .../kudbebedda_chunk_ingot_smelting.json | 21 +- ..._crafting_table_from_silica_and_chunk.json | 21 +- .../kudbebedda_dust_ingot_blasting.json | 21 +- .../kudbebedda_dust_ingot_smelting.json | 21 +- ...dbebedda_dust_with_smoosher_and_chunk.json | 21 +- ...dbebedda_dust_with_smoosher_and_ingot.json | 21 +- ...kudbebedda_dust_with_smoosher_and_ore.json | 21 +- ..._furnace_upgrade_from_vanilla_furnace.json | 21 +- ...edda_furnace_upgrade_with_four_ingots.json | 21 +- .../kudbebedda_helmet_from_ingots.json | 21 +- .../kudbebedda_hoe_from_ingots_and_rods.json | 21 +- .../kudbebedda_ingot_from_nuggets.json | 21 +- .../kudbebedda_ingots_from_block.json | 21 +- .../kudbebedda_leggings_from_ingots.json | 21 +- .../kudbebedda_nuggets_from_ingot.json | 21 +- .../kudbebedda_ore_ingot_blasting.json | 21 +- .../kudbebedda_ore_ingot_smelting.json | 21 +- ...dbebedda_pickaxe_from_ingots_and_rods.json | 21 +- ...tum_collapser_from_blocks_and_furnace.json | 21 +- .../kudbebedda_quantum_collapser_upgrade.json | 21 +- .../kudbebedda_rod_from_ingots.json | 21 +- ...udbebedda_shovel_from_ingots_and_rods.json | 21 +- ...da_smasher_from_blocks_ingot_and_rods.json | 21 +- ...rom_blocks_furnace_and_redstone_block.json | 21 +- .../kudbebedda_spg_upgrade.json | 21 +- ...rom_blocks_furnace_and_crafting_table.json | 21 +- .../kudbebedda_srg_upgrade.json | 21 +- .../kudbebedda_sword_from_ingots_and_rod.json | 21 +- .../lantern_from_nuggets_and_torch.json | 21 +- ...notarfbadium_axe_from_ingots_and_rods.json | 21 +- .../notarfbadium_boots_from_ingots.json | 21 +- .../notarfbadium_chest_from_ingots.json | 21 +- .../notarfbadium_chest_from_prev.json | 21 +- .../notarfbadium_chestplate_from_ingots.json | 21 +- .../notarfbadium_chunk_from_pieces.json | 21 +- .../notarfbadium_chunk_ingot_blasting.json | 21 +- .../notarfbadium_chunk_ingot_smelting.json | 21 +- ..._crafting_table_from_silica_and_chunk.json | 21 +- .../notarfbadium_dust_ingot_blasting.json | 21 +- .../notarfbadium_dust_ingot_smelting.json | 21 +- ...rfbadium_dust_with_smoosher_and_chunk.json | 21 +- ...rfbadium_dust_with_smoosher_and_ingot.json | 21 +- ...tarfbadium_dust_with_smoosher_and_ore.json | 21 +- ...nace_upgrade_from_notsogudium_furnace.json | 21 +- ..._furnace_upgrade_from_vanilla_furnace.json | 21 +- ...dium_furnace_upgrade_with_four_ingots.json | 21 +- .../notarfbadium_helmet_from_ingots.json | 21 +- ...notarfbadium_hoe_from_ingots_and_rods.json | 21 +- .../notarfbadium_ingot_from_nuggets.json | 21 +- .../notarfbadium_ingots_from_block.json | 21 +- .../notarfbadium_leggings_from_ingots.json | 21 +- .../notarfbadium_nuggets_from_ingot.json | 21 +- .../notarfbadium_ore_ingot_blasting.json | 21 +- .../notarfbadium_ore_ingot_smelting.json | 21 +- ...rfbadium_pickaxe_from_ingots_and_rods.json | 21 +- ...tum_collapser_from_blocks_and_furnace.json | 21 +- ...otarfbadium_quantum_collapser_upgrade.json | 21 +- .../notarfbadium_rod_from_ingots.json | 21 +- ...arfbadium_shovel_from_ingots_and_rods.json | 21 +- ...um_smasher_from_blocks_ingot_and_rods.json | 21 +- ...rom_blocks_furnace_and_redstone_block.json | 21 +- .../notarfbadium_spg_upgrade.json | 21 +- ...rom_blocks_furnace_and_crafting_table.json | 21 +- .../notarfbadium_srg_upgrade.json | 21 +- ...otarfbadium_sword_from_ingots_and_rod.json | 21 +- .../notsogudium_axe_from_ingots_and_rods.json | 21 +- .../notsogudium_boots_from_ingots.json | 21 +- .../notsogudium_bowls_from_ingots.json | 21 +- .../notsogudium_chest_from_ingots.json | 21 +- .../notsogudium_chestplate_from_ingots.json | 21 +- .../notsogudium_chunk_from_pieces.json | 21 +- .../notsogudium_chunk_ingot_blasting.json | 21 +- .../notsogudium_chunk_ingot_smelting.json | 21 +- ..._crafting_table_from_silica_and_chunk.json | 21 +- .../notsogudium_dust_ingot_blasting.json | 21 +- .../notsogudium_dust_ingot_smelting.json | 21 +- ...sogudium_dust_with_smoosher_and_chunk.json | 21 +- ...sogudium_dust_with_smoosher_and_ingot.json | 21 +- ...otsogudium_dust_with_smoosher_and_ore.json | 21 +- ...umus_furnace_upgrade_with_four_ingots.json | 21 +- ...dium_furnace_upgrade_with_four_ingots.json | 21 +- .../notsogudium_helmet_from_ingots.json | 21 +- .../notsogudium_hoe_from_ingots_and_rods.json | 21 +- .../notsogudium_ingot_from_nuggets.json | 21 +- .../notsogudium_ingots_from_block.json | 21 +- .../notsogudium_leggings_from_ingots.json | 21 +- .../notsogudium_nuggets_from_ingot.json | 21 +- .../notsogudium_ore_ingot_blasting.json | 21 +- .../notsogudium_ore_ingot_smelting.json | 21 +- ...sogudium_pickaxe_from_ingots_and_rods.json | 21 +- ...tum_collapser_from_blocks_and_furnace.json | 21 +- .../notsogudium_rod_from_ingots.json | 21 +- ...tsogudium_shovel_from_ingots_and_rods.json | 21 +- ...um_smasher_from_blocks_ingot_and_rods.json | 21 +- ...rom_blocks_furnace_and_redstone_block.json | 21 +- ...rom_blocks_furnace_and_crafting_table.json | 21 +- ...notsogudium_sword_from_ingots_and_rod.json | 21 +- ...lly_enriched_sand_from_sand_and_stuff.json | 21 +- ...otein_bar_from_protein_paste_smelting.json | 21 +- ...rotein_fiber_from_protein_fiber_block.json | 21 +- ...rotein_paste_from_protein_paste_block.json | 21 +- ...atldu_collapser_spg_and_singularities.json | 21 +- ...idium_collapser_spg_and_singularities.json | 21 +- .../{cuboidmod => misc}/raw_kebab.json | 21 +- .../silica_dust_from_silica_dust_block.json | 21 +- ...glass_from_silica_dust_block_blasting.json | 21 +- ...glass_from_silica_dust_block_smelting.json | 21 +- .../smithing_table_when_thatldu_ingot.json | 21 +- .../smoosher_from_blocks_ingot_and_rods.json | 21 +- .../stick_bundle_from_sticks.json | 21 +- .../misc/sticks_from_stick_bundle.json | 21 +- ...ring_from_nanotubes_and_protein_fiber.json | 21 +- .../thatldu_axe_smithing.json | 21 +- .../thatldu_boots_smithing.json | 21 +- .../thatldu_chest_from_ingots.json | 21 +- .../thatldu_chest_from_prev.json | 21 +- .../thatldu_chestplate_smithing.json | 21 +- .../thatldu_chunk_from_pieces.json | 21 +- .../thatldu_chunk_ingot_blasting.json | 21 +- .../thatldu_chunk_ingot_smelting.json | 21 +- ..._crafting_table_from_silica_and_chunk.json | 21 +- .../thatldu_dust_ingot_blasting.json | 21 +- .../thatldu_dust_ingot_smelting.json | 21 +- .../thatldu_dust_with_smoosher_and_chunk.json | 21 +- .../thatldu_dust_with_smoosher_and_ingot.json | 21 +- .../thatldu_dust_with_smoosher_and_ore.json | 21 +- ...rnace_upgrade_from_kudbebedda_furnace.json | 21 +- ...ace_upgrade_from_notarfbadium_furnace.json | 21 +- ...nace_upgrade_from_notsogudium_furnace.json | 21 +- ..._furnace_upgrade_from_vanilla_furnace.json | 21 +- ...tldu_furnace_upgrade_with_four_ingots.json | 21 +- .../thatldu_helmet_smithing.json | 21 +- .../thatldu_hoe_smithing.json | 21 +- .../thatldu_ingot_from_nuggets.json | 21 +- .../thatldu_ingots_from_block.json | 21 +- .../thatldu_leggings_smithing.json | 21 +- .../thatldu_nuggets_from_ingot.json | 21 +- .../thatldu_ore_ingot_blasting.json | 21 +- .../thatldu_ore_ingot_smelting.json | 21 +- .../thatldu_pickaxe_smithing.json | 21 +- ...tum_collapser_from_blocks_and_furnace.json | 21 +- .../thatldu_quantum_collapser_upgrade.json | 21 +- .../thatldu_rod_from_ingots.json | 21 +- .../thatldu_shovel_smithing.json | 21 +- .../thatldu_smasher_smithing.json | 21 +- ...rom_blocks_furnace_and_redstone_block.json | 21 +- .../thatldu_spg_upgrade.json | 21 +- ...rom_blocks_furnace_and_crafting_table.json | 21 +- .../thatldu_srg_upgrade.json | 21 +- .../thatldu_sword_smithing.json | 21 +- .../torches_from_charcoal_and_rod.json | 21 +- .../torches_from_coal_and_rod.json | 21 +- .../wikidium_axe_from_ingots_and_rods.json | 21 +- .../wikidium_boots_from_ingots.json | 21 +- .../wikidium_chest_from_ingots.json | 21 +- .../wikidium_chest_from_prev.json | 21 +- .../wikidium_chestplate_from_ingots.json | 21 +- .../wikidium_chunk_from_pieces.json | 21 +- .../wikidium_chunk_ingot_blasting.json | 21 +- .../wikidium_chunk_ingot_smelting.json | 21 +- ..._crafting_table_from_silica_and_chunk.json | 21 +- .../wikidium_dust_ingot_blasting.json | 21 +- .../wikidium_dust_ingot_smelting.json | 21 +- ...wikidium_dust_with_smoosher_and_chunk.json | 21 +- ...wikidium_dust_with_smoosher_and_ingot.json | 21 +- .../wikidium_dust_with_smoosher_and_ore.json | 21 +- ...rnace_upgrade_from_kudbebedda_furnace.json | 21 +- ...nace_upgrade_from_notsogudium_furnace.json | 21 +- ..._furnace_upgrade_from_vanilla_furnace.json | 21 +- ...dium_furnace_upgrade_with_four_ingots.json | 21 +- .../wikidium_helmet_from_ingots.json | 21 +- .../wikidium_hoe_from_ingots_and_rods.json | 21 +- .../wikidium_ingot_from_nuggets.json | 21 +- .../wikidium_ingots_from_block.json | 21 +- .../wikidium_leggings_from_ingots.json | 21 +- .../wikidium_nuggets_from_ingot.json | 21 +- .../wikidium_ore_ingot_blasting.json | 21 +- .../wikidium_ore_ingot_smelting.json | 21 +- ...wikidium_pickaxe_from_ingots_and_rods.json | 21 +- ...tum_collapser_from_blocks_and_furnace.json | 21 +- .../wikidium_quantum_collapser_upgrade.json | 21 +- .../wikidium_rod_from_ingots.json | 21 +- .../wikidium_shovel_from_ingots_and_rods.json | 21 +- ...um_smasher_from_blocks_ingot_and_rods.json | 21 +- ...rom_blocks_furnace_and_redstone_block.json | 21 +- .../wikidium_spg_upgrade.json | 21 +- ...rom_blocks_furnace_and_crafting_table.json | 21 +- .../wikidium_srg_upgrade.json | 21 +- .../wikidium_sword_from_ingots_and_rod.json | 21 +- .../loot_tables/blocks/aggregate.json | 15 +- .../blocks/carbon_nanotube_block.json | 15 +- .../loot_tables/blocks/cellulose_block.json | 15 +- .../loot_tables/blocks/cellulose_bricks.json | 15 +- .../blocks/cellulose_chiseled_bricks.json | 15 +- .../cryogenic_dimensional_teleporter.json | 15 +- .../loot_tables/blocks/drying_cupboard.json | 53 +- .../blocks/energized_end_stone_bricks.json | 15 +- .../blocks/energized_nether_bricks.json | 15 +- .../blocks/energized_stone_bricks.json | 15 +- .../blocks/energized_thatlduvium.json | 15 +- .../loot_tables/blocks/eumus_furnace.json | 35 +- .../loot_tables/blocks/fiber_optic_tree.json | 45 +- .../loot_tables/blocks/kudbebedda_block.json | 15 +- .../loot_tables/blocks/kudbebedda_chest.json | 18 +- .../blocks/kudbebedda_crafting_table.json | 15 +- .../blocks/kudbebedda_furnace.json | 35 +- .../loot_tables/blocks/kudbebedda_ore.json | 57 +- .../blocks/kudbebedda_quantum_collapser.json | 15 +- ...udbebedda_singularity_power_generator.json | 45 +- ...ebedda_singularity_resource_generator.json | 45 +- .../blocks/molecular_recycler.json | 57 +- .../blocks/notarfbadium_block.json | 15 +- .../blocks/notarfbadium_chest.json | 18 +- .../blocks/notarfbadium_crafting_table.json | 15 +- .../blocks/notarfbadium_furnace.json | 35 +- .../loot_tables/blocks/notarfbadium_ore.json | 57 +- .../notarfbadium_quantum_collapser.json | 15 +- ...arfbadium_singularity_power_generator.json | 45 +- ...badium_singularity_resource_generator.json | 45 +- .../loot_tables/blocks/notsogudium_block.json | 15 +- .../loot_tables/blocks/notsogudium_chest.json | 18 +- .../blocks/notsogudium_crafting_table.json | 15 +- .../blocks/notsogudium_furnace.json | 35 +- .../loot_tables/blocks/notsogudium_ore.json | 57 +- .../blocks/notsogudium_quantum_collapser.json | 15 +- ...tsogudium_singularity_power_generator.json | 45 +- ...gudium_singularity_resource_generator.json | 45 +- .../blocks/organically_enriched_sand.json | 15 +- .../blocks/protein_fiber_block.json | 15 +- .../blocks/protein_paste_block.json | 15 +- .../blocks/quantum_transmutation_chamber.json | 57 +- .../loot_tables/blocks/refined_inscriber.json | 61 +- .../loot_tables/blocks/silica_dust_block.json | 15 +- .../loot_tables/blocks/thatldu_block.json | 15 +- .../loot_tables/blocks/thatldu_chest.json | 18 +- .../blocks/thatldu_crafting_table.json | 15 +- .../loot_tables/blocks/thatldu_furnace.json | 35 +- .../loot_tables/blocks/thatldu_ore.json | 57 +- .../blocks/thatldu_quantum_collapser.json | 15 +- .../thatldu_singularity_power_generator.json | 45 +- ...hatldu_singularity_resource_generator.json | 45 +- .../loot_tables/blocks/wikidium_block.json | 15 +- .../loot_tables/blocks/wikidium_chest.json | 18 +- .../blocks/wikidium_crafting_table.json | 15 +- .../loot_tables/blocks/wikidium_furnace.json | 35 +- .../loot_tables/blocks/wikidium_ore.json | 57 +- .../blocks/wikidium_quantum_collapser.json | 15 +- .../wikidium_singularity_power_generator.json | 45 +- ...kidium_singularity_resource_generator.json | 45 +- .../arachnugget_from_spider_eye_smelting.json | 7 +- .../recipes/blast_furnace_from_blocks.json | 14 +- ...broth_from_water_bucket_and_bone_meal.json | 1 + .../bucket_from_kudbebedda_ingots.json | 14 +- .../bucket_from_notarfbadium_ingots.json | 14 +- .../bucket_from_notsogudium_ingots.json | 14 +- .../recipes/bucket_from_thatldu_ingots.json | 14 +- .../recipes/bucket_from_wikidium_ingots.json | 14 +- ..._nanotube_block_from_carbon_nanotubes.json | 14 +- ..._nanotubes_from_carbon_nanotube_block.json | 5 +- .../cellulose_block_from_cellulose.json | 14 +- .../cellulose_bricks_from_block_sc.json | 4 +- .../recipes/cellulose_bricks_from_blocks.json | 16 +- ...lulose_bricks_from_chiseled_bricks_sc.json | 4 +- ...llulose_chiseled_bricks_from_block_sc.json | 4 +- ...cellulose_chiseled_bricks_from_bricks.json | 16 +- ...lulose_chiseled_bricks_from_bricks_sc.json | 4 +- .../cellulose_from_cellulose_block.json | 5 +- .../recipes/coal_from_carbon_deposits.json | 12 +- .../cooked_kebab_from_raw_kebab_smelting.json | 7 +- .../cured_beef_from_acv_and_raw_beef.json | 1 + ...cured_flesh_from_acv_and_rotten_flesh.json | 1 + .../recipes/furnace_from_chunks.json | 14 +- .../gruel_from_broth_and_protein_paste.json | 1 + .../recipes/hopper_from_ingots_and_chest.json | 14 +- .../kudbebedda_axe_from_ingots_and_rods.json | 14 +- .../recipes/kudbebedda_block_from_ingots.json | 14 +- .../recipes/kudbebedda_boots_from_ingots.json | 12 +- .../recipes/kudbebedda_chest_from_ingots.json | 14 +- .../recipes/kudbebedda_chest_from_prev.json | 14 +- .../kudbebedda_chestplate_from_ingots.json | 14 +- .../recipes/kudbebedda_chunk_from_pieces.json | 12 +- .../kudbebedda_chunk_ingot_blasting.json | 7 +- .../kudbebedda_chunk_ingot_smelting.json | 7 +- ..._crafting_table_from_silica_and_chunk.json | 18 +- .../kudbebedda_dust_ingot_blasting.json | 7 +- .../kudbebedda_dust_ingot_smelting.json | 7 +- ...dbebedda_dust_with_smoosher_and_chunk.json | 5 +- ...dbebedda_dust_with_smoosher_and_ingot.json | 1 + ...kudbebedda_dust_with_smoosher_and_ore.json | 5 +- ..._furnace_upgrade_from_vanilla_furnace.json | 14 +- ...edda_furnace_upgrade_with_four_ingots.json | 14 +- .../kudbebedda_helmet_from_ingots.json | 12 +- .../kudbebedda_hoe_from_ingots_and_rods.json | 14 +- .../kudbebedda_ingot_from_nuggets.json | 14 +- .../recipes/kudbebedda_ingots_from_block.json | 5 +- .../kudbebedda_leggings_from_ingots.json | 14 +- .../kudbebedda_nuggets_from_ingot.json | 5 +- .../kudbebedda_ore_ingot_blasting.json | 7 +- .../kudbebedda_ore_ingot_smelting.json | 7 +- ...dbebedda_pickaxe_from_ingots_and_rods.json | 14 +- ...tum_collapser_from_blocks_and_furnace.json | 14 +- .../kudbebedda_quantum_collapser_upgrade.json | 14 +- .../recipes/kudbebedda_rod_from_ingots.json | 12 +- ...udbebedda_shovel_from_ingots_and_rods.json | 14 +- ...da_smasher_from_blocks_ingot_and_rods.json | 20 +- ...rom_blocks_furnace_and_redstone_block.json | 14 +- .../recipes/kudbebedda_spg_upgrade.json | 14 +- ...rom_blocks_furnace_and_crafting_table.json | 20 +- .../recipes/kudbebedda_srg_upgrade.json | 20 +- .../kudbebedda_sword_from_ingots_and_rod.json | 14 +- .../lantern_from_nuggets_and_torch.json | 14 +- ...notarfbadium_axe_from_ingots_and_rods.json | 14 +- .../notarfbadium_block_from_ingots.json | 14 +- .../notarfbadium_boots_from_ingots.json | 12 +- .../notarfbadium_chest_from_ingots.json | 14 +- .../recipes/notarfbadium_chest_from_prev.json | 14 +- .../notarfbadium_chestplate_from_ingots.json | 14 +- .../notarfbadium_chunk_from_pieces.json | 12 +- .../notarfbadium_chunk_ingot_blasting.json | 7 +- .../notarfbadium_chunk_ingot_smelting.json | 7 +- ..._crafting_table_from_silica_and_chunk.json | 18 +- .../notarfbadium_dust_ingot_blasting.json | 7 +- .../notarfbadium_dust_ingot_smelting.json | 7 +- ...rfbadium_dust_with_smoosher_and_chunk.json | 5 +- ...rfbadium_dust_with_smoosher_and_ingot.json | 1 + ...tarfbadium_dust_with_smoosher_and_ore.json | 5 +- ...nace_upgrade_from_notsogudium_furnace.json | 14 +- ..._furnace_upgrade_from_vanilla_furnace.json | 14 +- ...dium_furnace_upgrade_with_four_ingots.json | 14 +- .../notarfbadium_helmet_from_ingots.json | 12 +- ...notarfbadium_hoe_from_ingots_and_rods.json | 14 +- .../notarfbadium_ingot_from_nuggets.json | 14 +- .../notarfbadium_ingots_from_block.json | 5 +- .../notarfbadium_leggings_from_ingots.json | 14 +- .../notarfbadium_nuggets_from_ingot.json | 5 +- .../notarfbadium_ore_ingot_blasting.json | 7 +- .../notarfbadium_ore_ingot_smelting.json | 7 +- ...rfbadium_pickaxe_from_ingots_and_rods.json | 14 +- ...tum_collapser_from_blocks_and_furnace.json | 14 +- ...otarfbadium_quantum_collapser_upgrade.json | 14 +- .../recipes/notarfbadium_rod_from_ingots.json | 12 +- ...arfbadium_shovel_from_ingots_and_rods.json | 14 +- ...um_smasher_from_blocks_ingot_and_rods.json | 20 +- ...rom_blocks_furnace_and_redstone_block.json | 14 +- .../recipes/notarfbadium_spg_upgrade.json | 14 +- ...rom_blocks_furnace_and_crafting_table.json | 20 +- .../recipes/notarfbadium_srg_upgrade.json | 20 +- ...otarfbadium_sword_from_ingots_and_rod.json | 14 +- .../notsogudium_axe_from_ingots_and_rods.json | 14 +- .../notsogudium_block_from_ingots.json | 14 +- .../notsogudium_boots_from_ingots.json | 12 +- .../notsogudium_bowls_from_ingots.json | 16 +- .../notsogudium_chest_from_ingots.json | 14 +- .../notsogudium_chestplate_from_ingots.json | 14 +- .../notsogudium_chunk_from_pieces.json | 12 +- .../notsogudium_chunk_ingot_blasting.json | 7 +- .../notsogudium_chunk_ingot_smelting.json | 7 +- ..._crafting_table_from_silica_and_chunk.json | 18 +- .../notsogudium_dust_ingot_blasting.json | 7 +- .../notsogudium_dust_ingot_smelting.json | 7 +- ...sogudium_dust_with_smoosher_and_chunk.json | 5 +- ...sogudium_dust_with_smoosher_and_ingot.json | 1 + ...otsogudium_dust_with_smoosher_and_ore.json | 5 +- ...umus_furnace_upgrade_with_four_ingots.json | 14 +- ...dium_furnace_upgrade_with_four_ingots.json | 14 +- .../notsogudium_helmet_from_ingots.json | 12 +- .../notsogudium_hoe_from_ingots_and_rods.json | 14 +- .../notsogudium_ingot_from_nuggets.json | 14 +- .../notsogudium_ingots_from_block.json | 5 +- .../notsogudium_leggings_from_ingots.json | 14 +- .../notsogudium_nuggets_from_ingot.json | 5 +- .../notsogudium_ore_ingot_blasting.json | 7 +- .../notsogudium_ore_ingot_smelting.json | 7 +- ...sogudium_pickaxe_from_ingots_and_rods.json | 14 +- ...tum_collapser_from_blocks_and_furnace.json | 14 +- .../recipes/notsogudium_rod_from_ingots.json | 12 +- ...tsogudium_shovel_from_ingots_and_rods.json | 14 +- ...um_smasher_from_blocks_ingot_and_rods.json | 20 +- ...rom_blocks_furnace_and_redstone_block.json | 14 +- ...rom_blocks_furnace_and_crafting_table.json | 20 +- ...notsogudium_sword_from_ingots_and_rod.json | 14 +- ...lly_enriched_sand_from_sand_and_stuff.json | 1 + ...otein_bar_from_protein_paste_smelting.json | 7 +- ...rotein_fiber_block_from_protein_fiber.json | 14 +- ...rotein_fiber_from_protein_fiber_block.json | 5 +- ...rotein_paste_block_from_protein_paste.json | 14 +- ...rotein_paste_from_protein_paste_block.json | 5 +- ...atldu_collapser_spg_and_singularities.json | 26 +- ...idium_collapser_spg_and_singularities.json | 26 +- .../data/cuboidmod/recipes/raw_kebab.json | 1 + .../silica_dust_block_from_silica_dust.json | 14 +- .../silica_dust_from_silica_dust_block.json | 5 +- ...glass_from_silica_dust_block_blasting.json | 7 +- ...glass_from_silica_dust_block_smelting.json | 7 +- .../smithing_table_when_thatldu_ingot.json | 20 +- .../smoosher_from_blocks_ingot_and_rods.json | 14 +- .../recipes/stick_bundle_from_sticks.json | 14 +- .../recipes/sticks_from_stick_bundle.json | 5 +- ...ring_from_nanotubes_and_protein_fiber.json | 16 +- .../recipes/thatldu_axe_smithing.json | 11 +- .../recipes/thatldu_block_from_ingots.json | 14 +- .../recipes/thatldu_boots_smithing.json | 11 +- .../recipes/thatldu_chest_from_ingots.json | 14 +- .../recipes/thatldu_chest_from_prev.json | 14 +- .../recipes/thatldu_chestplate_smithing.json | 11 +- .../recipes/thatldu_chunk_from_pieces.json | 12 +- .../recipes/thatldu_chunk_ingot_blasting.json | 7 +- .../recipes/thatldu_chunk_ingot_smelting.json | 7 +- ..._crafting_table_from_silica_and_chunk.json | 18 +- .../recipes/thatldu_dust_ingot_blasting.json | 7 +- .../recipes/thatldu_dust_ingot_smelting.json | 7 +- .../thatldu_dust_with_smoosher_and_chunk.json | 5 +- .../thatldu_dust_with_smoosher_and_ingot.json | 1 + .../thatldu_dust_with_smoosher_and_ore.json | 5 +- ...rnace_upgrade_from_kudbebedda_furnace.json | 14 +- ...ace_upgrade_from_notarfbadium_furnace.json | 14 +- ...nace_upgrade_from_notsogudium_furnace.json | 14 +- ..._furnace_upgrade_from_vanilla_furnace.json | 14 +- ...tldu_furnace_upgrade_with_four_ingots.json | 14 +- .../recipes/thatldu_helmet_smithing.json | 11 +- .../recipes/thatldu_hoe_smithing.json | 11 +- .../recipes/thatldu_ingot_from_nuggets.json | 14 +- .../recipes/thatldu_ingots_from_block.json | 5 +- .../recipes/thatldu_leggings_smithing.json | 11 +- .../recipes/thatldu_nuggets_from_ingot.json | 5 +- .../recipes/thatldu_ore_ingot_blasting.json | 7 +- .../recipes/thatldu_ore_ingot_smelting.json | 7 +- .../recipes/thatldu_pickaxe_smithing.json | 11 +- ...tum_collapser_from_blocks_and_furnace.json | 14 +- .../thatldu_quantum_collapser_upgrade.json | 14 +- .../recipes/thatldu_rod_from_ingots.json | 12 +- .../recipes/thatldu_shovel_smithing.json | 11 +- .../recipes/thatldu_smasher_smithing.json | 11 +- ...rom_blocks_furnace_and_redstone_block.json | 14 +- .../recipes/thatldu_spg_upgrade.json | 14 +- ...rom_blocks_furnace_and_crafting_table.json | 20 +- .../recipes/thatldu_srg_upgrade.json | 20 +- .../recipes/thatldu_sword_smithing.json | 11 +- .../torches_from_charcoal_and_rod.json | 16 +- .../recipes/torches_from_coal_and_rod.json | 16 +- .../wikidium_axe_from_ingots_and_rods.json | 14 +- .../recipes/wikidium_block_from_ingots.json | 14 +- .../recipes/wikidium_boots_from_ingots.json | 12 +- .../recipes/wikidium_chest_from_ingots.json | 14 +- .../recipes/wikidium_chest_from_prev.json | 14 +- .../wikidium_chestplate_from_ingots.json | 14 +- .../recipes/wikidium_chunk_from_pieces.json | 12 +- .../wikidium_chunk_ingot_blasting.json | 7 +- .../wikidium_chunk_ingot_smelting.json | 7 +- ..._crafting_table_from_silica_and_chunk.json | 18 +- .../recipes/wikidium_dust_ingot_blasting.json | 7 +- .../recipes/wikidium_dust_ingot_smelting.json | 7 +- ...wikidium_dust_with_smoosher_and_chunk.json | 5 +- ...wikidium_dust_with_smoosher_and_ingot.json | 1 + .../wikidium_dust_with_smoosher_and_ore.json | 5 +- ...rnace_upgrade_from_kudbebedda_furnace.json | 14 +- ...nace_upgrade_from_notsogudium_furnace.json | 14 +- ..._furnace_upgrade_from_vanilla_furnace.json | 14 +- ...dium_furnace_upgrade_with_four_ingots.json | 14 +- .../recipes/wikidium_helmet_from_ingots.json | 12 +- .../wikidium_hoe_from_ingots_and_rods.json | 14 +- .../recipes/wikidium_ingot_from_nuggets.json | 14 +- .../recipes/wikidium_ingots_from_block.json | 5 +- .../wikidium_leggings_from_ingots.json | 14 +- .../recipes/wikidium_nuggets_from_ingot.json | 5 +- .../recipes/wikidium_ore_ingot_blasting.json | 7 +- .../recipes/wikidium_ore_ingot_smelting.json | 7 +- ...wikidium_pickaxe_from_ingots_and_rods.json | 14 +- ...tum_collapser_from_blocks_and_furnace.json | 14 +- .../wikidium_quantum_collapser_upgrade.json | 14 +- .../recipes/wikidium_rod_from_ingots.json | 12 +- .../wikidium_shovel_from_ingots_and_rods.json | 14 +- ...um_smasher_from_blocks_ingot_and_rods.json | 20 +- ...rom_blocks_furnace_and_redstone_block.json | 14 +- .../recipes/wikidium_spg_upgrade.json | 14 +- ...rom_blocks_furnace_and_crafting_table.json | 20 +- .../recipes/wikidium_srg_upgrade.json | 20 +- .../wikidium_sword_from_ingots_and_rod.json | 14 +- .../cuboidmod/tags/blocks/furnaces/eumus.json | 1 - .../tags/blocks/furnaces/kudbebedda.json | 1 - .../tags/blocks/furnaces/notarfbadium.json | 1 - .../tags/blocks/furnaces/notsogudium.json | 1 - .../tags/blocks/furnaces/thatldu.json | 1 - .../tags/blocks/furnaces/wikidium.json | 1 - .../tags/blocks/needs_kudbebedda_tool.json | 1 - .../tags/blocks/needs_notarfbadium_tool.json | 1 - .../tags/blocks/needs_notsogudium_tool.json | 1 - .../tags/blocks/needs_wikidium_tool.json | 1 - .../cuboidmod/tags/items/carbon_nanotube.json | 1 - .../data/cuboidmod/tags/items/cellulose.json | 1 - .../data/cuboidmod/tags/items/chests.json | 1 - .../cuboidmod/tags/items/crafting_tables.json | 1 - .../data/cuboidmod/tags/items/dusts.json | 1 - .../data/cuboidmod/tags/items/food.json | 1 - .../tags/items/food/apple_cider_vinegar.json | 1 - .../tags/items/food/arachnugget.json | 1 - .../tags/items/food/beef_biltong.json | 1 - .../data/cuboidmod/tags/items/food/broth.json | 1 - .../cuboidmod/tags/items/food/cured_beef.json | 1 - .../tags/items/food/cured_flesh.json | 1 - .../data/cuboidmod/tags/items/food/gruel.json | 1 - .../cuboidmod/tags/items/food/hardfiskur.json | 1 - .../tags/items/food/kebab_cooked.json | 1 - .../cuboidmod/tags/items/food/kebab_raw.json | 1 - .../tags/items/food/protein_bar.json | 1 - .../tags/items/food/protein_paste.json | 1 - .../tags/items/food/ration_pack.json | 1 - .../tags/items/food/rotten_apple.json | 1 - .../tags/items/food/zombie_biltong.json | 1 - .../data/cuboidmod/tags/items/furnaces.json | 1 - .../data/cuboidmod/tags/items/ingots.json | 1 - .../data/cuboidmod/tags/items/nuggets.json | 1 - .../data/cuboidmod/tags/items/ores.json | 1 - .../data/cuboidmod/tags/items/pieces.json | 1 - .../tags/items/pieces/kudbebedda.json | 1 - .../tags/items/pieces/notarfbadium.json | 1 - .../tags/items/pieces/notsogudium.json | 1 - .../cuboidmod/tags/items/pieces/thatldu.json | 1 - .../cuboidmod/tags/items/pieces/wikidium.json | 1 - .../cuboidmod/tags/items/protein_fiber.json | 1 - .../cuboidmod/tags/items/protein_paste.json | 1 - .../tags/items/quantum_singularities.json | 1 - .../quantum_singularities/aluminium.json | 1 - .../items/quantum_singularities/andesite.json | 1 - .../items/quantum_singularities/basalt.json | 1 - .../quantum_singularities/blackstone.json | 1 - .../items/quantum_singularities/bronze.json | 1 - .../carbon_nanotube.json | 1 - .../quantum_singularities/cellulose.json | 1 - .../items/quantum_singularities/clay.json | 1 - .../items/quantum_singularities/coal.json | 1 - .../items/quantum_singularities/cobalt.json | 1 - .../quantum_singularities/cobblestone.json | 1 - .../items/quantum_singularities/copper.json | 1 - .../items/quantum_singularities/diamond.json | 1 - .../items/quantum_singularities/diorite.json | 1 - .../items/quantum_singularities/dirt.json | 1 - .../items/quantum_singularities/dust.json | 1 - .../items/quantum_singularities/electrum.json | 1 - .../items/quantum_singularities/emerald.json | 1 - .../items/quantum_singularities/endstone.json | 1 - .../quantum_singularities/glowstone.json | 1 - .../items/quantum_singularities/gold.json | 1 - .../items/quantum_singularities/granite.json | 1 - .../items/quantum_singularities/gravel.json | 1 - .../items/quantum_singularities/invar.json | 1 - .../items/quantum_singularities/iron.json | 1 - .../quantum_singularities/kudbebedda.json | 1 - .../items/quantum_singularities/lapis.json | 1 - .../items/quantum_singularities/lead.json | 1 - .../quantum_singularities/log_acacia.json | 1 - .../quantum_singularities/log_birch.json | 1 - .../quantum_singularities/log_dark_oak.json | 1 - .../quantum_singularities/log_jungle.json | 1 - .../items/quantum_singularities/log_oak.json | 1 - .../quantum_singularities/log_spruce.json | 1 - .../quantum_singularities/netherrack.json | 1 - .../items/quantum_singularities/nickel.json | 1 - .../quantum_singularities/notarfbadium.json | 1 - .../quantum_singularities/notsogudium.json | 1 - .../items/quantum_singularities/osmium.json | 1 - .../items/quantum_singularities/platinum.json | 1 - .../items/quantum_singularities/redstone.json | 1 - .../items/quantum_singularities/sand.json | 1 - .../quantum_singularities/silica_dust.json | 1 - .../items/quantum_singularities/silver.json | 1 - .../items/quantum_singularities/steel.json | 1 - .../items/quantum_singularities/thatldu.json | 1 - .../tags/items/quantum_singularities/tin.json | 1 - .../quantum_singularities/uraninite.json | 1 - .../items/quantum_singularities/uranium.json | 1 - .../items/quantum_singularities/wikidium.json | 1 - .../items/quantum_singularities/zinc.json | 1 - .../data/cuboidmod/tags/items/rods.json | 1 - .../cuboidmod/tags/items/stick_bundle.json | 1 - .../cuboidmod/tags/items/storage_blocks.json | 1 - .../data/forge/tags/blocks/chests.json | 1 - .../forge/tags/blocks/chests/kudbebedda.json | 1 - .../tags/blocks/chests/notarfbadium.json | 1 - .../forge/tags/blocks/chests/notsogudium.json | 1 - .../forge/tags/blocks/chests/thatldu.json | 1 - .../forge/tags/blocks/chests/wikidium.json | 1 - .../blocks/crafting_tables/kudbebedda.json | 1 - .../blocks/crafting_tables/notarfbadium.json | 1 - .../blocks/crafting_tables/notsogudium.json | 1 - .../tags/blocks/crafting_tables/thatldu.json | 1 - .../tags/blocks/crafting_tables/wikidium.json | 1 - .../forge/tags/blocks/needs_wood_tool.json | 1 - .../data/forge/tags/blocks/ores.json | 1 - .../forge/tags/blocks/ores/kudbebedda.json | 1 - .../forge/tags/blocks/ores/notarfbadium.json | 1 - .../forge/tags/blocks/ores/notsogudium.json | 1 - .../data/forge/tags/blocks/ores/thatldu.json | 1 - .../data/forge/tags/blocks/ores/wikidium.json | 1 - .../forge/tags/blocks/storage_blocks.json | 1 - .../storage_blocks/carbon_nanotube.json | 1 - .../tags/blocks/storage_blocks/cellulose.json | 1 - .../blocks/storage_blocks/kudbebedda.json | 1 - .../blocks/storage_blocks/notarfbadium.json | 1 - .../blocks/storage_blocks/notsogudium.json | 1 - .../blocks/storage_blocks/protein_fiber.json | 1 - .../blocks/storage_blocks/protein_paste.json | 1 - .../tags/blocks/storage_blocks/silica.json | 1 - .../tags/blocks/storage_blocks/thatldu.json | 1 - .../tags/blocks/storage_blocks/wikidium.json | 1 - .../data/forge/tags/items/chests.json | 1 - .../forge/tags/items/chests/kudbebedda.json | 1 - .../forge/tags/items/chests/notarfbadium.json | 1 - .../forge/tags/items/chests/notsogudium.json | 1 - .../data/forge/tags/items/chests/thatldu.json | 1 - .../forge/tags/items/chests/wikidium.json | 1 - .../items/crafting_tables/kudbebedda.json | 1 - .../items/crafting_tables/notarfbadium.json | 1 - .../items/crafting_tables/notsogudium.json | 1 - .../tags/items/crafting_tables/thatldu.json | 1 - .../tags/items/crafting_tables/wikidium.json | 1 - .../data/forge/tags/items/dusts.json | 1 - .../data/forge/tags/items/dusts/cobalt.json | 1 - .../forge/tags/items/dusts/kudbebedda.json | 1 - .../forge/tags/items/dusts/notarfbadium.json | 1 - .../forge/tags/items/dusts/notsogudium.json | 1 - .../data/forge/tags/items/dusts/salt.json | 1 - .../data/forge/tags/items/dusts/silica.json | 1 - .../data/forge/tags/items/dusts/thatldu.json | 1 - .../data/forge/tags/items/dusts/wikidium.json | 1 - .../data/forge/tags/items/dusts/zinc.json | 1 - .../data/forge/tags/items/furnaces/eumus.json | 1 - .../forge/tags/items/furnaces/kudbebedda.json | 1 - .../tags/items/furnaces/notarfbadium.json | 1 - .../tags/items/furnaces/notsogudium.json | 1 - .../forge/tags/items/furnaces/thatldu.json | 1 - .../forge/tags/items/furnaces/wikidium.json | 1 - .../data/forge/tags/items/ingots.json | 1 - .../forge/tags/items/ingots/kudbebedda.json | 1 - .../forge/tags/items/ingots/notarfbadium.json | 1 - .../forge/tags/items/ingots/notsogudium.json | 1 - .../data/forge/tags/items/ingots/thatldu.json | 1 - .../forge/tags/items/ingots/wikidium.json | 1 - .../data/forge/tags/items/nuggets.json | 1 - .../forge/tags/items/nuggets/kudbebedda.json | 1 - .../tags/items/nuggets/notarfbadium.json | 1 - .../forge/tags/items/nuggets/notsogudium.json | 1 - .../forge/tags/items/nuggets/thatldu.json | 1 - .../forge/tags/items/nuggets/wikidium.json | 1 - .../resources/data/forge/tags/items/ores.json | 5 +- .../forge/tags/items/ores/kudbebedda.json | 5 +- .../forge/tags/items/ores/notarfbadium.json | 5 +- .../forge/tags/items/ores/notsogudium.json | 5 +- .../data/forge/tags/items/ores/thatldu.json | 5 +- .../data/forge/tags/items/ores/wikidium.json | 5 +- .../tags/items/pieces/carbon_deposit.json | 1 - .../resources/data/forge/tags/items/rods.json | 1 - .../forge/tags/items/rods/kudbebedda.json | 1 - .../forge/tags/items/rods/notarfbadium.json | 1 - .../forge/tags/items/rods/notsogudium.json | 1 - .../data/forge/tags/items/rods/thatldu.json | 1 - .../data/forge/tags/items/rods/wikidium.json | 1 - .../data/forge/tags/items/storage_blocks.json | 1 - .../items/storage_blocks/carbon_nanotube.json | 1 - .../tags/items/storage_blocks/cellulose.json | 1 - .../tags/items/storage_blocks/kudbebedda.json | 1 - .../items/storage_blocks/notarfbadium.json | 1 - .../items/storage_blocks/notsogudium.json | 1 - .../items/storage_blocks/protein_fiber.json | 1 - .../items/storage_blocks/protein_paste.json | 1 - .../tags/items/storage_blocks/silica.json | 1 - .../tags/items/storage_blocks/thatldu.json | 1 - .../tags/items/storage_blocks/wikidium.json | 1 - .../minecraft/tags/blocks/mineable/axe.json | 1 - .../tags/blocks/mineable/pickaxe.json | 1 - .../tags/blocks/mineable/shovel.json | 1 - .../cuboidmod/datagen/PackOutputs.java | 2 + .../datagen/client/ModBlockModelProvider.java | 88 + .../datagen/client/ModItemModelProvider.java | 5 +- .../cryogenic_dimensional_teleporter.json | 396 -- .../cryogenic_dimensional_teleporter_lit.json | 396 -- .../models/block/fiber_optic_tree.json | 204 - .../models/block/fiber_optic_tree_1.json | 204 - .../models/block/fiber_optic_tree_10.json | 204 - .../models/block/fiber_optic_tree_11.json | 204 - .../models/block/fiber_optic_tree_12.json | 204 - .../models/block/fiber_optic_tree_13.json | 204 - .../models/block/fiber_optic_tree_14.json | 204 - .../models/block/fiber_optic_tree_15.json | 204 - .../models/block/fiber_optic_tree_2.json | 204 - .../models/block/fiber_optic_tree_3.json | 204 - .../models/block/fiber_optic_tree_4.json | 204 - .../models/block/fiber_optic_tree_5.json | 204 - .../models/block/fiber_optic_tree_6.json | 204 - .../models/block/fiber_optic_tree_7.json | 204 - .../models/block/fiber_optic_tree_8.json | 204 - .../models/block/fiber_optic_tree_9.json | 204 - .../models/block/kudbebedda_chest.json | 42 - .../block/kudbebedda_quantum_collapser.json | 502 -- .../kudbebedda_quantum_collapser_lit.json | 502 -- ...udbebedda_singularity_power_generator.json | 1515 ------ ...bedda_singularity_power_generator_lit.json | 1515 ------ ...ebedda_singularity_resource_generator.json | 1061 ----- ...da_singularity_resource_generator_lit.json | 1061 ----- .../models/block/molecular_recycler.json | 633 --- .../models/block/molecular_recycler_lit.json | 633 --- .../models/block/notarfbadium_chest.json | 42 - .../block/notarfbadium_quantum_collapser.json | 502 -- .../notarfbadium_quantum_collapser_lit.json | 502 -- ...arfbadium_singularity_power_generator.json | 1515 ------ ...adium_singularity_power_generator_lit.json | 1515 ------ ...badium_singularity_resource_generator.json | 1061 ----- ...um_singularity_resource_generator_lit.json | 1061 ----- .../models/block/notsogudium_chest.json | 46 - .../block/notsogudium_quantum_collapser.json | 502 -- .../notsogudium_quantum_collapser_lit.json | 502 -- ...tsogudium_singularity_power_generator.json | 1515 ------ ...udium_singularity_power_generator_lit.json | 1515 ------ ...gudium_singularity_resource_generator.json | 1061 ----- ...um_singularity_resource_generator_lit.json | 1061 ----- .../block/quantum_transmutation_chamber.json | 4083 ----------------- .../quantum_transmutation_chamber_lit.json | 4083 ----------------- .../models/block/refined_inscriber.json | 153 - .../models/block/refined_inscriber_lit.json | 153 - .../models/block/templates/chest.json | 1 + .../cryogenic_dimensional_teleporter.json | 1 + .../block/templates/fiber_optic_tree.json | 1 + .../block/templates/molecular_recycler.json | 1 + .../block/templates/quantum_collapser.json | 1 + .../quantum_transmutation_chamber.json | 1 + .../block/templates/refined_inscriber.json | 1 + .../singularity_power_generator.json | 1 + .../singularity_resource_generator.json | 1 + .../cuboidmod/models/block/thatldu_chest.json | 42 - .../block/thatldu_quantum_collapser.json | 502 -- .../block/thatldu_quantum_collapser_lit.json | 502 -- .../thatldu_singularity_power_generator.json | 1515 ------ ...atldu_singularity_power_generator_lit.json | 1515 ------ ...hatldu_singularity_resource_generator.json | 1061 ----- ...du_singularity_resource_generator_lit.json | 1061 ----- .../models/block/wikidium_chest.json | 42 - .../block/wikidium_quantum_collapser.json | 502 -- .../block/wikidium_quantum_collapser_lit.json | 502 -- .../wikidium_singularity_power_generator.json | 1515 ------ ...idium_singularity_power_generator_lit.json | 1515 ------ ...kidium_singularity_resource_generator.json | 1061 ----- ...um_singularity_resource_generator_lit.json | 1061 ----- .../cryogenic_dimensional_teleporter_base.png | Bin ...ryogenic_dimensional_teleporter_pillar.png | Bin ...enic_dimensional_teleporter_pillar_lit.png | Bin ...mensional_teleporter_pillar_lit.png.mcmeta | 0 .../{ => block}/model/inscriber_back.png | Bin .../{ => block}/model/inscriber_bottom.png | Bin .../{ => block}/model/inscriber_left.png | Bin .../{ => block}/model/inscriber_right.png | Bin .../{ => block}/model/inscriber_top.png | Bin .../{ => block}/model/inscriber_window.png | Bin .../model/inscriber_window_lit.png | Bin .../{ => block}/model/kudbebedda_chest.png | Bin .../model/kudbebedda_quantum_collapser.png | Bin ...kudbebedda_singularity_power_gen_frame.png | Bin ..._singularity_resource_generator_casing.png | Bin .../model/molecular_recycler_core.png | Bin .../model/molecular_recycler_core_lit.png | Bin .../molecular_recycler_core_lit.png.mcmeta | 0 .../model/molecular_recycler_frame.png | Bin .../{ => block}/model/notarfbadium_chest.png | Bin .../model/notarfbadium_quantum_collapser.png | Bin ...tarfbadium_singularity_power_gen_frame.png | Bin ..._singularity_resource_generator_casing.png | Bin .../{ => block}/model/notsogudium_chest.png | Bin .../model/notsogudium_quantum_collapser.png | Bin ...otsogudium_singularity_power_gen_frame.png | Bin ..._singularity_resource_generator_casing.png | Bin .../model/quantum_collapser_panel.png | Bin .../model/quantum_collapser_panel_lit.png | Bin .../quantum_collapser_panel_lit.png.mcmeta | 0 .../quantum_transmutation_chamber_casing.png | Bin .../quantum_transmutation_chamber_core.png | Bin ...quantum_transmutation_chamber_core_lit.png | Bin ..._transmutation_chamber_core_lit.png.mcmeta | 0 .../model/singularity_power_gen_core.png | Bin .../model/singularity_power_gen_core_lit.png | Bin .../singularity_power_gen_core_lit.png.mcmeta | 0 .../model/singularity_power_gen_support.png | Bin .../singularity_resource_generator_pillar.png | Bin ...gularity_resource_generator_pillar_lit.png | Bin ...y_resource_generator_pillar_lit.png.mcmeta | 0 .../{ => block}/model/thatldu_chest.png | Bin .../model/thatldu_quantum_collapser.png | Bin .../thatldu_singularity_power_gen_frame.png | Bin ..._singularity_resource_generator_casing.png | Bin .../{ => block}/model/wikidium_chest.png | Bin .../model/wikidium_quantum_collapser.png | Bin .../wikidium_singularity_power_gen_frame.png | Bin ..._singularity_resource_generator_casing.png | Bin .../textures/{ => block}/model/xmas/base.png | Bin .../{ => block}/model/xmas/base_soil.png | Bin .../{ => block}/model/xmas/leaves.png | Bin .../{ => block}/model/xmas/leaves_1.png | Bin .../model/xmas/leaves_1.png.mcmeta | 0 .../{ => block}/model/xmas/leaves_10.png | Bin .../model/xmas/leaves_10.png.mcmeta | 0 .../{ => block}/model/xmas/leaves_11.png | Bin .../model/xmas/leaves_11.png.mcmeta | 0 .../{ => block}/model/xmas/leaves_12.png | Bin .../model/xmas/leaves_12.png.mcmeta | 0 .../{ => block}/model/xmas/leaves_13.png | Bin .../model/xmas/leaves_13.png.mcmeta | 0 .../{ => block}/model/xmas/leaves_14.png | Bin .../model/xmas/leaves_14.png.mcmeta | 0 .../{ => block}/model/xmas/leaves_15.png | Bin .../model/xmas/leaves_15.png.mcmeta | 0 .../{ => block}/model/xmas/leaves_2.png | Bin .../model/xmas/leaves_2.png.mcmeta | 0 .../{ => block}/model/xmas/leaves_3.png | Bin .../model/xmas/leaves_3.png.mcmeta | 0 .../{ => block}/model/xmas/leaves_4.png | Bin .../model/xmas/leaves_4.png.mcmeta | 0 .../{ => block}/model/xmas/leaves_5.png | Bin .../model/xmas/leaves_5.png.mcmeta | 0 .../{ => block}/model/xmas/leaves_6.png | Bin .../model/xmas/leaves_6.png.mcmeta | 0 .../{ => block}/model/xmas/leaves_7.png | Bin .../model/xmas/leaves_7.png.mcmeta | 0 .../{ => block}/model/xmas/leaves_8.png | Bin .../model/xmas/leaves_8.png.mcmeta | 0 .../{ => block}/model/xmas/leaves_9.png | Bin .../model/xmas/leaves_9.png.mcmeta | 0 .../textures/{ => block}/model/xmas/log.png | Bin 972 files changed, 6832 insertions(+), 50533 deletions(-) create mode 100644 src/generated/resources/.cache/1831d5c174a2e5d234406a6386e9f4de74fcf295 create mode 100644 src/generated/resources/.cache/2efe03a7ab1d85e2fd577f1a90f87e97ae61a22d create mode 100644 src/generated/resources/.cache/59eb3dbb5f86130e09b3c62d89b9525ee01cf52d create mode 100644 src/generated/resources/.cache/7336b9f00871ee49923b161c81bc7b86944d5b04 create mode 100644 src/generated/resources/.cache/93ff37d91d45d23f21b0c5f261be2f674c7f7a80 create mode 100644 src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e create mode 100644 src/generated/resources/.cache/c9041c0df774bf8d48ce5068adef034a86aed0e4 delete mode 100644 src/generated/resources/.cache/cache create mode 100644 src/generated/resources/assets/cuboidmod/models/block/cryogenic_dimensional_teleporter.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/cryogenic_dimensional_teleporter_lit.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_1.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_10.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_11.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_12.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_13.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_14.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_15.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_2.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_3.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_4.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_5.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_6.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_7.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_8.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_9.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/kudbebedda_chest.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/kudbebedda_quantum_collapser.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/kudbebedda_quantum_collapser_lit.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/kudbebedda_singularity_power_generator.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/kudbebedda_singularity_power_generator_lit.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/kudbebedda_singularity_resource_generator.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/kudbebedda_singularity_resource_generator_lit.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/molecular_recycler.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/molecular_recycler_lit.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/notarfbadium_chest.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/notarfbadium_quantum_collapser.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/notarfbadium_quantum_collapser_lit.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/notarfbadium_singularity_power_generator.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/notarfbadium_singularity_power_generator_lit.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/notarfbadium_singularity_resource_generator.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/notarfbadium_singularity_resource_generator_lit.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/notsogudium_chest.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/notsogudium_quantum_collapser.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/notsogudium_quantum_collapser_lit.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/notsogudium_singularity_power_generator.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/notsogudium_singularity_power_generator_lit.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/notsogudium_singularity_resource_generator.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/notsogudium_singularity_resource_generator_lit.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/quantum_transmutation_chamber.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/quantum_transmutation_chamber_lit.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/refined_inscriber.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/refined_inscriber_lit.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/thatldu_chest.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/thatldu_quantum_collapser.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/thatldu_quantum_collapser_lit.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/thatldu_singularity_power_generator.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/thatldu_singularity_power_generator_lit.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/thatldu_singularity_resource_generator.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/thatldu_singularity_resource_generator_lit.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/wikidium_chest.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/wikidium_quantum_collapser.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/wikidium_quantum_collapser_lit.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/wikidium_singularity_power_generator.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/wikidium_singularity_power_generator_lit.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/wikidium_singularity_resource_generator.json create mode 100644 src/generated/resources/assets/cuboidmod/models/block/wikidium_singularity_resource_generator_lit.json rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => combat}/carbon_nanotube_block_from_carbon_nanotubes.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => combat}/cellulose_block_from_cellulose.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => combat}/kudbebedda_block_from_ingots.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => combat}/notarfbadium_block_from_ingots.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => combat}/notsogudium_block_from_ingots.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => combat}/protein_fiber_block_from_protein_fiber.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => combat}/protein_paste_block_from_protein_paste.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => combat}/silica_dust_block_from_silica_dust.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => combat}/thatldu_block_from_ingots.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => combat}/wikidium_block_from_ingots.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/arachnugget_from_spider_eye_smelting.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{decorations => misc}/blast_furnace_from_blocks.json (75%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/broth_from_water_bucket_and_bone_meal.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/carbon_nanotubes_from_carbon_nanotube_block.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/cellulose_bricks_from_block_sc.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/cellulose_bricks_from_blocks.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/cellulose_bricks_from_chiseled_bricks_sc.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/cellulose_chiseled_bricks_from_block_sc.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/cellulose_chiseled_bricks_from_bricks.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/cellulose_chiseled_bricks_from_bricks_sc.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/cellulose_from_cellulose_block.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/cooked_kebab_from_raw_kebab_smelting.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/cured_beef_from_acv_and_raw_beef.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/cured_flesh_from_acv_and_rotten_flesh.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{decorations => misc}/furnace_from_chunks.json (75%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/gruel_from_broth_and_protein_paste.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{redstone => misc}/hopper_from_ingots_and_chest.json (76%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_axe_from_ingots_and_rods.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_boots_from_ingots.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_chest_from_ingots.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_chest_from_prev.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_chestplate_from_ingots.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_chunk_from_pieces.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_chunk_ingot_blasting.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_chunk_ingot_smelting.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_crafting_table_from_silica_and_chunk.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_dust_ingot_blasting.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_dust_ingot_smelting.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_dust_with_smoosher_and_chunk.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_dust_with_smoosher_and_ingot.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_dust_with_smoosher_and_ore.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_furnace_upgrade_from_vanilla_furnace.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_furnace_upgrade_with_four_ingots.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_helmet_from_ingots.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_hoe_from_ingots_and_rods.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_ingot_from_nuggets.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_ingots_from_block.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_leggings_from_ingots.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_nuggets_from_ingot.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_ore_ingot_blasting.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_ore_ingot_smelting.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_pickaxe_from_ingots_and_rods.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_quantum_collapser_from_blocks_and_furnace.json (79%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_quantum_collapser_upgrade.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_rod_from_ingots.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_shovel_from_ingots_and_rods.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_smasher_from_blocks_ingot_and_rods.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_spg_from_blocks_furnace_and_redstone_block.json (79%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_spg_upgrade.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_srg_from_blocks_furnace_and_crafting_table.json (79%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_srg_upgrade.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/kudbebedda_sword_from_ingots_and_rod.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{decorations => misc}/lantern_from_nuggets_and_torch.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_axe_from_ingots_and_rods.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_boots_from_ingots.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_chest_from_ingots.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_chest_from_prev.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_chestplate_from_ingots.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_chunk_from_pieces.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_chunk_ingot_blasting.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_chunk_ingot_smelting.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_crafting_table_from_silica_and_chunk.json (79%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_dust_ingot_blasting.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_dust_ingot_smelting.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_dust_with_smoosher_and_chunk.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_dust_with_smoosher_and_ingot.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_dust_with_smoosher_and_ore.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_furnace_upgrade_from_notsogudium_furnace.json (79%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_furnace_upgrade_from_vanilla_furnace.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_furnace_upgrade_with_four_ingots.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_helmet_from_ingots.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_hoe_from_ingots_and_rods.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_ingot_from_nuggets.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_ingots_from_block.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_leggings_from_ingots.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_nuggets_from_ingot.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_ore_ingot_blasting.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_ore_ingot_smelting.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_pickaxe_from_ingots_and_rods.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_quantum_collapser_from_blocks_and_furnace.json (79%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_quantum_collapser_upgrade.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_rod_from_ingots.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_shovel_from_ingots_and_rods.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_smasher_from_blocks_ingot_and_rods.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_spg_from_blocks_furnace_and_redstone_block.json (79%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_spg_upgrade.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_srg_from_blocks_furnace_and_crafting_table.json (79%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_srg_upgrade.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notarfbadium_sword_from_ingots_and_rod.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_axe_from_ingots_and_rods.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_boots_from_ingots.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_bowls_from_ingots.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_chest_from_ingots.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_chestplate_from_ingots.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_chunk_from_pieces.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_chunk_ingot_blasting.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_chunk_ingot_smelting.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_crafting_table_from_silica_and_chunk.json (79%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_dust_ingot_blasting.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_dust_ingot_smelting.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_dust_with_smoosher_and_chunk.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_dust_with_smoosher_and_ingot.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_dust_with_smoosher_and_ore.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_eumus_furnace_upgrade_with_four_ingots.json (79%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_furnace_upgrade_with_four_ingots.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_helmet_from_ingots.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_hoe_from_ingots_and_rods.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_ingot_from_nuggets.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_ingots_from_block.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_leggings_from_ingots.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_nuggets_from_ingot.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_ore_ingot_blasting.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_ore_ingot_smelting.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_pickaxe_from_ingots_and_rods.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_quantum_collapser_from_blocks_and_furnace.json (79%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_rod_from_ingots.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_shovel_from_ingots_and_rods.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_smasher_from_blocks_ingot_and_rods.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_spg_from_blocks_furnace_and_redstone_block.json (79%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_srg_from_blocks_furnace_and_crafting_table.json (79%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/notsogudium_sword_from_ingots_and_rod.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/organically_enriched_sand_from_sand_and_stuff.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/protein_bar_from_protein_paste_smelting.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/protein_fiber_from_protein_fiber_block.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/protein_paste_from_protein_paste_block.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/qtc_from_thatldu_collapser_spg_and_singularities.json (79%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/qtc_from_wikidium_collapser_spg_and_singularities.json (79%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/raw_kebab.json (76%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/silica_dust_from_silica_dust_block.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{building_blocks => misc}/smelt_glass_from_silica_dust_block_blasting.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{building_blocks => misc}/smelt_glass_from_silica_dust_block_smelting.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{decorations => misc}/smithing_table_when_thatldu_ingot.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/smoosher_from_blocks_ingot_and_rods.json (76%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/stick_bundle_from_sticks.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_axe_smithing.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_boots_smithing.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_chest_from_ingots.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_chest_from_prev.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_chestplate_smithing.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_chunk_from_pieces.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_chunk_ingot_blasting.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_chunk_ingot_smelting.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_crafting_table_from_silica_and_chunk.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_dust_ingot_blasting.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_dust_ingot_smelting.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_dust_with_smoosher_and_chunk.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_dust_with_smoosher_and_ingot.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_dust_with_smoosher_and_ore.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_furnace_upgrade_from_kudbebedda_furnace.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_furnace_upgrade_from_notarfbadium_furnace.json (79%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_furnace_upgrade_from_notsogudium_furnace.json (79%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_furnace_upgrade_from_vanilla_furnace.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_furnace_upgrade_with_four_ingots.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_helmet_smithing.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_hoe_smithing.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_ingot_from_nuggets.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_ingots_from_block.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_leggings_smithing.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_nuggets_from_ingot.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_ore_ingot_blasting.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_ore_ingot_smelting.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_pickaxe_smithing.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_quantum_collapser_from_blocks_and_furnace.json (79%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_quantum_collapser_upgrade.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_rod_from_ingots.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_shovel_smithing.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_smasher_smithing.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_spg_from_blocks_furnace_and_redstone_block.json (79%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_spg_upgrade.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_srg_from_blocks_furnace_and_crafting_table.json (79%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_srg_upgrade.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/thatldu_sword_smithing.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{decorations => misc}/torches_from_charcoal_and_rod.json (76%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{decorations => misc}/torches_from_coal_and_rod.json (75%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_axe_from_ingots_and_rods.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_boots_from_ingots.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_chest_from_ingots.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_chest_from_prev.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_chestplate_from_ingots.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_chunk_from_pieces.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_chunk_ingot_blasting.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_chunk_ingot_smelting.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_crafting_table_from_silica_and_chunk.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_dust_ingot_blasting.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_dust_ingot_smelting.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_dust_with_smoosher_and_chunk.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_dust_with_smoosher_and_ingot.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_dust_with_smoosher_and_ore.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_furnace_upgrade_from_kudbebedda_furnace.json (79%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_furnace_upgrade_from_notsogudium_furnace.json (79%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_furnace_upgrade_from_vanilla_furnace.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_furnace_upgrade_with_four_ingots.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_helmet_from_ingots.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_hoe_from_ingots_and_rods.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_ingot_from_nuggets.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_ingots_from_block.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_leggings_from_ingots.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_nuggets_from_ingot.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_ore_ingot_blasting.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_ore_ingot_smelting.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_pickaxe_from_ingots_and_rods.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_quantum_collapser_from_blocks_and_furnace.json (79%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_quantum_collapser_upgrade.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_rod_from_ingots.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_shovel_from_ingots_and_rods.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_smasher_from_blocks_ingot_and_rods.json (78%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_spg_from_blocks_furnace_and_redstone_block.json (79%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_spg_upgrade.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_srg_from_blocks_furnace_and_crafting_table.json (79%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_srg_upgrade.json (77%) rename src/generated/resources/data/cuboidmod/advancements/recipes/{cuboidmod => misc}/wikidium_sword_from_ingots_and_rod.json (78%) create mode 100644 src/main/java/com/cuboiddroid/cuboidmod/datagen/client/ModBlockModelProvider.java delete mode 100644 src/main/resources/assets/cuboidmod/models/block/cryogenic_dimensional_teleporter.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/cryogenic_dimensional_teleporter_lit.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_1.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_10.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_11.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_12.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_13.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_14.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_15.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_2.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_3.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_4.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_5.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_6.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_7.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_8.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_9.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/kudbebedda_chest.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/kudbebedda_quantum_collapser.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/kudbebedda_quantum_collapser_lit.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/kudbebedda_singularity_power_generator.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/kudbebedda_singularity_power_generator_lit.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/kudbebedda_singularity_resource_generator.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/kudbebedda_singularity_resource_generator_lit.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/molecular_recycler.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/molecular_recycler_lit.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/notarfbadium_chest.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/notarfbadium_quantum_collapser.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/notarfbadium_quantum_collapser_lit.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/notarfbadium_singularity_power_generator.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/notarfbadium_singularity_power_generator_lit.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/notarfbadium_singularity_resource_generator.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/notarfbadium_singularity_resource_generator_lit.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/notsogudium_chest.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/notsogudium_quantum_collapser.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/notsogudium_quantum_collapser_lit.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/notsogudium_singularity_power_generator.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/notsogudium_singularity_power_generator_lit.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/notsogudium_singularity_resource_generator.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/notsogudium_singularity_resource_generator_lit.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/quantum_transmutation_chamber.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/quantum_transmutation_chamber_lit.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/refined_inscriber.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/refined_inscriber_lit.json create mode 100644 src/main/resources/assets/cuboidmod/models/block/templates/chest.json create mode 100644 src/main/resources/assets/cuboidmod/models/block/templates/cryogenic_dimensional_teleporter.json create mode 100644 src/main/resources/assets/cuboidmod/models/block/templates/fiber_optic_tree.json create mode 100644 src/main/resources/assets/cuboidmod/models/block/templates/molecular_recycler.json create mode 100644 src/main/resources/assets/cuboidmod/models/block/templates/quantum_collapser.json create mode 100644 src/main/resources/assets/cuboidmod/models/block/templates/quantum_transmutation_chamber.json create mode 100644 src/main/resources/assets/cuboidmod/models/block/templates/refined_inscriber.json create mode 100644 src/main/resources/assets/cuboidmod/models/block/templates/singularity_power_generator.json create mode 100644 src/main/resources/assets/cuboidmod/models/block/templates/singularity_resource_generator.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/thatldu_chest.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/thatldu_quantum_collapser.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/thatldu_quantum_collapser_lit.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/thatldu_singularity_power_generator.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/thatldu_singularity_power_generator_lit.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/thatldu_singularity_resource_generator.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/thatldu_singularity_resource_generator_lit.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/wikidium_chest.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/wikidium_quantum_collapser.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/wikidium_quantum_collapser_lit.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/wikidium_singularity_power_generator.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/wikidium_singularity_power_generator_lit.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/wikidium_singularity_resource_generator.json delete mode 100644 src/main/resources/assets/cuboidmod/models/block/wikidium_singularity_resource_generator_lit.json rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/cryogenic_dimensional_teleporter_base.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/cryogenic_dimensional_teleporter_pillar.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/cryogenic_dimensional_teleporter_pillar_lit.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/cryogenic_dimensional_teleporter_pillar_lit.png.mcmeta (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/inscriber_back.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/inscriber_bottom.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/inscriber_left.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/inscriber_right.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/inscriber_top.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/inscriber_window.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/inscriber_window_lit.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/kudbebedda_chest.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/kudbebedda_quantum_collapser.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/kudbebedda_singularity_power_gen_frame.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/kudbebedda_singularity_resource_generator_casing.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/molecular_recycler_core.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/molecular_recycler_core_lit.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/molecular_recycler_core_lit.png.mcmeta (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/molecular_recycler_frame.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/notarfbadium_chest.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/notarfbadium_quantum_collapser.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/notarfbadium_singularity_power_gen_frame.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/notarfbadium_singularity_resource_generator_casing.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/notsogudium_chest.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/notsogudium_quantum_collapser.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/notsogudium_singularity_power_gen_frame.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/notsogudium_singularity_resource_generator_casing.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/quantum_collapser_panel.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/quantum_collapser_panel_lit.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/quantum_collapser_panel_lit.png.mcmeta (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/quantum_transmutation_chamber_casing.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/quantum_transmutation_chamber_core.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/quantum_transmutation_chamber_core_lit.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/quantum_transmutation_chamber_core_lit.png.mcmeta (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/singularity_power_gen_core.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/singularity_power_gen_core_lit.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/singularity_power_gen_core_lit.png.mcmeta (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/singularity_power_gen_support.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/singularity_resource_generator_pillar.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/singularity_resource_generator_pillar_lit.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/singularity_resource_generator_pillar_lit.png.mcmeta (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/thatldu_chest.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/thatldu_quantum_collapser.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/thatldu_singularity_power_gen_frame.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/thatldu_singularity_resource_generator_casing.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/wikidium_chest.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/wikidium_quantum_collapser.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/wikidium_singularity_power_gen_frame.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/wikidium_singularity_resource_generator_casing.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/base.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/base_soil.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_1.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_1.png.mcmeta (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_10.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_10.png.mcmeta (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_11.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_11.png.mcmeta (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_12.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_12.png.mcmeta (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_13.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_13.png.mcmeta (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_14.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_14.png.mcmeta (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_15.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_15.png.mcmeta (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_2.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_2.png.mcmeta (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_3.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_3.png.mcmeta (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_4.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_4.png.mcmeta (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_5.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_5.png.mcmeta (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_6.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_6.png.mcmeta (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_7.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_7.png.mcmeta (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_8.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_8.png.mcmeta (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_9.png (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/leaves_9.png.mcmeta (100%) rename src/main/resources/assets/cuboidmod/textures/{ => block}/model/xmas/log.png (100%) diff --git a/blockbench/cryogenic_dimensional_teleporter/cryogenic_dimensional_teleporter.bbmodel b/blockbench/cryogenic_dimensional_teleporter/cryogenic_dimensional_teleporter.bbmodel index 5cfeb17..3f73406 100644 --- a/blockbench/cryogenic_dimensional_teleporter/cryogenic_dimensional_teleporter.bbmodel +++ b/blockbench/cryogenic_dimensional_teleporter/cryogenic_dimensional_teleporter.bbmodel @@ -1 +1 @@ -{"meta":{"format_version":"3.6","creation_time":1628196744,"model_format":"java_block","box_uv":false},"name":"cryogenic_dimensional_teleporter","parent":"","ambientocclusion":true,"front_gui_light":false,"visible_box":[1,1,0],"resolution":{"width":32,"height":32},"elements":[{"name":"hexadecagon","rescale":false,"from":[6.806525795722052,2,2],"to":[9.193474204277948,12,14],"autouv":0,"color":0,"locked":false,"rotation":[0,-45,0],"origin":[8,7,8],"faces":{"north":{"uv":[4,0,8,32],"texture":0},"east":{"uv":[0,0,1,1],"texture":0},"south":{"uv":[4,0,8,32],"texture":0},"west":{"uv":[0,0,1,1],"texture":0},"up":{"uv":[0,0,1,1],"texture":0},"down":{"uv":[0,0,1,1],"texture":0}},"uuid":"d5705932-fbdf-d0dd-87d3-df59d2418a7d"},{"name":"hexadecagon","rescale":false,"from":[6.806525795722052,2,2],"to":[9.193474204277948,12,14],"autouv":0,"color":0,"locked":false,"rotation":[0,-22.5,0],"origin":[8,7,8],"faces":{"north":{"uv":[8,0,12,32],"texture":0},"east":{"uv":[0,0,1,1],"texture":0},"south":{"uv":[8,0,12,32],"texture":0},"west":{"uv":[0,0,1,1],"texture":0},"up":{"uv":[0,0,1,1],"texture":0},"down":{"uv":[0,0,1,1],"texture":0}},"uuid":"958338d7-a158-8355-b40e-0376d443af84"},{"name":"hexadecagon","rescale":false,"from":[6.806525795722052,2,2],"to":[9.193474204277948,12,14],"autouv":0,"color":0,"locked":false,"origin":[8,7,8],"faces":{"north":{"uv":[12,0,16,32],"texture":0},"east":{"uv":[0,0,1,1],"texture":0},"south":{"uv":[12,0,16,32],"texture":0},"west":{"uv":[0,0,1,1],"texture":0},"up":{"uv":[0,0,1,1],"texture":0},"down":{"uv":[0,0,1,1],"texture":0}},"uuid":"3d8b80f3-6d9d-147f-76d9-de8be29346a6"},{"name":"hexadecagon","rescale":false,"from":[6.806525795722052,2,2],"to":[9.193474204277948,12,14],"autouv":0,"color":0,"locked":false,"rotation":[0,22.5,0],"origin":[8,7,8],"faces":{"north":{"uv":[16,0,20,32],"texture":0},"east":{"uv":[0,0,1,1],"texture":0},"south":{"uv":[16,0,20,32],"texture":0},"west":{"uv":[0,0,1,1],"texture":0},"up":{"uv":[0,0,1,1],"texture":0},"down":{"uv":[0,0,1,1],"texture":0}},"uuid":"d853a408-f8af-ce59-afa3-5d7b135f72be"},{"name":"hexadecagon","rescale":false,"from":[6.806525795722052,2,2],"to":[9.193474204277948,12,14],"autouv":0,"color":0,"locked":false,"rotation":[0,45,0],"origin":[8,7,8],"faces":{"north":{"uv":[20,0,24,32],"texture":0},"east":{"uv":[0,0,1,1],"texture":0},"south":{"uv":[20,0,24,32],"texture":0},"west":{"uv":[0,0,1,1],"texture":0},"up":{"uv":[0,0,1,1],"texture":0},"down":{"uv":[0,0,1,1],"texture":0}},"uuid":"af7b5095-d547-d917-5237-4f200a879366"},{"name":"hexadecagon","rescale":false,"from":[2,2,6.806525795722052],"to":[14,12,9.193474204277948],"autouv":0,"color":0,"locked":false,"rotation":[0,-22.5,0],"origin":[8,7,8],"faces":{"north":{"uv":[0,0,1,1],"texture":0},"east":{"uv":[24,0,28,32],"texture":0},"south":{"uv":[0,0,1,1],"texture":0},"west":{"uv":[24,0,28,32],"texture":0},"up":{"uv":[0,0,1,1],"texture":0},"down":{"uv":[0,0,1,1],"texture":0}},"uuid":"160d9a5a-1452-a0b4-d45f-55672d004e2a"},{"name":"hexadecagon","rescale":false,"from":[2,2,6.806525795722052],"to":[14,12,9.193474204277948],"autouv":0,"color":0,"locked":false,"origin":[8,7,8],"faces":{"north":{"uv":[0,0,1,1],"texture":0},"east":{"uv":[28,0,32,32],"texture":0},"south":{"uv":[0,0,1,1],"texture":0},"west":{"uv":[28,0,32,32],"texture":0},"up":{"uv":[0,0,1,1],"texture":0},"down":{"uv":[0,0,1,1],"texture":0}},"uuid":"8801ce74-7a49-394f-87c5-77c33019e038"},{"name":"hexadecagon","rescale":false,"from":[2,2,6.806525795722052],"to":[14,12,9.193474204277948],"autouv":0,"color":0,"locked":false,"rotation":[0,22.5,0],"origin":[8,7,8],"faces":{"north":{"uv":[0,0,1,1],"texture":0},"east":{"uv":[0,0,4,32],"texture":0},"south":{"uv":[0,0,1,1],"texture":0},"west":{"uv":[0,0,4,32],"texture":0},"up":{"uv":[0,0,1,1],"texture":0},"down":{"uv":[0,0,1,1],"texture":0}},"uuid":"c53f9934-f363-4ea7-ca80-b5f08ba1e895"},{"name":"hexadecagon","rescale":false,"from":[6.408701060962736,0,0],"to":[9.591298939037264,2,16],"autouv":0,"color":0,"locked":false,"rotation":[0,-45,0],"origin":[8,1,8],"faces":{"north":{"uv":[16,0,20,32],"texture":1},"east":{"uv":[0,0,1,1],"texture":1},"south":{"uv":[16,0,20,32],"texture":1},"west":{"uv":[0,0,1,1],"texture":1},"up":{"uv":[28,0,32,32],"texture":1},"down":{"uv":[25,0,29,32],"texture":1}},"uuid":"cb557cdc-f37b-fea9-3ce2-da431c5614d2"},{"name":"hexadecagon","rescale":false,"from":[6.408701060962736,0,0],"to":[9.591298939037264,2,16],"autouv":0,"color":0,"locked":false,"rotation":[0,-22.5,0],"origin":[8,1,8],"faces":{"north":{"uv":[20,0,24,32],"texture":1},"east":{"uv":[0,0,1,1],"texture":1},"south":{"uv":[20,0,24,32],"texture":1},"west":{"uv":[0,0,1,1],"texture":1},"up":{"uv":[0,0,4,32],"texture":1},"down":{"uv":[28,0,32,32],"texture":1}},"uuid":"4d3f1cb5-30cd-2e90-d33a-ff07e8bb5707"},{"name":"hexadecagon","rescale":false,"from":[6.408701060962736,0,0],"to":[9.591298939037264,2,16],"autouv":0,"color":0,"locked":false,"origin":[8,1,8],"faces":{"north":{"uv":[24,0,28,32],"texture":1},"east":{"uv":[0,0,1,1],"texture":1},"south":{"uv":[24,0,28,32],"texture":1},"west":{"uv":[0,0,1,1],"texture":1},"up":{"uv":[4,0,8,32],"texture":1},"down":{"uv":[0,0,4,32],"texture":1}},"uuid":"dfa9043c-fd44-b7f9-9621-8c30d6068f1d"},{"name":"hexadecagon","rescale":false,"from":[6.408701060962736,0,0],"to":[9.591298939037264,2,16],"autouv":0,"color":0,"locked":false,"rotation":[0,22.5,0],"origin":[8,1,8],"faces":{"north":{"uv":[28,0,32,32],"texture":1},"east":{"uv":[0,0,1,1],"texture":1},"south":{"uv":[28,0,32,32],"texture":1},"west":{"uv":[0,0,1,1],"texture":1},"up":{"uv":[8,0,12,32],"texture":1},"down":{"uv":[3,0,7,32],"texture":1}},"uuid":"d1ca3513-f09b-06ec-04c8-3e322739a01e"},{"name":"hexadecagon","rescale":false,"from":[6.408701060962736,0,0],"to":[9.591298939037264,2,16],"autouv":0,"color":0,"locked":false,"rotation":[0,45,0],"origin":[8,1,8],"faces":{"north":{"uv":[0,0,4,32],"texture":1},"east":{"uv":[0,0,1,1],"texture":1},"south":{"uv":[0,0,4,32],"texture":1},"west":{"uv":[0,0,1,1],"texture":1},"up":{"uv":[12,0,16,32],"texture":1},"down":{"uv":[8,0,12,32],"texture":1}},"uuid":"535b9fdc-5cd9-a1af-4550-7fc286ac914a"},{"name":"hexadecagon","rescale":false,"from":[0,0,6.408701060962736],"to":[16,2,9.591298939037264],"autouv":0,"color":0,"locked":false,"rotation":[0,-22.5,0],"origin":[8,1,8],"faces":{"north":{"uv":[0,0,1,1],"texture":1},"east":{"uv":[4,0,8,32],"texture":1},"south":{"uv":[0,0,1,1],"texture":1},"west":{"uv":[4,0,8,32],"texture":1},"up":{"uv":[16,0,20,32],"rotation":270,"texture":1},"down":{"uv":[12,0,16,32],"rotation":270,"texture":1}},"uuid":"f66c9022-ae2b-ef25-813b-ce3887cc0114"},{"name":"hexadecagon","rescale":false,"from":[0,0,6.408701060962736],"to":[16,2,9.591298939037264],"autouv":0,"color":0,"locked":false,"origin":[8,1,8],"faces":{"north":{"uv":[0,0,1,1],"texture":1},"east":{"uv":[8,0,12,32],"texture":1},"south":{"uv":[0,0,1,1],"texture":1},"west":{"uv":[8,0,12,32],"texture":1},"up":{"uv":[20,0,24,32],"rotation":270,"texture":1},"down":{"uv":[16,0,20,32],"rotation":270,"texture":1}},"uuid":"5eeee566-6b85-1bdf-4fd1-16f74b979f91"},{"name":"hexadecagon","rescale":false,"from":[0,0,6.408701060962736],"to":[16,2,9.591298939037264],"autouv":0,"color":0,"locked":false,"rotation":[0,22.5,0],"origin":[8,1,8],"faces":{"north":{"uv":[0,0,1,1],"texture":1},"east":{"uv":[12,0,16,32],"texture":1},"south":{"uv":[0,0,1,1],"texture":1},"west":{"uv":[12,0,16,32],"texture":1},"up":{"uv":[24,0,28,32],"rotation":270,"texture":1},"down":{"uv":[20,0,24,32],"rotation":270,"texture":1}},"uuid":"fc1f9cc6-a8c1-45d0-d6a8-c4ce670fa014"},{"name":"hexadecagon","rescale":false,"from":[6.607613428342393,11.5,1],"to":[9.392386571657607,12.5,15],"autouv":0,"color":0,"locked":false,"rotation":[0,-45,0],"origin":[8,12,8],"faces":{"north":{"uv":[12,0,16,32],"texture":1},"east":{"uv":[0,0,1,1],"texture":1},"south":{"uv":[12,0,16,32],"texture":1},"west":{"uv":[0,0,1,1],"texture":1},"up":{"uv":[0,0,4,32],"texture":1},"down":{"uv":[0,0,4,32],"texture":1}},"uuid":"fa313a11-debd-83f5-cdf3-10c339a71ffa"},{"name":"hexadecagon","rescale":false,"from":[6.607613428342393,11.5,1],"to":[9.392386571657607,12.5,15],"autouv":0,"color":0,"locked":false,"rotation":[0,-22.5,0],"origin":[8,12,8],"faces":{"north":{"uv":[16,0,20,32],"texture":1},"east":{"uv":[0,0,1,1],"texture":1},"south":{"uv":[16,0,20,32],"texture":1},"west":{"uv":[0,0,1,1],"texture":1},"up":{"uv":[0,0,4,32],"texture":1},"down":{"uv":[4,0,8,32],"texture":1}},"uuid":"0910ae42-d063-9791-9d30-3621a5ffccda"},{"name":"hexadecagon","rescale":false,"from":[6.607613428342393,11.5,1],"to":[9.392386571657607,12.5,15],"autouv":0,"color":0,"locked":false,"origin":[8,12,8],"faces":{"north":{"uv":[20,0,24,32],"texture":1},"east":{"uv":[0,0,1,1],"texture":1},"south":{"uv":[20,0,24,32],"texture":1},"west":{"uv":[0,0,1,1],"texture":1},"up":{"uv":[0,0,4,32],"texture":1},"down":{"uv":[8,0,12,32],"texture":1}},"uuid":"4bdda51d-9745-0046-c449-1ab0f10bf19b"},{"name":"hexadecagon","rescale":false,"from":[6.607613428342393,11.5,1],"to":[9.392386571657607,12.5,15],"autouv":0,"color":0,"locked":false,"rotation":[0,22.5,0],"origin":[8,12,8],"faces":{"north":{"uv":[24,0,28,32],"texture":1},"east":{"uv":[0,0,1,1],"texture":1},"south":{"uv":[24,0,28,32],"texture":1},"west":{"uv":[0,0,1,1],"texture":1},"up":{"uv":[0,0,4,32],"texture":1},"down":{"uv":[12,0,16,32],"texture":1}},"uuid":"7b142e5b-7ca7-ff08-652b-8babd901c9a0"},{"name":"hexadecagon","rescale":false,"from":[6.607613428342393,11.5,1],"to":[9.392386571657607,12.5,15],"autouv":0,"color":0,"locked":false,"rotation":[0,45,0],"origin":[8,12,8],"faces":{"north":{"uv":[28,0,32,32],"texture":1},"east":{"uv":[0,0,1,1],"texture":1},"south":{"uv":[28,0,32,32],"texture":1},"west":{"uv":[0,0,1,1],"texture":1},"up":{"uv":[0,0,4,32],"texture":1},"down":{"uv":[16,0,20,32],"texture":1}},"uuid":"de749de6-059e-aa30-29e1-877c08890906"},{"name":"hexadecagon","rescale":false,"from":[1,11.5,6.607613428342394],"to":[15,12.5,9.392386571657607],"autouv":0,"color":0,"locked":false,"rotation":[0,-22.5,0],"origin":[8,12,8],"faces":{"north":{"uv":[0,0,1,1],"texture":1},"east":{"uv":[0,0,4,32],"texture":1},"south":{"uv":[0,0,1,1],"texture":1},"west":{"uv":[0,0,4,32],"texture":1},"up":{"uv":[0,0,4,32],"rotation":270,"texture":1},"down":{"uv":[20,0,24,32],"rotation":270,"texture":1}},"uuid":"2dcd4435-ea13-02fb-1408-6d384ba8047e"},{"name":"hexadecagon","rescale":false,"from":[1,11.5,6.607613428342394],"to":[15,12.5,9.392386571657607],"autouv":0,"color":0,"locked":false,"origin":[8,12,8],"faces":{"north":{"uv":[0,0,1,1],"texture":1},"east":{"uv":[4,0,8,32],"texture":1},"south":{"uv":[0,0,1,1],"texture":1},"west":{"uv":[4,0,8,32],"texture":1},"up":{"uv":[0,0,4,32],"rotation":270,"texture":1},"down":{"uv":[23,0,27,32],"rotation":270,"texture":1}},"uuid":"e83d5910-7eb0-762f-f0d8-e35adfc47cce"},{"name":"hexadecagon","rescale":false,"from":[1,11.5,6.607613428342394],"to":[15,12.5,9.392386571657607],"autouv":0,"color":0,"locked":false,"rotation":[0,22.5,0],"origin":[8,12,8],"faces":{"north":{"uv":[0,0,1,1],"texture":1},"east":{"uv":[8,0,12,32],"texture":1},"south":{"uv":[0,0,1,1],"texture":1},"west":{"uv":[8,0,12,32],"texture":1},"up":{"uv":[0,0,4,32],"rotation":270,"texture":1},"down":{"uv":[28,0,32,32],"rotation":270,"texture":1}},"uuid":"4e63e79d-0730-2bf2-420e-584920529448"}],"outliner":[{"name":"VoxelShapes","origin":[8,12,8],"color":0,"uuid":"0e3ebce1-033e-bb3d-540c-484570e2067a","export":true,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["c53f9934-f363-4ea7-ca80-b5f08ba1e895","8801ce74-7a49-394f-87c5-77c33019e038","160d9a5a-1452-a0b4-d45f-55672d004e2a","af7b5095-d547-d917-5237-4f200a879366","d853a408-f8af-ce59-afa3-5d7b135f72be","3d8b80f3-6d9d-147f-76d9-de8be29346a6","958338d7-a158-8355-b40e-0376d443af84","d5705932-fbdf-d0dd-87d3-df59d2418a7d","fc1f9cc6-a8c1-45d0-d6a8-c4ce670fa014","5eeee566-6b85-1bdf-4fd1-16f74b979f91","f66c9022-ae2b-ef25-813b-ce3887cc0114","535b9fdc-5cd9-a1af-4550-7fc286ac914a","d1ca3513-f09b-06ec-04c8-3e322739a01e","dfa9043c-fd44-b7f9-9621-8c30d6068f1d","4d3f1cb5-30cd-2e90-d33a-ff07e8bb5707","cb557cdc-f37b-fea9-3ce2-da431c5614d2","4e63e79d-0730-2bf2-420e-584920529448","e83d5910-7eb0-762f-f0d8-e35adfc47cce","2dcd4435-ea13-02fb-1408-6d384ba8047e","de749de6-059e-aa30-29e1-877c08890906","7b142e5b-7ca7-ff08-652b-8babd901c9a0","4bdda51d-9745-0046-c449-1ab0f10bf19b","0910ae42-d063-9791-9d30-3621a5ffccda","fa313a11-debd-83f5-cdf3-10c339a71ffa"]}],"textures":[{"path":"D:\\MyProjects\\Minecraft\\CuboidDroid\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\cryogenic_dimensional_teleporter_pillar_lit.png","name":"cryogenic_dimensional_teleporter_pillar_lit.png","folder":"model","namespace":"cuboidmod","id":"0","particle":true,"render_mode":"normal","visible":true,"mode":"bitmap","saved":true,"uuid":"cfa870e7-d32d-c30b-0a74-22322d98ee23","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/cryogenic_dimensional_teleporter_pillar_lit.png","source":"data:image/png;base64,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"},{"path":"D:\\MyProjects\\Minecraft\\CuboidDroid\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\cryogenic_dimensional_teleporter_base.png","name":"cryogenic_dimensional_teleporter_base.png","folder":"model","namespace":"cuboidmod","id":"1","particle":false,"render_mode":"normal","visible":true,"mode":"bitmap","saved":true,"uuid":"9b1dce5c-4a54-0f6a-6f90-c026d5214484","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/cryogenic_dimensional_teleporter_base.png","source":"data:image/png;base64,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"}],"display":{"thirdperson_righthand":{"rotation":[70,10,-20],"translation":[0,4.25,0],"scale":[0.6,0.6,0.6]},"thirdperson_lefthand":{"rotation":[70,10,-20],"translation":[0,4.25,0],"scale":[0.6,0.6,0.6]},"firstperson_righthand":{"rotation":[-10,0,10],"translation":[1,3,3],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[-10,0,10],"translation":[1,3,3],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[8,0,17],"translation":[0,4,0],"scale":[0.6,0.6,0.6]},"gui":{"rotation":[27,31,-8],"translation":[-0.5,1.75,0],"scale":[0.7,0.7,0.7]},"head":{"translation":[0,13,0],"scale":[0.8,0.8,0.8]},"fixed":{"rotation":[-15,6,8],"translation":[0,2,-3.5],"scale":[0.85,0.85,0.85]}}} \ No newline at end of file +{"meta":{"format_version":"4.9","model_format":"java_block","box_uv":false},"name":"cryogenic_dimensional_teleporter","parent":"","ambientocclusion":true,"front_gui_light":false,"visible_box":[1,1,0],"variable_placeholders":"","variable_placeholder_buttons":[],"unhandled_root_fields":{},"resolution":{"width":32,"height":32},"elements":[{"name":"hexadecagon","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6.806525795722052,2,2],"to":[9.193474204277948,12,14],"autouv":0,"color":0,"rotation":[0,-45,0],"origin":[8,7,8],"faces":{"north":{"uv":[4,0,8,32],"texture":0},"east":{"uv":[0,0,1,1],"texture":0},"south":{"uv":[4,0,8,32],"texture":0},"west":{"uv":[0,0,1,1],"texture":0},"up":{"uv":[0,0,1,1],"texture":0},"down":{"uv":[0,0,1,1],"texture":0}},"type":"cube","uuid":"d5705932-fbdf-d0dd-87d3-df59d2418a7d"},{"name":"hexadecagon","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6.806525795722052,2,2],"to":[9.193474204277948,12,14],"autouv":0,"color":0,"rotation":[0,-22.5,0],"origin":[8,7,8],"faces":{"north":{"uv":[8,0,12,32],"texture":0},"east":{"uv":[0,0,1,1],"texture":0},"south":{"uv":[8,0,12,32],"texture":0},"west":{"uv":[0,0,1,1],"texture":0},"up":{"uv":[0,0,1,1],"texture":0},"down":{"uv":[0,0,1,1],"texture":0}},"type":"cube","uuid":"958338d7-a158-8355-b40e-0376d443af84"},{"name":"hexadecagon","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6.806525795722052,2,2],"to":[9.193474204277948,12,14],"autouv":0,"color":0,"origin":[8,7,8],"faces":{"north":{"uv":[12,0,16,32],"texture":0},"east":{"uv":[0,0,1,1],"texture":0},"south":{"uv":[12,0,16,32],"texture":0},"west":{"uv":[0,0,1,1],"texture":0},"up":{"uv":[0,0,1,1],"texture":0},"down":{"uv":[0,0,1,1],"texture":0}},"type":"cube","uuid":"3d8b80f3-6d9d-147f-76d9-de8be29346a6"},{"name":"hexadecagon","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6.806525795722052,2,2],"to":[9.193474204277948,12,14],"autouv":0,"color":0,"rotation":[0,22.5,0],"origin":[8,7,8],"faces":{"north":{"uv":[16,0,20,32],"texture":0},"east":{"uv":[0,0,1,1],"texture":0},"south":{"uv":[16,0,20,32],"texture":0},"west":{"uv":[0,0,1,1],"texture":0},"up":{"uv":[0,0,1,1],"texture":0},"down":{"uv":[0,0,1,1],"texture":0}},"type":"cube","uuid":"d853a408-f8af-ce59-afa3-5d7b135f72be"},{"name":"hexadecagon","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6.806525795722052,2,2],"to":[9.193474204277948,12,14],"autouv":0,"color":0,"rotation":[0,45,0],"origin":[8,7,8],"faces":{"north":{"uv":[20,0,24,32],"texture":0},"east":{"uv":[0,0,1,1],"texture":0},"south":{"uv":[20,0,24,32],"texture":0},"west":{"uv":[0,0,1,1],"texture":0},"up":{"uv":[0,0,1,1],"texture":0},"down":{"uv":[0,0,1,1],"texture":0}},"type":"cube","uuid":"af7b5095-d547-d917-5237-4f200a879366"},{"name":"hexadecagon","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,2,6.806525795722052],"to":[14,12,9.193474204277948],"autouv":0,"color":0,"rotation":[0,-22.5,0],"origin":[8,7,8],"faces":{"north":{"uv":[0,0,1,1],"texture":0},"east":{"uv":[24,0,28,32],"texture":0},"south":{"uv":[0,0,1,1],"texture":0},"west":{"uv":[24,0,28,32],"texture":0},"up":{"uv":[0,0,1,1],"texture":0},"down":{"uv":[0,0,1,1],"texture":0}},"type":"cube","uuid":"160d9a5a-1452-a0b4-d45f-55672d004e2a"},{"name":"hexadecagon","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,2,6.806525795722052],"to":[14,12,9.193474204277948],"autouv":0,"color":0,"origin":[8,7,8],"faces":{"north":{"uv":[0,0,1,1],"texture":0},"east":{"uv":[28,0,32,32],"texture":0},"south":{"uv":[0,0,1,1],"texture":0},"west":{"uv":[28,0,32,32],"texture":0},"up":{"uv":[0,0,1,1],"texture":0},"down":{"uv":[0,0,1,1],"texture":0}},"type":"cube","uuid":"8801ce74-7a49-394f-87c5-77c33019e038"},{"name":"hexadecagon","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,2,6.806525795722052],"to":[14,12,9.193474204277948],"autouv":0,"color":0,"rotation":[0,22.5,0],"origin":[8,7,8],"faces":{"north":{"uv":[0,0,1,1],"texture":0},"east":{"uv":[0,0,4,32],"texture":0},"south":{"uv":[0,0,1,1],"texture":0},"west":{"uv":[0,0,4,32],"texture":0},"up":{"uv":[0,0,1,1],"texture":0},"down":{"uv":[0,0,1,1],"texture":0}},"type":"cube","uuid":"c53f9934-f363-4ea7-ca80-b5f08ba1e895"},{"name":"hexadecagon","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6.408701060962736,0,0],"to":[9.591298939037264,2,16],"autouv":0,"color":0,"rotation":[0,-45,0],"origin":[8,1,8],"faces":{"north":{"uv":[16,0,20,32],"texture":1},"east":{"uv":[0,0,1,1],"texture":1},"south":{"uv":[16,0,20,32],"texture":1},"west":{"uv":[0,0,1,1],"texture":1},"up":{"uv":[28,0,32,32],"texture":1},"down":{"uv":[25,0,29,32],"texture":1}},"type":"cube","uuid":"cb557cdc-f37b-fea9-3ce2-da431c5614d2"},{"name":"hexadecagon","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6.408701060962736,0,0],"to":[9.591298939037264,2,16],"autouv":0,"color":0,"rotation":[0,-22.5,0],"origin":[8,1,8],"faces":{"north":{"uv":[20,0,24,32],"texture":1},"east":{"uv":[0,0,1,1],"texture":1},"south":{"uv":[20,0,24,32],"texture":1},"west":{"uv":[0,0,1,1],"texture":1},"up":{"uv":[0,0,4,32],"texture":1},"down":{"uv":[28,0,32,32],"texture":1}},"type":"cube","uuid":"4d3f1cb5-30cd-2e90-d33a-ff07e8bb5707"},{"name":"hexadecagon","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6.408701060962736,0,0],"to":[9.591298939037264,2,16],"autouv":0,"color":0,"origin":[8,1,8],"faces":{"north":{"uv":[24,0,28,32],"texture":1},"east":{"uv":[0,0,1,1],"texture":1},"south":{"uv":[24,0,28,32],"texture":1},"west":{"uv":[0,0,1,1],"texture":1},"up":{"uv":[4,0,8,32],"texture":1},"down":{"uv":[0,0,4,32],"texture":1}},"type":"cube","uuid":"dfa9043c-fd44-b7f9-9621-8c30d6068f1d"},{"name":"hexadecagon","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6.408701060962736,0,0],"to":[9.591298939037264,2,16],"autouv":0,"color":0,"rotation":[0,22.5,0],"origin":[8,1,8],"faces":{"north":{"uv":[28,0,32,32],"texture":1},"east":{"uv":[0,0,1,1],"texture":1},"south":{"uv":[28,0,32,32],"texture":1},"west":{"uv":[0,0,1,1],"texture":1},"up":{"uv":[8,0,12,32],"texture":1},"down":{"uv":[3,0,7,32],"texture":1}},"type":"cube","uuid":"d1ca3513-f09b-06ec-04c8-3e322739a01e"},{"name":"hexadecagon","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6.408701060962736,0,0],"to":[9.591298939037264,2,16],"autouv":0,"color":0,"rotation":[0,45,0],"origin":[8,1,8],"faces":{"north":{"uv":[0,0,4,32],"texture":1},"east":{"uv":[0,0,1,1],"texture":1},"south":{"uv":[0,0,4,32],"texture":1},"west":{"uv":[0,0,1,1],"texture":1},"up":{"uv":[12,0,16,32],"texture":1},"down":{"uv":[8,0,12,32],"texture":1}},"type":"cube","uuid":"535b9fdc-5cd9-a1af-4550-7fc286ac914a"},{"name":"hexadecagon","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,0,6.408701060962736],"to":[16,2,9.591298939037264],"autouv":0,"color":0,"rotation":[0,-22.5,0],"origin":[8,1,8],"faces":{"north":{"uv":[0,0,1,1],"texture":1},"east":{"uv":[4,0,8,32],"texture":1},"south":{"uv":[0,0,1,1],"texture":1},"west":{"uv":[4,0,8,32],"texture":1},"up":{"uv":[16,0,20,32],"rotation":270,"texture":1},"down":{"uv":[12,0,16,32],"rotation":270,"texture":1}},"type":"cube","uuid":"f66c9022-ae2b-ef25-813b-ce3887cc0114"},{"name":"hexadecagon","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,0,6.408701060962736],"to":[16,2,9.591298939037264],"autouv":0,"color":0,"origin":[8,1,8],"faces":{"north":{"uv":[0,0,1,1],"texture":1},"east":{"uv":[8,0,12,32],"texture":1},"south":{"uv":[0,0,1,1],"texture":1},"west":{"uv":[8,0,12,32],"texture":1},"up":{"uv":[20,0,24,32],"rotation":270,"texture":1},"down":{"uv":[16,0,20,32],"rotation":270,"texture":1}},"type":"cube","uuid":"5eeee566-6b85-1bdf-4fd1-16f74b979f91"},{"name":"hexadecagon","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,0,6.408701060962736],"to":[16,2,9.591298939037264],"autouv":0,"color":0,"rotation":[0,22.5,0],"origin":[8,1,8],"faces":{"north":{"uv":[0,0,1,1],"texture":1},"east":{"uv":[12,0,16,32],"texture":1},"south":{"uv":[0,0,1,1],"texture":1},"west":{"uv":[12,0,16,32],"texture":1},"up":{"uv":[24,0,28,32],"rotation":270,"texture":1},"down":{"uv":[20,0,24,32],"rotation":270,"texture":1}},"type":"cube","uuid":"fc1f9cc6-a8c1-45d0-d6a8-c4ce670fa014"},{"name":"hexadecagon","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6.607613428342393,11.5,1],"to":[9.392386571657607,12.5,15],"autouv":0,"color":0,"rotation":[0,-45,0],"origin":[8,12,8],"faces":{"north":{"uv":[12,0,16,32],"texture":1},"east":{"uv":[0,0,1,1],"texture":1},"south":{"uv":[12,0,16,32],"texture":1},"west":{"uv":[0,0,1,1],"texture":1},"up":{"uv":[0,0,4,32],"texture":1},"down":{"uv":[0,0,4,32],"texture":1}},"type":"cube","uuid":"fa313a11-debd-83f5-cdf3-10c339a71ffa"},{"name":"hexadecagon","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6.607613428342393,11.5,1],"to":[9.392386571657607,12.5,15],"autouv":0,"color":0,"rotation":[0,-22.5,0],"origin":[8,12,8],"faces":{"north":{"uv":[16,0,20,32],"texture":1},"east":{"uv":[0,0,1,1],"texture":1},"south":{"uv":[16,0,20,32],"texture":1},"west":{"uv":[0,0,1,1],"texture":1},"up":{"uv":[0,0,4,32],"texture":1},"down":{"uv":[4,0,8,32],"texture":1}},"type":"cube","uuid":"0910ae42-d063-9791-9d30-3621a5ffccda"},{"name":"hexadecagon","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6.607613428342393,11.5,1],"to":[9.392386571657607,12.5,15],"autouv":0,"color":0,"origin":[8,12,8],"faces":{"north":{"uv":[20,0,24,32],"texture":1},"east":{"uv":[0,0,1,1],"texture":1},"south":{"uv":[20,0,24,32],"texture":1},"west":{"uv":[0,0,1,1],"texture":1},"up":{"uv":[0,0,4,32],"texture":1},"down":{"uv":[8,0,12,32],"texture":1}},"type":"cube","uuid":"4bdda51d-9745-0046-c449-1ab0f10bf19b"},{"name":"hexadecagon","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6.607613428342393,11.5,1],"to":[9.392386571657607,12.5,15],"autouv":0,"color":0,"rotation":[0,22.5,0],"origin":[8,12,8],"faces":{"north":{"uv":[24,0,28,32],"texture":1},"east":{"uv":[0,0,1,1],"texture":1},"south":{"uv":[24,0,28,32],"texture":1},"west":{"uv":[0,0,1,1],"texture":1},"up":{"uv":[0,0,4,32],"texture":1},"down":{"uv":[12,0,16,32],"texture":1}},"type":"cube","uuid":"7b142e5b-7ca7-ff08-652b-8babd901c9a0"},{"name":"hexadecagon","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6.607613428342393,11.5,1],"to":[9.392386571657607,12.5,15],"autouv":0,"color":0,"rotation":[0,45,0],"origin":[8,12,8],"faces":{"north":{"uv":[28,0,32,32],"texture":1},"east":{"uv":[0,0,1,1],"texture":1},"south":{"uv":[28,0,32,32],"texture":1},"west":{"uv":[0,0,1,1],"texture":1},"up":{"uv":[0,0,4,32],"texture":1},"down":{"uv":[16,0,20,32],"texture":1}},"type":"cube","uuid":"de749de6-059e-aa30-29e1-877c08890906"},{"name":"hexadecagon","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,11.5,6.607613428342394],"to":[15,12.5,9.392386571657607],"autouv":0,"color":0,"rotation":[0,-22.5,0],"origin":[8,12,8],"faces":{"north":{"uv":[0,0,1,1],"texture":1},"east":{"uv":[0,0,4,32],"texture":1},"south":{"uv":[0,0,1,1],"texture":1},"west":{"uv":[0,0,4,32],"texture":1},"up":{"uv":[0,0,4,32],"rotation":270,"texture":1},"down":{"uv":[20,0,24,32],"rotation":270,"texture":1}},"type":"cube","uuid":"2dcd4435-ea13-02fb-1408-6d384ba8047e"},{"name":"hexadecagon","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,11.5,6.607613428342394],"to":[15,12.5,9.392386571657607],"autouv":0,"color":0,"origin":[8,12,8],"faces":{"north":{"uv":[0,0,1,1],"texture":1},"east":{"uv":[4,0,8,32],"texture":1},"south":{"uv":[0,0,1,1],"texture":1},"west":{"uv":[4,0,8,32],"texture":1},"up":{"uv":[0,0,4,32],"rotation":270,"texture":1},"down":{"uv":[23,0,27,32],"rotation":270,"texture":1}},"type":"cube","uuid":"e83d5910-7eb0-762f-f0d8-e35adfc47cce"},{"name":"hexadecagon","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,11.5,6.607613428342394],"to":[15,12.5,9.392386571657607],"autouv":0,"color":0,"rotation":[0,22.5,0],"origin":[8,12,8],"faces":{"north":{"uv":[0,0,1,1],"texture":1},"east":{"uv":[8,0,12,32],"texture":1},"south":{"uv":[0,0,1,1],"texture":1},"west":{"uv":[8,0,12,32],"texture":1},"up":{"uv":[0,0,4,32],"rotation":270,"texture":1},"down":{"uv":[28,0,32,32],"rotation":270,"texture":1}},"type":"cube","uuid":"4e63e79d-0730-2bf2-420e-584920529448"}],"outliner":[{"name":"VoxelShapes","origin":[8,12,8],"color":0,"uuid":"0e3ebce1-033e-bb3d-540c-484570e2067a","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["c53f9934-f363-4ea7-ca80-b5f08ba1e895","8801ce74-7a49-394f-87c5-77c33019e038","160d9a5a-1452-a0b4-d45f-55672d004e2a","af7b5095-d547-d917-5237-4f200a879366","d853a408-f8af-ce59-afa3-5d7b135f72be","3d8b80f3-6d9d-147f-76d9-de8be29346a6","958338d7-a158-8355-b40e-0376d443af84","d5705932-fbdf-d0dd-87d3-df59d2418a7d","fc1f9cc6-a8c1-45d0-d6a8-c4ce670fa014","5eeee566-6b85-1bdf-4fd1-16f74b979f91","f66c9022-ae2b-ef25-813b-ce3887cc0114","535b9fdc-5cd9-a1af-4550-7fc286ac914a","d1ca3513-f09b-06ec-04c8-3e322739a01e","dfa9043c-fd44-b7f9-9621-8c30d6068f1d","4d3f1cb5-30cd-2e90-d33a-ff07e8bb5707","cb557cdc-f37b-fea9-3ce2-da431c5614d2","4e63e79d-0730-2bf2-420e-584920529448","e83d5910-7eb0-762f-f0d8-e35adfc47cce","2dcd4435-ea13-02fb-1408-6d384ba8047e","de749de6-059e-aa30-29e1-877c08890906","7b142e5b-7ca7-ff08-652b-8babd901c9a0","4bdda51d-9745-0046-c449-1ab0f10bf19b","0910ae42-d063-9791-9d30-3621a5ffccda","fa313a11-debd-83f5-cdf3-10c339a71ffa"]}],"textures":[{"path":"E:\\Visual Studio Code\\Minecraft\\Mods\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\cryogenic_dimensional_teleporter_pillar_lit.png","name":"cryogenic_dimensional_teleporter_pillar_lit.png","folder":"model","namespace":"cuboidmod","id":"0","width":32,"height":128,"uv_width":32,"uv_height":32,"particle":true,"layers_enabled":false,"sync_to_project":"","render_mode":"normal","render_sides":"auto","frame_time":1,"frame_order_type":"custom","frame_order":"0:20 1:20 2:20 3:20","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"cfa870e7-d32d-c30b-0a74-22322d98ee23","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/cryogenic_dimensional_teleporter_pillar_lit.png","source":"data:image/png;base64,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"},{"path":"E:\\Visual Studio Code\\Minecraft\\Mods\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\cryogenic_dimensional_teleporter_base.png","name":"cryogenic_dimensional_teleporter_base.png","folder":"model","namespace":"cuboidmod","id":"1","width":32,"height":32,"uv_width":32,"uv_height":32,"particle":false,"layers_enabled":false,"sync_to_project":"","render_mode":"normal","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"9b1dce5c-4a54-0f6a-6f90-c026d5214484","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/cryogenic_dimensional_teleporter_base.png","source":"data:image/png;base64,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"}],"display":{"thirdperson_righthand":{"rotation":[70,10,-20],"translation":[0,4.25,0],"scale":[0.6,0.6,0.6]},"thirdperson_lefthand":{"rotation":[70,10,-20],"translation":[0,4.25,0],"scale":[0.6,0.6,0.6]},"firstperson_righthand":{"rotation":[-10,0,10],"translation":[1,3,3],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[-10,0,10],"translation":[1,3,3],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[8,0,17],"translation":[0,4,0],"scale":[0.6,0.6,0.6]},"gui":{"rotation":[27,31,-8],"translation":[-0.5,1.75,0],"scale":[0.7,0.7,0.7]},"head":{"translation":[0,13,0],"scale":[0.8,0.8,0.8]},"fixed":{"rotation":[-15,6,8],"translation":[0,2,-3.5],"scale":[0.85,0.85,0.85]}}} \ No newline at end of file diff --git a/blockbench/fiber_optic_tree/FiberOpticTree.bbmodel b/blockbench/fiber_optic_tree/FiberOpticTree.bbmodel index 9283fc8..f104e69 100644 --- a/blockbench/fiber_optic_tree/FiberOpticTree.bbmodel +++ b/blockbench/fiber_optic_tree/FiberOpticTree.bbmodel @@ -1 +1 @@ -{"meta":{"format_version":"4.0","creation_time":1639136168,"model_format":"java_block","box_uv":false},"name":"FiberOpticTree","parent":"","ambientocclusion":true,"front_gui_light":false,"visible_box":[1,1,0],"variable_placeholders":"","resolution":{"width":32,"height":32},"elements":[{"name":"cube","rescale":false,"locked":false,"from":[0,0,0],"to":[16,1,16],"autouv":0,"color":7,"origin":[0,0,0],"faces":{"north":{"uv":[0,6,32,8],"texture":1},"east":{"uv":[0,4,32,6],"texture":1},"south":{"uv":[0,2,32,4],"texture":1},"west":{"uv":[0,0,32,2],"texture":1},"up":{"uv":[0,0,32,32],"texture":1},"down":{"uv":[0,0,32,32],"texture":1}},"uuid":"8fc3e3d1-9aec-09cc-d125-361564b545b7"},{"name":"cube","rescale":false,"locked":false,"from":[1,1,1],"to":[15,2,15],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[0,6,32,8],"texture":0},"east":{"uv":[0,4,32,6],"texture":0},"south":{"uv":[0,2,32,4],"texture":0},"west":{"uv":[0,0,32,2],"texture":0},"up":{"uv":[0,0,32,32],"texture":0},"down":{"uv":[0,0,32,2],"texture":0}},"uuid":"e0980fa0-6bfc-3fd7-2617-3c0b6b01149c"},{"name":"cube","rescale":false,"locked":false,"from":[7,2,7],"to":[9,15,9],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,8,26],"texture":3},"east":{"uv":[8,0,16,26],"texture":3},"south":{"uv":[16,0,24,26],"texture":3},"west":{"uv":[24,0,32,26],"texture":3},"up":{"uv":[4,22,12,30],"texture":3},"down":{"uv":[20,22,28,30],"texture":3}},"uuid":"1a7b9d9e-0bed-e976-c6e8-19347a7c142e"},{"name":"cube","rescale":false,"locked":false,"from":[7.5,15,7.5],"to":[8.5,16,8.5],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[14,14,18,18],"rotation":270,"texture":2},"east":{"uv":[14,14,18,18],"texture":2},"south":{"uv":[14,14,18,18],"rotation":90,"texture":2},"west":{"uv":[14,14,18,18],"rotation":180,"texture":2},"up":{"uv":[14,14,18,18],"texture":2},"down":{"uv":[14,14,18,18],"texture":2}},"uuid":"872313c3-105b-c1fd-db5e-f79fc1a48615"},{"name":"cube","rescale":false,"locked":false,"from":[6,12,6],"to":[10,13,10],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[12,12,20,14],"rotation":180,"texture":2},"east":{"uv":[18,12,20,20],"rotation":90,"texture":2},"south":{"uv":[12,18,20,20],"texture":2},"west":{"uv":[12,12,14,20],"rotation":270,"texture":2},"up":{"uv":[12,12,20,20],"texture":2},"down":{"uv":[12,12,20,20],"texture":2}},"uuid":"bf6035c6-5155-6a69-fd23-f49933015a55"},{"name":"cube","rescale":false,"locked":false,"from":[5,9.5,5],"to":[11,10.5,11],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[0,20,12,22],"rotation":180,"texture":2},"east":{"uv":[10,20,12,32],"rotation":90,"texture":2},"south":{"uv":[0,30,12,32],"texture":2},"west":{"uv":[0,20,2,32],"rotation":270,"texture":2},"up":{"uv":[0,20,12,32],"texture":2},"down":{"uv":[0,20,12,32],"texture":2}},"uuid":"2aee1cc3-4ff1-34a9-8cfe-593b48360549"},{"name":"cube","rescale":false,"locked":false,"from":[4,7,4],"to":[12,8,12],"autouv":0,"color":3,"origin":[0,0,0],"faces":{"north":{"uv":[16,0,32,2],"rotation":180,"texture":2},"east":{"uv":[30,0,32,16],"rotation":90,"texture":2},"south":{"uv":[16,14,32,16],"texture":2},"west":{"uv":[16,0,18,16],"rotation":270,"texture":2},"up":{"uv":[16,0,32,16],"texture":2},"down":{"uv":[16,0,32,16],"texture":2}},"uuid":"b8b1766b-161d-c062-b853-c261dd550ca0"},{"name":"cube","rescale":false,"locked":false,"from":[3,4,3],"to":[13,5,13],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[12,12,32,14],"rotation":180,"texture":2},"east":{"uv":[30,12,32,32],"rotation":90,"texture":2},"south":{"uv":[12,30,32,32],"texture":2},"west":{"uv":[12,12,14,32],"rotation":270,"texture":2},"up":{"uv":[12,12,32,32],"texture":2},"down":{"uv":[12,12,32,32],"texture":2}},"uuid":"c0066a25-6884-11fa-9050-b30be6889aa3"},{"name":"cube","rescale":false,"locked":false,"from":[0,1,0],"to":[16,2,1],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[0,8,32,10],"texture":1},"east":{"uv":[30,8,32,10],"texture":1},"south":{"uv":[0,8,32,10],"texture":1},"west":{"uv":[0,8,2,10],"texture":1},"up":{"uv":[0,8,32,10],"texture":1},"down":{"uv":[0,8,32,10],"texture":1}},"uuid":"aa8146f3-ae4d-fa12-1bf9-ebec5c1ce007"},{"name":"cube","rescale":false,"locked":false,"from":[0,1,1],"to":[1,2,15],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[2,4,4,6],"texture":1},"east":{"uv":[2,2,30,4],"texture":1},"south":{"uv":[4,2,6,4],"texture":1},"west":{"uv":[2,2,30,4],"texture":1},"up":{"uv":[2,2,4,30],"texture":1},"down":{"uv":[2,2,4,30],"texture":1}},"uuid":"9302340c-35ea-272b-3de4-c595977b1a2e"},{"name":"cube","rescale":false,"locked":false,"from":[0,1,15],"to":[16,2,16],"autouv":0,"color":3,"origin":[0,0,0],"faces":{"north":{"uv":[0,4,32,6],"texture":1},"east":{"uv":[0,4,2,6],"texture":1},"south":{"uv":[0,4,32,6],"texture":1},"west":{"uv":[30,4,32,6],"texture":1},"up":{"uv":[0,4,32,6],"texture":1},"down":{"uv":[0,4,32,6],"texture":1}},"uuid":"c0e4c887-215b-a0c7-46cc-9a0dd6efe9c0"},{"name":"cube","rescale":false,"locked":false,"from":[15,1,1],"to":[16,2,15],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[2,0,4,2],"texture":1},"east":{"uv":[2,0,30,2],"texture":1},"south":{"uv":[0,2,2,4],"texture":1},"west":{"uv":[2,0,30,2],"texture":1},"up":{"uv":[0,2,2,30],"texture":1},"down":{"uv":[0,2,2,30],"texture":1}},"uuid":"bf21ea48-7dac-5b13-d833-e2f5b7c033ae"}],"outliner":[{"name":"VoxelShapes","origin":[0,0,0],"color":0,"uuid":"92a617b9-fec2-763f-5ce3-ec860a8778a3","export":true,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["8fc3e3d1-9aec-09cc-d125-361564b545b7","e0980fa0-6bfc-3fd7-2617-3c0b6b01149c","1a7b9d9e-0bed-e976-c6e8-19347a7c142e","872313c3-105b-c1fd-db5e-f79fc1a48615","bf6035c6-5155-6a69-fd23-f49933015a55","2aee1cc3-4ff1-34a9-8cfe-593b48360549","b8b1766b-161d-c062-b853-c261dd550ca0","c0066a25-6884-11fa-9050-b30be6889aa3","aa8146f3-ae4d-fa12-1bf9-ebec5c1ce007","9302340c-35ea-272b-3de4-c595977b1a2e","c0e4c887-215b-a0c7-46cc-9a0dd6efe9c0","bf21ea48-7dac-5b13-d833-e2f5b7c033ae"]}],"textures":[{"path":"D:\\MyProjects\\Minecraft\\CuboidDroid\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\xmas\\base_soil.png","name":"base_soil.png","folder":"model/xmas","namespace":"cuboidmod","id":"0","particle":true,"render_mode":"normal","visible":true,"mode":"bitmap","saved":true,"uuid":"d0a9e646-32ba-2acb-5eba-57c65a52cc06","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/xmas/base_soil.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAyhJREFUOE8dkE1v22QAgJ/Xn7ETx0mafiX9WKsqajdAgAQIToUdEAfghtgQNxBw4MqBARJXkJB22J/YjV/BBWnSJpVLs4xsSZpmtWM7dhzH8YvKH3ieR4/48+e7chgmZGnG2A+xNDjZ38afr5jOF4RRAoVkGIQ0HAvX0jjarfH02ZSTnQbity9PpaILehcBlqFQdUxcd43E2mfwz99sugYHrTXGXkyYxBy2a3hxynnfZ1nkiIf3PpVnL0LSec4sjnnzlV2evvDJVyqmmtPZrtO/CEkWkmK1IormiJLCazfadMce4sH3H8th5nJczuiPLjAdld4woGqVONndYJ6nzOKMKMmxyzZJMudwZ40wjpl4c8T97z6SXpCwXbexLYNH3QEbGzVCL0U1dFxbodf3qLhVcreNHQ2pV3XOB1M2HBvxy+fvyasg4WhnE2EoeEFK2VHp9ifIlcAUGratYZoafrTENUCUNCgEN29sIR7+8Ik8641RdQNh2Ij1DtnkMUWacrTXQqPgfODR2dlAFJLzwYSyZRKlC+oVF/HrF6dSsuJ4fwuBxsU0QsqYq5cLFEXHqZn8O/A43m0ipeDCD9AQlKslDFVD/P7NB3IWZaBr1KsWfpjgmAqXXoI/zWg0HRplE00TTIMEURQgBJN4RsM1ET/deV9WqirPBj7rFQe5WjIK56iqimPraIXArigItWCZXJe20AWcDX0a1z/u3T2VDVdnFs3otHYQyoru2Gev6eJFCb1RxFu32giZ89fjAQfbTWzb4KXVIuk/Qfzx9W15FS/+NzXrVQxNoeaYPB8HqKrOSLhsiwBdSIaTkDBJ2W83SNKCwSRA/PjZu9JbZLSbDZZxTqNcwrJUnIpO77lPtMyRhcQxVOI0p1AK3EqZTquGUMX1g7dlrVTGny9QC4WFqmPIFes1mzzNuIaH84xXD7Z40h1RMQxuHdRZLKFQQNz/6kM5CULCec7rR1v0L6eMLmfUqw6zRcw7N9ugqnSHEbYhiWYZpqnjmDo5K8SDb2/LcZRxvLtJmC9ZzFK86Qpl7w2SwSMOqwZogoEXUEjBWs1FzQsuw5DhJOA/VoWDrQ9Q/v8AAAAASUVORK5CYII="},{"path":"D:\\MyProjects\\Minecraft\\CuboidDroid\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\xmas\\base.png","name":"base.png","folder":"model/xmas","namespace":"cuboidmod","id":"1","particle":false,"render_mode":"normal","visible":true,"mode":"bitmap","saved":true,"uuid":"8792a159-f291-9fb3-f949-2bf3da2b0a47","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/xmas/base.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAjpJREFUOE8lk1FuHTcMRQ9JaeY5KJANBS3Q1Em20MZOUHRHaRHYQbvKAn5PI5EMOIF+9CFdXl4eypeP77KHgxjZJ2CodLBFBIxr8rotQo1DFNZCJZim9AR5fvw1RR2RHdSJMEyFNQbTOhrBpXVam8zojDGxuyQPJX0hzw8fcmjS54AGqylVWriQOti9gxyENswTPNFe92CqIN8eP2TqRMXBBfHFVY2tdxqKk6gM/NZxS8IVNcdF+KkZ8t/DL0nvSAT/N6NdFxbKWTgVSliVfUFYYmJEC3JB5kS+/nGflY10x5eiaiCT5Q2LRVojwukI2hSZA88febl25OnjfXJR5pFcjLOV60rabnAkkoAb0hPB0RXMLuAwEeT589ucEmwrz1ERQIUaG0eWA5BYvLDxiknLxuoHohtWU/j38U32vnNjY62FdcHmjZbCyoamspqz6YarM1zYCUL76Ub+/nyfe8YPkOqkECRtJV5iFsRhxO7YUQAZMoO92dmq/PPnu7x4cpRtgSZJhJ5Ck4Vn0rKAaujujCn0zYn0yhH58vvP+cqMhnNrlXhSgqN3cOfSjCI948BsZ2aNVegkL9XC18f36RhlvOXCZTG10SNpJavOFsoo6mQg5S4USEQDeXr4LfVOq9hpuz5iB3YLBkaoIqJFAXCccBUX27YjFd3TX+8LKLoevFTC2RFxRoO+FA/nosHSCtSIuTiin9WbOfLt09sC8lzRslYBWitokstyrncKs5anmjxfknrgcoew+A6Vz2KpkrW9QgAAAABJRU5ErkJggg=="},{"path":"D:\\MyProjects\\Minecraft\\CuboidDroid\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\xmas\\leaves.png","name":"leaves.png","folder":"model/xmas","namespace":"cuboidmod","id":"2","particle":false,"render_mode":"normal","visible":true,"mode":"bitmap","saved":true,"uuid":"9c08c1bf-7616-5724-87b4-61c73e85936c","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/xmas/leaves.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAT1JREFUOE99U6FuAkEUnHWYLQpHCKKiSXF4sqYOyW/U1fUX+gP9h8oa3AWPg6SigpA6FJypOzKPzObl5cKa23v3bt7M7GzCKzoAGP+M8Pj2jN+PPc6rf5Yw/BrYfj6do9k0KIti37nYy1rKn7ljo9bf0+m2fQDyJBsIm7eHrQERwL+n8cvIGMSprLXHtk4VO03XQAMQHVxuZcnR1Oa7sZpfAkxlXTo18ik50i7NlEYQz5SABiDkaJAYiVWfP2aiHGdDWZZqmBjd8yfhHV3U7hn5qTpGecZTqh5Qu5rFImbBm5pn2U7JAKSdP9SJPVkQM56Khtgxeo3R7ZgF/qxFEDORTd4HNcQEalC7a2suzESa4fVqr9RRYp+ZBDQGPuO8IJGNl6WLxaHcVxM93ZjIyMhfrHobCRAT2Zc8L4sSrrvOFD2U/+jiAAAAAElFTkSuQmCC"},{"path":"D:\\MyProjects\\Minecraft\\CuboidDroid\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\xmas\\log.png","name":"log.png","folder":"model/xmas","namespace":"cuboidmod","id":"3","particle":false,"render_mode":"normal","visible":true,"mode":"bitmap","saved":true,"uuid":"77f5824c-2d7c-c1e3-eaf8-a54c3473e0a7","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/xmas/log.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAArxJREFUOE8lksmOHFUURM/LN+VQXdXltug2MkL8AZKF3RIgxAYJYSbLm0a9AMk7Nvw1xsZdQ1bmm+uhKj7g3og4EeLuh+fVhcT6osNHECWx84mPHltcKJAq+zmx7nqMqWzmwHJhyFkyxYi4e/lFnX3m5vKCh92EEJJDTHz25IJ3mwmqYvaJoWvpdOYwB4y1SKGYZn968KJu9g5rFdDQKsHkEp9cL3m/GZGNwsWMbRXRZWqtLHpDlRU/BsTvv97Wdw+exdDg85FOGXxwLGzHnDKtVbiQMUoyTh6jBX3X0So4jBnxx6sX9WGT0UaScsFozeQcy8EQU+H60YK3m4lOCkLM6FbhQ2G1sJQC4v6X25p8OQPre4PRhYfxpKzJpfBk3fF2O7PqFPt9xGhDiCfollgK4ufvntVWNmdQ/dDSt4XNPlCrorOShRU4L+k050iFik+Jx0NHSBXx07efV2s0++B5tOhpTweuEPLJpuGYoeRKZwTbKSCtPke56iwxNojXL5/V5DK5VD69WTEeEqkUfDly2StSBpcyy65hP1WGXuFcYrGQ5ND8X+MJRiyRm6sl8+TPME82rbE0CFwqrHrJuE8sV4qQBLvZs2gt4v77r2ouEWmOGKOJOXMaViMl85S47AfmEulaQXCZ9VLjgmA3OpYXA+K3H5/XaU60vWIwhhAiYxC0WnI4OJ7erJmcJ1GYtoGnNwMHd+TgA51tEX/efVP/+bBHSYlUCi0EOxdYWsVuG7j+eMm/u4DWsBvDuX8lJN4HlGkQf91/Xf/eZGY3sxoMVqozQOqReQqsVx1bF9FSM4dEayRGNmQkTZMRb17f1sMMB5e4utSUIDgKgVFHPuxn+s7iY6HTmjlFyrFytWw5aRwriDevvqxzSow+s+4N45SwWtObI+/3kb5tidkzWEMSgsk7ri9avKvMsfIf48qYaRjdIU0AAAAASUVORK5CYII="}],"display":{"thirdperson_righthand":{"rotation":[59,11,2],"translation":[-1.25,4.75,1],"scale":[0.6,0.6,0.6]},"thirdperson_lefthand":{"rotation":[59,11,2],"translation":[-1.25,4.75,1],"scale":[0.6,0.6,0.6]},"firstperson_righthand":{"rotation":[16,14,10],"translation":[1.25,1.5,0],"scale":[0.7,0.7,0.7]},"firstperson_lefthand":{"rotation":[16,14,10],"translation":[1.25,1.5,0],"scale":[0.7,0.7,0.7]},"ground":{"translation":[0,3,0],"scale":[0.6,0.6,0.6]},"gui":{"rotation":[14,34,0],"translation":[0,2,0],"scale":[0.6,0.6,0.6]},"head":{"translation":[0,13.5,0]},"fixed":{"rotation":[-22,26,0],"translation":[0,0,-4.5],"scale":[0.6,0.6,0.6]}}} \ No newline at end of file +{"meta":{"format_version":"4.9","model_format":"java_block","box_uv":false},"name":"FiberOpticTree","parent":"","ambientocclusion":true,"front_gui_light":false,"visible_box":[1,1,0],"variable_placeholders":"","variable_placeholder_buttons":[],"unhandled_root_fields":{},"resolution":{"width":32,"height":32},"elements":[{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,0,0],"to":[16,1,16],"autouv":0,"color":7,"origin":[0,0,0],"faces":{"north":{"uv":[0,6,32,8],"texture":1},"east":{"uv":[0,4,32,6],"texture":1},"south":{"uv":[0,2,32,4],"texture":1},"west":{"uv":[0,0,32,2],"texture":1},"up":{"uv":[0,0,32,32],"texture":1},"down":{"uv":[0,0,32,32],"texture":1}},"type":"cube","uuid":"8fc3e3d1-9aec-09cc-d125-361564b545b7"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,1,1],"to":[15,2,15],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[0,6,32,8],"texture":0},"east":{"uv":[0,4,32,6],"texture":0},"south":{"uv":[0,2,32,4],"texture":0},"west":{"uv":[0,0,32,2],"texture":0},"up":{"uv":[0,0,32,32],"texture":0},"down":{"uv":[0,0,32,2],"texture":0}},"type":"cube","uuid":"e0980fa0-6bfc-3fd7-2617-3c0b6b01149c"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[7,2,7],"to":[9,15,9],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,8,26],"texture":3},"east":{"uv":[8,0,16,26],"texture":3},"south":{"uv":[16,0,24,26],"texture":3},"west":{"uv":[24,0,32,26],"texture":3},"up":{"uv":[4,22,12,30],"texture":3},"down":{"uv":[20,22,28,30],"texture":3}},"type":"cube","uuid":"1a7b9d9e-0bed-e976-c6e8-19347a7c142e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[7.5,15,7.5],"to":[8.5,16,8.5],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[14,14,18,18],"rotation":270,"texture":2},"east":{"uv":[14,14,18,18],"texture":2},"south":{"uv":[14,14,18,18],"rotation":90,"texture":2},"west":{"uv":[14,14,18,18],"rotation":180,"texture":2},"up":{"uv":[14,14,18,18],"texture":2},"down":{"uv":[14,14,18,18],"texture":2}},"type":"cube","uuid":"872313c3-105b-c1fd-db5e-f79fc1a48615"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6,12,6],"to":[10,13,10],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[12,12,20,14],"rotation":180,"texture":2},"east":{"uv":[18,12,20,20],"rotation":90,"texture":2},"south":{"uv":[12,18,20,20],"texture":2},"west":{"uv":[12,12,14,20],"rotation":270,"texture":2},"up":{"uv":[12,12,20,20],"texture":2},"down":{"uv":[12,12,20,20],"texture":2}},"type":"cube","uuid":"bf6035c6-5155-6a69-fd23-f49933015a55"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[5,9.5,5],"to":[11,10.5,11],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[0,20,12,22],"rotation":180,"texture":2},"east":{"uv":[10,20,12,32],"rotation":90,"texture":2},"south":{"uv":[0,30,12,32],"texture":2},"west":{"uv":[0,20,2,32],"rotation":270,"texture":2},"up":{"uv":[0,20,12,32],"texture":2},"down":{"uv":[0,20,12,32],"texture":2}},"type":"cube","uuid":"2aee1cc3-4ff1-34a9-8cfe-593b48360549"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,7,4],"to":[12,8,12],"autouv":0,"color":3,"origin":[0,0,0],"faces":{"north":{"uv":[16,0,32,2],"rotation":180,"texture":2},"east":{"uv":[30,0,32,16],"rotation":90,"texture":2},"south":{"uv":[16,14,32,16],"texture":2},"west":{"uv":[16,0,18,16],"rotation":270,"texture":2},"up":{"uv":[16,0,32,16],"texture":2},"down":{"uv":[16,0,32,16],"texture":2}},"type":"cube","uuid":"b8b1766b-161d-c062-b853-c261dd550ca0"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[3,4,3],"to":[13,5,13],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[12,12,32,14],"rotation":180,"texture":2},"east":{"uv":[30,12,32,32],"rotation":90,"texture":2},"south":{"uv":[12,30,32,32],"texture":2},"west":{"uv":[12,12,14,32],"rotation":270,"texture":2},"up":{"uv":[12,12,32,32],"texture":2},"down":{"uv":[12,12,32,32],"texture":2}},"type":"cube","uuid":"c0066a25-6884-11fa-9050-b30be6889aa3"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,1,0],"to":[16,2,1],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[0,8,32,10],"texture":1},"east":{"uv":[30,8,32,10],"texture":1},"south":{"uv":[0,8,32,10],"texture":1},"west":{"uv":[0,8,2,10],"texture":1},"up":{"uv":[0,8,32,10],"texture":1},"down":{"uv":[0,8,32,10],"texture":1}},"type":"cube","uuid":"aa8146f3-ae4d-fa12-1bf9-ebec5c1ce007"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,1,1],"to":[1,2,15],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[2,4,4,6],"texture":1},"east":{"uv":[2,2,30,4],"texture":1},"south":{"uv":[4,2,6,4],"texture":1},"west":{"uv":[2,2,30,4],"texture":1},"up":{"uv":[2,2,4,30],"texture":1},"down":{"uv":[2,2,4,30],"texture":1}},"type":"cube","uuid":"9302340c-35ea-272b-3de4-c595977b1a2e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,1,15],"to":[16,2,16],"autouv":0,"color":3,"origin":[0,0,0],"faces":{"north":{"uv":[0,4,32,6],"texture":1},"east":{"uv":[0,4,2,6],"texture":1},"south":{"uv":[0,4,32,6],"texture":1},"west":{"uv":[30,4,32,6],"texture":1},"up":{"uv":[0,4,32,6],"texture":1},"down":{"uv":[0,4,32,6],"texture":1}},"type":"cube","uuid":"c0e4c887-215b-a0c7-46cc-9a0dd6efe9c0"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,1,1],"to":[16,2,15],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[2,0,4,2],"texture":1},"east":{"uv":[2,0,30,2],"texture":1},"south":{"uv":[0,2,2,4],"texture":1},"west":{"uv":[2,0,30,2],"texture":1},"up":{"uv":[0,2,2,30],"texture":1},"down":{"uv":[0,2,2,30],"texture":1}},"type":"cube","uuid":"bf21ea48-7dac-5b13-d833-e2f5b7c033ae"}],"outliner":[{"name":"VoxelShapes","origin":[0,0,0],"color":0,"uuid":"92a617b9-fec2-763f-5ce3-ec860a8778a3","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["8fc3e3d1-9aec-09cc-d125-361564b545b7","e0980fa0-6bfc-3fd7-2617-3c0b6b01149c","1a7b9d9e-0bed-e976-c6e8-19347a7c142e","872313c3-105b-c1fd-db5e-f79fc1a48615","bf6035c6-5155-6a69-fd23-f49933015a55","2aee1cc3-4ff1-34a9-8cfe-593b48360549","b8b1766b-161d-c062-b853-c261dd550ca0","c0066a25-6884-11fa-9050-b30be6889aa3","aa8146f3-ae4d-fa12-1bf9-ebec5c1ce007","9302340c-35ea-272b-3de4-c595977b1a2e","c0e4c887-215b-a0c7-46cc-9a0dd6efe9c0","bf21ea48-7dac-5b13-d833-e2f5b7c033ae"]}],"textures":[{"path":"E:\\Visual Studio Code\\Minecraft\\Mods\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\xmas\\base_soil.png","name":"base_soil.png","folder":"model/xmas","namespace":"cuboidmod","id":"0","width":16,"height":16,"uv_width":32,"uv_height":32,"particle":true,"layers_enabled":false,"sync_to_project":"","render_mode":"normal","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"d0a9e646-32ba-2acb-5eba-57c65a52cc06","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/xmas/base_soil.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAyhJREFUOE8dkE1v22QAgJ/Xn7ETx0mafiX9WKsqajdAgAQIToUdEAfghtgQNxBw4MqBARJXkJB22J/YjV/BBWnSJpVLs4xsSZpmtWM7dhzH8YvKH3ieR4/48+e7chgmZGnG2A+xNDjZ38afr5jOF4RRAoVkGIQ0HAvX0jjarfH02ZSTnQbity9PpaILehcBlqFQdUxcd43E2mfwz99sugYHrTXGXkyYxBy2a3hxynnfZ1nkiIf3PpVnL0LSec4sjnnzlV2evvDJVyqmmtPZrtO/CEkWkmK1IormiJLCazfadMce4sH3H8th5nJczuiPLjAdld4woGqVONndYJ6nzOKMKMmxyzZJMudwZ40wjpl4c8T97z6SXpCwXbexLYNH3QEbGzVCL0U1dFxbodf3qLhVcreNHQ2pV3XOB1M2HBvxy+fvyasg4WhnE2EoeEFK2VHp9ifIlcAUGratYZoafrTENUCUNCgEN29sIR7+8Ik8641RdQNh2Ij1DtnkMUWacrTXQqPgfODR2dlAFJLzwYSyZRKlC+oVF/HrF6dSsuJ4fwuBxsU0QsqYq5cLFEXHqZn8O/A43m0ipeDCD9AQlKslDFVD/P7NB3IWZaBr1KsWfpjgmAqXXoI/zWg0HRplE00TTIMEURQgBJN4RsM1ET/deV9WqirPBj7rFQe5WjIK56iqimPraIXArigItWCZXJe20AWcDX0a1z/u3T2VDVdnFs3otHYQyoru2Gev6eJFCb1RxFu32giZ89fjAQfbTWzb4KXVIuk/Qfzx9W15FS/+NzXrVQxNoeaYPB8HqKrOSLhsiwBdSIaTkDBJ2W83SNKCwSRA/PjZu9JbZLSbDZZxTqNcwrJUnIpO77lPtMyRhcQxVOI0p1AK3EqZTquGUMX1g7dlrVTGny9QC4WFqmPIFes1mzzNuIaH84xXD7Z40h1RMQxuHdRZLKFQQNz/6kM5CULCec7rR1v0L6eMLmfUqw6zRcw7N9ugqnSHEbYhiWYZpqnjmDo5K8SDb2/LcZRxvLtJmC9ZzFK86Qpl7w2SwSMOqwZogoEXUEjBWs1FzQsuw5DhJOA/VoWDrQ9Q/v8AAAAASUVORK5CYII="},{"path":"E:\\Visual Studio Code\\Minecraft\\Mods\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\xmas\\base.png","name":"base.png","folder":"model/xmas","namespace":"cuboidmod","id":"1","width":16,"height":16,"uv_width":32,"uv_height":32,"particle":false,"layers_enabled":false,"sync_to_project":"","render_mode":"normal","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"8792a159-f291-9fb3-f949-2bf3da2b0a47","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/xmas/base.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAjpJREFUOE8lk1FuHTcMRQ9JaeY5KJANBS3Q1Em20MZOUHRHaRHYQbvKAn5PI5EMOIF+9CFdXl4eypeP77KHgxjZJ2CodLBFBIxr8rotQo1DFNZCJZim9AR5fvw1RR2RHdSJMEyFNQbTOhrBpXVam8zojDGxuyQPJX0hzw8fcmjS54AGqylVWriQOti9gxyENswTPNFe92CqIN8eP2TqRMXBBfHFVY2tdxqKk6gM/NZxS8IVNcdF+KkZ8t/DL0nvSAT/N6NdFxbKWTgVSliVfUFYYmJEC3JB5kS+/nGflY10x5eiaiCT5Q2LRVojwukI2hSZA88febl25OnjfXJR5pFcjLOV60rabnAkkoAb0hPB0RXMLuAwEeT589ucEmwrz1ERQIUaG0eWA5BYvLDxiknLxuoHohtWU/j38U32vnNjY62FdcHmjZbCyoamspqz6YarM1zYCUL76Ub+/nyfe8YPkOqkECRtJV5iFsRhxO7YUQAZMoO92dmq/PPnu7x4cpRtgSZJhJ5Ck4Vn0rKAaujujCn0zYn0yhH58vvP+cqMhnNrlXhSgqN3cOfSjCI948BsZ2aNVegkL9XC18f36RhlvOXCZTG10SNpJavOFsoo6mQg5S4USEQDeXr4LfVOq9hpuz5iB3YLBkaoIqJFAXCccBUX27YjFd3TX+8LKLoevFTC2RFxRoO+FA/nosHSCtSIuTiin9WbOfLt09sC8lzRslYBWitokstyrncKs5anmjxfknrgcoew+A6Vz2KpkrW9QgAAAABJRU5ErkJggg=="},{"path":"E:\\Visual Studio Code\\Minecraft\\Mods\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\xmas\\leaves.png","name":"leaves.png","folder":"model/xmas","namespace":"cuboidmod","id":"2","width":16,"height":16,"uv_width":32,"uv_height":32,"particle":false,"layers_enabled":false,"sync_to_project":"","render_mode":"normal","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"9c08c1bf-7616-5724-87b4-61c73e85936c","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/xmas/leaves.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAT1JREFUOE99U6FuAkEUnHWYLQpHCKKiSXF4sqYOyW/U1fUX+gP9h8oa3AWPg6SigpA6FJypOzKPzObl5cKa23v3bt7M7GzCKzoAGP+M8Pj2jN+PPc6rf5Yw/BrYfj6do9k0KIti37nYy1rKn7ljo9bf0+m2fQDyJBsIm7eHrQERwL+n8cvIGMSprLXHtk4VO03XQAMQHVxuZcnR1Oa7sZpfAkxlXTo18ik50i7NlEYQz5SABiDkaJAYiVWfP2aiHGdDWZZqmBjd8yfhHV3U7hn5qTpGecZTqh5Qu5rFImbBm5pn2U7JAKSdP9SJPVkQM56Khtgxeo3R7ZgF/qxFEDORTd4HNcQEalC7a2suzESa4fVqr9RRYp+ZBDQGPuO8IJGNl6WLxaHcVxM93ZjIyMhfrHobCRAT2Zc8L4sSrrvOFD2U/+jiAAAAAElFTkSuQmCC"},{"path":"E:\\Visual Studio Code\\Minecraft\\Mods\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\xmas\\log.png","name":"log.png","folder":"model/xmas","namespace":"cuboidmod","id":"3","width":16,"height":16,"uv_width":32,"uv_height":32,"particle":false,"layers_enabled":false,"sync_to_project":"","render_mode":"normal","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"77f5824c-2d7c-c1e3-eaf8-a54c3473e0a7","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/xmas/log.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAArxJREFUOE8lksmOHFUURM/LN+VQXdXltug2MkL8AZKF3RIgxAYJYSbLm0a9AMk7Nvw1xsZdQ1bmm+uhKj7g3og4EeLuh+fVhcT6osNHECWx84mPHltcKJAq+zmx7nqMqWzmwHJhyFkyxYi4e/lFnX3m5vKCh92EEJJDTHz25IJ3mwmqYvaJoWvpdOYwB4y1SKGYZn968KJu9g5rFdDQKsHkEp9cL3m/GZGNwsWMbRXRZWqtLHpDlRU/BsTvv97Wdw+exdDg85FOGXxwLGzHnDKtVbiQMUoyTh6jBX3X0So4jBnxx6sX9WGT0UaScsFozeQcy8EQU+H60YK3m4lOCkLM6FbhQ2G1sJQC4v6X25p8OQPre4PRhYfxpKzJpfBk3fF2O7PqFPt9xGhDiCfollgK4ufvntVWNmdQ/dDSt4XNPlCrorOShRU4L+k050iFik+Jx0NHSBXx07efV2s0++B5tOhpTweuEPLJpuGYoeRKZwTbKSCtPke56iwxNojXL5/V5DK5VD69WTEeEqkUfDly2StSBpcyy65hP1WGXuFcYrGQ5ND8X+MJRiyRm6sl8+TPME82rbE0CFwqrHrJuE8sV4qQBLvZs2gt4v77r2ouEWmOGKOJOXMaViMl85S47AfmEulaQXCZ9VLjgmA3OpYXA+K3H5/XaU60vWIwhhAiYxC0WnI4OJ7erJmcJ1GYtoGnNwMHd+TgA51tEX/efVP/+bBHSYlUCi0EOxdYWsVuG7j+eMm/u4DWsBvDuX8lJN4HlGkQf91/Xf/eZGY3sxoMVqozQOqReQqsVx1bF9FSM4dEayRGNmQkTZMRb17f1sMMB5e4utSUIDgKgVFHPuxn+s7iY6HTmjlFyrFytWw5aRwriDevvqxzSow+s+4N45SwWtObI+/3kb5tidkzWEMSgsk7ri9avKvMsfIf48qYaRjdIU0AAAAASUVORK5CYII="}],"display":{"thirdperson_righthand":{"rotation":[59,11,2],"translation":[-1.25,4.75,1],"scale":[0.6,0.6,0.6]},"thirdperson_lefthand":{"rotation":[59,11,2],"translation":[-1.25,4.75,1],"scale":[0.6,0.6,0.6]},"firstperson_righthand":{"rotation":[16,14,10],"translation":[1.25,1.5,0],"scale":[0.7,0.7,0.7]},"firstperson_lefthand":{"rotation":[16,14,10],"translation":[1.25,1.5,0],"scale":[0.7,0.7,0.7]},"ground":{"translation":[0,3,0],"scale":[0.6,0.6,0.6]},"gui":{"rotation":[14,34,0],"translation":[0,2,0],"scale":[0.6,0.6,0.6]},"head":{"translation":[0,13.5,0]},"fixed":{"rotation":[-22,26,0],"translation":[0,0,-4.5],"scale":[0.6,0.6,0.6]}}} \ No newline at end of file diff --git a/blockbench/molecular_recycler/molecular_recycler.bbmodel b/blockbench/molecular_recycler/molecular_recycler.bbmodel index 4a37be7..61d991b 100644 --- a/blockbench/molecular_recycler/molecular_recycler.bbmodel +++ b/blockbench/molecular_recycler/molecular_recycler.bbmodel @@ -1 +1 @@ -{"meta":{"format_version":"3.6","creation_time":1625175903,"model_format":"java_block","box_uv":false},"name":"molecular_recycler","parent":"","ambientocclusion":true,"front_gui_light":false,"visible_box":[1,1,0],"resolution":{"width":64,"height":64},"elements":[{"name":"cube","rescale":false,"from":[1,1,1],"to":[15,15,15],"autouv":0,"color":4,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,32,32],"texture":1},"east":{"uv":[32,32,64,64],"texture":1},"south":{"uv":[0,32,32,64],"texture":1},"west":{"uv":[32,0,64,32],"texture":1},"up":{"uv":[14,42,0,28],"texture":1},"down":{"uv":[42,0,28,14],"texture":1}},"uuid":"9c4eb9fe-26df-dcf3-e8c0-a767251956f0"},{"name":"cube","rescale":false,"from":[0,0,0],"to":[16,2,16],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[0,32,16,34],"texture":0},"east":{"uv":[32,0,48,2],"texture":0},"south":{"uv":[32,2,48,4],"texture":0},"west":{"uv":[32,4,48,6],"texture":0},"up":{"uv":[16,16,0,0],"texture":0},"down":{"uv":[16,16,0,32],"texture":0}},"uuid":"46354d4a-43e8-f045-bbe5-3b235d3ab086"},{"name":"cube","rescale":false,"from":[0,14,0],"to":[16,16,16],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[32,6,48,8],"texture":0},"east":{"uv":[32,8,48,10],"texture":0},"south":{"uv":[32,10,48,12],"texture":0},"west":{"uv":[32,12,48,14],"texture":0},"up":{"uv":[32,16,16,0],"texture":0},"down":{"uv":[32,16,16,32],"texture":0}},"uuid":"fedb2b7c-78c4-18c6-03f4-788d87d0398a"},{"name":"cube","rescale":false,"from":[0,2,0],"to":[2,14,2],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[22,32,24,44],"texture":0},"east":{"uv":[24,32,26,44],"texture":0},"south":{"uv":[26,32,28,44],"texture":0},"west":{"uv":[32,26,34,38],"texture":0},"up":{"uv":[36,16,34,14],"texture":0},"down":{"uv":[36,16,34,18],"texture":0}},"uuid":"46fa22c3-c1ce-ec14-cc98-ba660cace8e3"},{"name":"cube","rescale":false,"from":[0,2,14],"to":[2,14,16],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[32,14,34,26],"texture":0},"east":{"uv":[16,32,18,44],"texture":0},"south":{"uv":[18,32,20,44],"texture":0},"west":{"uv":[20,32,22,44],"texture":0},"up":{"uv":[14,36,12,34],"texture":0},"down":{"uv":[16,34,14,36],"texture":0}},"uuid":"e3f0ff34-c15a-44b2-0c01-85f9b6f207cc"},{"name":"cube","rescale":false,"from":[14,2,14],"to":[16,14,16],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[4,34,6,46],"texture":0},"east":{"uv":[6,34,8,46],"texture":0},"south":{"uv":[8,34,10,46],"texture":0},"west":{"uv":[10,34,12,46],"texture":0},"up":{"uv":[36,24,34,22],"texture":0},"down":{"uv":[36,24,34,26],"texture":0}},"uuid":"6048f5e3-6b93-b46d-8dc1-61667d0d5d0c"},{"name":"cube","rescale":false,"from":[14,2,0],"to":[16,14,2],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[28,32,30,44],"texture":0},"east":{"uv":[30,32,32,44],"texture":0},"south":{"uv":[0,34,2,46],"texture":0},"west":{"uv":[2,34,4,46],"texture":0},"up":{"uv":[36,20,34,18],"texture":0},"down":{"uv":[36,20,34,22],"texture":0}},"uuid":"3ca9cec0-04df-a9c5-eaca-702248b1fab5"}],"outliner":[{"name":"VoxelShapes","origin":[8,8,8],"color":0,"uuid":"698758a5-c017-81af-c5d5-d4a960457e45","export":true,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["9c4eb9fe-26df-dcf3-e8c0-a767251956f0","46354d4a-43e8-f045-bbe5-3b235d3ab086","fedb2b7c-78c4-18c6-03f4-788d87d0398a","e3f0ff34-c15a-44b2-0c01-85f9b6f207cc","46fa22c3-c1ce-ec14-cc98-ba660cace8e3","3ca9cec0-04df-a9c5-eaca-702248b1fab5","6048f5e3-6b93-b46d-8dc1-61667d0d5d0c"]}],"textures":[{"path":"D:\\MyProjects\\Minecraft\\CuboidDroid\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\molecular_recycler_frame.png","name":"molecular_recycler_frame.png","folder":"model","namespace":"cuboidmod","id":"0","particle":true,"render_mode":"normal","visible":true,"mode":"bitmap","saved":true,"uuid":"13ae17e4-398b-7b72-2f25-6605a39fb727","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/molecular_recycler_frame.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAgAElEQVR4Xuy9SYwk63bfdyJjyLGyqrr7Dm/geyQtPsoiDYomZVuGoY1lAoK90pLQToBhGJZAGxBom7IFgxYIW7T9aC64ICBtCIFe2oB3XhgQBEqQSImzQXG4fMOdeqrKyjkyM4zfie9Enfo6orK6771Pt/vVBzS6MjPm+M7/O+P/JP/1//FLlURjUW71m6erZfyTDLNcVrtSv+fveNhv/vdR/uJ2L+z4Cb5YlvX1MLrONc6LG2fgHtnvX3304Y3vt/t987kY9PXvMnyXp6l+LtJUpv2B/j3Ismb79W4n282m3qZf7+t/f5lb3Kzr4/TDNfh9Oc9mt6t/D+efzefCtWf9vv7fC7/zd9nrydVmI1W5lbTXk/3hoP9nvZ5Mir7sDnvJeqnY/XJ/NvppfX92Hvv+fDDUP3nfx+YB23HNXc+C3/ywe/Pf+fPb71fb+hnZ++Fve0d8Z3/bcZblVspNPbcZPIc/ubz4UftcSe+j5dd/5YOXeU+v+7ZJGwBwU9+YXehLiwcPP54MbS/MJk3XSz82adp+b3vYHnD4Pd7PAKENANj+9z94/8ZhEZjxeBwm1k6FqQ0AlodKJkUhkyAsu14tNAcHmjEIxELQ9nztYgxI+GzH4W971pv9Tsok0c2Lci/P51eS5bkKOyPZlSrUPJ9tkuh9MAwY7P0AADYm45H+aULPOexz/M7tvdo98Nnfz2yzbo4Tv7d3zs/1q/Vqpf9frtf1ebKsuT/bJxZ8u6bFdntD2P05EPwYAPhcHvYKAAg+Y3c4yDevZg0A8N3i6//wX8bX+yZ/bgWAx8uF3rMJl71YL+j2Yvx3vBybPG0vsO1B3rZCHgOBuwo/530VAMj7hTy+uHjhsplgu6QnedqTk2IghVRiAMDGMQhwj36S6+QLgJEdrjUOf6KtJFJuN5JXlQJADLKr3U5WVSW7zUY2241keSHVeiW9YS3EAEB5OOhkZ6If0kw2h530kkQOQcMbprmchZWcfdAAThwg8J0HgfhBMAdiwdd90FAcePj9TgcDSfJC+lnaAICCgdNqbhM4jovwI8zxyMMzte+9NmDfXS3qud0FAGgB8XHfZK3gTgBgD8QmMZ+7AEB/C2rjXUHAJo1/8B75mWQxGHwS4ec8ZuZ4DcBWSdMCkrxWfy+uZjLKixdWFUDgwXD0AgAg1N4UiNX1YwDA9ra6qyAFcwBAYmzXm0bV35SlCjir/yQv5NmqnuCq5u/3MhyN9O+L2Ux2Warbyq6UPOnpPXVpACbAPAtMgviddr1br6HceJ9pJu9OTvQr/+68BuHnVxcIoPbbam5CjCnjB0Bgwo/ab8PUf57HVbmRQ1XJs9X6hgbQBgD+2G8aGNwKAP5lxQh9GwDcBQTiFc0mXDOxIhDhe1aP+aGSbVhdirDNpFerwjYehlWQz/HKb9t0+QCaydJLGlOACQUIjIuiUaV18gUA4G+0ABus7qzeCCCrd68oVIBWzjzYBP9JGtTRfbBnm/MnSbOK7ra1jyMrctUIAIBDljWmCfuiAeSDoe5jz4d92J4BAKzDc0Jg+odKfQCmgWEuxMMAEGHyfgH/fk0L4DsvwLEGYNsZkLdpl20mgL8mfse08H4aE3C/+tv1oik051mt9X7xfSy3W1kfavPmZQGAfd4kEGgAwFZEvUHnVOPz83VtqzHaVrPYDPATpNmvxTyIJ1wXCKRBLY0Fn/0HWSpZECI+e03hmPOR+/zd97+tl+EnuK56g74K2HA6lSxJ5bBa6MSz7WwSDvoDAYg263UjbHtWzEHtJFxdXcnZ9ESKcA8GAoDEngl5OKj9Xj+zeiWzY3Mu0wSy4VD25V7K5UKBRd9F8AGs1yt9LycnU0kQ1iyVeXBGDvJcVquVHKSS2fxK+sVQ9tVB0qQnw+Tm88IZyAAM7G/7bPdtjkJ7d+YMfeFdtviKDGzsHcXzKvYz+GOaqQEA+GdkAMDqnqtjs3ZmmpawXq1rrScMVn/ufx8A+8ly9VIagB3nTQEBBQAv/Nwg3n8vSKCoObC8yuZfUJszqM0+jCdK28ThO4Ter2T1S69Ru7ffyyFNZVIMBHXbJpZf+Y+dx0DOAMBAoBG+4H0/OT2VPM2knM9b7drBYCB47Pu9TPpeC8A5mKeS7A71NQ5H6tFHk2CgyZTY+YedVOutbMOKhJPOq/o1CPTkrYePZLavNYFJWQoTG6Dh3THZk91OdmUp+WQs6aAvG8AiqL8KAvut7K+WtblgEYoKLeDFlT9+do3wp6nMt9smWvBoVDtLbbQ5iONjeRCwecU2x/b1c8n7GNQfEMDO7kXBK8/0GXnhX4Xnl0pyDwDhxSR/41d+ofIrflsYzwPAbYLV5RHu2scmwy6y4da7vQr7PkzONKxMO6cmAwAqDMVAMAG6HIZtWoDdL/f1xx9/3Hp5rCJM/NFoJL0QQmQF3W1rmzLJMlXrVSXf1SsnK1gRVG6ehWoCWSZJkshJvy+Vfq6dXwSwnoSVXAV6V69SvQByVXW9avH9O+cPZIEfohLJtivZL5dyOFSyDtYPwIVDMBuNBL/AcrOWwXAg+0Ml08lYtputmg7L5UKSEJY9bTGzuoTfAFJ/zzMNg3aF644BPyHENh9ObBb4a2mLMliEBgDA4YkGwFANJk0+EQCwwo9+6q994bb5/iZoAQoA/ibbwKBr1b/t4bzMbzEAsO8soDp/m8qrK0UQEP4GBFC/H+R5AwCxgylWO/11tQGAxcRH09phNZRE8slEdtudXM5nqqYz8QCAXlbb5FW5kwEqeq8n1W4nw92u0Zh2FlMHMBK0mIPkRS6PUftDLsEQT30At83+ILtNKbnza1neweH0TAEg2W2kXCzUpr10zwkAIIQ5CyAFCOR94vwHOZ1MZD6bydX8StX/UVE7FLk/Pyan0xrMAjj4593lCGx71/hrukKyzDGA2f73++OziTVSfjdfjkUpLAeA3whZM/BBxGakP/Z88WJey28//qjTBDAB7wKCNxYA2lR+bNbY3raHG5sLOrGCkytGen4zgT8JceousLDt0AgsXOZXHVZYG9N+/4YvII6xx+FG+/39Z8/0ED5B5PzBWQMuBj5JUdv0h3IjSVXJ/LBXANDJ2Ut1lU+LQqrtTqp9KRMnWE9D4lSvl8gkqN8XsyvZDQd6HkCkH3IuAJvVfCHL5VJOwkrNtQ/wMxSZpMOhLHY1ZicXT/X/JVpI0AD4DBixyWw+k9HJiYJRfzBU0AAAzCFHFMDnG7BvGwB4n4QHh673ptuEEOGxUC7b+lyNNuH3ABCfk5A1vgQzC+JrZXv7jmd6w0wgD+Tpk1cGAH32IXGoDSReB4BoNACvFnNjTBocLubkMQDQCRYmvq1aMQDEL50X5AXQBJvj5IfDC+qgAQjgwbbxdhYJQDgNBOKIQFuSjYUTvaoJAHjhJ7YvWSb70VjyIpPzQy1sWbhnzJLVcimDrKcgwKqYpJk8nIxlR8LNtlSH4Hklst7XmoA+z6RO6EE4E3wY5U4ulyupxkMFAPwajLcmJ3K5XErew4ZdqraQ7fcKADNMIZJlhmNh/UYTkPlcnwECYBmAlsjE8T68uJCtVI3aLyH5hmcBAFxeXDYylRWFjEfDa4doCIN6rzsbx7kCsVB6Z55lDHaBhc2NY/4b0wAACP72uSqs/HFWIJEATB4bmHQAQDxuA4DbAM5+O2YqfN5B4IYPIFafjwHAelcKq7iNOC2006YLHnLbz3vxPcDwNw4wG3l1EM7JwETwpoF3GmIStGXdtSUd4QMwADDhR+Weh9V33C9kGoyks5OpXIZU0s3VTK+t6Odq3zN2CDL+ghLBLxtTwDszR9NTSdOemi7rcivb6loFx9eBj+B0OJTn81UDAAg/YMs9ERXIRmPpBfPB/AGAAHZ+lfZ09bU4+NPLmSx3pezzQjCRVZMqd5oAhGB7AOAeTs9Ob0QhzOt/I0U6ygvw4bu2jEGvDbZpiwb4/G9z6IbvZl/7Q8aDgQq+n6em9vuMTXwCXc7NWCP9w+fPXikKcBdwYJvPPQD89X/w840P4DYA0AneS+UsEt5hcHzFoUMPCvztV2TLgiOTjYHAjaNYvmkZXSCAWeBj5xYqnG/rMNG7LsPNrsVfg4HBxdVcvfh6HmLo4Tp6gEiaSprnMugl8lawiYnp47DDFYgzj5V7Mhqq4CKAqn7jC6gqOaxW6nQz7cSuA2F9+9HDGsgWC41LD/NCkhDSBAD0mV1eyT6YEmXwYBsI9AYDOZgmcPFUNRH8DVzDIZgali33zadPZU8kYjCQAuDY7ZqU4KfPnjdzWRNqsrSJQvCDCZLlBPCdzws45heIE7rid9GmlXnh2my30g+m3maPxpXKIACuaalsDwD4Fd4DAPNLTSRSgUN2pJ3D1wLw3bFEIH9tiRzesc9d+722APDxYq73hglgHlgDANR2EJoccwZpqbYy2wMxtd0/MAOYtmSerpRY9uf8WYijcx7TGNrSR80kYNX9vknt0KqvsQ5l2mgy1kIe+ny5vJFzb+G3JTZ6kcmoLBvHGHb6crtrAKCf9TRJCMcgArgr8jrh5KqO7w8CxFpM/4RU4jSV4XCo2WgKJMPaxzBJao1qkIj0h0PZzJfyZDGXCnBwhUpX5CScP1QgGqWJHEgDLuv7A3xwCJIFyLjclTK7mElZAVYj/X1FyBDz66p+zwwfMgMI4sE7xbs+Gg4bEIgBoMtpiFPQhncqt5mLPtfEAADh9+N0NGrM1Fj42c4AwEKYWggU5QOw3asCgBd+u64YBD7vws91J6YBtAlInOvtNQAmD4Pik1j4dQIHm9m2s4dkKp6BAaslq7m+tI68eJ2cwdTwjkgDgHjSGQiMkkTMBm1LZrJrshoGnyduE2fVy1QrGORpYwogWKsQcrq6vJJJv5DlciUPRgMhhx8Vf1UlGqqr5NCstmbOcOwevo2w0ud5IVezC/UFpCcnMkhzBbk+oEDRz76SJ8+eSbrbSRHSgbl2QCB/+FDypK4b0GhCAIF1WTapwEz+p5dXWruAS6Ma5Gr2eADwwq+5AsV1BaclDtk7PT+ZNIlOL6BEiNR4YOhK8GlL8fbvqXk/QQvwIABITEejJjPwrqu/v17Chr/39NkXVRDCan4XDaBN+BV4XR3B6yD8NwDAP3hb8dsqvliJ41XYOwjtAXsV3kDAQj9s4/0DxwpjmokQYut8RrgZbbnnXCMaAKq3RQduKzYxANA0Wu84SlNZbkspCZllmZwO+mI6xXA40pDTxXYrs/VWBkki/V0pvTyTk+mZLNYr2S0WWoQTg4CBi4HA4XCQbchw47tiNFIA2OxQ24cih52Uy1WT3dcP4INGQcZhNawTcjhGb71UcKl9DKVGHcwUWC7qbEb+WeXf4w/rPAgV+nBcnpUBAMLPMIEeUnMwGsl0Mrkh+3GhWFdiT5xJ2hWdqRcRV2pN0ZPTAuz4m+pQFwe5cKhdmDcDTP2PAetVfABvHADEiT5x3N9/9qE5y8G33/Ei+2EgcOrCdfzuIw7sCwCYwMZawI1JsNvJRXACchzsb4tS+OwwrYsP14IgABZdJcsKIq5yzYOAhci2WS7paKQFNFPMgSTR/H7GJRMQp1N5kH25UcFNskKqLJFRMZA0RA08CCRBO0JQbZxMTxU0FqzMwTcyHNRANg2awvPndbybbMGToAIDAqdn57IKzlJAoL9aaGSAe69Nm/paF64Szpx7Hz6vfQCYLIy3TmsnYJzybNf55enprbX9ni8iLh6L30Gbf8BrdZ6LoC3d3IDJFy6RFdkWemZbzZ7clnpvBnZ/OL9ZDnxMA+gSfo5v+74uqz/XnPzkL//cC4QgbQBgiItAmtpu6rhtzzbjYHdy8HEoyrHsOPvfg4BpHsSyGUxaDwKxFmLbIRgeANg3LhQ5Cz4AgKotLGirTDxRjVzDx8irwVAqfBFoFQ4EDLgeU5W3KaU67CTfbhUEBicj2Zc7XZF3663k/Vy1AgMAzk8eQLXfSTocyzCniKhULYTU4F5WV+EBCJgdJBxdzOf6jAgPYucrIAyHqikAAqZJjAKo4ZOQrBbu57NZI9gxAJiAP5hOdZu44MaKbfB1dOX/N2jWoZm1OQxjEIjNOvaJi4Takn2arMDDXt91XCHoASANjl4Sot7bXP2EXvc+efxpCL/O7deIVOSGD8BeoK3KfDZh9ILI6ordHtvjbG9+AuxdfrcRg4DXAkwAfUzf5/jjNLRrAWQ05BUAgAliDiY7jqn0RAa4Bp9I1GbWtJkH+AN8SW+yP8gqOLL6vVSmQagIDTI+DuFBlNZdyPfnGUzPpirUFOOwcpMOjAZxFUwNJi5mQi4H9dCzWqN2U8DDdZPjPx4OVQvAnLHwoD5rMv2KQkODaAGs4nNs/P1W/QGUEWMOPbmaCWbD3KVSewAw+x+hAQDwGSDwvubeTARyB+LKQFuJ7V3flo13DAQ4Rswn4AGgS/jrRWV705EZLmhnodv5NRdAGnwc39wuagAIIGB/toHBm6T6230qAMThP16AhdVswzgL0IQyLsWtQaDXrP7m4ON74vgWNqxfWPmCdz42BxBYO5eBgJkBrITkArR5mHXboKZbbYGF4whlml8iLkgx8DAwQoVGcJn0q91e7w1BI95O6NJWQ3wCF1KvwAYCy4r89Ey++PYj6eFL2O1ltl2r+r5bLJu4fv1sKtmQXlz05TSvq/kWq5WmF+e9RIlH3j6ZaMhyuTtojoCCIJGNEBYDBHphX44JCGQHUQBgJK6+wKoV//TJ42b+6x95pqun9wn41dQTiNzcsfYT3Cb8tv1dQMCq/gxcrBQ4PqfXVEz999drOR6AAGXVB/cMAIEuAIjPI2n1FlpC/P3r6Pn399AAQBwiawMAdrSV3+x7SwaK7S7L4PMnI3OuFmImZu1c8uaDbes1AWL9CLivF6Agx8ppEcI45GhmhTdX/HXcAIDlSjP2skCHZcU+BkRoATUAZCpwgMAVQpn05J2M9OhMi27w6K+rSi73tTOuz71u1jLfV3J6MpY878vgsFduPhJ7OCdefQul6gJEeJBy1n6uwmslvVWJ3ZrJ2+OxhgaxZfntarWSHRWFZW0KfPEL76ozksAevxsAADqYAgYAJvzs4wFAgV+jE4N6JQ0RBbYzHwE2flwS/IKwdHxhmkMXUJi6b7t7EOgCmzZuANsWLWbJM9psa1Db1uQpNnB0vrec14lALQLuhTtJ9z/8wm1FZsPrpPrbvagPoC0+DuJ6mitTpdmRv69JIXdNIYsdNPYhMGmMq64ts28RUjQtndM7E61YxV+PZdaRlmtJRACKd0D5l+VBxhNYKACt6sQhK9oxu5rElyanAKENnhLO/bzcS5b2ZDIcyhiHUvBOwx2wSHpasLNczCQLx+ae0QIYpgkAADrvdjtZmPd9vZYisOagBZByzPUS7hvn1Drs5atvvaX7Pb+ay7dnl7IK586qRMZkJZ5ONSXZwOM8SWW+XtXaQgu55x99XDNgGXWYkWYYb54XfsJmmAAMDwJxlmD82b+LWMj9b75K0N7ZbSDAvgYmRAIQdoZVBbL6a2VgKI7S9+wAgM/vbQMfwC0AoKo/v7cNpxW8jnyCtwKAPjDHXWf2M3YlqrwNEoGsLuA2Z5sBgYHAZn+d1GPVf3YczkHtOcOiCAYCnhgEFZmBJhCnFMeAxGfvzGwDAOxkhJ1zjMZjdbCRqIMDDnOD75ertSijDxV+RSHvBqcS937+4IE8RVOg4i1JJQ0UXTj+EE7GkLh+4F1kZV6FbGAqCfEHoE2gBaRbng/JO2OZYc8HDQoQAADgFgC48AEku70QTnx4eioJlGT9QkHgJM21OMnMIAuf2rMBADxJpgcAW/VtW139jRm5ha3YRw9ioY8JRuPwH7UAbfUosT/AjstiYTUJHDuu9PP1HWQ+mvDf0AB6PfnD9eJWDaCx+9sAwAn/65gDwDNJ/uov/eyNKEAb4w8T0Mf+LXvrSsk46oQRK+rxDjV76d5rbJoD+9YAUwsw6hnCZcJN2azFovH2owl4GjJvohizTps/QoU8TABbTWwV0nyHsEqz3UVYlW21z8IkX+yg9hpIb7vWQh8mOunAnJe01AF2M0k8gYMv6Q8aj/wDqhRXS3my3agaDwjoM9vv5OnsSu8Xf8AyrKxZVRN4Mh4+eCAP0kSSoIo/5Rkd9pp1SA0Gz9dMio0kslmv1JcwPTtTU6CuFRShUmGlVFq1KeOjLN948rh5Pgi8seq0hdKOAYAXej1vB61bvB3HbcsR8e+OdxVTjvnj815swWC/NgAwELDzA3b/3/LqOADcYfV/bVOB2wAAQUMN19TP7aYJ+/HgvHe+rarPe+LjVcA+Qw5plX71S75O8ySXH+FnFGSukTWncem67t+Gdwx2aQFmErTFlnWCBgAog6axkUpw5un9U/MfnIjoIYQGh6M6R385mwlRgXnSU1NgOp2qva02tAOBJSHBIID75UoFltWaFV75+JOezGYXMl+udPWWkO5sIPCFtx5KHzKRNNPVHlOBiALje8/P5XI+lwrnFtWAoWbgoJWDPZkOBuqTWCgleCm71UoGBjIu4/LXv/leLI9ijDmkKcMizGcGYTN7bifjsaYDe04+3zchfve30X2xbZzQpem9jtDTiD6N6itW5QFyc14S67dhf1voD4IUvZegtb2/L3+0Ue9bnHydqj8H6dAAXnig7ovPm5/gBQ2AazXnGQBwsV6r0Fv83SrwvOedfXzFl9UR2H23JXTYhDBnWy3w9erk1T5j/uF3X+Bjq7qZKICAFRSZKeC55+yYcYoqE8cAQENylMmGcB/3ihZAei+DJJ3+oJADlX6SyHaxlBWMxeOxXjMgYM+HuP3pZCwfhlg9eXOAQM3Rv1NvP7F8nIyLkI8P0FB2TMou/QbwQUzHEymynq7sqPS4+7B1AUVKhzWvf7lsTAHsf7gFUrSNfiEflaWMIQulevKwv0Feyj11AcAmgAQAwD99P6FOwRyF3tvumXjbqMW97X8j19/XZziyl9sAwGsnXIOGrc3RR7GPAwDUf2+aGAAYCNwKAF0r/ysKvweGzwsQ3AAA/2IsvddWZ1/SyiSPnWncnNlxeOHjME4XKlqM1zLX9NlGDLn6nXbjuSb98L4Gu1Y0EhN+cwqyr4X6YhPAXxM2NH4IBBLOPGi2dZI4EEDQUM9xtnEtuqqvN3KRILiZaisGAufTqXIAPg6hvCLNZZqILGYz5RHY7A6qUYyLvA75Xc1lgDBnmZwPx7KQg6TbrZb+spoz0AwgFcUpyIDVR2m96RGwrMEIAGCc5rkk21J6aSqYW3MqFQOQ+Pv+rfe/qR9Z7RnaNyD8bZ9teyIf+kz6NcsxwmcgYABg7EVtKdpxApHfJo4M+MQevdegvcSU4Jb0o6s/2hBp1etNE7UADGy17yXUQtAr4drq/ajatWsAn6Hw2/P8PIBAJwDohAsJP/zdBgB87505J6NxUxlo5boWV2fbtmYR9nscdYhBwGx+M0E8AJjGYg82LkSyFaOrr4GBGb/jlKO0l3AfIGAqvT6DUAIMQLAiDwZ9ybelPFmsRAaFNurge4sMaPYeabhppjUFAAC+FLzSeK0xBTB3hqGxyAIG4V4qzyvRrEGElixCAIdtDdwADKoRGfAVPIA/4NmzOoxIYRCJQXle8xHiNxC0hxoA4gEAdAp/kTervwo+5oCZAc6+5/kDAPgmGCbosQe/KwLgNT5/fQYCvsVXGwDYPDSzwBJ/cG7qvNpuVSsAANjf6hu4lw+rwxcbL7+p9N8B4eeaXwsAMDMgZuj1ziQDAQ8A3KBpD4QNWV09qafnnPMTw4cezRzgWDFAxBmKNnF8yJHviFZYGAgg8CCAGQOQmCOQ+7gK/oAuEKDkV8t3cQCmmcbiR1kqi/1BloHW27QAAEAdjUHV16Se4BNAmK8CfwCmAGo1jqyr2VxW2L5BmMr94QUQAACoRiT1eFrkyg5ESBIQIJmoCJrAOGhM/bKUjxeLG5WE9rwMAPzK3wtZcqb627aFkbTi+3B1DPyN0PueibEG4M3AGIS68vxjMOCztfyypJ8bGkDogqT7uRyGOgeAlmBVE/GwY39Ubm70BuT7Ts9/5CM4ljr8AtpGX3zuAcDq8Fm1LIzUTIbIm8z3b01PX+AGsMSheH+2BxCszt/MCv0+TDTzWtv/du42r3+cA2BAAAAQpvTUYz5PwYTfaxTkAEDbhTAxNls4/kRQ641kChBALSWej2MOEHi+3cmuqHP30QLgBRxYTT5knrrS96QIYTlAzHINHo5GagpchnRVbHYlFgkrLoDz8KwOIwIeM5iFEfQAApO0J4v5QgEHPwPHhTQEwHmQ9OSjeZ0NGI/f+eBbqgHcUPvDys+Kz9hbnQarfF40sXQDAZ41q/+N6Iqz7eP0a38NbUVacXGWmQdxmPFiTbr0dd5/owEcDjXwhgiPOQcxDWz1t2t4sisVAEyY75Luy/ax8B5jEI6f++dB+BXsfBSgrVSTl4sNiQBbUU1bqJCDEeLz/AA+288LtT0MBBta73pSX0cCLN8/ZtJhG99Qw8yBrgSgGkxqtRdNpi2U+djxxOH516aWweZebOHor30BB+X+72lRjjWbIkMPkgm0E0CApJ5lL5V0NKhz8bmvEBXgb+hBoPtGmAnN8Uxn84VmCmIK4A+AYhxNgAQfMhDXpDuHB9bviYb4GNqngPMmiYyCSfuwKERLfgMAsB3+A9U2thvZR6Qa/N4GAFm/EFvtawCo72VEgZPL/9Dvgm2O4897+m2OeGdxG0FozEPBMWONwGuLsSCRT2FABAD4FGb9HOoALNfB6jusFuCj5bIBgFcV/viaXqfPDQBYgkwtLNdJPiZcviDHOr/GoR0AAAegZfL5xBy/wlpEwR6UhfcsXNdWIWYcBexLBqD1CrBS3zgq4V+CTyOOr4kohx8IHQBgfgHUdFZT6MKI9ROTNxDQFF3Yd0JyDCCwCQ4mHILTvBbdNhBAizmECGn+SxoAACAASURBVMF6BXvPUFV5zAE0ASYqzL5cD76FQZqqA3I6HChlF/eB468BAVp9UznH6hRAQIWX66ClGqQaUa8Bfv+9978tvmEG3+Hk8wMAKHqZdkNm+MpAPltBVpxR6t9jGzloZ9lu0B78nIwdhnZ9nOODUOtgx4sBwYcMt9H7PgYAb3qz0KYcuC2DzxhbeLA34u5byBnqTsDxS465BfxE8lWGOPl8Yo93FuqkCiAU8wHYpGhy9UNyi89wi1cpjmc0ZHEmHPF9BuE/BgKHqvno9LQBQou/AwKE2KDYZqAJaKquq7MfJ4lclHuBqCLPcgUBDwBPWdXDJKTCTxOBkkR2y3UDAjtIPJXfDyLQfdNsJM/zuiPSYCC0JCuXc4GxiDAhke/zXn0Pql0ADpIoOAEagDZaA3n+fljps1Fm+axABS9rttG/qfrH3n+29bn+be/PznubxubnoW8xHjuQlbchaDTeMWjtv1WLDC3QfCuwGzdPc5aoNZj9/rom9sT3d+zzCwBggkWYy9Nxx8IbH9gaQXiVrksQ2RfHIDUAXf0APQhYjrhP7OH3mg+/9obHpkSbmdL2nQcAkoAUDMqtrvRnJ9esN20gYKYA6yLJMvgDOAdJPeQyAQLToB0M016TWERRKiCAML87GqqDFC2A4UODmECQjezXazVlWPUBAWMSmo5HSjtmtQTVtpSTwVDDj5fPLrQdOENpwykd7tU9C70D9VtPnzYJNzFh5o20WacVeNvf5kHcQNQiAW1zgH3iehH/HX/HeRvxPImrAK102dqBaWcp16rN+zj83I2bg/Lbbc69z4vtfkyw7/r7CwBg6rkBQP1ibjoBPR23ncjnBcQhuhjxTZvQ1a8l5h8n68Tqo4GMTRJLFjKfQdM8M9JSukABm1sB52Ta1MBn601T6Wf3GIMAtf3WNqzYV8oFeBmovTaYBiQHpbkc+C5LVbswG74LBMwUQAtg4MCk7wAg4Mc7j+riInwKADXEn3AJYtuSBqzv7PmF+gN0NQzCQFo3w0DgyeVlAwCxFtgAQCgRNmdaDeC1ttEUBznWJ68ZtgFAfJ42J2FXZMA7BO15xKHBxWKpq39JWrXLbyCqwT356MbLAMCbJvw8vxcAwBxwHgDYMM7uMyEzweelmp1uL8ZebAwAnggUEOBYXZqAHd8cSOZfeDy7vJFspJM6pNLytz+mpw1TQXc+jsa2DAK2CBP5K2fnuuKSamspwOxL+i8e+merlXIAnj58pKsr9frr+ay5BoDNVmbYelHnaQyCo5DmneQYPA3npH1XWh1umAI4BPV8JAltajCgb+BAa/rqNOmzBw/0bzL+NEuQvoGHg6yznqYQewBgxdR+BH16Hl7XAxgAGGPuCyZAUP190o+9X77zTsD42Xqg8ODVVTDmt/Fg7RO42Mar/3z2AKCaaugATN2EAgCsTCGiYREP+3zX9uBvovA3ABA7b4xJp6sjjwmYvTBzwMUg0OZMtH0MBHx+QZwnEDsDfYzfGmXEziHfLsyO52mlYsel+RQsZLQ41MU4XwyVe9jNOpGHda87ohwI2jPCauuNtv7Ojcf/+cUNEJrThXa3VSeeMvau1qoFjMKxDQS4JrQYAwEy/HAoYlpgRugk3+01/be/2zfNUoYPztTeR6D327UCznZ3kPPRQLUABe7nF1owxIC92IY9BwAAcPAOOXumRAO8sPO3d7AZAFgEwK/k3n/0ssKvQh7ai7eFCdtAwOoGEH6bz9CqEcK0cCb78fmgxCB1nYMHgO8m1d/eyQvlwLaK+2Ig2zgGCp+++1ZRaASgSwvwk8D/7XsE2PexCm8ri/kCzB9hfoT42L43gApNyFprS1++4XQKwo5A5KOxnEwmMg7hPDzuBgRJmsszOADLjToFoQU7FLkk5V5jz6y0DHwCJOxwDdjt5AeQ8luuN3L+8LwWyuFQngRNgMkLP2Adv68FmCxBhtKTb9ZyivMxCHe5KWU0mUhRZEohRnnyMoRTv3JSNzclX+EJ2kcgNDHCUQ8AbKcCFFqBWTjNnqtl+nmKMH5j9ffhPw8AZrbFVX6xedg1L9rmnAFDQ+PuzEe0AH1Orv+DhS997N8AgG0BgNgJ+KZ7/ePnfQMA/Iod03+3vRCfKgzLThxSi0/W1VzUOxitJNh65cUZZAYwPmPQ0oatrkCRPvAGml/AVxJ6kyQGNWMF7vcHcnpyos43VlnTBDh2AmNOWG2p9z/tD7Tc90tv141ikvVanl9d3SjQ0ftxcfjBoWoakex3ZWMuoC1Uu70WHREZeOukttnnoYVYSlkxzk9SfjdlXX9QZNpkRFOMyZUgN4CS4RRgWOpqak1JOJY2Iw1mkDlBCRNC8oG67W197+1nXwMB4wa0xjFtMf74/XeF/bpAgGO29Qnw28e+ApKDFPicKaDzIWhSqhGU1zknFgb0x3zdab6Ogar/vZUTkA3aiD89CBhYeFUev0H98OsHHKcP8x1huDbfgCcGJc5fHnaSaUOI65wEHzbkWNYPME5LNqHGoRk3DbV78JWC9p1xDWr58UGE9mDZuBZA7myc9LQs10CA/5dU8eJx3m7k7Xfere+f1t+BbWhBgU8IpSmLsXX8TTMp9gfp9/saspsBWFVdCdmrDur4Kw+VvDOqw3Yk8WjTkSLXa4FDwDQBCovQJA4h1f/ZYqkAom3LQuNQAMD8LAoAIYRrAKB5971ES3y9Te2r/Ow5WbWfpVKz2lsvv6er5QttwW2/lwWAtvlm7800i9ghrD0CghZk/ABeE7gLANh5AYI31fa3e7xBC24rsXLRR8JMFqAv+e3KGzD07bLdVJhC6+gYqQwEtiG7zJJ9fNTBr/LsDw05gIMGErMStWU2tgEA25EpZ0QcONse4S3HeRey6k5GE+kndYjQzAGvCQwPO2Xl6dE/IHjiL0JrsFUluiojkAifOc64lpNAqKJx+0Ffr4NtzClHy3HKg7HGq5wmH6EICFt3tW40gRVZgoOBpJqXMJdSekozjtBPQmq1cTIaAHD+3/jWn95IA+Y7APoEDkN4EQLtGt8bXThcAPYe43foP3eFAP02XTkBXau/Tw5CW/FNQXzrLzuHpzbju5gRKG4N5q/tuxIAfBjQE3V4IhAT8vjlx+Ecn/EXhw67En10VY2y/ew8vl7AvuOc+BGsaak5B/ndg1BbpqBNsqvFUhblRnrDkexD7v2DXmAgKgnD5ZJCyJnUWk2bOUBkgPLg0bS2vSEBLXaWKSDyvKwTfvIklWHwyLMdnXuGwab/08ePZZPVFF8M0wSmJyd1JeB+J4fwm5kmtCRjzFcrmUwmunon/b5sF3P1JdAyzADAOBdNmNECAAD1PbgSYLr/nBZ1T0iGARalx1CmAQBtbE9dgGvPuQ0Q7poU5OeaRQUQfoZ1BYoBIOY1NN5DOxbmTRcAvK4UX7cBcttvNzQAVmBz7FnePTvFefqxJ70N9b024QXYbxuDgGkVnho8LgTyFYJ2LITbhwDngW/PA0CXA5DJlNDtNyQULWnCmRVyml9TjsPHpz6F3U6z8CydGE2AqEE+HskorLKrqysFAUyPA+2+w0VyfZerjWbsAQBk6PWlqlfZQSHb+VI2h4NczC6lDLUIqPwnSa09PBiPZQqbMCs/DD/BN6GACS/BbifkHiC8HgDMlwKJSRtZ529++5sq/AYASZLoMQwA4iabWpDj+ADRCmLqr65nfReNwM+PrnAh+f+c1wDAQOAYAMSLwl0BQJ/xa9Ts42VAoDMRyLPzdIXOuk7kX3Ts5e/SBOxYJrSm2vM99rUP7/GdP45lIRrPYEw5zvZxdMKHmeD+N7sR8k6agZ71B0IXX9t3ttsr0SeZdEToLRff/AZp3m+IQuAImEHNNRxqjB5PPCsdOQTr9U0QgLCTVOGzB+dytVzKxbPnNYNyyLsnnm8kH5CBEt67tFW/qgGGa3kcqggXtA0bDBQEZFeqj+Ei+CQgHbXV3573b3zjPcFjg87BP0qJeVZn/WFj8tFXz7MBx0AS+2liQW/L+uP8t63+dn1x1MDqRdBAPAAoCATb35qaeH4AIziNTYI2DeC7JQ2YZ/ZCGNBTdN1me3tbvE0j8JOAl3abOcDLjNli2N/3IbwmC71u8W2rG/te05TXdQtEHPCKWzyamzWPcuyf8Kox+2TDidDyW8eaBJ5C/RasyIAAWgBjcXlR951XMs1UBpBwDAZaNUlVH5yCCOgUlTlQVhsIPC83WjJ8KOskH23i2cPZmMjq8krmJAaR/ptlDbsNYcmR9ORsNFAQUC0gEY2+0HIM02G5Xsvg5EQLd4aTsVxcXNR8g6Q4By3Ad/b5Z9+oOQERfuLlAACrP6sjuQ/eCej386W5cZi1Lcrysup/mybgQdzawFn4L16MAAMPAN489WzHcXNQjvPdlA/wAiegV79t9Y2973wff9cGAp7f30cGPKWYIbp/gbEK6SMNnvlVs+Gy/IaQc5zHwTY0v0C92mRC9mCbc9JnlllcG9otvOsU7OCMxMt+GYQYECBeDzMQ98L3yojT6zWaypenU8333xZ1ae3pcNCAwHvBOYjAWlyeSsMeXngq/fYHubqcKcUXPHykFZBHQFQCgAEEJK8JRMwU4PkuMR/Mh/HwoToO94e9PJ5fCcQirOQpJotRe6ep/Po33tNMA+AuD6s/dQ3W/dcDswcAS8ltE37/Lq0dfNd3cWTAO5pjEDAA4H/MVQNuAwG7r5g4FEp36xXgj4l589uPP2oIQY4Jv9/3TTEJOgGAKIBxAHDjnkknRtu2ykC2iduG14k8O+XEgwacEZOAKriEFlNvj6+LccyU8ADAKmdhRR+HNsZh36Kc3Hi9pu22AQEDrbjVGN/PA/X3dDKStIROuyfLzUZXWWLvB8hSAwAsQ805AuI7/j7Mcu0ijNACdIQHqyxtNAkE2jQAAwCuEfPnkk7AhASzQjZBGzFzgBg/16h1ADgoQ+IRvg+0FGMzwhRYbEu5Wi+atGkFANf3770nj9X+Z+U3AlC4/ygJhvyDaIip/L7azxYBr2HF84LPbQDA9xY2tF4A/js7TvxbHGL8cH6lIOCbmdo1+nAg9wsI6Pu37lQ0DDns5fefPnmBEajtPtq+exNA4AUTwG7Ud2nhu7aV2j+ULhBgG3V0uWYij0MGl4FAXBTkCSBi08AqAH3hj/kA7HpsVTFV9DY+ADM1cCyRTHMod7JYLjTDTf0B1CqQeEOsHQ7AIlc2HkBgvVjICNovLQ1OZL+pS5yNJARGIBxq/bNTuVwstWEHeQQUEXFsNAkGx+JZ4A84gW+QFTpLZQ8/YSVaXkyOAOYAIJDSOCTLZI/plAby0hR23Jpv0FiMc0yV/U4LhZ7PLpvXhS/AEny++azuHoDwN0k//UK5/x4Nx8r0Y+q+Z/xhH0hgvbDGQv0ywm/HsWPEIGBxf/sdcFqUWwEU2hanuF4AYIibh3AOrwG8CsXX6w4CLzgBDdHt5ZkwtWXM2WrN/3HnFxN8DxIIJC/wkqQTimr2pfLiWbxf6bJd6q7tGxfv8Nn7FMjyizUA29fqE7pQnf1YSXAy7otck/X6h52UMAOlmQrqWirZLJdBOPEFiCy3a7XNAQ3ZHfQeVkETGNJTIfT/eysvZJXlsliv1Jcwm1+poHmfgmoVFbLKszjIg9FIw3loAgey+xZrZQnW523OQUwB6MX6hZoC46KvvgDzfSgg9VIhOFHuK3n2/Ik2MmGYM5DrePbRk+bRaMLMrj4PhKcMa86CNjWGtCTqCOQdgHFNiC0c8bOPw8Vd78a+b9ve13DU2aPX2X3sp76Zw75uDRZW/WerOp2bofUTh4O8v6h7A76K8LPfGwMA3EwsRG32mAGBleLeBgKx48dncZFggznApI0zBtsiBW2TwNKBmfS+QWjc7bgr/MT1fPD8uTAx2OcwHkk/LVSNP1H1+jomzyptIKATDKbf1VIz8x6OJ9LvZbJwq6yZAgABuQkkCGnC0WwmD4fDGjD7tTMRTQBKsF1V2+hoAQw0ATIAFSzmS6UfNxBQXwDpyKHr8obOxSHdtQ5B1qHNatCXZF/ptV5QrWgEH6ED8OzxM02T1eKY/TVdNgAAhTb3B5kmwA3YTUIT1Vho2/gA48iLAourxLxLVaDt4+edndvKuE3gjdREnx1NVEK/SABAHdGu0QjboOXcA8Av/5y+9TiX+zZmH4/ssVOtKz3XXpoHATQBhtUQaNUcqmhoDuInmTkG40ljfoYuAIgnqr8O7vEPPvyg1iayXPZlKWmey/lkoiBQXtZqM/0BR6HibzG/kkFWSJX1ZLlcynAwkHdCQ0+EcrVaa9iPfH3LTbC8BFZ6KgBxCmYIZ/AH6EqyXmnVYJVmMsLpGECA3zKaiWw2chFSrIdpWjsPKQTCufn8QkOQgEpe9DUnAeEHBGD4RVPhGVsTVsKDNmbPL+vGKGQxBgeiZL2G3ce488yhax2BvEPQjmV1Afb5tmxRP4e63pEX/rg60Go2bF9b8duyAfX5wgrsKNHgR8DZ6SnBbruOrt/eCA2grZCjDQDa1GzvG0BIY0ZfncDaQ7DOKjO73P9vRKKeQTjuC3As+ajt2u6SZQYAKKFIlktFd17akRUD5f1jfabfXoIzLoAAobR9Vaf1oh6X661MRkMZkaM/GKhaib/g8uK5CimOQgNJNJt0NJJe4A00EOC5UGFA6JCfSBAiymAgoE6sMHmv1nVpL8deJ6Ipv/QGWKn6XhcHTfKB+hO0RwD+Flq8VQcFAGuSwT1x3I8eP1HgQwPIi0KFBA0CAYcdmUE4jedvn+1Z+2iCaQDGC+krN0144jlwFw3APP4coylgos9heA52bFvdDQDQAKwgCK3H3oGnB2sDAAT6ZRh+X3sA+Bu/8guV97bG6nMbmSMPPd4uRkhfKWi/xenEfh9zElqUAJUWddgAxLb1ueD2XRtjEA4qHER+NfJmhE2IP33yuAEAvO55lsqBZh1TCm9p51WzzrKaKnFHkcsw76vAbxcLXUVYbaH1xtmYZIXMDzu99uXVTAWaFFoPAqPptKn3PzhNAJudpCR1EpLSu1nJeDzWJBwDAF05V2vNQCTWTe5BOhzLvqJ/Yk/LgiEnQeANANTECI5XagsYSaDMfvz0WVMLAACgLQASxoxsiTPGJWix9XjRAAy+PD1tavFt9dbrDQlIPH/rHnVs/sRpxf7987fxMPoIRZsJ4DXUhhkYUyuUW3sNwAvzXUHgjQKALq9tLNxd5kFb1lbcYsycVPEE8ZNjqWFAPNq1qurLiOOsMibiW6OxeoQZ5h3mbw8AXYVMdMdl1Tiglo+HSv/NAAQY5wEItjgKw6pCmTCkoQgpIUIG5cNX5baOGmjuwEEu51eah4+tOhrV/QMhDWXgEzDSD0AARyMrHJrAAqci9RC7rZzl9ApMdbUGBNT3sl6rE9UAQE2n4bDRSiC8sJLfp9uN+hh4ZwAZ17Wa1SQnjJknNB0N1d4HACahnwHPhtyEeFg5cBwhiFV1qxg057Kv4nvhoOGL+B3j5ddnE+jW2Mw0ADNFDAi8nc+1twEAIKfvKfIBvArX/xsDAG3C3xarjUNsvCyfhedfqn+RlsyDMFtSkNcIvLf+Rl4/ntxGE7hme/ETKp5IcZ/526oY/+jjj+oSXFbS0P23B/CgFpPAo/4AknESmQfCEM5HjP3RdCq5Em3A73+lQkdB0SpNZJiESRYiA2g22scv0ITjBCVVGBDYLxZygDQ0r3n+UeMvypqGPCu3TVSgRBBCFqKtgJa6rMctCnmHUGbIgOSZIjSAgA0aiZTLRdPiC3BAIGidVQwKBQBIRXm+hDhtxA60swGMxmgd9GysnZk+USdeDCwCxLvxIT2vfXKM20qGfRqw7/wTv39yRczzz99mAnCflsFqzlBSgbuq/u6iBbz2APDX/8HPX7t+3ZPsisca6w+b2kv2KrgHEku99Z5fTy9upyN1lhFHHQANnHtWxjpw3WYsBu0n1IurVC42wbqIJfABmFpLUQ+sOgzWvO2qJgYtxmMpwsoNCLAia8++vFAh1hjzljLhlYyLev9toN9O1nV5L0Op1sLTJjJg9fx6PqvGy+skJFqU4RDE53AWHJD4EAgNkkvACogAAlx6viSR85NTGYcegod1TQRCogzC2wtlx5gYh9VKAYBnu6j2TTddBB9WIO7ZN/vU4zsKbu6fPAmfwt3m8bf3YWDtNbX4XV0DTa31eU3BfDlxJMBHAfQZpllDe273Tgt1iwjocYfDJimI9/bPP/zwi7cJ8TEQeGMAwK/2cbKFfzkeoW1V91wBtu0x8gcPBGgFjJNQURdPDnMScj7MAlJ8afUVA0xsl3qSii6P9O++/209HTX72PcKRZp/n8i4lwoMsx4ErnAUGtNsCKkBEJgOJP0sLy9lQknwcKAhOjLQjAcAAODatZc9qcbBDuWUOP7YHwHkvp5SokwY7nDQaAKOvv12q1pC09wimB/alDRNZXx6LuPBQA67rdKFWzIMAIDKzv/zy5lUJfHxOifgh37wa/q/b5jiE3z4DaCLBwAAuPzir/2j61RammrSPy9urul66rHadnXg8ee4rRz3mFDacY6d5671/red740BANC5a2Bfs5LGQu0z7NiXFYWcewQkVu1UyEL4ySO55xU0TaDtOlT4XUNKgKCtQaiPLvjjdPktAACcQ1pt2DQjqf+GmosWIDsadMKmWxSqlpe7nbCyIESE4RS8xmPZlTtNTV4sFlINClXJrbYfLWAoia7gPKddqN7z1wgArJJKNSvIOhk0LNHj0DpsNNKEI5KUFDRCyjR/cx6cf73+ULa7tToDOWdjG9M+3HrlufbYP/gDf+alAcAYgT5cXMnf/+f/tAYAE/oYAILw31Xw7XkYALQJ2F0A4Jjwc57F1//hv+yc9NEPbed83YWfW0yIArShvCG8PqgOAOA3U9Mt195AwBpyesGPVbkaNLLWJhFtL4aV0MwBixL4duE+zOTP61c07xhkm3/yJ39UC0AxkAIuAPOSU00IUQY9AUNizQhbN9B14wDUuDqAF5J2yOCbbbayXCyll1SaNVdm16snHAO+M5ExEft7ZYW3rEpSV9F+8NyP4CHEXwBjUCjm8e9I6xAwl5z9y3F7m60Cr1eXuR9zsP5IAAAPnN7861r9EX7GCwAQv7ioo24DFm3fh32PkXF8GgBw19Xfbue7CgAM4VHxzLvOih7b0bHAWT2+nwNetbwr2rZtFzvy4jbiXcLPscwBZcc1EGCl/Wff+BPNgycshF08PT9T4ejp6lonKpGcdED7gGiylwodedKK5JJNnSNAOXCaqi9gv6/Dc6Tyor7jjMqnZ5KltUlhvQztWkwwEVyy7JSbz6W1xjXuqPKaJhxy9DmO94RbJZym/QZVnxCgnYd79K29f+irX63vkdqEoKF5/0qXZmjzQgHgFpX/hXd5h20/KQAcW/1fVvjbQOBNWP1bNYAu4fcrapuH1/9umsFdgCA+VpvwW+yY3wyEfBqw7WM+hDb/QwwCZqL8P//q9+tFKQAAf/eD040ogH6m+o/y3wQfxEaykA6budRZA4CzNJOngZjSC/JoNJSHIQoQ97zztfVdAGBhN1hv4xAc1+j3U9CAygxTgxAnRUI0OQ298pT1N4RYYw3AwMCe6UsDQIu9f0P9jwEgeuHVPv0d+6pLyG7TAO4i/Bz/TRHgT7KoNgCAmmeCbwc0Fe+2JCG29cVDbRfT1Z6bbWPH3G21A/rSbvFDxE1M4mvxAGCRA7b5v37vt25sagkixO0BAF0x6TAT8vAJD2rNvoX0IAKROu23IKM4tBgnvdjKbtGCMAcIl/kaChNc/o/j2Z6Z1wS+bXsv/GYa6HfrTRMKU3AO9r+CM/6T4E8BAOKMSW8OtAGArf4c64YGEAm/PdgbQnkEANSJGEZso7+q6v/dxvX/MqCgPoB3xzWRpQ1T/buE32/bVjAUX4D3E3S1DDcwsX29Rx+bNLbdX/YafBza9uW4//fv/XbTN8+EnzxxevpZ6qmGkdJUNQCy7VhhPVOO74xzcVUn2Sh5aMitr3alOgltmI3fxtEXh9sMHHyJtCfj6CLFoE6BQTWcaURoAeT82wAE/o2vfuVWP0xbROAGAPyLf/ITerzIpm8TuiTd//Ctk/MOx7htfw80x6r77jWA+kkqAHgNwCaUOf7sgcflwW2CGr+cY6HAWANoS+k9hmZ3AaAu4efYBgAm/DqXpVJabKOOAgBIA7aB/e1H3AnXgwDbWfLOC9lsztaPNYD4viHmiAuvLKnFl7maFgAA+FJYzZGHmdit/gDAV7/ny62P2LSxGADijf8+ANDi0GsFADm884K/wB+wQ4M4Ngd0InPslyjrvQeAAAD/3t/9L5tEIMuestTYegXpCZ1r9O+cUllqTnYyGo4kzzO1a2O11l5YW4kov9lEbhqC7g9NHwJUeYsoSEqZbx0loL5dK9w2dQKMrsIhCQYSDBtWtRfXh/P7049q7dImN6v4X/izP3gjzu2BzwOYCUKbV5xjPl4uWllumuvK8xtpyvGk9sf1K+xdJn+badSV9xBrVt8OjU7azmPp2bddQxMFcBt1rb5HTYFXBACOe2zF9/dwL/zXTyP58Z/9m5WtFFZJpc6vkDnW25KlTkVYJf3xUHahrdIkDUSYIV3U007H3HG2Utn/PjZ+Reksgj4YqGBPQvZfNhw2bckpxGE7Rl5R5x4AgOvUApjr1tnD4aChiPL94pQSanWdEms28L//5/5cAwBdwh9rELFdjPB7QW9Lb40zFz9rAOD4bT4WAwDLtDvWeutLJ9NbMeiVAeAIst1VoF925ee09wDgAAANgJW/Ef6izuvWQQloGYTmUKknHM8yAwDQUFOvJ+SFAwDrkNmmlXMARGhBZYdjxbeUVL5jNdcyU0cSQRLRoN9Xp9rHV7Omow5xf4SfYav79lAJpTiJq283Bhtjv2EVJxynAMA/iDPIrgtOsL/yo/92c7tt+Q6xCyRYMgAAIABJREFU85CNER5bsWNTyc9rr0F0ZSmyfaxVxBqAd1q2yU1c+3CbbMXRkNs0AI7TBQBWdHVXALird/4ILrzw8z0AvOwTu7m9agBe+I00gdh2UsFKU6eMblZLqUJYbNRL1Awge64miKCEtKdeejrrJKHJhrWoxlzYbstGtd+ttzJMe1pH3yb8nG8eGlqS/qpgEfjz+Ns0CaAJ8FLnlqOvWmEmQI7Zr8NgWO9WAedDYKi4/9GP/Hnd1+c7+IInnxRjgmYA4PeJX0Ps/4gBIAYSv78HAH/Orlf9MgAQ2/R3BQBfZenBLwaAO6n/LTdyLPZvu/hIwMs4/fwp7zWA66eRoAEwWcu8JoNgEPqqpe4gJLpWVJP1a7ILRiF177o+xTCDgQyoYtuWsiD5hc40AQBYecl/LyTRVNU9ffUoRCGRhdDjWV1zz5g6xxrCvwznQh8xDjt8B2ehln572GvdPAk09PKDD1+BKmghdq2jvI7l+xJYtACvAcSruC94OuYEs+u3VborWtGlAbT5FJ7D3w9Hf1UpyaeBhZ/EXgj998ayRK1EnHrdVkF5VwCwc8Tn/TQA4GW68RoAxBpFDCBvcv5+10LwKt/XAJCIrK1izQl/b72W8wfnGs6yLrJpuZVDnkuPqrH+UM5HaACJPHv+vCbEoP1yIKuoUO33lRRFX3rbrWbOmfBPhqF7jRP+9aY2N+DDx363IhoSccjKS6HA6tVmyXyzUfqr5WohiyD83AO+CoQfjYTwGz4CJr4HgMzlwv+lH/7hzroFby9zXTb5vcOP748JP9vEx4oFyr88AwDKpjF7EObb0nP99WA6UfRjqdhdSVEGKi8DAG2Oyk8bAI6tzgj2MeHXe/upv/aFNoE4dvxXEaLXeZ/aBAi55aVVp7G601RyMpGK5BWaXyyupE+NOgSVeSFFnzbViZwGamhz0vEwEDzaa+3LvZTVQXow7CSpTKn6I46e9OQklMvCclsFwadfHqMmtKw76TLYBiEuA9ed62Mpy/mVqu911ptPwT1IltcRhMl4oqB08fSZrvzq9AwrKwBgq3ZbuNBerjn+blP7FbycP4LPPhHqNNxfvJL7JCzLwTDmZLYFBPy+sSCaem6mAPUMAADRlK5UbAMk03a66LnMB9AVpfAA8EnV/2PC2Sb8Ot+k95ECsevfdw8Ad4Ol5N/9n/5WhZ2sNNLBBMikkmJbyuD8XI9C5ZtQgZYXGg83JeHR+EQGhOcCTXYt/DtZhGQTnHRKQHk4yDv9gUxHI9mmEGXURBIm/BvSVKHgHtTx9V4ABBN+rm0wGCqvPsPCiJBlMObK/LKX2WalvfMYpcYuRLJAVoHgr54+1+/Mr8HfP/SVOhf+LqPNqad9/DhmMFlixhtfwdhW7uwdihzHAwzHtmSiKS3Cq+qFkGV83QYC1GV4otS2+/MJVrcBwG1Oyk8KAHe1/bn+8U/9ZO2wiUZbbv89ANxlRoskf/F//W+rtTnYsJfXWzmD1Qah2tZ2NasnnWvz/kBtfJpTnKHWItCseuaoY+XflrKE3JLJW1Vyqhz5Pdlut/JoNGqiCIOiL+sQg0ZtZcIS18e2H0L84VZLawxK6yrYcQ1ASLtlYC/znbK/QJRZlmpCbOjjN5kovTV/03LLq/+U2P757/u+zicV89bFBUcKNK5E2Vbp2CnnGY4MKOykbQBg+8cAYPvcpdzaX6u/Rn9+tJpvzC70sG0hQ7772oNHN55PHKEwALgtbHdbBOCuAPAyqz8XfA8AdwSAH/97P11pyGxHB5w6pDaYnEiViGw3axX+mbLC5g2b7duTumMMHXKww0nQWVvqKTboeq2NJstyJ9OzqYzg0F8u1Hv/hQcPtUPuKsTOUfvhzhfy61lF4b7bX9NW0zgE1p0+WgpMuGWpfP11FT5OP6l7xJGtV1WaL0CSUH8wlE34XtJM5puVULxDeSwawHpdaw8/9rUfuPGkYhXesx7HHYhsRwTMeBDsO0vOMVW7SwhvAwB/fIDXiEh8qbW/+Njpx28AgddCvFbAufEBxGw+vibjK1Og/np8mgBwV+Hn7Per/90E+mW3Sn7sf/uZCuFH+EasylLJel0n3cCFhxp/oA11lmu9/AlccXlfbflJVmivemx4/ATr/UG57Rm7DV1qMjkLiSQ00NROuf2BnGU16w3CjxmAEHP+s37/pg09GGh04fLyUrUHqLJsZCQEBXVfQSPY3mgeOBOJUtAYkzr/+ba+n816o+W4JA4laAO9VAHgtpRlaztlfQlsNfcrqW+Cynm6VujYXNCVyuUU8Lktr8AAxu4dAGDE2kQXAOj7CAlWtp85FducgF57+P6zB00TTrs+P8nQAI4l7XRpAHcFgJcRfn2m9w7AO+NA8mN/76cVAOhGswkCBQCY8Jf7UtI0k2FSKXfco7MzYUX9ngcPZQPzzW4nHy/mKqhlCOWlNJrc7+VUe9jVjr0nlzM5Cb9PqbILBJwq/JIokAAQrPZ48zkeA00Ef4QXfvLdMSnwBSQh4YiQ4AZTJOQqrOmJt1oJmYEMEpVI/V3P51IeKqmCzf6D3/M9+ntcidhVpmyCZMKHGs1z86SZBgDmD+D4ysobKgi98JogGpi1gYcHAJyXXpvwx/L5CwqwVCpCcmKkquH83qF4DAA8j1+c4ci1f9YA0KX6Kxh1MPrcA8Cd5V8UAPp5LvvlSqp+IRUc+NutHEj22R1kvVpIv8glP1RydnKqHXEKvPhZriv5h4u5zJerRvg59STPtK02jS5ocjm7hOxapKDlVprK2Xisk1iDftBxHw4ySOo6fIT/KpgTmy3NMnO5cqm+kzRVwkwdFuoL/ohFIMrkJ/wPq0O9UiL8jCT0vaOmH5Wa8ZVHbzVPy0CgS/i10UQAmLdg6XGEnP6RewDge28OeNIUnIJtx/C1DXZctrN2agY+BgSYH7FZABjAu+gBgGPF+Qi3pQLHtQBtNG+/+ju//kIxUKwRtGkAn3T1vweAuwv5bVsmf+kX/vtqS75/udeGl+p8Y6VA9ef7Q808S7xfepn0+31ZLubyvZMTtXu/8eyZLILDDtKL/narzkEGYmrCDx9+v084Lw8NNDJd+XX1dcKPml4LaylV2rsh/LbyA1iYHKj9U8AE7rtAkHmBQzOseEQC2AafAN16iATwWbvgBOedBwC9lg6KMgMFz0T0VVfiGz/k2+iuu0KDpgXEAGBmAvkBNswfYPu0xf3jrsht2Yh3BYA24edafvU3f+OaFLRtpnmuQPf7XQDgVVZ/TvGm0nd9OiJ/8yjJf/j1v11hIWuSTg9vep3zD/EFanw66KvqTwbejr7x2JK7nbw9nsjj2Uw2gTEWTnkTfhJ3GN9+VofdWPkngUvPPP7TwahZ+dmmUr77XmjFVSoB58XlZcPRRygQr/+AvAHAIZgWAEavXygA7BD2JNGQIFrLOpBnXsDCG5phFllPShyBAQC+9u4X1APuOe1tpWyzqT0TEZpLV6bgMb57ngMhPh/jj4XZr/4W62+lEg9aRtsEafNP2HZtNG/+GF4D+MQAYAd2JKHNdbj4fXPPLQk/9tsxMs97ALg7VCR/5Zd+tnq+WuoqaQlyqP4pwkMdAPHn/lAFn/DffDHX4p9pvy8fLZYyCvRYQ5KDAr8/WsTs4lK2h4N2wmHlZ+D0Q0CLPJdBmssk5B2saXhx9kC32c5njfDXEYJUbX2Sg3RgRoTjmbawxiTI0qauQJOIuFZadq/XyupLrgPCr6PcNZ1jv//ttzsZcdi0LT6OUJk3PXbiNZPUdaKNIwK2TVsI0dR8tvG5BT4XPwaBNuG0Y5u93wUcXanLBoq+ijGeVuYDuHW6tTEA7ZPHx1h/b3Mc3iVhKL6mY/vcXWTerC2T/+Drf1urAVGpM0gttztJt7UXXYpMhV8HLaRDgg4UVTpBRhPpZz05Hw5lt1opdbam7VIf/+SpJL2ePMxzVeUZpPgi/OrxD1WFCL8M6nOcDgfqwae7Lk6/LTb3QWSY1qYCzTm0a03g7Lt8fiEIfzLgvNdsutQVzHZ7eT6/UmADAPpZqn83A06DvJAfeOfdJgoQU4oblbh/5ZZP7787RpvVVtDjY/0m7N7O99/xtwcABUqLgCjF1zUfguJbS26C38fMB45peQDxtDYAIAzYVp3I9kcB4Db6rwACbe24Ponw2314LeBe+LtBSwGA6jly+2G4hQabMYShNs/lgG3thB87fINUFrk2xDThx+4HRACJp8uVxvyJy5+Ox5qSasKvkzms5mqTJj11/Gm+/qKm0zLhx5ZvOtAOBxolIDph43DYy2y7VeE3exfwopyY/AGYcjAXvBrsu+RMs0xNGb3fwIrr7eQYALoapbZpAXet6EOQZ6EP4aOgQfmCnq4mLZ8EABRMQ1ZhGwCY1sM7aQMAe/4AyP/+a//4i/b5BcE9AgDs57P4brP5b9MYuqf3/S/HnkDy7/z8T1dkzlkKLZRRMP2Mzh7IYr2SPdx24Xct0El6Gi1gfGEyFZp5JMHmt5Uf1RVHnTn9Nul1Uw8TfgSZ8mJW9PM8l4uLOiMNMHoGt730pCgyLR4qgvDzuwcAGHJN+I2wi0xAhJ/kJACobqyRi3HkYYKQAWh8BV89Pb+hAcQPzEDgNuG3Fdrvaw67OKznBdq2nyU9zYuIAYDfTYWPNQC/ondpAHERkd/nPGhgMQDEEZAuALD0YA8A8bNTQOgCAWcGdAKIO+CrUnkfE4Dv9t+TH/25/0ozdwwAKJWdnJ/XKb6ruptMlqWaEUjGIKsp8XTCS6jxw1AMtGE1flYLcY5XP3j890G935UbXcGx2y1KAACcwrFPpeB6fUP4Te1/++QkNLa43o9zrKlgJLkopY1XbWKchLDct2aX2icOId9RfFTutFtPEoCLfazQiOw+0wDaJoNxIbb95iv0PAhQ3PPE+QAIO8ZmgM+vBwAYtAezbePsQl+G6x2CbUlBPuEovsYYrDwAdDX0bLv3YwBwqzbQ4gg8li58r8Z/NlCV/Pjf/SkFAGtBfXZ2KuW+kvl6Jc8QJBxeONTgmc8LmfQLdQCyMluW36YSefL0iXr7EVhs/tVyKV86O5ePQ2EQACBB+I2Y662Tk0b4L2ZXsgjU26z+AMCUlOQ9XW2uhb/oF5rwQ5JPCodBrycj8ggIT2o/vL1MUzoQ79Q3QC4Ctj/bMyb0FQzZijAUoQHcdcQluW3cfZ5gFRDA5DCb2zP7eAAgkYh7AYo4Zlvj0BgA7Jq7QoMAQ5yeHAs/n79jAMDJWkKCN3oGtLyIYx7/u767++3an0Dyl/+X/6Yyiq3xeCxVnslquZar0AobJx9jQ/ZeimAW8qhfr/xK6tnLNHV4vliox//s/ExX5UWgGrUkn4v5vFn5C/wFq7UM80zTiKkNuFgtZQ89GD34sqz2E6SEBW8KP6s+dr8JP8bIJCdR6SBN2q5mECZ15eFuL0+CbwHNhSQlvZ9AWnIMAEzoEd62nP/4scaCbRmCTfffsIPfzjIEn5VkQ9JXsQYNnx3YRhxiABRvx/f+OxN83/TFrvs2AGCbtjCnv5YuE6B1RW/LCbjFRLgX/s8etpL/+Bf/TsWKCgiw+q/KnebeQ6zxgA63+708DzZzP8HuP2nUfi5vXW7l6mouw35fIPlg5Sd8l2gVYO3xp5SYz7byk0nIeIBtvl6LX/3743G9T6hQNHOBlR/hJ0qwL/q68iP8bEvWIde92azVzED4iRQg5O89fiLlfifDwfAF4Qeo3p3c7InAdbWpza8CAF4QOa453rzmYMKEFgCbURsAsK/Z7DYl2moG/HUDAEQ5GH1PoBDNqS4fwG204McA4Fbh5/zG/nuLk9B3CGoTg3uT4NMBBwUAf6h56FproTuKZq7g/Et7msv/hZOaxgu1n5W/Wi5lOBqrTwBzAVU7Gww1t18BYLWUwXAkM5xyRa496iwEeDGbidBLr3/dRfecFGEn/EotPujLZrWSC1pcVdjKdXELwn8+HstTjhMGnAM2ZttNXYMwGMhGqiYl2H5vA4Aurzv74J1vU6v98/PCYWzBPibftpLr8wxhPYTVOxBtJY8BgH1iNuJ4Sphm8TIAoKAeEqPaNID4+ts0gKPRgLYW4u7ijwm/bXoPAp8cBJK/+ks/qwBAso0JP4JKayu8y8T6scMTqeTts3NV71UYKLvdbrQlNWM6Gup3WixT9AVtgR71DABglSYq/IACqb/E/4nh7yAUCWr5iEq+xUKz/eKVX4uGwrm1GWcIJZLwg+pP+e8AFuLg6OO8v/fBByr8RASM7CR+ZN4EiD30sY3vQ28c5za1vquqD5W6TSDbAMBfK6u53+8uvQN88VEXCHTlAdi52zoD+es6CgDHWoFFL+Suws9u9wDwKQIARBtN0U2/XyfNaDusuj6/n/Zqp1+vBgC/+sO+W0EKGoSf1X8SqvkQXISTVXw9v9J4uwn/gnAhjMGHvToVqfkn0w/hR+XX86xWajqw8qOWeuHfWy2Bag1bZRxSMFut5HKzlY32ENhpGrDZ/AZg9ui+//zBDZadtuao/jEb555955Nq7Ls22jAj94DZp201NwDgGLETEOBBa3pZAGC19sDSNl2O+QA8jXib9hIDwNHmH11ztiUseGx63wPAsSd0/PdGAwAAGFchH3hZ1f3vCP8ZYy8AYKo/Tr9HIYmG1f/pZqMrP2CBaj5bLOQUOq7+QPqhJBcAYEV5/+lTQfjV4ddLlS34FL8ABJ7DkVYceuFf4tmHWDRa+a0PQT8k0AAWCgAk9qSZPF7Ob7TCBgRiAPi33n63eUoxN1/b47NtvrGsk5Y8TZf91tZY1ZsBZp/Hq7IJKwDAMI2D/4dZof4B2+cuGoAHAI7XpgV4RiDfesz4DzyZ6Z0B4CVXfXwCxzgF4ndxL/zHhfsuWzQAoBMutN9a7w5SlhTQpLryQ+Jh8X58A/P5Uvn5AAhb/S3ev14utGgHYRsg/AEACCVeXM1kJD252u3kii67RaHbco7LxULefVjTT6EtsC3DPP6jwCWA6s/Krw4/p/ZfXF3JBrqwpCYqxV8AfTmTGkoxNAHG0IhPQ38Bo7y6i/CzP9vBQORXbBOs2MvubXT2BQQAQJx9D0LOQki01muz3AEDAHuB3FOa99U5aUFL6+EYv+Q2B6OZApwr3u8Pnj1RzcoiKHa8VwGAWxN/OHBHD8F7Yb6LqH4221xrAEH49T1RGrzbyDhMUlbN4WQq00FfPnr/fXX6MVj5P55fSTqo03R132W9ClOI8yg4DM3m53tsfi3eofuPMfzsSjk7PdOJOFDhv5J1hZ9hoeE+LUQitRjhR1MJyUVCqjF5AWHl/3i5VOG/3KyvG5rQVzAvpDzstLqRfwoywZ+ACeC7I3vhblsxDQA4RgwCnwQA/Hl97oC99n0xUADA4xIDhG0TawW2YhsA+P1sWyMEaWs86use2uodOO8v/to/ui4HPrbyt/T+uxf+z0aw73rUBgA84w7puBQIxQBQJCI916FnRQFREEZUfxN+VqxpAAkv/HqOkILKBY73O12hEX4Gqn9idf2bjWYd4lSEdYiegctgprDyI/yDw15zCEwYdSUrt1otaFx+SyiF9NiJZLDpUFAUMgHJAmzjvDPVuyuMZsLjVWz+ttXcU3vHL2IyrMGTTMuzALCs6rYyG7tQ7GAEpIBWaFoxmRTEovBe2+rPdh4AYpCIGYEMCOIMyRgA7Dg3+gLcIfdf30ULjfddJ+z9dp/uE0h+8pd/rnoSBIsMOd+7Hupu6+UHcSdZfmZnHyi5nUyE5hU6yVbLpnT2/OxM4/K1ZNbMwqz6JYk+adas/GdU9YU0XoSfY2NzXjjhxxXIyg+7b7KvI5YnvaRpBkK576osJaHqkBUyqem3YMOBn5DaBkZ6KG/0JYRZyIpd4hU09vbb70RF4hwBEy4PAAgq/gdL0/WvjDAi6rxeE/US4UcTaj62aQAeAMhJ8P6A+Pr5bKu/11ja/AaUA3s+BDuW5wX0xU5dpKD1DVXX9ErxPI3Sf+9X/k9XkF/1aMl/8kv/Y2X2sVFncTASgOjbp2W221L5/aieYyD82PzE/hm7q6vm/MNJXV2nAOCEfxlWO5x+qP5twq94Qe1+qDkw4X9rOhVIPRjU4W9ml835elkhyx3hyqEMQyydeP3Feq1FQXq90Jo59h6Evz5WXe3WJkD2nSfpQHgZbeE/b2d7APDEnT7MyEqPkHIn+6BVIdQGAPF5zEzBT2AJQ/6low3EGgCffQpx2yTxfABtVGhxM9H4GI0GcIfSX9v3XvhfVVw//f0UADjs1Xbd5Mjz2VRlhB/WmvFgqE4/+gRmaq/XQkTzaGvPjYg+mJyoQJL3r5V0kHf2euqIY8D5PxoO1VZnwtnKT4Yfwqa2+WCgWX628tM4hJGs10oSSnISY5wV8qTaaRaiHpv03/BvtljKcr3UxqHUBNgw4b8rANQCeZ0G7F+BBwIAwLQAAODbq8WN3n7sF+cZGAhYCjDb+EQgDwIeANqmgWkNbcSdbZWEdow2QhDTCI4JP8c4CgCRh/9e+D99If4kR1QfAHafqf4NShMOPBx05deJKIns1mvJJyfKCwgAfCEvZBkccExihF8FZn6tEXwMuQhebLz9vVSGRa5NRTkfNGRKxdUi/Bzni5NJs/KTRGQtxPjt0XAs82qnoUQv/FdB5aer8CKs/FfBxDG1X7fPcnm+mMvX3npH978trOaLeLqSgeKYu2Xz+VLdtlJggINz+1Xd5wFYmNE7GL3zsQaouhcgw5qCdvUijCdLDACeC+ATA8A+eXyfz/9JxPOz37cBAE5lILDEft6s5STNhAIhBqtu2UvkwWSqws/KnwT7H1ubXHsdm3VT+kr6r3XrxeGnghdyBz66eCYFVOTBMccEx+lHrB9A+tJgIAciBvgltqVUqzqrkEGkoDYIRB6Ecl4EE4cgoTaEgIkMEREuQuUIDCBHoZEeg1LmLJPvf1ibrT481saAE+fZ+1djQuoFk/vel5sbbD1tAKCPLJguvhbAH5/Eobbog/cVGIkI5CvWgsxfswcxjm2mAaHKNmJQ+A/aaiLiKakawC20X/cr/mcvxJ/kDMlf/vrP3KgFQPiVXHO/l3enpw0/P4xBhzQVmkWa2s8EiYWfi2GyeeFXm58Y9umpPNdqvrXsyRUIwo+zkVAdnn6SiN4ZjWQZripe+RF+Vjv8E6j+pvZ74X90yhWKvPf8mf6/3dTVdZgjMBTZMADoiqn7B9umIbRFCzwI+JW5q7lnFwD4akCiEY/yogGptmo/nrlRjnu+Qnsf/N/mzOvqC3CX1Z9jvgAALtR3v/p/EtH8zux7AwBmdAiicy7U2WUpJ8ORpLQGXy1lGhqFfnE0VpYaVn/rAqSrf3D4cdkfrknfrcNvmugjlXwx8O9/OL8SqLxM7VcBDcLP337l5/PlbNaEux6cnMj7QRPAPNB9w+qJ6s/Kz8R96+xUnm7W8tHlhdYerBfzOvcAhp0IAEZBg7hLkU4bCPh8e45voTkL5/lIgDH0+HOZo+62WgCrA+gyU3wvQt8BKO5GHGsBXG8MABb7v8vqfwMAoiSfewaf74wAf9KzNACA1x/ab1R/svZQ/fflTg69VA5ZT51zD8jco4WY9HQ1AQDemp5qU05V/aknoE9g4O1D+E/xzhMjD1GA960ZZbD7cQ5CMwaZ6Ft0EqqqZvXn5taXtccf4cdeRaUn5ZhSYhN+ywVA+E/OTjVZxgBgPav9EdpQtF/U6clhoAEYAPBVGwiYow7ha/O0x+w//oWgAcSdfACBuNV4zCGgWYw0NsGMCT0B48jDzfPUoU6crgYAem950TAM2faxWeDV/5cV/gYAWmbh/er/SUXzO7O/AgDCgcoPKxD1+Yyz0UQr6PiN0N4IMo0eFX0bwT5EBUf4GfOrWSP8dBZi9beV/wvvvKO2OQBA+S98/sT58TeY8MMwNLXuRGQVwvO/2cgqdBTS7MDg5OoS/unJifYWXEJFnuXyu9/+pnYYMvafMs/UFzBJa7CBQYhxW7WbJ9xoSwoyB56t/LEPgO83ixqAYqZe75n3oTpPC85+1sGIvydGjR7NDe/5NwozI0JtazJiuxtd+TUg1t2S7rr6c903MgHddd0DwHdGgD/pWRoNYOGopfsU9SDEg76q1erBD625OSE5/l8MPP6s/E/n87p3XxAqc/iZ8LMPxCFMLADmo81ahX+voNLTlV9bkwV1XLe/vFRnn6nQtvKrIFiloDEYh5Wf3gEI//tPn+hqSGMRFc5+IU9DdOBhKEyyRiD4NNqGFyqj645LctvqAVToHWU3WgvPsIuqu+vcvh+gZ/dp0wTiduRoQgYAccswz3DEuX0/wbsIf2y+3MgEvAeATyqP3/H9XwAAugM/PDnTePtqtVKPvxXQJGgKSaIeaQWA4PEndXgevOvcwaMs1T5/iTnyVitd+dmOQdkwsXJW53GWSr4tVbW3suFks5WLy4umn4DmB1jj0dDlFk1Etw/5CDAZY2p8+PSJmgAXi8U1LyDaDWmzaCcB6Ox4XYxAXQBgq729qS4QMCBoi7PHtnn81mP2IcttMOH3INC2+psge23CNxnx+/zjP/7D5vQZLdpDZqaFEX/r/W9rrr+v1ruNwFPfb0fTzu/47L4/4dEncMMEYGul2qLRRtKT7XrTlALjSdfVfzDQPH9scByBTKbHEH+E1R/V/52zU/XQo/pboY6p/tioDZ2Xkoas6ozDEEYkWkBDD8JZDFv9EFhj/9VswAAAtCRDILIqkaeo20EroDswoUBU/4KuRVLJLBCU6HH3ezkZDjspwdqaeXQx7NwGAuQDxCnBmB1t6b72tvy5Y+FnmzYAaFvJXxYABkE74hxdAHBM+O8B4KjMfa42UABA/YcARDv+VJW2Ax/hZHMAsNjWcfyH04mSU1gOAKW9QvHNttTinrOzsxvCb+25MRM0Jm/ptEyy8nrl10pAePFWK1mq8Jatwk+HXwMLrmfSz2VblnX2axwXAAAgAElEQVTqsRPwGR2B6EeYpDI87HTl9xVvLwMAVr9vkY22PPwu4o2YF/CYOs89tQGAzRqE/xgAxGq+aQRtLcT+6Xt/rG3TWPnRAGzEAHDXWXu/+t/1SX0+ttNEoNlmrSsijkBGRjONJJU0qdT7z+pPI0sYgiew7gRHIHbqal/H5IkOkDUYr/wAgHL+73YyaxF+mopMhyMVfjgAIPRkkEdgw3vqB9l1Wm9+qM+N8K8h0QgmBu3HnwRWYboCGwBwPFqZU/swnoz13tpMgOa8rv23OQEtWSeuxIt5Atoq9TzBh4LXLU69OPHI9vX7xOq/rdwW749pydQH46o52R4A0HfuhB8wIO0bp/Cvv/+nP6EbtNTyx1P4PvT3+RDql7mKmhU4CJs5AgEARlJVau8DACQCmfDzGyt2dnIiF9TgZ5lMLCW33xd69jUryXAgz+D/yzIt69VJGlb+QTHQLr6x8KumEK7JC38CAUmgJEvSRO36WPgRFMhJd4FnkKYjDLP9P7iqmXwmw77e220AQLiuq/RX7yN60l1EIWzmY/jHuAXb4vXzYJvHAOBX+5jQtG3FjyfHr3/wLV39EXi0QP//XQHgLq2+X2ZS3m/7nXsCjQZgZoAKR0iWyfYHTQTS73qpnFH+izDDskOkIBHl8yM/YEBr7822KRIy1Z/J/sRWHfwI65USivSDxx/h7ykXfqlOQqMOBwCstqAYDKRaraVHuW+eN8VAFB2pY9FxAsBYBEcBpKQfL+YywqzYbtUfYXUCu4SipZo/8N989Hbr044LaHyuvzXxiEHA1/TbQWMev7a6gtiz3wYA+B/MBPlSnmtWoAcV28euOxb+rg5HAICp+9aH0ULCZGj+2jf/+FYN4F74v3PC+lmc6QYAmCMJXj5WBdh3+mmhBBv8w+5HQNOiLwO1+7fysN+Xj0OyDVEBCoVUQxgMlNVnnWYCkchmu5EhTkHi8MHhh/CvoQ0fDLQwx1ZGQoRoCzjvyDI8bGq24ZN8IKN+X+m0SD7yTj/Ouc7ShqAEAHg6u1RNYnF5pddt3YHfmUwaAIIRKB5xCW2cqMNnsiWINngSEH+cNp+AqeRxnD3mCPRlvP6YcQsx/1vstGwzDxSwHCEL1/H7Tz7Ww1hzGH/MBgA6qLzi53af9/9ZiOhne8wmCoAfgIFDiEEG4AR67v1BHinvf20WLEI/P/6mExCrPqnCq8VCQ381rddA494LqbUH2W6Uy44zVFaM44SfVdzb/BQECZWDQfj1uohOZHUmIl70RUiwoUiJJCG/8uv2243QIxANRhmClwspD3D6ZTLu9+UkaDkxALQRafhXgNlgzDz2vWf0se+6IgPGE3hbE48uALAWYpCHWJahnc9W+DYHoAG7AYA3FX774w/1EL4aVLMmU/ggM/l/3/uDn1D7n4KfI+Sd9wDw2QrrZ3H0JgqgaaSHQ+MRxrnG+Mr4RH0Ab4/HN4T/ESv8eqNaADZ/fzTQWD9jn/c1rZiVv4D8EwbgLNNOvWxDnN9WfrYnM5CxlErtevoCwDTEKo7gwxTU+AL2B2XRIdXVUoBZ+ckQnFd7OYV2nJbgh4M8hu1mf5DFbi/r7VrIY6DCkck9CLUEP3h2szdgV02APXxPHvrcvZEsMPn6l2SZgp7Jty28yD63cfjHRB8WWvRkIxwjTvPlu9sSfbjXf/7Bt5pLjhmToQX7P3/3t+tqv3vh/yzk71/7MZO/+D//rQrV2IQfZmAGCTZKCQ6rb5VIPh5rcZCVAlOqqysHNF4hfszkJo+dUF+/l99Y+d95VDP+0vjDcgPYz8KDCDqj2u/kdDqVQ7mTZcgFOGzLprEHq9Mj7GFoyNNMiPcPTqY1d+C+zh0g/bVXFPL4ai5Qh++rnayuriQniSixPIREJqOhfC0wEbOfX/19d19vx3cBAKty7Pk3oY7rCNpsfAOBrl6CNlO4xmMA0OX88wBhvgKKgdrowDkf5sKv/uZvNKSft1F336/+/9pl+ZUuIPnxn/2bVUMFRckv1YAhLjzqJeoVHp9MZVwUctYfCCu/CnJI8jHh57tn21IuQ/rfA/j+l0tJaGgxGKgDkc4/H3xc25y2HxECxpwmIWQRTqe6gpPHv6I0eb2RZFBoOrICBJGEwEOAU5AOwqz8Fhxk5YfiOh2N5PlypW3BN9u19hocFnQTTpXoZJTlcj4cyPeFKkUvYApsSaJqNiMm5fBPGnMgZvSx381csBXcs/Z05dv7PIH4jXY5+Gy7NvU/PkZ83j8OJdNs54lA0RygS6PxhyX/dAHAvfC/kux9LnZKfuR/+C+qfbD7mXyWQ07mnDqM+kMZF7kCwFf6A8Ej3wYAVAZ+GFZs2ZQyqA7aE+B0MtYUXdnvZEs+QOD2AwDYh/4ADMJb+BDoRkSW35P5lSxI4e3fFH4KeYwibJelsi8KvTYAAOGnhfmcnoDPL2SbABh79Q/slwtJaCq6KyXFv1CJHvvPvP3OC1Rd5qyzZ2Eg4OnD7e0BAHGZblufgPfXNV06w8qC22aADxG2cQ/GsX1/jFi42zSBeJu4HJhCLxuEQe8B4HMhp5/ZRSR/9r/7zzRjH7IPywMvECy87sVAqsCf/9ZgIG+hBcAM7FJ8TZC98J9WB/W6T89qws3znKxC4/Cp78WEH+3DhJeOvigQCD81BzkVgmEVZuU34cdHgNNqi18hTbVSkbHfbnTlX7Hyb7fKaZBI7dTEF4DwqwDCBtTvS2+3kx/58vfceLjxKutB4CujmoMgHnH4j5Xet/8yob1rQVCXFtClAbRRdt/FDOA+PADgwLXqSDOH7gHgM5O9z8WBkx/4mf+0IsfeAIDGGVp8MyDURzw9kYFU8pVHb9WMvKjkYdXGoWehPoQgl0oGdP89mUql3PylnMH/F3gD7Y61y2+vpym80FfBNYhND504QqLU44F7gH0ACI4FOCD4Cg4FtGDUAFRqHtBPkAy/p5cz2fLdoZKsyBUUKAKab7ay3+2UcizNM/UfsFLHAGDX6AUIEDBWnjbhb0vy8ZWDftU2ELiNYbiN+AOBtGzDrt/t2uKORPZ9m9lhxUoxh+BdAeBe/f9cyPErX4T6AJTQww3AYDw9kXHIugMAtDGocgPu5bDZqk0/T3qyqPZCuq2UGxXELKG/31CqXirTPG36CNgEe0LT0TAQ7AUlu/uDev6zyUQqQGazVnW+2pUKOpD70WuQen69hkFfAQswIGpAFmKRD2R72MnTJ09lT+Vf1pNyf1D2ofHJRDbLtfoDDAByrrWXyl/46vd2PjwDAWvppWAUNePgu1ggLa5v27e1COsCALuYOBpxm/Czj89duOvqz34AQBuB6D0AvLJMvVY7qg9A++dR9x888TqhRmMZDofS2+8au7+oRMr1Rpl14AdY9TI1FRjF4qpehdk3MAkPg8DaE0FbMG8/IT5sYUhCGDtCcwBHlstyPtMYND0DMRGscalu2K/bfavGEoQRACB7Dc3h2Wajqz8AkJBMdHoum0MpcrWQOb/h6ExSyehIfNjLj3z5K3rYthCaf5PTQGZ6FwBgPx/Wmy3q9GM/jpFuvCoAvMzqzzna8hL8uW8zAe5X/9dK1lsvNvnhv/Ofqw8Az7+BAMLNqkB7sLzfV3owVPRe6PYzPDmRQ+huw77peimQcfSKvuRFroL4KGQEWoRhR665a8yZrhbNBeHtZz9yBczbXwR2YCtDphYBtZ+BJx9zYw656OEgBQQYvVSeXM2kLEvNUiwOlZoIw5NT2W63cnVRR+1znJihJoGj/dAXv3T0LSKsd43T28EsdTim7L5N8NtYgux4XRpADBR3BYA429E/hBgA+I1IwH3a79Gp8tpt0ACAxYIRfjQBYublhlz7tZyfP5Skl2hjT1h66pW4UHNANlsFih4MQpTfhroBjmMDTcHGrrzO3ee7Q5ppmC9Hm+A39ke9D0JqlYhFvz62X/lXyrlXO/Y2ZZ0NqACx3cj4wQPJepkku61QQnwxn8kuK0RwBCpgJEoVjglwrGjGhPa2EF3bmydqQD7Bsdh+16xpS0qKzY2Yoecu6n+8T5vwWzYiGoD9fr/iv3byffSCNQoQq/9EA6pyp0U38AKmRaEr/MnpqRwg5sgLySCuTHtCbz5UbVRzBrkDqr4HACCxiJWYgYOxWm+aVt3paCgFAJBCFVZrBMbhx98AkI4AOhQkWYchhB8bfxeiBLQMt3BmHkyQEWHLciNPLi+1LyD3IFkmvRD2xAQxH8BdBOdYiK7raVuTkNuIPdv2jQGgy/kXFwW1HctTgvvfuwDlHgCOys4bsUETBkTorQ7AAOAQVuFiXFfOIUST06ns9pWk1UEBQKMG1uY7PBLUVRPUXajvZzsv3KsACuyyDqYF4MGw45HRp30C80LDkZwTnwSmgq38OArpZWBNRqlD2CeJGhvlcikjwpbzuRzw/lPghKlCvgDpwi1OwJgKLH7LXaxAt82GLjrveJ8YhNoy9+LVOj52V+y/K8U5TjO2498DwBsh30dvogEAtkTwCfOlYRVv9g619florHY4gojar+w0NPWIAEA1gWENGjbMtrfPBhBEIBBqG/HxqCkw4VcQClRf/A1X4eVqVTP/hB4Eg8mJVDTKfPZMZDSSHPDSe6rNA9KbNTSojr+iMwzI721C08X880kB4C4aSNc5bjNhfOFP2/6e76Dt93sT4KgMvdYb3AAAnGNW/+/vShOE4PcfDHTVNIHF804WXgwATTZhSCIy4ccsMNseAMCb36ZBxCCAn8AG5/7/27uWGLuurPoqdiWOXXbSzsd2EsWdzod0CJ0opAUBIYiEGjFiSNPqCfSoBzQZMGDCDCQGDBoxYNQwaYGY8BEDUE+QetAZOFJ3QIZO0iZx4tiOkvgTu8pxfWy0zrvr1nq79rn33Ffvlu+r2ley/Op+zjl337PX2Xuf/YFkABdlHFcRwHR7rKpgN2Dj5nqSTK5fv54AAJ6ByeIPCaAS/aGyAMBwvPLEk3XbbYFA037pEgmghIm7AoCVIEoBQMuQBQBM+9Xn47ktAMCIMOyxEwz2oxjogQNpR4CrMP4no+r/OA9D3fj6plWfNgENPLEhqEqynGSB8zxWV9dGy7dvJ7F+cbE6v3Fr9Nn1ldEigpmgZsCCXyU10eg5AADA7DeeemYi64+OQQN/cp+zrazYdpl/LKmMJZymo019aHrWUwN47ntvnAojYBvx5/j6hA0Ahj8ctAdgVQUgHDg8rvqLpCA8FCjwm8yszI9sPPYAAFgwoGSggGDb92iMTD+YqJBEkMQEDkNXIPovLqZxIyfAgQP3JtsGdX4CCKWWPgBAV9AuAODl7CsFANzn2S+mlWo4bs373xQNOAseiF2GWVCxWxsLz//Zd26vV9Z2ZcylQwfrqEA0eX8VJEILPxOE4Br2+i1j6zagBpgwPr2OQESsgASgNE149YVnO4j8c8EBmYCgKuzbV1c9wn0AgOvLK7UKAEcgHRPfi8UxXz93NjVPlQO/cT9AEjRR9QdAhHLp2ELlcb1STwCmODaqbUv83jdaGL369LMTMfs2fp/t5KSAH555p+6LuyBMdsJ35w3MiDRaG9eAxAEA9I47AQClUzeAopRS7fdtAYCV1dWkL2uOeEx2GMyYJQbNgsHBLGBArtxFq/YGgnrGOj1BQsEE5zVtlTIAVzhlWKtSUBqxjJmYeN++LQCAGAceCmKsk4eceXpwpwTnsNIzjx7+xn5/vXVZPXQTtQ9qELg9Qm4DPX7tS0/Xf+K9bfYevdcDgWkAAGMkjecRANqmdQBEG4U2r0/4Aag/gAUAroAp9LZi4BSRZ3YAVEe3w2CqKZ73pAlv6JysKGQJJiXgsG+1F1D85jmsyvXKV63ka1UGIvRFACCQoG2+H+LjT53/IA2ptodUqztAEclStG/0BQaGKsXVeB2hyKixWBkdIW3dJaqRBQD01SQFWDHfAgCAC7YaTfBJmoIOYH5KKLSBKM03cxeMgao0IUj5lNuZOwMEyug84QmosQDIE58mk6SLxqSiYYzGL9YSIJNBUuA9qtNjOMqwCgJMRNE2ZKgNrGGAe9k3n6PIq+mtcU39G9L7ZADASjJ49u1LH6fmk0PUwl3pH5iftDl678FxaDLE/7Xx7gQZGPdhzMhejAClW/i3ujY1AHiZfd94/70JCYLu2x4t0zeq7Dy4bgFA7RWMEkwpwaqjbxtA2/fvcj0AoIxaCQCYAcg+AimAAJCuVZNnrYobYDEJGg21oIRnQVeLOSWFUikA3TcBAJk+DbNabT+/8Xnt/KPgpu/55MPH0p9MiorfmhsPAED9HdcAACgxTonoxOEjtVSiqdXZR7KPwHeh8nVQAAAg/PqTmzq4qj6W2XO5/V5/90zqCsxcS1+L+7eAI8dD8PNsALr6sz8FALQxLyAQAFAIAMwIxFWSomtihCouAL9VP04rYhU9uLC4v15huSqqXqzDsCs2rvHeti03Ffut1MFVFwBEHRzj4zupQdKSBQCgaoVNjHn26uVa5QAQ3H3X/pQt2QMAra7EfsBIAIEbG2tJAsBx1/pG/ftrzzxXD8nT8VO9BGZaqu6kgRJ/njo7lgAmVK8KAKiuqbSm0g+e+81nvlz3v1sAIJi/jPlxVx0ObB8BAynjgJnwt+qPyZkGUXqVmsA2WFbKtumJ7Jy40KfVoGeftQCgej0YLInbVboxPkuQwrUmCaAJAD68Ni4xzqSp+I1dC6obzz10bATbRE41wTjh7YhcBQk4kaxkAYlKx/+/evKpqQCAD7157v30kys6CrviAKDqrg5AINlDRP1pAgBcA/DMkwQQjF/O+Lyzzgmo1m1eJMND5NdDQQASAA6rf5cMRVd/9RL0nlUAYHSdMiWeuVmJ/Po805yVAIDdnUA7n6CeQGXcGzPaeIuPtg7UFeAqjUpEPLTgKs8TBKBGwCgIAPjlR0/Wz9jdD/oFUB3wdghOn/+wfh5gmio7SzAWLwKgWPpNQUAlANxrpYChA0AwfQmn5e9Z+MPv/1WSS1XU9LbhrBjK3HE0FmkX+vzZT8ZGtLQDwFDi6mZ1IKKB0K5S6qqbE4e3QwLuLCjo6bYkmFfHRtB6+uiDaYVE5lwciMPH39gWVZEbRkJIERasaFf46iObOQk9ALDfxtL5nY/GhT14wAeAKz8kFaoglHKsmvLyI4+lR3Ohx+oIhPvutA0gGH47s33rswkA7P46bvNAwD6OFcoDAL3v3Kefblr/DQDgPlULKNbrXvrLj3+xnsS4v8RnAPeVJt5gWmxu/9G/ge+A6kIcJ3RqHAAu7lx4AMBn2SYAASswnZ9S0FXlav3Sic2EJJbmLE7qAR+/0YXLl1NMBbdYjywtJRpZgyKdtbhjQboTADwQgDRwJwAgmHy2TN7U2sK3/u4vx5ap6mhyRNFrkACYUspKB9re/1V1AHBOJQBrD1CdXgEAGXvUa9CCQG7VLCEhGOvi9WvpVt0CVNsHdwcoBdBY6QEA21IAePjQUipSiucvVKnOcJ07L185dqIeqq3bxws5kMX9AAClCXZu2A4AhBmCKAngXhRNAWisrKxMFEf1kouoHwCenZUEEExeMkP7v2cLAKBLy+g4ZychJplOMPsch+4BQBPz47k2ANAJ7yW0LCWbBwB4FgZJ9kFXY93CBAhYAHj/sytJ/NcDoHLyvi9MqAa0JxAAYETkkXsXTwIAKGKlt4ZPOnARoJmRmABwr4Rp30Bh1ipxC+/HWNQOsF0ACEYvnY135j4XAJSZMTGsiqDbUG3ptGikgoFqrUr4YV9VV/9SACCD6sRluyUBOLg3JwHgGhk8BwBUFVQF8CQAAIDnwUhD5jMPbLoiK135LkpfL2bhyrXrNRNz9c+l/wZoEADA/Aqk+K2gQfqUAEAw+Z1h3ln0mgWApsbbMujqszBSJR95lOOqUnXxuuYSUKkAATU8PBWA12Dk8lJdTQMAWOEZ66B2gC4AQCMgxwcJACqA6t9phV0FPcb5CBQAaFj1mJ+gTHXI2kJw3QMQ/Ra2CpAFAKuCAHz+4c2f1OHACRS++/0Ls5h40cYwKDBhBCwdUhMAWHvA2xfH84W5BNgHrOkoO879c+vcQzUgBwA0dNmqOInBqjyBbe+DCc7VmQCg4j+e9wAA4ybzWCMgztfbfhsbo8eO3LcFANQS/8QXjqa22lZ/BQBlfkpopTkD8L76PJke340ABLqwPc0HEADQNqPm73q9DZgbuuaOxz1N9eeU+blSXbg2zvuvYj730CFmM5rQutFSR37h2HgByhknFQBKGV/DisEQOABEun9OJuH4NI4BIMHruV0A2gywXeipAAQ8uBITTNpUK8/YmjMcet/T2+0hwFHqse0FAMwfU3cZ8cKf/OPf3G5inLbMtF6ILgcAJnm3qj4LAADj46Al/fjS4dqLTgGAnn3YLnvlsZMTBkidoGD+v/jdb6esIwdf++amOb0aAKvaWoLAkr2wb+N5nP+tp577AcOaPSZQ5qXfQm4bMGcDQD+45rkzAwA0B0HTx2tyCPLAWesMsF1rs9FdEEo/CkihAnRhp/m7NwEAhp0Dgbbc9Gqh1u06TmoAACcu4/E50R49fKQuTgmPO+jg+J8HmB1W8lx4LKvX5sjeBQCopwOU9KCbr40RaNsFILPDCIiD7eA3VQCqQQoAuXe179gUMox7c4U/7I6CSmBwWlKPTPz+j7feChvA/PF18YhrFSC30pcCgOqS2jscaSjuYoLh0JWWExkT8dKNlVpVYDwBdWhPb4U6YkVU7bsEAH7n2a/8AM9wW836FVgAoHOPBQAAKJ2K0J4HAJpzgCoF7AkeAKANzyjH92sCgFzhD29HQR2dGNqsks5/njkTAFDMTvN3Y9oFKDEg2RXFTqac+zABgKs/xWcLGJyIIKFGtsGKbg8yK4xWUwPA6Nax0b7bD339+V9MAJBjKIru9LTTZCF4jjYAAACs7MrkuK4SAN9Dg4943TK2SkH4Ta9ApUXXVOLe/dymXd+3UKto/AZ41wCA+WPqLiMuBgA0mptwFPG1YzKU+tJzmy0nZtuBg+noc89VGv/riml11DTOaqvq0GvfeLGRGA4A2JW3CwDQWUrTpJUCQM6bkobBEn2e72q3Rm2WH6UJAABRnQDVo0eOTORPhK0mAKALO83fvcUA0OTw0zR5wUC0iNODztvvxn2aHZgrLh1pSFqrCtBRhS6quk/dCgCj0ejrL7z0Y5UAPADAOYyNbsEqxWBlZhoyeAPSDsJ7v/zgwwk4uduAtqwE0ORK7XnotUkBTRKd/Y4MJ8a4ETEJXw1Ka+jnR++dDRVg/vi6eMS1I1Bu0rR5+lnmyTEQmQj/e1mAWadenWkAHLQB9AEAAI3fe+HF82zbqgHqP897mBgFQATxnzsaF5evTTA6VQFKO9qW5j3Adc/Dj3TU1bytDJjdKi1R7ZhRiMAFKUBTp7/xwbkAgGJ2mr8bp/IEtK/pqQC8R8NtsYrSe8/aEHQHgSskVlplEI+8/3L69MQEbVQB9t1+aLSxMI5PrgJbPADQfmwgEgGMjKk5EhkSzB0F3NsGAJoPkbYN9q/iP855ANAUMWglLY9+BADmfLhvaSkAYP74eOoRbxsAcsUsFAD4myu/fYarozWg4Tm60uI3vf90pfZsAASBCRUAzI+jAgCqDAAATbzBsXqMr2PwAAAqAA/YAQh4OGffEefoKqx9Wp8Az9FJwZPXGfWnM6FNAoBdgX4U3gzyfCvCFXhqXhvkgxOegCXivn2LJgBQsVdj1JsAwGYSJgB424AYSxEAkPkdAPjOK796XiPmcIstdKLvzPfAOxw/tOkzABWAvvYpSq+K1tPdDpUMLACoj791duLq732fLgDgbekGAAySL3dsUK2uwG2g0CT+59x3uTKpF6ENmCEFFAC8rcbtAABWM3pC0kGGjGiToHI8BIAv3T/24ccBWwVWYDX0qbRQIgGw36YqSU0AQBDzJICm8mBdAQDthxSwY/zZe0etAMARdNkC5ITH/x7TdgWApuxEOQDguOnym/424j8BAJc8Blbqq+HuFx4+vqU+wtAAgCpKW/nvAIDeeWzQHdSuwE2j9PRL3E9R3lMDmlxauwAAt9Fy42sCgJwnINqiDQAqQA4AwPQw4qmPP4x2ACRKAFj9ufpSAtCdAhrysMuBVd5mGGJkoZUY+L5e5KVKVnRE4v1NlX49D8G//uYfba3gKsQOO8Cg+Xfbg2sFAE+01MmpoaNWWsipB3ZSq4HMVufhLkBOCsgBQAnzY7zfevmrCQDAoDTcKVW9uHta12ED8ACAz+NZDbFFjQFbs5DRgHymTQXIRQR6xkLL8Nabs80ImEDeCbIKFWDbfDeYBhoBoMmDLJcToG1XgJKDUoCro1cXQLfJutgAmuIAtG8FAGukw322bJlN26Xh0oy11+083q9RhQoCKgFYKcALvc4BAM6rWzLf0er/Wroc9zSpAAEAg+HT3gaSBQAVJT3934rxHKFd9T1AsBNb8w3avHo5BmR/VgJoWvlV9OfzAADPAMjrmh0oF3vvhUTb7Tx1cELbzM7rAQD7tl6ANpJPZwVA55mjD6ZTKrVRMsjZAgIAeuOtuWjYBYA25tdV3Isww/Umw13byuaFFVtqsn0FgK7MjzY9AEgMuj6u5EOd3668FO3VR59A5kkACgCamtuqAAocTSBLGuu4PBdrL4gIz1IyCACYCz7tbZBbAKDN3ZQj8SanZZIcCFj3VptTgPvo6Et1Yk/8hSdgG+N7K78nAeCcdQDSPX39Cl6QDv0AAB6UXDw/AM0wnJMAlJm9TD4EAPW0pNehfhvPGYh2m7AB9MZXc9NwJwBQqz/fMDc5PSlAGZ/Pq7iacxzCvbmAGZauolXfA4OmXPYqAXgAQGmAtQJs0Q11xCn1A2D+QdgCvFgHj/ktDQgsMCzisG7T1lahM5KSCu753u//cewCzA27zn6gEwDgZQUig+dWla4AgFdQ6zn+tg5B1uuvKVoOANDE4LRYe+IDejsAAAwYSURBVNZsqwJ4AKCGSS25xU+hIraqALyOrEd4v2tVFuDllZWJ1GA23NnuArCdnHRFAFAwsSDl7boQoAMAZs9U89RiNiWYJs60E0gNexrJpi/ubZ/xus1k2wYAJRKAJXppBRsrAVgQ8ADAujWz7yYA+Hh1Nd22dNdCXSkImZK0MAiu53ZRciBoMy4xpJq2C6WLtkFV55++/achAcwTx854rK1JQW1/dkfAC5ltYn60p8VGlLlzkXfTAADH3QYEcARiFJ++q41O5LWmbUl1BOL91MshAXy+vjFaubGcxHUaAiEB6OHp7E31F5l0FW1oyjVGXTLMWtUTOiPhGRvvj3O6zx9+ADPmuIE1NwEA1qmnNAuNTq425rfvb1OD2W1ArdPntW3LVzfR1wODXDAQ29EIRVt224rattIw2jh08GBi/P2VCqBJRXDdZkdq8qr03u3tT+vo5tHjVQJSOy4CKEGNCVhx/vX33m1UobraVMJJaGAc3jKcifLgdvUpBYAmHd3278W86wRVkRurpKaqtm1hov/rT//ra1OTfGPh4z94+Zd+TKnGGvHQLsdjs+XimmU0TbFNZ5/7l8Z5/xUAtMYAU4Y1uU430ZcAgCSqqLREkPL8EHIAgPHlJKWuAND2LQIg2ii0s9cbbQAYSsm2YM47ja+idgLdIsN1b5tMQ4KbAABibkoJpuG+Helnk4Jad+BPro7Lg+M4fOhQEt3JZGqwY/Zg9fLDMwAA6P04GAuAGgg8WBlIaWFfoQsA4FmtW8C2CLxa6ASZfyAB7CQAoK8AgY6TtMfbXQDIpZVOH29tzR2OF/qbE2etR50az1Q/RUcWAHRFhoV9on79FEBAANCxqiRw/tKlifd94MiRBAIYFwGATj7c39c6h3T0YZajK5/fqEuDo2FbHNQjbg4AQMc3P6ozmk1k9WW6capUCqoYA4//vXgxAUAOBEpdqrvM0QCALtTq9153G3AaAMgN005erES6clLtYDCOTQjCMlxawgp9sQ1bvbYeRwkYVCqAjt1682l5c9x394F76tu17h9qGiCZpj1wj666KJSKsmcs6/3S4yfTI02ek03qAQEAtRS1DQCVqi3qfHTps3G5NiQB/dnlSzUAeCAQANAvA97p1ouiAXWQbQlC7AtZ8R/X1ZLOHQGNCNQ2WD8Q5zxnnCwAsJEcEFS5AWAD4K323QBOp86+N/FKAACs8FrVB6nPIdYTAFY/vzlicdOTJ45PVDsCAFxfXhmh7BkYEMVPcdidEZzLBVxxQLj++rmzdV8EAIj2+HdkaSmFH1PlwPgwNtB649at1My7V69MAEApCLTtrjRN7JAA7jTbb/a/bQBoi/4jAKh1vwQAKAnYwiDWw62pMEiOzFjVbD4A3Os5Qp0687PR2saYWRbvuXu0sLg//YbBjeoJKxynNq5eG61XOj5W+hOPHK9DgAEcoMfy8koCMwDAy49/ccswva1A3OQB1A/PvFM/rwCAk7RZqM3h9tp67VUJEMgBQNtW4LRTOJh/Wsr189wEANhQUTJFk0rgTUwdqreye3vpvE+ZCeOx22TaNhhlGgBIY66Kh/z5P/9tqo2IA3n97AEAwEEQuHtpXN6Me+5a8DOtrjdujNZXN+0kDxwb5yKlXYAAAOaHFPDq0z/X+GXtTox6ZuLav//09BYAwAlIAAAAiP5qk1i7eXPEDMA5AMDzAMgmL8pg5H4Ycqdb3TYAtG0VesU1cwDA+oAgAotT2NJZFgA0o03O3dcSVSevAoDqyXzmR2+/lX4uV8ZPAADGxnTg3BVIdQ3BXDdXawAAgz90/OH0PHcHrArw28/+fKfCrGhLgZoAsJgAZdMG0QQALAKCtqwNgO+thVbCGWin2XLn+qsBwFv9xxN/tQ4d5d86PA8A9DqMatCRcdi6ejhHsZUVhKhfs402T7lpJIBpACAx8a2N0dJ94319GifxbnyvTz/7rAKAzW2+xx4dly3QEOBry8tJ/McBAPDoinOgrf0uBB7S59/+57/TT5T3KgUASgB47p3LV7LRlJQCAgB2jiF3uqcEAFrcwg6gBAByExjn3/zoQt0kK87YOvRqJbf9AwBycfHTqADbEV3JCGoZ344xrOljb2ecbLdUImoKp17+7t//JABgp9ly5/prBQAPEKwEwL9tIhHou9xG0+0zjYFnAk38T31Vt9OsBGDH05YVmPfPgqHQVilT6TjbIhK9zz2r8Xpte+8wjcdfn2PcORbY2z0tUAf29F+PNNZSbg2ENm3V2xc3JYCDBw8m45T1qWc/3LJaq/zmcf6FY1sqf00MqwQAZjlRSwHA63M7z/Y9TUvH5gFb32OL9vujQCcA8LbJNNOsl7MOAKB15/AqUDmYa0891bhdBR0ZR26bTJ2LmmoDzpJsXRgkBzhtbcwSqKZ597bx2Tbv9Hinecd4ZpICE67AuQyyHuOjGZtm2ksOQgCAlXrxnntqBxoOQ6PtAAArN8Zuqtii8gDAuhxDAuhzIs6KKUra6fM9ukz8krGivaGMt8u7xb0OAJQyuD6as/4rCMDCf/r8h8lCjQMqgEoA+K3Rf+cufToxOoDGK088OZExCDcwHx9+txW2mPaDlzJB6apY0t5QGKpkrAEA086sYT3XmBDE0+8TIy8uFr/Fm+c+SHvgAAG1AaAB9VXHNtmVa9dqdQHMjwMAkCabBCGx/5KklsUDlRtLGcBre17Ff32XLu8/FNCa5jvHM6NR54xAXYlGAEj+6VUgDffNLQDAR57SAva08cyvVACQsz+0pbXuOt4uk39WADBEJiqlwxDH3vWb7+X7Fw699o0XZ0UA7Il3jR4b2gQqnfg5mk1j/R8aDfhuJbQY6thnNad3ezsL+MglefVzhFBHmCbmn5eJUjLpmyZFVwAYMl1KaDHk8e925p3F+yUAKG1oGmeReTQWdaGJ0m4a/X/oDFRCi6G/Q+n83ov3bRsA4CqaDIMZIInJMd+0CQDY3bAwNQBotFgAQPMkmXdwbAOBAPn5BYktAICP2eQrboNfcvfPo+jf12fcLcE08w5kfX3feW63WALQLDpW742J0T4FlEbzvGLuFjBr/2J7445iAMjteQfz742Jom+5W8Bs7325rW9cBAA5MT/E/5hCQYH5pkArAFBcbTMElWyHzTepYvRBgd1HgUYAUF01AGD3ffx4o6BAFgCC+WNyBAV2PwUCAHb/N443DApkKeACgN2mKhX/53l7K+ZIUGAvUmBmABDMvxenT7zzvFPA9QS0L1UiAQQAzPtUiPHvRQqMC9e3HAEAbRSK60GB+aTATAAgVv/5/Pgx6qBAAEDMgaDAHqZAKwCE+L+HZ0e8+q6nwLYBIMT/XT9H4gV3MQUCAHbxx41XCwq0UWBbABCrfxt543pQYNgUCAAY9veJ0QUFeqXA1AAQq3+v3yUaDwrsCAWmAoBg/h35NtFJUKB3CrQCAEYQKaB6/w7RQVDgjlCgCADuyMii06BAUKB3CgQA9E7i6CAoMFwKBAAM99vEyIICvVMgAKB3EkcHQYHhUiAAYLjfJkYWFOidAgEAvZM4OggKDJcCAQDD/TYxsqBA7xQIAOidxNFBUGC4FAgAGO63iZEFBXqnQABA7ySODoICw6VAAMBwv02MLCjQOwUCAHoncXQQFBguBQIAhvttYmRBgd4pEADQO4mjg6DAcCkQADDcbxMjCwr0ToEAgN5JHB0EBYZLgQCA4X6bGFlQoHcKBAD0TuLoICgwXAoEAAz328TIggK9UyAAoHcSRwdBgeFSIABguN8mRhYU6J0CAQC9kzg6CAoMlwIBAMP9NjGyoEDvFAgA6J3E0UFQYLgUCAAY7reJkQUFeqdAAEDvJI4OggLDpUAAwHC/TYwsKNA7BQIAeidxdBAUGC4FAgCG+21iZEGB3ikQANA7iaODoMBwKRAAMNxvEyMLCvROgQCA3kkcHQQFhkuBAIDhfpsYWVCgdwoEAPRO4uggKDBcCgQADPfbxMiCAr1TIACgdxJHB0GB4VIgAGC43yZGFhTonQIBAL2TODoICgyXAgEAw/02MbKgQO8UCADoncTRQVBguBQIABjut4mRBQV6p0AAQO8kjg6CAsOlQADAcL9NjCwo0DsFAgB6J3F0EBQYLgUCAIb7bWJkQYHeKfD/k2Ijv8A1VhQAAAAASUVORK5CYII="},{"path":"D:\\MyProjects\\Minecraft\\CuboidDroid\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\molecular_recycler_core.png","name":"molecular_recycler_core.png","folder":"model","namespace":"cuboidmod","id":"1","particle":false,"render_mode":"normal","visible":true,"mode":"bitmap","saved":true,"uuid":"2d32a5cc-4575-7b20-eaa4-d96ccd1d703c","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/molecular_recycler_core.png","source":"data:image/png;base64,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"}]} \ No newline at end of file +{"meta":{"format_version":"4.9","model_format":"java_block","box_uv":false},"name":"molecular_recycler","parent":"","ambientocclusion":true,"front_gui_light":false,"visible_box":[1,1,0],"variable_placeholders":"","variable_placeholder_buttons":[],"unhandled_root_fields":{},"resolution":{"width":64,"height":64},"elements":[{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,1,1],"to":[15,15,15],"autouv":0,"color":4,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,32,32],"texture":1},"east":{"uv":[32,32,64,64],"texture":1},"south":{"uv":[0,32,32,64],"texture":1},"west":{"uv":[32,0,64,32],"texture":1},"up":{"uv":[14,42,0,28],"texture":1},"down":{"uv":[42,0,28,14],"texture":1}},"type":"cube","uuid":"9c4eb9fe-26df-dcf3-e8c0-a767251956f0"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,0,0],"to":[16,2,16],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[0,32,16,34],"texture":0},"east":{"uv":[32,0,48,2],"texture":0},"south":{"uv":[32,2,48,4],"texture":0},"west":{"uv":[32,4,48,6],"texture":0},"up":{"uv":[16,16,0,0],"texture":0},"down":{"uv":[16,16,0,32],"texture":0}},"type":"cube","uuid":"46354d4a-43e8-f045-bbe5-3b235d3ab086"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,14,0],"to":[16,16,16],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[32,6,48,8],"texture":0},"east":{"uv":[32,8,48,10],"texture":0},"south":{"uv":[32,10,48,12],"texture":0},"west":{"uv":[32,12,48,14],"texture":0},"up":{"uv":[32,16,16,0],"texture":0},"down":{"uv":[32,16,16,32],"texture":0}},"type":"cube","uuid":"fedb2b7c-78c4-18c6-03f4-788d87d0398a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,2,0],"to":[2,14,2],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[22,32,24,44],"texture":0},"east":{"uv":[24,32,26,44],"texture":0},"south":{"uv":[26,32,28,44],"texture":0},"west":{"uv":[32,26,34,38],"texture":0},"up":{"uv":[36,16,34,14],"texture":0},"down":{"uv":[36,16,34,18],"texture":0}},"type":"cube","uuid":"46fa22c3-c1ce-ec14-cc98-ba660cace8e3"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,2,14],"to":[2,14,16],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[32,14,34,26],"texture":0},"east":{"uv":[16,32,18,44],"texture":0},"south":{"uv":[18,32,20,44],"texture":0},"west":{"uv":[20,32,22,44],"texture":0},"up":{"uv":[14,36,12,34],"texture":0},"down":{"uv":[16,34,14,36],"texture":0}},"type":"cube","uuid":"e3f0ff34-c15a-44b2-0c01-85f9b6f207cc"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[14,2,14],"to":[16,14,16],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[4,34,6,46],"texture":0},"east":{"uv":[6,34,8,46],"texture":0},"south":{"uv":[8,34,10,46],"texture":0},"west":{"uv":[10,34,12,46],"texture":0},"up":{"uv":[36,24,34,22],"texture":0},"down":{"uv":[36,24,34,26],"texture":0}},"type":"cube","uuid":"6048f5e3-6b93-b46d-8dc1-61667d0d5d0c"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[14,2,0],"to":[16,14,2],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[28,32,30,44],"texture":0},"east":{"uv":[30,32,32,44],"texture":0},"south":{"uv":[0,34,2,46],"texture":0},"west":{"uv":[2,34,4,46],"texture":0},"up":{"uv":[36,20,34,18],"texture":0},"down":{"uv":[36,20,34,22],"texture":0}},"type":"cube","uuid":"3ca9cec0-04df-a9c5-eaca-702248b1fab5"}],"outliner":[{"name":"VoxelShapes","origin":[8,8,8],"color":0,"uuid":"698758a5-c017-81af-c5d5-d4a960457e45","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["9c4eb9fe-26df-dcf3-e8c0-a767251956f0","46354d4a-43e8-f045-bbe5-3b235d3ab086","fedb2b7c-78c4-18c6-03f4-788d87d0398a","e3f0ff34-c15a-44b2-0c01-85f9b6f207cc","46fa22c3-c1ce-ec14-cc98-ba660cace8e3","3ca9cec0-04df-a9c5-eaca-702248b1fab5","6048f5e3-6b93-b46d-8dc1-61667d0d5d0c"]}],"textures":[{"path":"E:\\Visual Studio Code\\Minecraft\\Mods\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\molecular_recycler_frame.png","name":"molecular_recycler_frame.png","folder":"model","namespace":"cuboidmod","id":"0","width":256,"height":256,"uv_width":64,"uv_height":64,"particle":true,"layers_enabled":false,"sync_to_project":"","render_mode":"normal","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"13ae17e4-398b-7b72-2f25-6605a39fb727","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/molecular_recycler_frame.png","source":"data:image/png;base64,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"},{"path":"E:\\Visual Studio Code\\Minecraft\\Mods\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\molecular_recycler_core.png","name":"molecular_recycler_core.png","folder":"model","namespace":"cuboidmod","id":"1","width":128,"height":128,"uv_width":64,"uv_height":64,"particle":false,"layers_enabled":false,"sync_to_project":"","render_mode":"normal","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"2d32a5cc-4575-7b20-eaa4-d96ccd1d703c","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/molecular_recycler_core.png","source":"data:image/png;base64,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"}]} \ No newline at end of file diff --git a/blockbench/quantum_collapser/quantum_collapser.bbmodel b/blockbench/quantum_collapser/quantum_collapser.bbmodel index 12eeda2..9d837d7 100644 --- a/blockbench/quantum_collapser/quantum_collapser.bbmodel +++ b/blockbench/quantum_collapser/quantum_collapser.bbmodel @@ -1 +1 @@ -{"meta":{"format_version":"3.6","creation_time":1624224190,"model_format":"java_block","box_uv":false},"name":"quantum_collapser","parent":"minecraft:block/block","ambientocclusion":true,"front_gui_light":false,"visible_box":[1,1,0],"resolution":{"width":128,"height":128},"elements":[{"name":"cube","rescale":false,"from":[0,0,0],"to":[16,1,16],"autouv":0,"color":2,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[54,43,70,44],"texture":0},"east":{"uv":[54,45,70,46],"texture":0},"south":{"uv":[54,47,70,48],"texture":0},"west":{"uv":[54,49,70,50],"texture":0},"up":{"uv":[16,16,0,0],"texture":0},"down":{"uv":[16,17,0,33],"texture":0}},"uuid":"af219d25-24e4-5563-d391-9fa01f5b1cef"},{"name":"cube","rescale":false,"from":[2,1,2],"to":[14,15,14],"autouv":0,"color":4,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[17,30,29,44],"texture":0},"east":{"uv":[30,30,42,44],"texture":0},"south":{"uv":[32,0,44,14],"texture":0},"west":{"uv":[32,15,44,29],"texture":0},"up":{"uv":[12,46,0,34],"texture":0},"down":{"uv":[55,30,43,42],"texture":0}},"uuid":"c7ba860a-9dd8-2473-fc6e-3004594dacb0"},{"name":"cube","rescale":false,"from":[1,15,1],"to":[15,16,15],"autouv":0,"color":2,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[54,51,68,52],"texture":0},"east":{"uv":[54,53,68,54],"texture":0},"south":{"uv":[54,55,68,56],"texture":0},"west":{"uv":[56,0,70,1],"texture":0},"up":{"uv":[31,14,17,0],"texture":0},"down":{"uv":[31,15,17,29],"texture":0}},"uuid":"7e35f687-d1d4-6ff4-ce22-739bd96bdc75"},{"name":"cube","rescale":false,"from":[0,1,0],"to":[3,2,3],"autouv":0,"color":4,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[60,13,63,14],"texture":0},"east":{"uv":[70,57,73,58],"texture":0},"south":{"uv":[70,59,73,60],"texture":0},"west":{"uv":[70,61,73,62],"texture":0},"up":{"uv":[9,65,6,62],"texture":0},"down":{"uv":[65,57,62,60],"texture":0}},"uuid":"5be7384b-964d-ddb9-42b5-f587c289988e"},{"name":"cube","rescale":false,"from":[0,1,13],"to":[3,2,16],"autouv":0,"color":0,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[70,63,73,64],"texture":0},"east":{"uv":[70,65,73,66],"texture":0},"south":{"uv":[70,67,73,68],"texture":0},"west":{"uv":[71,0,74,1],"texture":0},"up":{"uv":[65,64,62,61],"texture":0},"down":{"uv":[67,2,64,5],"texture":0}},"uuid":"7868451e-9d10-cf66-7975-cbf7eed2a270"},{"name":"cube","rescale":false,"from":[13,1,0],"to":[16,2,3],"autouv":0,"color":0,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[9,71,12,72],"texture":0},"east":{"uv":[13,71,16,72],"texture":0},"south":{"uv":[17,71,20,72],"texture":0},"west":{"uv":[21,71,24,72],"texture":0},"up":{"uv":[67,9,64,6],"texture":0},"down":{"uv":[67,10,64,13],"texture":0}},"uuid":"f87ba393-3120-0f8e-e29e-e8090aebadb7"},{"name":"cube","rescale":false,"from":[13,1,13],"to":[16,2,16],"autouv":0,"color":2,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[25,71,28,72],"texture":0},"east":{"uv":[29,71,32,72],"texture":0},"south":{"uv":[33,71,36,72],"texture":0},"west":{"uv":[37,71,40,72],"texture":0},"up":{"uv":[65,68,62,65],"texture":0},"down":{"uv":[9,66,6,69],"texture":0}},"uuid":"ec9542af-1040-e0df-3fde-ccb3f9535890"},{"name":"cube","rescale":false,"from":[0,3,0],"to":[1,13,1],"autouv":0,"color":7,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[13,34,14,44],"texture":0},"east":{"uv":[15,34,16,44],"texture":0},"south":{"uv":[45,58,46,68],"texture":0},"west":{"uv":[47,58,48,68],"texture":0},"up":{"uv":[53,75,52,74],"texture":0},"down":{"uv":[58,74,57,75],"texture":0}},"uuid":"1a3dc1e7-1544-8bd8-9876-c1f765950105"},{"name":"cube","rescale":false,"from":[0,14,0],"to":[3,15,3],"autouv":0,"color":6,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[41,71,44,72],"texture":0},"east":{"uv":[71,43,74,44],"texture":0},"south":{"uv":[71,45,74,46],"texture":0},"west":{"uv":[71,47,74,48],"texture":0},"up":{"uv":[69,60,66,57],"texture":0},"down":{"uv":[69,61,66,64],"texture":0}},"uuid":"335cd6ca-91c6-2075-3130-f6917f53be25"},{"name":"cube","rescale":false,"from":[0,2,0],"to":[2,3,2],"autouv":0,"color":3,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[72,38,74,39],"texture":0},"east":{"uv":[45,72,47,73],"texture":0},"south":{"uv":[48,72,50,73],"texture":0},"west":{"uv":[51,72,53,73],"texture":0},"up":{"uv":[12,64,10,62],"texture":0},"down":{"uv":[12,65,10,67],"texture":0}},"uuid":"2dd5db48-7846-70e1-eb90-454e0827b6ce"},{"name":"cube","rescale":false,"from":[0,13,0],"to":[2,14,2],"autouv":0,"color":7,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[72,51,74,52],"texture":0},"east":{"uv":[72,53,74,54],"texture":0},"south":{"uv":[72,55,74,56],"texture":0},"west":{"uv":[57,72,59,73],"texture":0},"up":{"uv":[12,70,10,68],"texture":0},"down":{"uv":[71,32,69,34],"texture":0}},"uuid":"d00ff92f-150e-44e6-2dda-355783cbba50"},{"name":"cube","rescale":false,"from":[0,2,14],"to":[2,3,16],"autouv":0,"color":6,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[60,72,62,73],"texture":0},"east":{"uv":[63,72,65,73],"texture":0},"south":{"uv":[66,72,68,73],"texture":0},"west":{"uv":[0,73,2,74],"texture":0},"up":{"uv":[71,37,69,35],"texture":0},"down":{"uv":[71,38,69,40],"texture":0}},"uuid":"30cba1ea-e952-f9c9-d718-2f2a7c1687a5"},{"name":"cube","rescale":false,"from":[14,2,14],"to":[16,3,16],"autouv":0,"color":1,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[3,73,5,74],"texture":0},"east":{"uv":[6,73,8,74],"texture":0},"south":{"uv":[9,73,11,74],"texture":0},"west":{"uv":[12,73,14,74],"texture":0},"up":{"uv":[47,71,45,69],"texture":0},"down":{"uv":[50,69,48,71],"texture":0}},"uuid":"0292593e-bd2e-0915-44f7-868ed64bbae4"},{"name":"cube","rescale":false,"from":[14,2,0],"to":[16,3,2],"autouv":0,"color":0,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[73,14,75,15],"texture":0},"east":{"uv":[15,73,17,74],"texture":0},"south":{"uv":[73,16,75,17],"texture":0},"west":{"uv":[18,73,20,74],"texture":0},"up":{"uv":[53,71,51,69],"texture":0},"down":{"uv":[71,51,69,53],"texture":0}},"uuid":"3761b0c3-a6e8-9524-8ed3-713cb02591e0"},{"name":"cube","rescale":false,"from":[13,14,0],"to":[16,15,3],"autouv":0,"color":1,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[71,49,74,50],"texture":0},"east":{"uv":[71,69,74,70],"texture":0},"south":{"uv":[71,71,74,72],"texture":0},"west":{"uv":[72,2,75,3],"texture":0},"up":{"uv":[69,68,66,65],"texture":0},"down":{"uv":[71,2,68,5],"texture":0}},"uuid":"fe706a0e-be73-75de-7157-1e3e986ba327"},{"name":"cube","rescale":false,"from":[14,13,0],"to":[16,14,2],"autouv":0,"color":5,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[21,73,23,74],"texture":0},"east":{"uv":[24,73,26,74],"texture":0},"south":{"uv":[27,73,29,74],"texture":0},"west":{"uv":[30,73,32,74],"texture":0},"up":{"uv":[71,56,69,54],"texture":0},"down":{"uv":[64,69,62,71],"texture":0}},"uuid":"b56656c2-3135-165e-f785-785c30c6248a"},{"name":"cube","rescale":false,"from":[15,3,0],"to":[16,13,1],"autouv":0,"color":0,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[49,58,50,68],"texture":0},"east":{"uv":[51,58,52,68],"texture":0},"south":{"uv":[58,57,59,67],"texture":0},"west":{"uv":[60,2,61,12],"texture":0},"up":{"uv":[75,58,74,57],"texture":0},"down":{"uv":[60,74,59,75],"texture":0}},"uuid":"685884ff-aeb7-6fd0-761c-dc4f1ea1aa95"},{"name":"cube","rescale":false,"from":[13,14,13],"to":[16,15,16],"autouv":0,"color":0,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[72,4,75,5],"texture":0},"east":{"uv":[72,6,75,7],"texture":0},"south":{"uv":[72,8,75,9],"texture":0},"west":{"uv":[72,10,75,11],"texture":0},"up":{"uv":[71,9,68,6],"texture":0},"down":{"uv":[71,10,68,13],"texture":0}},"uuid":"ee3dc683-c4e0-c5ea-f341-3e6e70624c1f"},{"name":"cube","rescale":false,"from":[14,13,14],"to":[16,14,16],"autouv":0,"color":5,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[33,73,35,74],"texture":0},"east":{"uv":[36,73,38,74],"texture":0},"south":{"uv":[39,73,41,74],"texture":0},"west":{"uv":[42,73,44,74],"texture":0},"up":{"uv":[67,71,65,69],"texture":0},"down":{"uv":[70,69,68,71],"texture":0}},"uuid":"add5917c-21d2-2fff-1226-7a4380c2780b"},{"name":"cube","rescale":false,"from":[0,14,13],"to":[3,15,16],"autouv":0,"color":7,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[72,12,75,13],"texture":0},"east":{"uv":[72,32,75,33],"texture":0},"south":{"uv":[72,34,75,35],"texture":0},"west":{"uv":[72,36,75,37],"texture":0},"up":{"uv":[61,71,58,68],"texture":0},"down":{"uv":[72,14,69,17],"texture":0}},"uuid":"2e1bc535-6453-077f-595b-2a3e690329ba"},{"name":"cube","rescale":false,"from":[0,13,14],"to":[2,14,16],"autouv":0,"color":6,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[54,73,56,74],"texture":0},"east":{"uv":[69,73,71,74],"texture":0},"south":{"uv":[72,73,74,74],"texture":0},"west":{"uv":[45,74,47,75],"texture":0},"up":{"uv":[8,72,6,70],"texture":0},"down":{"uv":[56,70,54,72],"texture":0}},"uuid":"7a265cc7-fa39-5dc1-4ba3-1c0bb3334e18"},{"name":"cube","rescale":false,"from":[0,3,15],"to":[1,13,16],"autouv":0,"color":1,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[13,60,14,70],"texture":0},"east":{"uv":[15,60,16,70],"texture":0},"south":{"uv":[17,60,18,70],"texture":0},"west":{"uv":[19,60,20,70],"texture":0},"up":{"uv":[75,60,74,59],"texture":0},"down":{"uv":[62,74,61,75],"texture":0}},"uuid":"be888ed3-4375-4897-5ba3-4ed7462a5318"},{"name":"cube","rescale":false,"from":[15,3,15],"to":[16,13,16],"autouv":0,"color":4,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[21,60,22,70],"texture":0},"east":{"uv":[23,60,24,70],"texture":0},"south":{"uv":[25,60,26,70],"texture":0},"west":{"uv":[27,60,28,70],"texture":0},"up":{"uv":[75,62,74,61],"texture":0},"down":{"uv":[64,74,63,75],"texture":0}},"uuid":"a67bd39d-55e7-b107-1b9c-083d1c270c0f"},{"name":"cube","rescale":false,"from":[3,3,1],"to":[4,13,2],"autouv":0,"color":2,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[29,60,30,70],"texture":0},"east":{"uv":[31,60,32,70],"texture":0},"south":{"uv":[33,60,34,70],"texture":0},"west":{"uv":[35,60,36,70],"texture":0},"up":{"uv":[75,64,74,63],"texture":0},"down":{"uv":[66,74,65,75],"texture":0}},"uuid":"6e5d7bab-9b85-b7ba-1d8f-3e441ec741e8"},{"name":"cube","rescale":false,"from":[12,3,1],"to":[13,13,2],"autouv":0,"color":6,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[37,60,38,70],"texture":0},"east":{"uv":[39,60,40,70],"texture":0},"south":{"uv":[41,60,42,70],"texture":0},"west":{"uv":[60,57,61,67],"texture":0},"up":{"uv":[75,66,74,65],"texture":0},"down":{"uv":[68,74,67,75],"texture":0}},"uuid":"a3820199-02bc-3c79-67be-4b6ceae6572a"},{"name":"cube","rescale":false,"from":[14,1,3],"to":[15,15,13],"autouv":0,"color":3,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[35,45,36,59],"texture":0},"east":{"uv":[43,43,53,57],"texture":0},"south":{"uv":[37,45,38,59],"texture":0},"west":{"uv":[45,0,55,14],"texture":0},"up":{"uv":[1,72,0,62],"texture":0},"down":{"uv":[3,62,2,72],"texture":0}},"uuid":"fb2f5df2-8257-08f0-de71-4da18db45f2a"},{"name":"cube","rescale":false,"from":[1,1,3],"to":[2,15,13],"autouv":0,"color":2,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[39,45,40,59],"texture":0},"east":{"uv":[13,45,23,59],"texture":0},"south":{"uv":[41,45,42,59],"texture":0},"west":{"uv":[45,15,55,29],"texture":0},"up":{"uv":[63,12,62,2],"texture":0},"down":{"uv":[5,62,4,72],"texture":0}},"uuid":"47f533c1-e932-d10b-77df-7b08d3e48ebb"},{"name":"cube","rescale":false,"from":[4,3,1],"to":[12,4,2],"autouv":0,"color":2,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[67,41,75,42],"texture":0},"east":{"uv":[74,67,75,68],"texture":0},"south":{"uv":[69,18,77,19],"texture":0},"west":{"uv":[0,75,1,76],"texture":0},"up":{"uv":[77,21,69,20],"texture":0},"down":{"uv":[77,22,69,23],"texture":0}},"uuid":"8ade47b9-fb38-391c-36aa-08ccdb5800e9"},{"name":"cube","rescale":false,"from":[4,12,1],"to":[12,13,2],"autouv":0,"color":0,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[69,24,77,25],"texture":0},"east":{"uv":[75,0,76,1],"texture":0},"south":{"uv":[69,26,77,27],"texture":0},"west":{"uv":[2,75,3,76],"texture":0},"up":{"uv":[77,29,69,28],"texture":0},"down":{"uv":[77,30,69,31],"texture":0}},"uuid":"f81fe614-7da1-6bd9-de6d-0605ed0ab577"},{"name":"cube","rescale":false,"from":[3,1,14],"to":[13,15,15],"autouv":0,"color":7,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[0,47,10,61],"texture":0},"east":{"uv":[0,47,10,61],"texture":0},"south":{"uv":[0,47,10,61],"texture":0},"west":{"uv":[0,47,10,61],"texture":0},"up":{"uv":[0,47,10,61],"texture":0},"down":{"uv":[0,47,10,61],"texture":0}},"uuid":"e97aa2f2-3661-1c16-efc2-ec4b2b48d6fb"},{"name":"cube","rescale":false,"from":[2,15,0],"to":[14,16,1],"autouv":0,"color":2,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[56,25,68,26],"texture":0},"east":{"uv":[4,75,5,76],"texture":0},"south":{"uv":[56,27,68,28],"texture":0},"west":{"uv":[6,75,7,76],"texture":0},"up":{"uv":[68,30,56,29],"texture":0},"down":{"uv":[68,31,56,32],"texture":0}},"uuid":"3f77c268-bf9a-b90b-7a5d-2dff4c55832b"},{"name":"cube","rescale":false,"from":[2,15,15],"to":[14,16,16],"autouv":0,"color":5,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[56,17,68,18],"texture":0},"east":{"uv":[48,74,49,75],"texture":0},"south":{"uv":[56,19,68,20],"texture":0},"west":{"uv":[50,74,51,75],"texture":0},"up":{"uv":[68,22,56,21],"texture":0},"down":{"uv":[68,23,56,24],"texture":0}},"uuid":"f0501361-4f8e-0faf-3ad3-35d448de0c7d"},{"name":"cube","rescale":false,"from":[0,15,2],"to":[1,16,14],"autouv":0,"color":3,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[8,75,9,76],"texture":0},"east":{"uv":[56,33,68,34],"texture":0},"south":{"uv":[10,75,11,76],"texture":0},"west":{"uv":[56,35,68,36],"texture":0},"up":{"uv":[55,69,54,57],"texture":0},"down":{"uv":[57,57,56,69],"texture":0}},"uuid":"172526b0-5528-19f1-1476-cb16b6f6ebdc"},{"name":"cube","rescale":false,"from":[15,15,2],"to":[16,16,14],"autouv":0,"color":2,"locked":false,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[12,75,13,76],"texture":0},"east":{"uv":[56,37,68,38],"texture":0},"south":{"uv":[14,75,15,76],"texture":0},"west":{"uv":[56,39,68,40],"texture":0},"up":{"uv":[59,14,58,2],"texture":0},"down":{"uv":[44,58,43,70],"texture":0}},"uuid":"ff6f1ad0-0f1e-3890-923e-c542741290a1"}],"outliner":[{"name":"VoxelShapes","origin":[8,8,8],"uuid":"3f02f379-b7e4-cc2c-4ca0-92a00f3fac3b","export":true,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["af219d25-24e4-5563-d391-9fa01f5b1cef","c7ba860a-9dd8-2473-fc6e-3004594dacb0","7e35f687-d1d4-6ff4-ce22-739bd96bdc75","5be7384b-964d-ddb9-42b5-f587c289988e","7868451e-9d10-cf66-7975-cbf7eed2a270","f87ba393-3120-0f8e-e29e-e8090aebadb7","ec9542af-1040-e0df-3fde-ccb3f9535890","1a3dc1e7-1544-8bd8-9876-c1f765950105","335cd6ca-91c6-2075-3130-f6917f53be25","2dd5db48-7846-70e1-eb90-454e0827b6ce","d00ff92f-150e-44e6-2dda-355783cbba50","30cba1ea-e952-f9c9-d718-2f2a7c1687a5","0292593e-bd2e-0915-44f7-868ed64bbae4","3761b0c3-a6e8-9524-8ed3-713cb02591e0","fe706a0e-be73-75de-7157-1e3e986ba327","b56656c2-3135-165e-f785-785c30c6248a","685884ff-aeb7-6fd0-761c-dc4f1ea1aa95","ee3dc683-c4e0-c5ea-f341-3e6e70624c1f","add5917c-21d2-2fff-1226-7a4380c2780b","2e1bc535-6453-077f-595b-2a3e690329ba","7a265cc7-fa39-5dc1-4ba3-1c0bb3334e18","be888ed3-4375-4897-5ba3-4ed7462a5318","a67bd39d-55e7-b107-1b9c-083d1c270c0f","6e5d7bab-9b85-b7ba-1d8f-3e441ec741e8","a3820199-02bc-3c79-67be-4b6ceae6572a","fb2f5df2-8257-08f0-de71-4da18db45f2a","47f533c1-e932-d10b-77df-7b08d3e48ebb","8ade47b9-fb38-391c-36aa-08ccdb5800e9","f81fe614-7da1-6bd9-de6d-0605ed0ab577","e97aa2f2-3661-1c16-efc2-ec4b2b48d6fb","3f77c268-bf9a-b90b-7a5d-2dff4c55832b","f0501361-4f8e-0faf-3ad3-35d448de0c7d","172526b0-5528-19f1-1476-cb16b6f6ebdc","ff6f1ad0-0f1e-3890-923e-c542741290a1"]}],"textures":[{"path":"D:\\MyProjects\\Minecraft\\CuboidMod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\quantum_collapser.png","name":"quantum_collapser.png","folder":"model","namespace":"cuboidmod","id":"0","particle":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"56055956-16d3-34bf-0f18-e22930048c77","source":"data:image/png;base64,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"},{"path":"D:\\MyProjects\\Minecraft\\CuboidMod\\src\\main\\resources\\assets\\cuboidmod\\textures\\block\\thatldu_break.png","name":"thatldu_break.png","folder":"block","namespace":"cuboidmod","id":"particle","particle":true,"visible":true,"mode":"bitmap","saved":true,"uuid":"c6caee91-f02f-348c-e401-3ab99e76c01a","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACT0lEQVQ4TyWTzXIdNRBGz9ctzf1xjBcUT0Ld8AYpG8OTQGJCUbwvLAmkimD7+o7Uakrj1Wih1nx9+rS+/fldqji2czAghAtGJqMPJCGBVBgl5wXogj6IS0dvH+6SpWA7w4oxekNetuIcwpSMFF4MeWKWRBPtacVC6PThLsuxsv/6iquba/779Jl1BAxBJGgGS+ROSuz3O/bXRz7/+Rfx2NDbX75PHSrqsHxV6bPYHGkgM4gg0xiRqIh8apRj4fIYsM4HZgvHQqmOqjBzhhI3I0YiRGaHcOSiXVbcnXZu5Hky+HibHBaWgxMDfLdgEVBEzO8AWwp5GaSJHIEjLueVfN5auE0/VrTbAx1bnLI47WUQLSj7Sq1Gj47WICYUkrwE6/NM8PuPWQ/CdpXowibpfSF6onOQy0xVydYxt43HHF+uK+2lo9Nv91mPjtWKby4kfZ09F7xq4zLWgVWjrQk98NnepREzwXe/3qe9qXhxZDOeyFeTtrCacathLnoL8mXKxfZoP1/Q6eNt+qFQDztizlvOIHDzVyYpRikoBqkpWmKaxSvjqaHTw31yNJZDQTJw3y6PzQOHFGkJY+KriD6PxNroU6TTww/pe+fwzRXHmzd8+fvfjcFUdrOgGDknMH2M5HC153hzzT9/fKJ9eUan97fpi4OcerMntjnP4mSMuTy26ZwOZYj2uGLXlXzs9Gni6f1dWhXsjFInss18Rg+0rYK2tSgFxoCewkYwWmKXRKef3uXcQnaFVG62+Zgax8ZiIp/r/qrP/EG8plo78TL4H+TETexaY8upAAAAAElFTkSuQmCC"}],"display":{"thirdperson_righthand":{"rotation":[65,16,16],"translation":[0,4,0],"scale":[0.4,0.4,0.4]},"thirdperson_lefthand":{"rotation":[65,16,16],"translation":[0,4,0],"scale":[0.4,0.4,0.4]},"firstperson_righthand":{"rotation":[15,105,0],"translation":[2.25,-1,0],"scale":[0.65,0.65,0.65]},"firstperson_lefthand":{"rotation":[15,105,0],"translation":[2.25,-1,0],"scale":[0.65,0.65,0.65]},"ground":{"translation":[0,2.5,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[10,-162,-4],"scale":[0.69,0.65,0.65]},"head":{"translation":[0,14,0]},"fixed":{"rotation":[0,8,-7],"translation":[0,0,-1.25],"scale":[0.75,0.75,0.75]}}} \ No newline at end of file +{"meta":{"format_version":"4.9","model_format":"java_block","box_uv":false},"name":"quantum_collapser","parent":"minecraft:block/block","ambientocclusion":true,"front_gui_light":false,"visible_box":[1,1,0],"variable_placeholders":"","variable_placeholder_buttons":[],"unhandled_root_fields":{},"resolution":{"width":128,"height":128},"elements":[{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,0,0],"to":[16,1,16],"autouv":0,"color":2,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[54,43,70,44],"texture":0},"east":{"uv":[54,45,70,46],"texture":0},"south":{"uv":[54,47,70,48],"texture":0},"west":{"uv":[54,49,70,50],"texture":0},"up":{"uv":[16,16,0,0],"texture":0},"down":{"uv":[16,17,0,33],"texture":0}},"type":"cube","uuid":"af219d25-24e4-5563-d391-9fa01f5b1cef"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,1,2],"to":[14,15,14],"autouv":0,"color":4,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[17,30,29,44],"texture":0},"east":{"uv":[30,30,42,44],"texture":0},"south":{"uv":[32,0,44,14],"texture":0},"west":{"uv":[32,15,44,29],"texture":0},"up":{"uv":[12,46,0,34],"texture":0},"down":{"uv":[55,30,43,42],"texture":0}},"type":"cube","uuid":"c7ba860a-9dd8-2473-fc6e-3004594dacb0"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,15,1],"to":[15,16,15],"autouv":0,"color":2,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[54,51,68,52],"texture":0},"east":{"uv":[54,53,68,54],"texture":0},"south":{"uv":[54,55,68,56],"texture":0},"west":{"uv":[56,0,70,1],"texture":0},"up":{"uv":[31,14,17,0],"texture":0},"down":{"uv":[31,15,17,29],"texture":0}},"type":"cube","uuid":"7e35f687-d1d4-6ff4-ce22-739bd96bdc75"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,1,0],"to":[3,2,3],"autouv":0,"color":4,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[60,13,63,14],"texture":0},"east":{"uv":[70,57,73,58],"texture":0},"south":{"uv":[70,59,73,60],"texture":0},"west":{"uv":[70,61,73,62],"texture":0},"up":{"uv":[9,65,6,62],"texture":0},"down":{"uv":[65,57,62,60],"texture":0}},"type":"cube","uuid":"5be7384b-964d-ddb9-42b5-f587c289988e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,1,13],"to":[3,2,16],"autouv":0,"color":0,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[70,63,73,64],"texture":0},"east":{"uv":[70,65,73,66],"texture":0},"south":{"uv":[70,67,73,68],"texture":0},"west":{"uv":[71,0,74,1],"texture":0},"up":{"uv":[65,64,62,61],"texture":0},"down":{"uv":[67,2,64,5],"texture":0}},"type":"cube","uuid":"7868451e-9d10-cf66-7975-cbf7eed2a270"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[13,1,0],"to":[16,2,3],"autouv":0,"color":0,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[9,71,12,72],"texture":0},"east":{"uv":[13,71,16,72],"texture":0},"south":{"uv":[17,71,20,72],"texture":0},"west":{"uv":[21,71,24,72],"texture":0},"up":{"uv":[67,9,64,6],"texture":0},"down":{"uv":[67,10,64,13],"texture":0}},"type":"cube","uuid":"f87ba393-3120-0f8e-e29e-e8090aebadb7"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[13,1,13],"to":[16,2,16],"autouv":0,"color":2,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[25,71,28,72],"texture":0},"east":{"uv":[29,71,32,72],"texture":0},"south":{"uv":[33,71,36,72],"texture":0},"west":{"uv":[37,71,40,72],"texture":0},"up":{"uv":[65,68,62,65],"texture":0},"down":{"uv":[9,66,6,69],"texture":0}},"type":"cube","uuid":"ec9542af-1040-e0df-3fde-ccb3f9535890"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,3,0],"to":[1,13,1],"autouv":0,"color":7,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[13,34,14,44],"texture":0},"east":{"uv":[15,34,16,44],"texture":0},"south":{"uv":[45,58,46,68],"texture":0},"west":{"uv":[47,58,48,68],"texture":0},"up":{"uv":[53,75,52,74],"texture":0},"down":{"uv":[58,74,57,75],"texture":0}},"type":"cube","uuid":"1a3dc1e7-1544-8bd8-9876-c1f765950105"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,14,0],"to":[3,15,3],"autouv":0,"color":6,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[41,71,44,72],"texture":0},"east":{"uv":[71,43,74,44],"texture":0},"south":{"uv":[71,45,74,46],"texture":0},"west":{"uv":[71,47,74,48],"texture":0},"up":{"uv":[69,60,66,57],"texture":0},"down":{"uv":[69,61,66,64],"texture":0}},"type":"cube","uuid":"335cd6ca-91c6-2075-3130-f6917f53be25"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,2,0],"to":[2,3,2],"autouv":0,"color":3,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[72,38,74,39],"texture":0},"east":{"uv":[45,72,47,73],"texture":0},"south":{"uv":[48,72,50,73],"texture":0},"west":{"uv":[51,72,53,73],"texture":0},"up":{"uv":[12,64,10,62],"texture":0},"down":{"uv":[12,65,10,67],"texture":0}},"type":"cube","uuid":"2dd5db48-7846-70e1-eb90-454e0827b6ce"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,13,0],"to":[2,14,2],"autouv":0,"color":7,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[72,51,74,52],"texture":0},"east":{"uv":[72,53,74,54],"texture":0},"south":{"uv":[72,55,74,56],"texture":0},"west":{"uv":[57,72,59,73],"texture":0},"up":{"uv":[12,70,10,68],"texture":0},"down":{"uv":[71,32,69,34],"texture":0}},"type":"cube","uuid":"d00ff92f-150e-44e6-2dda-355783cbba50"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,2,14],"to":[2,3,16],"autouv":0,"color":6,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[60,72,62,73],"texture":0},"east":{"uv":[63,72,65,73],"texture":0},"south":{"uv":[66,72,68,73],"texture":0},"west":{"uv":[0,73,2,74],"texture":0},"up":{"uv":[71,37,69,35],"texture":0},"down":{"uv":[71,38,69,40],"texture":0}},"type":"cube","uuid":"30cba1ea-e952-f9c9-d718-2f2a7c1687a5"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[14,2,14],"to":[16,3,16],"autouv":0,"color":1,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[3,73,5,74],"texture":0},"east":{"uv":[6,73,8,74],"texture":0},"south":{"uv":[9,73,11,74],"texture":0},"west":{"uv":[12,73,14,74],"texture":0},"up":{"uv":[47,71,45,69],"texture":0},"down":{"uv":[50,69,48,71],"texture":0}},"type":"cube","uuid":"0292593e-bd2e-0915-44f7-868ed64bbae4"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[14,2,0],"to":[16,3,2],"autouv":0,"color":0,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[73,14,75,15],"texture":0},"east":{"uv":[15,73,17,74],"texture":0},"south":{"uv":[73,16,75,17],"texture":0},"west":{"uv":[18,73,20,74],"texture":0},"up":{"uv":[53,71,51,69],"texture":0},"down":{"uv":[71,51,69,53],"texture":0}},"type":"cube","uuid":"3761b0c3-a6e8-9524-8ed3-713cb02591e0"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[13,14,0],"to":[16,15,3],"autouv":0,"color":1,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[71,49,74,50],"texture":0},"east":{"uv":[71,69,74,70],"texture":0},"south":{"uv":[71,71,74,72],"texture":0},"west":{"uv":[72,2,75,3],"texture":0},"up":{"uv":[69,68,66,65],"texture":0},"down":{"uv":[71,2,68,5],"texture":0}},"type":"cube","uuid":"fe706a0e-be73-75de-7157-1e3e986ba327"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[14,13,0],"to":[16,14,2],"autouv":0,"color":5,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[21,73,23,74],"texture":0},"east":{"uv":[24,73,26,74],"texture":0},"south":{"uv":[27,73,29,74],"texture":0},"west":{"uv":[30,73,32,74],"texture":0},"up":{"uv":[71,56,69,54],"texture":0},"down":{"uv":[64,69,62,71],"texture":0}},"type":"cube","uuid":"b56656c2-3135-165e-f785-785c30c6248a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,3,0],"to":[16,13,1],"autouv":0,"color":0,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[49,58,50,68],"texture":0},"east":{"uv":[51,58,52,68],"texture":0},"south":{"uv":[58,57,59,67],"texture":0},"west":{"uv":[60,2,61,12],"texture":0},"up":{"uv":[75,58,74,57],"texture":0},"down":{"uv":[60,74,59,75],"texture":0}},"type":"cube","uuid":"685884ff-aeb7-6fd0-761c-dc4f1ea1aa95"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[13,14,13],"to":[16,15,16],"autouv":0,"color":0,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[72,4,75,5],"texture":0},"east":{"uv":[72,6,75,7],"texture":0},"south":{"uv":[72,8,75,9],"texture":0},"west":{"uv":[72,10,75,11],"texture":0},"up":{"uv":[71,9,68,6],"texture":0},"down":{"uv":[71,10,68,13],"texture":0}},"type":"cube","uuid":"ee3dc683-c4e0-c5ea-f341-3e6e70624c1f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[14,13,14],"to":[16,14,16],"autouv":0,"color":5,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[33,73,35,74],"texture":0},"east":{"uv":[36,73,38,74],"texture":0},"south":{"uv":[39,73,41,74],"texture":0},"west":{"uv":[42,73,44,74],"texture":0},"up":{"uv":[67,71,65,69],"texture":0},"down":{"uv":[70,69,68,71],"texture":0}},"type":"cube","uuid":"add5917c-21d2-2fff-1226-7a4380c2780b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,14,13],"to":[3,15,16],"autouv":0,"color":7,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[72,12,75,13],"texture":0},"east":{"uv":[72,32,75,33],"texture":0},"south":{"uv":[72,34,75,35],"texture":0},"west":{"uv":[72,36,75,37],"texture":0},"up":{"uv":[61,71,58,68],"texture":0},"down":{"uv":[72,14,69,17],"texture":0}},"type":"cube","uuid":"2e1bc535-6453-077f-595b-2a3e690329ba"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,13,14],"to":[2,14,16],"autouv":0,"color":6,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[54,73,56,74],"texture":0},"east":{"uv":[69,73,71,74],"texture":0},"south":{"uv":[72,73,74,74],"texture":0},"west":{"uv":[45,74,47,75],"texture":0},"up":{"uv":[8,72,6,70],"texture":0},"down":{"uv":[56,70,54,72],"texture":0}},"type":"cube","uuid":"7a265cc7-fa39-5dc1-4ba3-1c0bb3334e18"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,3,15],"to":[1,13,16],"autouv":0,"color":1,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[13,60,14,70],"texture":0},"east":{"uv":[15,60,16,70],"texture":0},"south":{"uv":[17,60,18,70],"texture":0},"west":{"uv":[19,60,20,70],"texture":0},"up":{"uv":[75,60,74,59],"texture":0},"down":{"uv":[62,74,61,75],"texture":0}},"type":"cube","uuid":"be888ed3-4375-4897-5ba3-4ed7462a5318"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,3,15],"to":[16,13,16],"autouv":0,"color":4,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[21,60,22,70],"texture":0},"east":{"uv":[23,60,24,70],"texture":0},"south":{"uv":[25,60,26,70],"texture":0},"west":{"uv":[27,60,28,70],"texture":0},"up":{"uv":[75,62,74,61],"texture":0},"down":{"uv":[64,74,63,75],"texture":0}},"type":"cube","uuid":"a67bd39d-55e7-b107-1b9c-083d1c270c0f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[3,3,1],"to":[4,13,2],"autouv":0,"color":2,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[29,60,30,70],"texture":0},"east":{"uv":[31,60,32,70],"texture":0},"south":{"uv":[33,60,34,70],"texture":0},"west":{"uv":[35,60,36,70],"texture":0},"up":{"uv":[75,64,74,63],"texture":0},"down":{"uv":[66,74,65,75],"texture":0}},"type":"cube","uuid":"6e5d7bab-9b85-b7ba-1d8f-3e441ec741e8"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[12,3,1],"to":[13,13,2],"autouv":0,"color":6,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[37,60,38,70],"texture":0},"east":{"uv":[39,60,40,70],"texture":0},"south":{"uv":[41,60,42,70],"texture":0},"west":{"uv":[60,57,61,67],"texture":0},"up":{"uv":[75,66,74,65],"texture":0},"down":{"uv":[68,74,67,75],"texture":0}},"type":"cube","uuid":"a3820199-02bc-3c79-67be-4b6ceae6572a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[14,1,3],"to":[15,15,13],"autouv":0,"color":3,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[35,45,36,59],"texture":0},"east":{"uv":[43,43,53,57],"texture":0},"south":{"uv":[37,45,38,59],"texture":0},"west":{"uv":[45,0,55,14],"texture":0},"up":{"uv":[1,72,0,62],"texture":0},"down":{"uv":[3,62,2,72],"texture":0}},"type":"cube","uuid":"fb2f5df2-8257-08f0-de71-4da18db45f2a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,1,3],"to":[2,15,13],"autouv":0,"color":2,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[39,45,40,59],"texture":0},"east":{"uv":[13,45,23,59],"texture":0},"south":{"uv":[41,45,42,59],"texture":0},"west":{"uv":[45,15,55,29],"texture":0},"up":{"uv":[63,12,62,2],"texture":0},"down":{"uv":[5,62,4,72],"texture":0}},"type":"cube","uuid":"47f533c1-e932-d10b-77df-7b08d3e48ebb"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,3,1],"to":[12,4,2],"autouv":0,"color":2,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[67,41,75,42],"texture":0},"east":{"uv":[74,67,75,68],"texture":0},"south":{"uv":[69,18,77,19],"texture":0},"west":{"uv":[0,75,1,76],"texture":0},"up":{"uv":[77,21,69,20],"texture":0},"down":{"uv":[77,22,69,23],"texture":0}},"type":"cube","uuid":"8ade47b9-fb38-391c-36aa-08ccdb5800e9"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,12,1],"to":[12,13,2],"autouv":0,"color":0,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[69,24,77,25],"texture":0},"east":{"uv":[75,0,76,1],"texture":0},"south":{"uv":[69,26,77,27],"texture":0},"west":{"uv":[2,75,3,76],"texture":0},"up":{"uv":[77,29,69,28],"texture":0},"down":{"uv":[77,30,69,31],"texture":0}},"type":"cube","uuid":"f81fe614-7da1-6bd9-de6d-0605ed0ab577"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[3,1,14],"to":[13,15,15],"autouv":0,"color":7,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[0,47,10,61],"texture":0},"east":{"uv":[0,47,10,61],"texture":0},"south":{"uv":[0,47,10,61],"texture":0},"west":{"uv":[0,47,10,61],"texture":0},"up":{"uv":[0,47,10,61],"texture":0},"down":{"uv":[0,47,10,61],"texture":0}},"type":"cube","uuid":"e97aa2f2-3661-1c16-efc2-ec4b2b48d6fb"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,15,0],"to":[14,16,1],"autouv":0,"color":2,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[56,25,68,26],"texture":0},"east":{"uv":[4,75,5,76],"texture":0},"south":{"uv":[56,27,68,28],"texture":0},"west":{"uv":[6,75,7,76],"texture":0},"up":{"uv":[68,30,56,29],"texture":0},"down":{"uv":[68,31,56,32],"texture":0}},"type":"cube","uuid":"3f77c268-bf9a-b90b-7a5d-2dff4c55832b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,15,15],"to":[14,16,16],"autouv":0,"color":5,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[56,17,68,18],"texture":0},"east":{"uv":[48,74,49,75],"texture":0},"south":{"uv":[56,19,68,20],"texture":0},"west":{"uv":[50,74,51,75],"texture":0},"up":{"uv":[68,22,56,21],"texture":0},"down":{"uv":[68,23,56,24],"texture":0}},"type":"cube","uuid":"f0501361-4f8e-0faf-3ad3-35d448de0c7d"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,15,2],"to":[1,16,14],"autouv":0,"color":3,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[8,75,9,76],"texture":0},"east":{"uv":[56,33,68,34],"texture":0},"south":{"uv":[10,75,11,76],"texture":0},"west":{"uv":[56,35,68,36],"texture":0},"up":{"uv":[55,69,54,57],"texture":0},"down":{"uv":[57,57,56,69],"texture":0}},"type":"cube","uuid":"172526b0-5528-19f1-1476-cb16b6f6ebdc"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,15,2],"to":[16,16,14],"autouv":0,"color":2,"origin":[8,8.88235,7.42647],"faces":{"north":{"uv":[12,75,13,76],"texture":0},"east":{"uv":[56,37,68,38],"texture":0},"south":{"uv":[14,75,15,76],"texture":0},"west":{"uv":[56,39,68,40],"texture":0},"up":{"uv":[59,14,58,2],"texture":0},"down":{"uv":[44,58,43,70],"texture":0}},"type":"cube","uuid":"ff6f1ad0-0f1e-3890-923e-c542741290a1"}],"outliner":[{"name":"VoxelShapes","origin":[8,8,8],"color":0,"uuid":"3f02f379-b7e4-cc2c-4ca0-92a00f3fac3b","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["af219d25-24e4-5563-d391-9fa01f5b1cef","c7ba860a-9dd8-2473-fc6e-3004594dacb0","7e35f687-d1d4-6ff4-ce22-739bd96bdc75","5be7384b-964d-ddb9-42b5-f587c289988e","7868451e-9d10-cf66-7975-cbf7eed2a270","f87ba393-3120-0f8e-e29e-e8090aebadb7","ec9542af-1040-e0df-3fde-ccb3f9535890","1a3dc1e7-1544-8bd8-9876-c1f765950105","335cd6ca-91c6-2075-3130-f6917f53be25","2dd5db48-7846-70e1-eb90-454e0827b6ce","d00ff92f-150e-44e6-2dda-355783cbba50","30cba1ea-e952-f9c9-d718-2f2a7c1687a5","0292593e-bd2e-0915-44f7-868ed64bbae4","3761b0c3-a6e8-9524-8ed3-713cb02591e0","fe706a0e-be73-75de-7157-1e3e986ba327","b56656c2-3135-165e-f785-785c30c6248a","685884ff-aeb7-6fd0-761c-dc4f1ea1aa95","ee3dc683-c4e0-c5ea-f341-3e6e70624c1f","add5917c-21d2-2fff-1226-7a4380c2780b","2e1bc535-6453-077f-595b-2a3e690329ba","7a265cc7-fa39-5dc1-4ba3-1c0bb3334e18","be888ed3-4375-4897-5ba3-4ed7462a5318","a67bd39d-55e7-b107-1b9c-083d1c270c0f","6e5d7bab-9b85-b7ba-1d8f-3e441ec741e8","a3820199-02bc-3c79-67be-4b6ceae6572a","fb2f5df2-8257-08f0-de71-4da18db45f2a","47f533c1-e932-d10b-77df-7b08d3e48ebb","8ade47b9-fb38-391c-36aa-08ccdb5800e9","f81fe614-7da1-6bd9-de6d-0605ed0ab577","e97aa2f2-3661-1c16-efc2-ec4b2b48d6fb","3f77c268-bf9a-b90b-7a5d-2dff4c55832b","f0501361-4f8e-0faf-3ad3-35d448de0c7d","172526b0-5528-19f1-1476-cb16b6f6ebdc","ff6f1ad0-0f1e-3890-923e-c542741290a1"]}],"textures":[{"path":"D:\\MyProjects\\Minecraft\\CuboidMod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\quantum_collapser.png","name":"quantum_collapser.png","folder":"model","namespace":"cuboidmod","id":"0","width":256,"height":256,"uv_width":128,"uv_height":128,"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":false,"uuid":"56055956-16d3-34bf-0f18-e22930048c77","source":"data:image/png;base64,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","relative_path":"D:/MyProjects/Minecraft/CuboidMod/src/main/resources/assets/cuboidmod/textures/model/quantum_collapser.png"},{"path":"D:\\MyProjects\\Minecraft\\CuboidMod\\src\\main\\resources\\assets\\cuboidmod\\textures\\block\\thatldu_break.png","name":"thatldu_break.png","folder":"block","namespace":"cuboidmod","id":"particle","width":16,"height":16,"uv_width":128,"uv_height":128,"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":false,"uuid":"c6caee91-f02f-348c-e401-3ab99e76c01a","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACT0lEQVQ4TyWTzXIdNRBGz9ctzf1xjBcUT0Ld8AYpG8OTQGJCUbwvLAmkimD7+o7Uakrj1Wih1nx9+rS+/fldqji2czAghAtGJqMPJCGBVBgl5wXogj6IS0dvH+6SpWA7w4oxekNetuIcwpSMFF4MeWKWRBPtacVC6PThLsuxsv/6iquba/779Jl1BAxBJGgGS+ROSuz3O/bXRz7/+Rfx2NDbX75PHSrqsHxV6bPYHGkgM4gg0xiRqIh8apRj4fIYsM4HZgvHQqmOqjBzhhI3I0YiRGaHcOSiXVbcnXZu5Hky+HibHBaWgxMDfLdgEVBEzO8AWwp5GaSJHIEjLueVfN5auE0/VrTbAx1bnLI47WUQLSj7Sq1Gj47WICYUkrwE6/NM8PuPWQ/CdpXowibpfSF6onOQy0xVydYxt43HHF+uK+2lo9Nv91mPjtWKby4kfZ09F7xq4zLWgVWjrQk98NnepREzwXe/3qe9qXhxZDOeyFeTtrCacathLnoL8mXKxfZoP1/Q6eNt+qFQDztizlvOIHDzVyYpRikoBqkpWmKaxSvjqaHTw31yNJZDQTJw3y6PzQOHFGkJY+KriD6PxNroU6TTww/pe+fwzRXHmzd8+fvfjcFUdrOgGDknMH2M5HC153hzzT9/fKJ9eUan97fpi4OcerMntjnP4mSMuTy26ZwOZYj2uGLXlXzs9Gni6f1dWhXsjFInss18Rg+0rYK2tSgFxoCewkYwWmKXRKef3uXcQnaFVG62+Zgax8ZiIp/r/qrP/EG8plo78TL4H+TETexaY8upAAAAAElFTkSuQmCC","relative_path":"D:/MyProjects/Minecraft/CuboidMod/src/main/resources/assets/cuboidmod/textures/block/thatldu_break.png"}],"display":{"thirdperson_righthand":{"rotation":[65,16,16],"translation":[0,4,0],"scale":[0.4,0.4,0.4]},"thirdperson_lefthand":{"rotation":[65,16,16],"translation":[0,4,0],"scale":[0.4,0.4,0.4]},"firstperson_righthand":{"rotation":[15,105,0],"translation":[2.25,-1,0],"scale":[0.65,0.65,0.65]},"firstperson_lefthand":{"rotation":[15,105,0],"translation":[2.25,-1,0],"scale":[0.65,0.65,0.65]},"ground":{"translation":[0,2.5,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[10,-162,-4],"scale":[0.69,0.65,0.65]},"head":{"translation":[0,14,0]},"fixed":{"rotation":[0,8,-7],"translation":[0,0,-1.25],"scale":[0.75,0.75,0.75]}}} \ No newline at end of file diff --git a/blockbench/quantum_transmutation_chamber/quantum_transmutation_chamber.bbmodel b/blockbench/quantum_transmutation_chamber/quantum_transmutation_chamber.bbmodel index 6e0bcfe..1558abc 100644 --- a/blockbench/quantum_transmutation_chamber/quantum_transmutation_chamber.bbmodel +++ b/blockbench/quantum_transmutation_chamber/quantum_transmutation_chamber.bbmodel @@ -1 +1 @@ -{"meta":{"format_version":"3.6","creation_time":1624918661,"model_format":"java_block","box_uv":false},"name":"quantum_transmutation_chamber","parent":"","ambientocclusion":true,"front_gui_light":false,"visible_box":[1,1,0],"resolution":{"width":64,"height":64},"elements":[{"name":"cube","rescale":false,"from":[2,2,2],"to":[14,14,14],"autouv":0,"color":6,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,12,12],"texture":1},"east":{"uv":[0,12,12,24],"texture":1},"south":{"uv":[12,0,24,12],"texture":1},"west":{"uv":[12,12,24,24],"texture":1},"up":{"uv":[12,36,0,24],"texture":1},"down":{"uv":[36,0,24,12],"texture":1}},"uuid":"38ab83b2-88f9-e313-e73d-a9e1153a29d5"},{"name":"cube","rescale":false,"from":[0,0,0],"to":[2,1,16],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[34,12,36,13],"texture":0},"east":{"uv":[18,12,34,13],"texture":0},"south":{"uv":[34,13,36,14],"texture":0},"west":{"uv":[18,13,34,14],"texture":0},"up":{"uv":[2,16,0,0],"texture":0},"down":{"uv":[4,0,2,16],"texture":0}},"uuid":"bef31cf1-a49a-a3c1-829c-2c72a3f37b16"},{"name":"cube","rescale":false,"from":[0,15,0],"to":[2,16,16],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[38,12,40,13],"texture":0},"east":{"uv":[14,20,30,21],"texture":0},"south":{"uv":[38,13,40,14],"texture":0},"west":{"uv":[14,21,30,22],"texture":0},"up":{"uv":[10,16,8,0],"texture":0},"down":{"uv":[12,0,10,16],"texture":0}},"uuid":"30c163e9-4a7f-fc36-64b5-8a0fdb9b4ea2"},{"name":"cube","rescale":false,"from":[1,12,1],"to":[4,15,4],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[31,34,34,37],"texture":0},"east":{"uv":[34,34,37,37],"texture":0},"south":{"uv":[31,37,34,40],"texture":0},"west":{"uv":[34,37,37,40],"texture":0},"up":{"uv":[40,37,37,34],"texture":0},"down":{"uv":[40,37,37,40],"texture":0}},"uuid":"fc30cd96-5f8b-b9a8-6111-0f35548562ea"},{"name":"cube","rescale":false,"from":[12,12,1],"to":[15,15,4],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[42,0,45,3],"texture":0},"east":{"uv":[42,3,45,6],"texture":0},"south":{"uv":[42,6,45,9],"texture":0},"west":{"uv":[8,42,11,45],"texture":0},"up":{"uv":[45,12,42,9],"texture":0},"down":{"uv":[14,42,11,45],"texture":0}},"uuid":"df9328a4-97c9-4485-f1fc-10382a0d0c0e"},{"name":"cube","rescale":false,"from":[12,12,12],"to":[15,15,15],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[29,43,32,46],"texture":0},"east":{"uv":[43,30,46,33],"texture":0},"south":{"uv":[32,43,35,46],"texture":0},"west":{"uv":[43,33,46,36],"texture":0},"up":{"uv":[38,46,35,43],"texture":0},"down":{"uv":[46,36,43,39],"texture":0}},"uuid":"dc12060e-902c-dea1-d875-b02bdca42018"},{"name":"cube","rescale":false,"from":[1,12,12],"to":[4,15,15],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[40,15,43,18],"texture":0},"east":{"uv":[31,40,34,43],"texture":0},"south":{"uv":[34,40,37,43],"texture":0},"west":{"uv":[40,34,43,37],"texture":0},"up":{"uv":[40,43,37,40],"texture":0},"down":{"uv":[43,37,40,40],"texture":0}},"uuid":"0e4cb324-f577-ef08-facd-388a60d649fb"},{"name":"cube","rescale":false,"from":[12,1,12],"to":[15,4,15],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[38,43,41,46],"texture":0},"east":{"uv":[43,39,46,42],"texture":0},"south":{"uv":[41,43,44,46],"texture":0},"west":{"uv":[0,44,3,47],"texture":0},"up":{"uv":[6,47,3,44],"texture":0},"down":{"uv":[17,44,14,47],"texture":0}},"uuid":"d61d8eea-92d1-a1bc-d0d5-57af8a9e51f6"},{"name":"cube","rescale":false,"from":[1,1,12],"to":[4,4,15],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[40,40,43,43],"texture":0},"east":{"uv":[14,41,17,44],"texture":0},"south":{"uv":[17,41,20,44],"texture":0},"west":{"uv":[20,41,23,44],"texture":0},"up":{"uv":[26,44,23,41],"texture":0},"down":{"uv":[29,41,26,44],"texture":0}},"uuid":"4d72cd50-efd2-6b4e-0d4e-9face76a7e89"},{"name":"cube","rescale":false,"from":[12,1,1],"to":[15,4,4],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[43,12,46,15],"texture":0},"east":{"uv":[43,15,46,18],"texture":0},"south":{"uv":[43,18,46,21],"texture":0},"west":{"uv":[43,21,46,24],"texture":0},"up":{"uv":[46,27,43,24],"texture":0},"down":{"uv":[46,27,43,30],"texture":0}},"uuid":"0e644924-9f91-3bd8-3b68-5c1c03857901"},{"name":"cube","rescale":false,"from":[1,1,1],"to":[4,4,4],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[14,38,17,41],"texture":0},"east":{"uv":[17,38,20,41],"texture":0},"south":{"uv":[20,38,23,41],"texture":0},"west":{"uv":[23,38,26,41],"texture":0},"up":{"uv":[29,41,26,38],"texture":0},"down":{"uv":[43,12,40,15],"texture":0}},"uuid":"ae099647-d002-bf22-2ff8-2ed29d7d69c1"},{"name":"cube","rescale":false,"from":[14,15,0],"to":[16,16,16],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[38,16,40,17],"texture":0},"east":{"uv":[14,22,30,23],"texture":0},"south":{"uv":[38,17,40,18],"texture":0},"west":{"uv":[14,23,30,24],"texture":0},"up":{"uv":[14,16,12,0],"texture":0},"down":{"uv":[16,0,14,16],"texture":0}},"uuid":"618919e2-c672-a799-92e1-316210d50bf0"},{"name":"cube","rescale":false,"from":[14,0,0],"to":[16,1,16],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[36,12,38,13],"texture":0},"east":{"uv":[14,18,30,19],"texture":0},"south":{"uv":[36,13,38,14],"texture":0},"west":{"uv":[14,19,30,20],"texture":0},"up":{"uv":[6,16,4,0],"texture":0},"down":{"uv":[8,0,6,16],"texture":0}},"uuid":"278fbebb-ae22-fff0-3ee6-9e11fec89e59"},{"name":"cube","rescale":false,"from":[14,1,15],"to":[16,15,16],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[0,16,2,30],"texture":0},"east":{"uv":[14,24,15,38],"texture":0},"south":{"uv":[16,0,18,14],"texture":0},"west":{"uv":[15,24,16,38],"texture":0},"up":{"uv":[31,43,29,42],"texture":0},"down":{"uv":[45,42,43,43],"texture":0}},"uuid":"5f71bac0-c040-9f17-d831-7cde7a48e170"},{"name":"cube","rescale":false,"from":[0,1,15],"to":[2,15,16],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[6,16,8,30],"texture":0},"east":{"uv":[18,24,19,38],"texture":0},"south":{"uv":[8,16,10,30],"texture":0},"west":{"uv":[19,24,20,38],"texture":0},"up":{"uv":[21,45,19,44],"texture":0},"down":{"uv":[23,44,21,45],"texture":0}},"uuid":"c772fd4c-5460-5aba-bf4c-eb6ba98ac99f"},{"name":"cube","rescale":false,"from":[0,1,0],"to":[2,15,1],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[10,16,12,30],"texture":0},"east":{"uv":[20,24,21,38],"texture":0},"south":{"uv":[12,16,14,30],"texture":0},"west":{"uv":[21,24,22,38],"texture":0},"up":{"uv":[25,45,23,44],"texture":0},"down":{"uv":[27,44,25,45],"texture":0}},"uuid":"a3169ca2-0066-035d-64ae-58262ad081c3"},{"name":"cube","rescale":false,"from":[14,1,0],"to":[16,15,1],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[2,16,4,30],"texture":0},"east":{"uv":[16,24,17,38],"texture":0},"south":{"uv":[4,16,6,30],"texture":0},"west":{"uv":[17,24,18,38],"texture":0},"up":{"uv":[8,45,6,44],"texture":0},"down":{"uv":[19,44,17,45],"texture":0}},"uuid":"3be2933c-8629-a341-0d22-2d2873f1b5b2"},{"name":"cube","rescale":false,"from":[0,1,14],"to":[1,15,15],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[26,24,27,38],"texture":0},"east":{"uv":[27,24,28,38],"texture":0},"south":{"uv":[28,24,29,38],"texture":0},"west":{"uv":[29,24,30,38],"texture":0},"up":{"uv":[30,41,29,40],"texture":0},"down":{"uv":[30,41,29,42],"texture":0}},"uuid":"0df5d77f-7607-8a46-d854-c627dfd06ebc"},{"name":"cube","rescale":false,"from":[0,1,1],"to":[1,15,2],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[22,24,23,38],"texture":0},"east":{"uv":[23,24,24,38],"texture":0},"south":{"uv":[24,24,25,38],"texture":0},"west":{"uv":[25,24,26,38],"texture":0},"up":{"uv":[30,39,29,38],"texture":0},"down":{"uv":[30,39,29,40],"texture":0}},"uuid":"9c167b9e-c077-6382-56e5-b5bffb216bcd"},{"name":"cube","rescale":false,"from":[15,1,14],"to":[16,15,15],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[4,30,5,44],"texture":0},"east":{"uv":[5,30,6,44],"texture":0},"south":{"uv":[6,30,7,44],"texture":0},"west":{"uv":[7,30,8,44],"texture":0},"up":{"uv":[46,7,45,6],"texture":0},"down":{"uv":[8,45,7,46],"texture":0}},"uuid":"1fddc76f-831a-ce80-dccc-0626a9383ca2"},{"name":"cube","rescale":false,"from":[15,1,1],"to":[16,15,2],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[0,30,1,44],"texture":0},"east":{"uv":[1,30,2,44],"texture":0},"south":{"uv":[2,30,3,44],"texture":0},"west":{"uv":[3,30,4,44],"texture":0},"up":{"uv":[46,6,45,5],"texture":0},"down":{"uv":[7,45,6,46],"texture":0}},"uuid":"9a2995bd-b9ed-11a8-ee74-8b4c44d33261"},{"name":"cube","rescale":false,"from":[2,15,0],"to":[14,16,2],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[26,16,38,17],"texture":0},"east":{"uv":[27,44,29,45],"texture":0},"south":{"uv":[26,17,38,18],"texture":0},"west":{"uv":[44,43,46,44],"texture":0},"up":{"uv":[26,18,14,16],"texture":0},"down":{"uv":[28,14,16,16],"texture":0}},"uuid":"c773d221-2426-f8e4-a180-f197a949b6e0"},{"name":"cube","rescale":false,"from":[2,15,14],"to":[14,16,16],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[28,14,40,15],"texture":0},"east":{"uv":[44,44,46,45],"texture":0},"south":{"uv":[28,15,40,16],"texture":0},"west":{"uv":[45,0,47,1],"texture":0},"up":{"uv":[30,2,18,0],"texture":0},"down":{"uv":[30,2,18,4],"texture":0}},"uuid":"c32219f2-3faf-4625-b20e-8a8f9756a405"},{"name":"cube","rescale":false,"from":[2,0,14],"to":[14,1,16],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[30,2,42,3],"texture":0},"east":{"uv":[45,3,47,4],"texture":0},"south":{"uv":[30,3,42,4],"texture":0},"west":{"uv":[45,4,47,5],"texture":0},"up":{"uv":[30,10,18,8],"texture":0},"down":{"uv":[30,10,18,12],"texture":0}},"uuid":"783b6dbf-d7b2-b8ff-65e5-047548380ba7"},{"name":"cube","rescale":false,"from":[2,0,0],"to":[14,1,2],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[30,0,42,1],"texture":0},"east":{"uv":[45,1,47,2],"texture":0},"south":{"uv":[30,1,42,2],"texture":0},"west":{"uv":[45,2,47,3],"texture":0},"up":{"uv":[30,6,18,4],"texture":0},"down":{"uv":[30,6,18,8],"texture":0}},"uuid":"451d9774-df1d-e98d-c26b-3a2f11f1773d"},{"name":"cube","rescale":false,"from":[0,1,2],"to":[1,2,14],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[45,7,46,8],"texture":0},"east":{"uv":[30,4,42,5],"texture":0},"south":{"uv":[8,45,9,46],"texture":0},"west":{"uv":[30,5,42,6],"texture":0},"up":{"uv":[9,42,8,30],"texture":0},"down":{"uv":[10,30,9,42],"texture":0}},"uuid":"bd14ba8e-cf0c-119f-def5-592c15d7c617"},{"name":"cube","rescale":false,"from":[0,14,2],"to":[1,15,14],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[45,8,46,9],"texture":0},"east":{"uv":[30,6,42,7],"texture":0},"south":{"uv":[9,45,10,46],"texture":0},"west":{"uv":[30,7,42,8],"texture":0},"up":{"uv":[11,42,10,30],"texture":0},"down":{"uv":[12,30,11,42],"texture":0}},"uuid":"39657e0b-a811-4c72-1033-c01b8cef096c"},{"name":"cube","rescale":false,"from":[15,14,2],"to":[16,15,14],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[45,10,46,11],"texture":0},"east":{"uv":[30,10,42,11],"texture":0},"south":{"uv":[11,45,12,46],"texture":0},"west":{"uv":[30,11,42,12],"texture":0},"up":{"uv":[31,30,30,18],"texture":0},"down":{"uv":[31,30,30,42],"texture":0}},"uuid":"be0c446c-97cf-62fd-1ee7-506a1f26c08f"},{"name":"cube","rescale":false,"from":[15,1,2],"to":[16,2,14],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[45,9,46,10],"texture":0},"east":{"uv":[30,8,42,9],"texture":0},"south":{"uv":[10,45,11,46],"texture":0},"west":{"uv":[30,9,42,10],"texture":0},"up":{"uv":[13,42,12,30],"texture":0},"down":{"uv":[14,30,13,42],"texture":0}},"uuid":"a81f009e-52c2-913b-9d53-b3a3d7ce5d72"},{"name":"cube","rescale":false,"from":[2,14,0],"to":[14,15,1],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[31,18,43,19],"texture":0},"east":{"uv":[45,11,46,12],"texture":0},"south":{"uv":[31,19,43,20],"texture":0},"west":{"uv":[12,45,13,46],"texture":0},"up":{"uv":[43,21,31,20],"texture":0},"down":{"uv":[43,21,31,22],"texture":0}},"uuid":"6f0f2c49-14f7-5adc-7b53-6cc79c73dfe3"},{"name":"cube","rescale":false,"from":[2,1,0],"to":[14,2,1],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[31,26,43,27],"texture":0},"east":{"uv":[18,45,19,46],"texture":0},"south":{"uv":[31,27,43,28],"texture":0},"west":{"uv":[19,45,20,46],"texture":0},"up":{"uv":[43,29,31,28],"texture":0},"down":{"uv":[43,29,31,30],"texture":0}},"uuid":"0607accf-ad22-75dd-27de-9b438fd9f6d9"},{"name":"cube","rescale":false,"from":[2,1,15],"to":[14,2,16],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[31,30,43,31],"texture":0},"east":{"uv":[20,45,21,46],"texture":0},"south":{"uv":[31,31,43,32],"texture":0},"west":{"uv":[21,45,22,46],"texture":0},"up":{"uv":[43,33,31,32],"texture":0},"down":{"uv":[43,33,31,34],"texture":0}},"uuid":"53cf1800-bd98-a9d5-70aa-0aad6bb0db5c"},{"name":"cube","rescale":false,"from":[2,14,15],"to":[14,15,16],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[31,22,43,23],"texture":0},"east":{"uv":[13,45,14,46],"texture":0},"south":{"uv":[31,23,43,24],"texture":0},"west":{"uv":[17,45,18,46],"texture":0},"up":{"uv":[43,25,31,24],"texture":0},"down":{"uv":[43,25,31,26],"texture":0}},"uuid":"b2d09020-096a-d945-f6f6-fbd982537e3e"},{"name":"cube","rescale":false,"from":[2,2,15],"to":[3,3,15.5],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[22,45,23,46],"texture":0},"east":{"uv":[26,46,26.5,47],"texture":0},"south":{"uv":[23,45,24,46],"texture":0},"west":{"uv":[46,26,46.5,27],"texture":0},"up":{"uv":[28,46.5,27,46],"texture":0},"down":{"uv":[47,27,46,27.5],"texture":0}},"uuid":"991a898a-ea5d-26a4-5550-cc51ec34e06e"},{"name":"cube","rescale":false,"from":[13,2,15],"to":[14,3,15.5],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[44,45,45,46],"texture":0},"east":{"uv":[34,46,34.5,47],"texture":0},"south":{"uv":[45,45,46,46],"texture":0},"west":{"uv":[46,34,46.5,35],"texture":0},"up":{"uv":[36,46.5,35,46],"texture":0},"down":{"uv":[47,35,46,35.5],"texture":0}},"uuid":"b31f1bab-ff1b-52ba-4ed3-ab078fa99e5b"},{"name":"cube","rescale":false,"from":[13,13,15],"to":[14,14,15.5],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[46,6,47,7],"texture":0},"east":{"uv":[38,46,38.5,47],"texture":0},"south":{"uv":[7,46,8,47],"texture":0},"west":{"uv":[46,38,46.5,39],"texture":0},"up":{"uv":[40,46.5,39,46],"texture":0},"down":{"uv":[47,39,46,39.5],"texture":0}},"uuid":"148bbdb0-20ef-874b-f5eb-14735081ce93"},{"name":"cube","rescale":false,"from":[2,13,15],"to":[3,14,15.5],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[26,45,27,46],"texture":0},"east":{"uv":[30,46,30.5,47],"texture":0},"south":{"uv":[27,45,28,46],"texture":0},"west":{"uv":[46,30,46.5,31],"texture":0},"up":{"uv":[32,46.5,31,46],"texture":0},"down":{"uv":[47,31,46,31.5],"texture":0}},"uuid":"d9ac58cd-f7f0-1fab-10a3-381e18bfb8bf"},{"name":"cube","rescale":false,"from":[13,13,0.5],"to":[14,14,1],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[46,7,47,8],"texture":0},"east":{"uv":[40,46,40.5,47],"texture":0},"south":{"uv":[8,46,9,47],"texture":0},"west":{"uv":[46,40,46.5,41],"texture":0},"up":{"uv":[42,46.5,41,46],"texture":0},"down":{"uv":[47,41,46,41.5],"texture":0}},"uuid":"4f7163f7-f389-7992-4cd0-7a7cb68c5d22"},{"name":"cube","rescale":false,"from":[2,13,0.5],"to":[3,14,1],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[28,45,29,46],"texture":0},"east":{"uv":[32,46,32.5,47],"texture":0},"south":{"uv":[45,42,46,43],"texture":0},"west":{"uv":[46,32,46.5,33],"texture":0},"up":{"uv":[34,46.5,33,46],"texture":0},"down":{"uv":[47,33,46,33.5],"texture":0}},"uuid":"ea10317c-71a8-a2c5-872d-1cd1627ca6e7"},{"name":"cube","rescale":false,"from":[13,2,0.5],"to":[14,3,1],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[46,5,47,6],"texture":0},"east":{"uv":[36,46,36.5,47],"texture":0},"south":{"uv":[6,46,7,47],"texture":0},"west":{"uv":[46,36,46.5,37],"texture":0},"up":{"uv":[38,46.5,37,46],"texture":0},"down":{"uv":[47,37,46,37.5],"texture":0}},"uuid":"c4296d15-2e40-1341-7ea9-eacbe6e7e35a"},{"name":"cube","rescale":false,"from":[2,2,0.5],"to":[3,3,1],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[24,45,25,46],"texture":0},"east":{"uv":[28,46,28.5,47],"texture":0},"south":{"uv":[25,45,26,46],"texture":0},"west":{"uv":[46,28,46.5,29],"texture":0},"up":{"uv":[30,46.5,29,46],"texture":0},"down":{"uv":[47,29,46,29.5],"texture":0}},"uuid":"26f3199c-8493-7ef8-ae43-d2eefea876d5"},{"name":"cube","rescale":false,"from":[13,15,2],"to":[14,15.5,3],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[42,46,43,46.5],"texture":0},"east":{"uv":[46,42,47,42.5],"texture":0},"south":{"uv":[43,46,44,46.5],"texture":0},"west":{"uv":[46,43,47,43.5],"texture":0},"up":{"uv":[47,9,46,8],"texture":0},"down":{"uv":[10,46,9,47],"texture":0}},"uuid":"39cb0518-56fe-23ef-2a94-4ee06a171ad4"},{"name":"cube","rescale":false,"from":[13,15,13],"to":[14,15.5,14],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[47,3,48,3.5],"texture":0},"east":{"uv":[4,47,5,47.5],"texture":0},"south":{"uv":[47,4,48,4.5],"texture":0},"west":{"uv":[5,47,6,47.5],"texture":0},"up":{"uv":[47,13,46,12],"texture":0},"down":{"uv":[14,46,13,47],"texture":0}},"uuid":"bad3660c-2736-2b26-8df1-ab88017db14e"},{"name":"cube","rescale":false,"from":[2,15,13],"to":[3,15.5,14],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[47,7,48,7.5],"texture":0},"east":{"uv":[8,47,9,47.5],"texture":0},"south":{"uv":[47,8,48,8.5],"texture":0},"west":{"uv":[9,47,10,47.5],"texture":0},"up":{"uv":[47,16,46,15],"texture":0},"down":{"uv":[47,16,46,17],"texture":0}},"uuid":"c37410ad-5e8d-d6b6-e319-8bd6a8bc6672"},{"name":"cube","rescale":false,"from":[2,15,2],"to":[3,15.5,3],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[46,46,47,46.5],"texture":0},"east":{"uv":[0,47,1,47.5],"texture":0},"south":{"uv":[47,0,48,0.5],"texture":0},"west":{"uv":[1,47,2,47.5],"texture":0},"up":{"uv":[47,11,46,10],"texture":0},"down":{"uv":[12,46,11,47],"texture":0}},"uuid":"04ece0db-4293-c42c-5072-7666613f42d5"},{"name":"cube","rescale":false,"from":[2,0.5,13],"to":[3,1,14],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[47,9,48,9.5],"texture":0},"east":{"uv":[10,47,11,47.5],"texture":0},"south":{"uv":[47,10,48,10.5],"texture":0},"west":{"uv":[11,47,12,47.5],"texture":0},"up":{"uv":[18,47,17,46],"texture":0},"down":{"uv":[47,17,46,18],"texture":0}},"uuid":"9eea716a-ff6a-ce84-5761-096692d0b175"},{"name":"cube","rescale":false,"from":[2,0.5,2],"to":[3,1,3],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[47,1,48,1.5],"texture":0},"east":{"uv":[2,47,3,47.5],"texture":0},"south":{"uv":[47,2,48,2.5],"texture":0},"west":{"uv":[3,47,4,47.5],"texture":0},"up":{"uv":[47,12,46,11],"texture":0},"down":{"uv":[13,46,12,47],"texture":0}},"uuid":"c590a716-24cd-8026-ebb5-de2502dbba61"},{"name":"cube","rescale":false,"from":[13,0.5,13],"to":[14,1,14],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[47,5,48,5.5],"texture":0},"east":{"uv":[6,47,7,47.5],"texture":0},"south":{"uv":[47,6,48,6.5],"texture":0},"west":{"uv":[7,47,8,47.5],"texture":0},"up":{"uv":[47,14,46,13],"texture":0},"down":{"uv":[47,14,46,15],"texture":0}},"uuid":"3f70d008-d5eb-48a3-dc48-502f67ccdebe"},{"name":"cube","rescale":false,"from":[13,0.5,2],"to":[14,1,3],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[44,46,45,46.5],"texture":0},"east":{"uv":[46,44,47,44.5],"texture":0},"south":{"uv":[45,46,46,46.5],"texture":0},"west":{"uv":[46,45,47,45.5],"texture":0},"up":{"uv":[47,10,46,9],"texture":0},"down":{"uv":[11,46,10,47],"texture":0}},"uuid":"65c918b4-c8a4-5b72-9d0c-c9a6ab77a271"},{"name":"cube","rescale":false,"from":[0.5,2,13],"to":[1,3,14],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[47,11,47.5,12],"texture":0},"east":{"uv":[18,46,19,47],"texture":0},"south":{"uv":[12,47,12.5,48],"texture":0},"west":{"uv":[46,18,47,19],"texture":0},"up":{"uv":[47.5,13,47,12],"texture":0},"down":{"uv":[13.5,47,13,48],"texture":0}},"uuid":"00b73cb0-4d43-5f2f-83b4-5a137b90e53c"},{"name":"cube","rescale":false,"from":[0.5,2,2],"to":[1,3,3],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[47,19,47.5,20],"texture":0},"east":{"uv":[22,46,23,47],"texture":0},"south":{"uv":[20,47,20.5,48],"texture":0},"west":{"uv":[46,22,47,23],"texture":0},"up":{"uv":[47.5,21,47,20],"texture":0},"down":{"uv":[21.5,47,21,48],"texture":0}},"uuid":"3c2d811a-57ff-9fa1-5123-06fecf230941"},{"name":"cube","rescale":false,"from":[0.5,13,2],"to":[1,14,3],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[47,23,47.5,24],"texture":0},"east":{"uv":[24,46,25,47],"texture":0},"south":{"uv":[24,47,24.5,48],"texture":0},"west":{"uv":[46,24,47,25],"texture":0},"up":{"uv":[47.5,25,47,24],"texture":0},"down":{"uv":[25.5,47,25,48],"texture":0}},"uuid":"babf5758-a065-0729-d456-b2a5771dc385"},{"name":"cube","rescale":false,"from":[0.5,13,13],"to":[1,14,14],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[47,15,47.5,16],"texture":0},"east":{"uv":[20,46,21,47],"texture":0},"south":{"uv":[16,47,16.5,48],"texture":0},"west":{"uv":[46,20,47,21],"texture":0},"up":{"uv":[47.5,17,47,16],"texture":0},"down":{"uv":[17.5,47,17,48],"texture":0}},"uuid":"1136fde7-8bd2-1285-46e3-bba48b45dd69"},{"name":"cube","rescale":false,"from":[15,13,2],"to":[15.5,14,3],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[47,25,47.5,26],"texture":0},"east":{"uv":[25,46,26,47],"texture":0},"south":{"uv":[26,47,26.5,48],"texture":0},"west":{"uv":[46,25,47,26],"texture":0},"up":{"uv":[47.5,27,47,26],"texture":0},"down":{"uv":[27.5,47,27,48],"texture":0}},"uuid":"8e482c8d-cec9-d9bb-b001-8c31f4aada76"},{"name":"cube","rescale":false,"from":[15,13,13],"to":[15.5,14,14],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[47,17,47.5,18],"texture":0},"east":{"uv":[21,46,22,47],"texture":0},"south":{"uv":[18,47,18.5,48],"texture":0},"west":{"uv":[46,21,47,22],"texture":0},"up":{"uv":[47.5,19,47,18],"texture":0},"down":{"uv":[19.5,47,19,48],"texture":0}},"uuid":"49133616-1a8b-75ed-5e7d-3536aa5f3916"},{"name":"cube","rescale":false,"from":[15,2,13],"to":[15.5,3,14],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[47,13,47.5,14],"texture":0},"east":{"uv":[19,46,20,47],"texture":0},"south":{"uv":[14,47,14.5,48],"texture":0},"west":{"uv":[46,19,47,20],"texture":0},"up":{"uv":[47.5,15,47,14],"texture":0},"down":{"uv":[15.5,47,15,48],"texture":0}},"uuid":"c29c85e7-ecdb-47b9-b2b5-6aeb1ad9b75d"},{"name":"cube","rescale":false,"from":[15,2,2],"to":[15.5,3,3],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[47,21,47.5,22],"texture":0},"east":{"uv":[23,46,24,47],"texture":0},"south":{"uv":[22,47,22.5,48],"texture":0},"west":{"uv":[46,23,47,24],"texture":0},"up":{"uv":[47.5,23,47,22],"texture":0},"down":{"uv":[23.5,47,23,48],"texture":0}},"uuid":"efcda20c-2f4a-1f6b-14a1-211f78274c30"}],"outliner":[{"name":"VoxelShapes","origin":[0,0,0],"uuid":"a3705265-76bd-5cdd-dd5f-ad90bd6ea0c2","export":true,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["38ab83b2-88f9-e313-e73d-a9e1153a29d5","bef31cf1-a49a-a3c1-829c-2c72a3f37b16","278fbebb-ae22-fff0-3ee6-9e11fec89e59","30c163e9-4a7f-fc36-64b5-8a0fdb9b4ea2","618919e2-c672-a799-92e1-316210d50bf0","fc30cd96-5f8b-b9a8-6111-0f35548562ea","ae099647-d002-bf22-2ff8-2ed29d7d69c1","0e4cb324-f577-ef08-facd-388a60d649fb","4d72cd50-efd2-6b4e-0d4e-9face76a7e89","df9328a4-97c9-4485-f1fc-10382a0d0c0e","0e644924-9f91-3bd8-3b68-5c1c03857901","dc12060e-902c-dea1-d875-b02bdca42018","d61d8eea-92d1-a1bc-d0d5-57af8a9e51f6","5f71bac0-c040-9f17-d831-7cde7a48e170","3be2933c-8629-a341-0d22-2d2873f1b5b2","c772fd4c-5460-5aba-bf4c-eb6ba98ac99f","a3169ca2-0066-035d-64ae-58262ad081c3","9c167b9e-c077-6382-56e5-b5bffb216bcd","0df5d77f-7607-8a46-d854-c627dfd06ebc","9a2995bd-b9ed-11a8-ee74-8b4c44d33261","1fddc76f-831a-ce80-dccc-0626a9383ca2","c773d221-2426-f8e4-a180-f197a949b6e0","c32219f2-3faf-4625-b20e-8a8f9756a405","451d9774-df1d-e98d-c26b-3a2f11f1773d","783b6dbf-d7b2-b8ff-65e5-047548380ba7","bd14ba8e-cf0c-119f-def5-592c15d7c617","39657e0b-a811-4c72-1033-c01b8cef096c","a81f009e-52c2-913b-9d53-b3a3d7ce5d72","be0c446c-97cf-62fd-1ee7-506a1f26c08f","6f0f2c49-14f7-5adc-7b53-6cc79c73dfe3","b2d09020-096a-d945-f6f6-fbd982537e3e","0607accf-ad22-75dd-27de-9b438fd9f6d9","53cf1800-bd98-a9d5-70aa-0aad6bb0db5c","991a898a-ea5d-26a4-5550-cc51ec34e06e","26f3199c-8493-7ef8-ae43-d2eefea876d5","d9ac58cd-f7f0-1fab-10a3-381e18bfb8bf","ea10317c-71a8-a2c5-872d-1cd1627ca6e7","b31f1bab-ff1b-52ba-4ed3-ab078fa99e5b","c4296d15-2e40-1341-7ea9-eacbe6e7e35a","148bbdb0-20ef-874b-f5eb-14735081ce93","4f7163f7-f389-7992-4cd0-7a7cb68c5d22","39cb0518-56fe-23ef-2a94-4ee06a171ad4","65c918b4-c8a4-5b72-9d0c-c9a6ab77a271","04ece0db-4293-c42c-5072-7666613f42d5","c590a716-24cd-8026-ebb5-de2502dbba61","bad3660c-2736-2b26-8df1-ab88017db14e","3f70d008-d5eb-48a3-dc48-502f67ccdebe","c37410ad-5e8d-d6b6-e319-8bd6a8bc6672","9eea716a-ff6a-ce84-5761-096692d0b175","00b73cb0-4d43-5f2f-83b4-5a137b90e53c","c29c85e7-ecdb-47b9-b2b5-6aeb1ad9b75d","1136fde7-8bd2-1285-46e3-bba48b45dd69","49133616-1a8b-75ed-5e7d-3536aa5f3916","3c2d811a-57ff-9fa1-5123-06fecf230941","efcda20c-2f4a-1f6b-14a1-211f78274c30","babf5758-a065-0729-d456-b2a5771dc385","8e482c8d-cec9-d9bb-b001-8c31f4aada76"]}],"textures":[{"path":"","name":"quantum_transmutation_chamber_casing","folder":"block","namespace":"","id":"0","particle":true,"visible":true,"mode":"bitmap","saved":false,"uuid":"7ac3761a-215b-aaed-0198-95ecf3bfc64c","source":"data:image/png;base64,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"},{"path":"","name":"quantum_transmutation_chamber_core","folder":"block","namespace":"","id":"1","particle":false,"visible":true,"mode":"bitmap","saved":false,"uuid":"7ad00395-873b-7f1c-b1a3-a7f79867c555","source":"data:image/png;base64,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"}],"display":{"thirdperson_righthand":{"rotation":[-35,10,6],"translation":[0,5,0],"scale":[0.5,0.5,0.5]},"thirdperson_lefthand":{"rotation":[-35,10,6],"translation":[0,5,0],"scale":[0.5,0.5,0.5]},"firstperson_righthand":{"rotation":[0,12,6],"translation":[0.5,-1.5,2.5],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[0,12,6],"translation":[0.5,-1.5,2.5],"scale":[0.6,0.6,0.6]},"ground":{"translation":[0,3,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[18,22,0],"translation":[0,0.75,0],"scale":[0.6,0.6,0.6]},"head":{"translation":[0,14,0]},"fixed":{"rotation":[-10,22,-3],"translation":[0,0.75,0],"scale":[0.7,0.7,0.7]}}} \ No newline at end of file +{"meta":{"format_version":"4.9","model_format":"java_block","box_uv":false},"name":"quantum_transmutation_chamber","parent":"","ambientocclusion":true,"front_gui_light":false,"visible_box":[1,1,0],"variable_placeholders":"","variable_placeholder_buttons":[],"unhandled_root_fields":{},"resolution":{"width":64,"height":64},"elements":[{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,2,2],"to":[14,14,14],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,12,12],"texture":1},"east":{"uv":[0,12,12,24],"texture":1},"south":{"uv":[12,0,24,12],"texture":1},"west":{"uv":[12,12,24,24],"texture":1},"up":{"uv":[12,36,0,24],"texture":1},"down":{"uv":[36,0,24,12],"texture":1}},"type":"cube","uuid":"38ab83b2-88f9-e313-e73d-a9e1153a29d5"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,0,0],"to":[2,1,16],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[34,12,36,13],"texture":0},"east":{"uv":[18,12,34,13],"texture":0},"south":{"uv":[34,13,36,14],"texture":0},"west":{"uv":[18,13,34,14],"texture":0},"up":{"uv":[2,16,0,0],"texture":0},"down":{"uv":[4,0,2,16],"texture":0}},"type":"cube","uuid":"bef31cf1-a49a-a3c1-829c-2c72a3f37b16"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,15,0],"to":[2,16,16],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[38,12,40,13],"texture":0},"east":{"uv":[14,20,30,21],"texture":0},"south":{"uv":[38,13,40,14],"texture":0},"west":{"uv":[14,21,30,22],"texture":0},"up":{"uv":[10,16,8,0],"texture":0},"down":{"uv":[12,0,10,16],"texture":0}},"type":"cube","uuid":"30c163e9-4a7f-fc36-64b5-8a0fdb9b4ea2"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,12,1],"to":[4,15,4],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[31,34,34,37],"texture":0},"east":{"uv":[34,34,37,37],"texture":0},"south":{"uv":[31,37,34,40],"texture":0},"west":{"uv":[34,37,37,40],"texture":0},"up":{"uv":[40,37,37,34],"texture":0},"down":{"uv":[40,37,37,40],"texture":0}},"type":"cube","uuid":"fc30cd96-5f8b-b9a8-6111-0f35548562ea"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[12,12,1],"to":[15,15,4],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[42,0,45,3],"texture":0},"east":{"uv":[42,3,45,6],"texture":0},"south":{"uv":[42,6,45,9],"texture":0},"west":{"uv":[8,42,11,45],"texture":0},"up":{"uv":[45,12,42,9],"texture":0},"down":{"uv":[14,42,11,45],"texture":0}},"type":"cube","uuid":"df9328a4-97c9-4485-f1fc-10382a0d0c0e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[12,12,12],"to":[15,15,15],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[29,43,32,46],"texture":0},"east":{"uv":[43,30,46,33],"texture":0},"south":{"uv":[32,43,35,46],"texture":0},"west":{"uv":[43,33,46,36],"texture":0},"up":{"uv":[38,46,35,43],"texture":0},"down":{"uv":[46,36,43,39],"texture":0}},"type":"cube","uuid":"dc12060e-902c-dea1-d875-b02bdca42018"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,12,12],"to":[4,15,15],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[40,15,43,18],"texture":0},"east":{"uv":[31,40,34,43],"texture":0},"south":{"uv":[34,40,37,43],"texture":0},"west":{"uv":[40,34,43,37],"texture":0},"up":{"uv":[40,43,37,40],"texture":0},"down":{"uv":[43,37,40,40],"texture":0}},"type":"cube","uuid":"0e4cb324-f577-ef08-facd-388a60d649fb"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[12,1,12],"to":[15,4,15],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[38,43,41,46],"texture":0},"east":{"uv":[43,39,46,42],"texture":0},"south":{"uv":[41,43,44,46],"texture":0},"west":{"uv":[0,44,3,47],"texture":0},"up":{"uv":[6,47,3,44],"texture":0},"down":{"uv":[17,44,14,47],"texture":0}},"type":"cube","uuid":"d61d8eea-92d1-a1bc-d0d5-57af8a9e51f6"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,1,12],"to":[4,4,15],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[40,40,43,43],"texture":0},"east":{"uv":[14,41,17,44],"texture":0},"south":{"uv":[17,41,20,44],"texture":0},"west":{"uv":[20,41,23,44],"texture":0},"up":{"uv":[26,44,23,41],"texture":0},"down":{"uv":[29,41,26,44],"texture":0}},"type":"cube","uuid":"4d72cd50-efd2-6b4e-0d4e-9face76a7e89"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[12,1,1],"to":[15,4,4],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[43,12,46,15],"texture":0},"east":{"uv":[43,15,46,18],"texture":0},"south":{"uv":[43,18,46,21],"texture":0},"west":{"uv":[43,21,46,24],"texture":0},"up":{"uv":[46,27,43,24],"texture":0},"down":{"uv":[46,27,43,30],"texture":0}},"type":"cube","uuid":"0e644924-9f91-3bd8-3b68-5c1c03857901"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,1,1],"to":[4,4,4],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[14,38,17,41],"texture":0},"east":{"uv":[17,38,20,41],"texture":0},"south":{"uv":[20,38,23,41],"texture":0},"west":{"uv":[23,38,26,41],"texture":0},"up":{"uv":[29,41,26,38],"texture":0},"down":{"uv":[43,12,40,15],"texture":0}},"type":"cube","uuid":"ae099647-d002-bf22-2ff8-2ed29d7d69c1"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[14,15,0],"to":[16,16,16],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[38,16,40,17],"texture":0},"east":{"uv":[14,22,30,23],"texture":0},"south":{"uv":[38,17,40,18],"texture":0},"west":{"uv":[14,23,30,24],"texture":0},"up":{"uv":[14,16,12,0],"texture":0},"down":{"uv":[16,0,14,16],"texture":0}},"type":"cube","uuid":"618919e2-c672-a799-92e1-316210d50bf0"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[14,0,0],"to":[16,1,16],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[36,12,38,13],"texture":0},"east":{"uv":[14,18,30,19],"texture":0},"south":{"uv":[36,13,38,14],"texture":0},"west":{"uv":[14,19,30,20],"texture":0},"up":{"uv":[6,16,4,0],"texture":0},"down":{"uv":[8,0,6,16],"texture":0}},"type":"cube","uuid":"278fbebb-ae22-fff0-3ee6-9e11fec89e59"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[14,1,15],"to":[16,15,16],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[0,16,2,30],"texture":0},"east":{"uv":[14,24,15,38],"texture":0},"south":{"uv":[16,0,18,14],"texture":0},"west":{"uv":[15,24,16,38],"texture":0},"up":{"uv":[31,43,29,42],"texture":0},"down":{"uv":[45,42,43,43],"texture":0}},"type":"cube","uuid":"5f71bac0-c040-9f17-d831-7cde7a48e170"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,1,15],"to":[2,15,16],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[6,16,8,30],"texture":0},"east":{"uv":[18,24,19,38],"texture":0},"south":{"uv":[8,16,10,30],"texture":0},"west":{"uv":[19,24,20,38],"texture":0},"up":{"uv":[21,45,19,44],"texture":0},"down":{"uv":[23,44,21,45],"texture":0}},"type":"cube","uuid":"c772fd4c-5460-5aba-bf4c-eb6ba98ac99f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,1,0],"to":[2,15,1],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[10,16,12,30],"texture":0},"east":{"uv":[20,24,21,38],"texture":0},"south":{"uv":[12,16,14,30],"texture":0},"west":{"uv":[21,24,22,38],"texture":0},"up":{"uv":[25,45,23,44],"texture":0},"down":{"uv":[27,44,25,45],"texture":0}},"type":"cube","uuid":"a3169ca2-0066-035d-64ae-58262ad081c3"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[14,1,0],"to":[16,15,1],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[2,16,4,30],"texture":0},"east":{"uv":[16,24,17,38],"texture":0},"south":{"uv":[4,16,6,30],"texture":0},"west":{"uv":[17,24,18,38],"texture":0},"up":{"uv":[8,45,6,44],"texture":0},"down":{"uv":[19,44,17,45],"texture":0}},"type":"cube","uuid":"3be2933c-8629-a341-0d22-2d2873f1b5b2"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,1,14],"to":[1,15,15],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[26,24,27,38],"texture":0},"east":{"uv":[27,24,28,38],"texture":0},"south":{"uv":[28,24,29,38],"texture":0},"west":{"uv":[29,24,30,38],"texture":0},"up":{"uv":[30,41,29,40],"texture":0},"down":{"uv":[30,41,29,42],"texture":0}},"type":"cube","uuid":"0df5d77f-7607-8a46-d854-c627dfd06ebc"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,1,1],"to":[1,15,2],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[22,24,23,38],"texture":0},"east":{"uv":[23,24,24,38],"texture":0},"south":{"uv":[24,24,25,38],"texture":0},"west":{"uv":[25,24,26,38],"texture":0},"up":{"uv":[30,39,29,38],"texture":0},"down":{"uv":[30,39,29,40],"texture":0}},"type":"cube","uuid":"9c167b9e-c077-6382-56e5-b5bffb216bcd"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,1,14],"to":[16,15,15],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[4,30,5,44],"texture":0},"east":{"uv":[5,30,6,44],"texture":0},"south":{"uv":[6,30,7,44],"texture":0},"west":{"uv":[7,30,8,44],"texture":0},"up":{"uv":[46,7,45,6],"texture":0},"down":{"uv":[8,45,7,46],"texture":0}},"type":"cube","uuid":"1fddc76f-831a-ce80-dccc-0626a9383ca2"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,1,1],"to":[16,15,2],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[0,30,1,44],"texture":0},"east":{"uv":[1,30,2,44],"texture":0},"south":{"uv":[2,30,3,44],"texture":0},"west":{"uv":[3,30,4,44],"texture":0},"up":{"uv":[46,6,45,5],"texture":0},"down":{"uv":[7,45,6,46],"texture":0}},"type":"cube","uuid":"9a2995bd-b9ed-11a8-ee74-8b4c44d33261"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,15,0],"to":[14,16,2],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[26,16,38,17],"texture":0},"east":{"uv":[27,44,29,45],"texture":0},"south":{"uv":[26,17,38,18],"texture":0},"west":{"uv":[44,43,46,44],"texture":0},"up":{"uv":[26,18,14,16],"texture":0},"down":{"uv":[28,14,16,16],"texture":0}},"type":"cube","uuid":"c773d221-2426-f8e4-a180-f197a949b6e0"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,15,14],"to":[14,16,16],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[28,14,40,15],"texture":0},"east":{"uv":[44,44,46,45],"texture":0},"south":{"uv":[28,15,40,16],"texture":0},"west":{"uv":[45,0,47,1],"texture":0},"up":{"uv":[30,2,18,0],"texture":0},"down":{"uv":[30,2,18,4],"texture":0}},"type":"cube","uuid":"c32219f2-3faf-4625-b20e-8a8f9756a405"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,0,14],"to":[14,1,16],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[30,2,42,3],"texture":0},"east":{"uv":[45,3,47,4],"texture":0},"south":{"uv":[30,3,42,4],"texture":0},"west":{"uv":[45,4,47,5],"texture":0},"up":{"uv":[30,10,18,8],"texture":0},"down":{"uv":[30,10,18,12],"texture":0}},"type":"cube","uuid":"783b6dbf-d7b2-b8ff-65e5-047548380ba7"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,0,0],"to":[14,1,2],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[30,0,42,1],"texture":0},"east":{"uv":[45,1,47,2],"texture":0},"south":{"uv":[30,1,42,2],"texture":0},"west":{"uv":[45,2,47,3],"texture":0},"up":{"uv":[30,6,18,4],"texture":0},"down":{"uv":[30,6,18,8],"texture":0}},"type":"cube","uuid":"451d9774-df1d-e98d-c26b-3a2f11f1773d"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,1,2],"to":[1,2,14],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[45,7,46,8],"texture":0},"east":{"uv":[30,4,42,5],"texture":0},"south":{"uv":[8,45,9,46],"texture":0},"west":{"uv":[30,5,42,6],"texture":0},"up":{"uv":[9,42,8,30],"texture":0},"down":{"uv":[10,30,9,42],"texture":0}},"type":"cube","uuid":"bd14ba8e-cf0c-119f-def5-592c15d7c617"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,14,2],"to":[1,15,14],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[45,8,46,9],"texture":0},"east":{"uv":[30,6,42,7],"texture":0},"south":{"uv":[9,45,10,46],"texture":0},"west":{"uv":[30,7,42,8],"texture":0},"up":{"uv":[11,42,10,30],"texture":0},"down":{"uv":[12,30,11,42],"texture":0}},"type":"cube","uuid":"39657e0b-a811-4c72-1033-c01b8cef096c"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,14,2],"to":[16,15,14],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[45,10,46,11],"texture":0},"east":{"uv":[30,10,42,11],"texture":0},"south":{"uv":[11,45,12,46],"texture":0},"west":{"uv":[30,11,42,12],"texture":0},"up":{"uv":[31,30,30,18],"texture":0},"down":{"uv":[31,30,30,42],"texture":0}},"type":"cube","uuid":"be0c446c-97cf-62fd-1ee7-506a1f26c08f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,1,2],"to":[16,2,14],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[45,9,46,10],"texture":0},"east":{"uv":[30,8,42,9],"texture":0},"south":{"uv":[10,45,11,46],"texture":0},"west":{"uv":[30,9,42,10],"texture":0},"up":{"uv":[13,42,12,30],"texture":0},"down":{"uv":[14,30,13,42],"texture":0}},"type":"cube","uuid":"a81f009e-52c2-913b-9d53-b3a3d7ce5d72"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,14,0],"to":[14,15,1],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[31,18,43,19],"texture":0},"east":{"uv":[45,11,46,12],"texture":0},"south":{"uv":[31,19,43,20],"texture":0},"west":{"uv":[12,45,13,46],"texture":0},"up":{"uv":[43,21,31,20],"texture":0},"down":{"uv":[43,21,31,22],"texture":0}},"type":"cube","uuid":"6f0f2c49-14f7-5adc-7b53-6cc79c73dfe3"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,1,0],"to":[14,2,1],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[31,26,43,27],"texture":0},"east":{"uv":[18,45,19,46],"texture":0},"south":{"uv":[31,27,43,28],"texture":0},"west":{"uv":[19,45,20,46],"texture":0},"up":{"uv":[43,29,31,28],"texture":0},"down":{"uv":[43,29,31,30],"texture":0}},"type":"cube","uuid":"0607accf-ad22-75dd-27de-9b438fd9f6d9"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,1,15],"to":[14,2,16],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[31,30,43,31],"texture":0},"east":{"uv":[20,45,21,46],"texture":0},"south":{"uv":[31,31,43,32],"texture":0},"west":{"uv":[21,45,22,46],"texture":0},"up":{"uv":[43,33,31,32],"texture":0},"down":{"uv":[43,33,31,34],"texture":0}},"type":"cube","uuid":"53cf1800-bd98-a9d5-70aa-0aad6bb0db5c"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,14,15],"to":[14,15,16],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[31,22,43,23],"texture":0},"east":{"uv":[13,45,14,46],"texture":0},"south":{"uv":[31,23,43,24],"texture":0},"west":{"uv":[17,45,18,46],"texture":0},"up":{"uv":[43,25,31,24],"texture":0},"down":{"uv":[43,25,31,26],"texture":0}},"type":"cube","uuid":"b2d09020-096a-d945-f6f6-fbd982537e3e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,2,15],"to":[3,3,15.5],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[22,45,23,46],"texture":0},"east":{"uv":[26,46,26.5,47],"texture":0},"south":{"uv":[23,45,24,46],"texture":0},"west":{"uv":[46,26,46.5,27],"texture":0},"up":{"uv":[28,46.5,27,46],"texture":0},"down":{"uv":[47,27,46,27.5],"texture":0}},"type":"cube","uuid":"991a898a-ea5d-26a4-5550-cc51ec34e06e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[13,2,15],"to":[14,3,15.5],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[44,45,45,46],"texture":0},"east":{"uv":[34,46,34.5,47],"texture":0},"south":{"uv":[45,45,46,46],"texture":0},"west":{"uv":[46,34,46.5,35],"texture":0},"up":{"uv":[36,46.5,35,46],"texture":0},"down":{"uv":[47,35,46,35.5],"texture":0}},"type":"cube","uuid":"b31f1bab-ff1b-52ba-4ed3-ab078fa99e5b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[13,13,15],"to":[14,14,15.5],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[46,6,47,7],"texture":0},"east":{"uv":[38,46,38.5,47],"texture":0},"south":{"uv":[7,46,8,47],"texture":0},"west":{"uv":[46,38,46.5,39],"texture":0},"up":{"uv":[40,46.5,39,46],"texture":0},"down":{"uv":[47,39,46,39.5],"texture":0}},"type":"cube","uuid":"148bbdb0-20ef-874b-f5eb-14735081ce93"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,13,15],"to":[3,14,15.5],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[26,45,27,46],"texture":0},"east":{"uv":[30,46,30.5,47],"texture":0},"south":{"uv":[27,45,28,46],"texture":0},"west":{"uv":[46,30,46.5,31],"texture":0},"up":{"uv":[32,46.5,31,46],"texture":0},"down":{"uv":[47,31,46,31.5],"texture":0}},"type":"cube","uuid":"d9ac58cd-f7f0-1fab-10a3-381e18bfb8bf"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[13,13,0.5],"to":[14,14,1],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[46,7,47,8],"texture":0},"east":{"uv":[40,46,40.5,47],"texture":0},"south":{"uv":[8,46,9,47],"texture":0},"west":{"uv":[46,40,46.5,41],"texture":0},"up":{"uv":[42,46.5,41,46],"texture":0},"down":{"uv":[47,41,46,41.5],"texture":0}},"type":"cube","uuid":"4f7163f7-f389-7992-4cd0-7a7cb68c5d22"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,13,0.5],"to":[3,14,1],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[28,45,29,46],"texture":0},"east":{"uv":[32,46,32.5,47],"texture":0},"south":{"uv":[45,42,46,43],"texture":0},"west":{"uv":[46,32,46.5,33],"texture":0},"up":{"uv":[34,46.5,33,46],"texture":0},"down":{"uv":[47,33,46,33.5],"texture":0}},"type":"cube","uuid":"ea10317c-71a8-a2c5-872d-1cd1627ca6e7"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[13,2,0.5],"to":[14,3,1],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[46,5,47,6],"texture":0},"east":{"uv":[36,46,36.5,47],"texture":0},"south":{"uv":[6,46,7,47],"texture":0},"west":{"uv":[46,36,46.5,37],"texture":0},"up":{"uv":[38,46.5,37,46],"texture":0},"down":{"uv":[47,37,46,37.5],"texture":0}},"type":"cube","uuid":"c4296d15-2e40-1341-7ea9-eacbe6e7e35a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,2,0.5],"to":[3,3,1],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[24,45,25,46],"texture":0},"east":{"uv":[28,46,28.5,47],"texture":0},"south":{"uv":[25,45,26,46],"texture":0},"west":{"uv":[46,28,46.5,29],"texture":0},"up":{"uv":[30,46.5,29,46],"texture":0},"down":{"uv":[47,29,46,29.5],"texture":0}},"type":"cube","uuid":"26f3199c-8493-7ef8-ae43-d2eefea876d5"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[13,15,2],"to":[14,15.5,3],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[42,46,43,46.5],"texture":0},"east":{"uv":[46,42,47,42.5],"texture":0},"south":{"uv":[43,46,44,46.5],"texture":0},"west":{"uv":[46,43,47,43.5],"texture":0},"up":{"uv":[47,9,46,8],"texture":0},"down":{"uv":[10,46,9,47],"texture":0}},"type":"cube","uuid":"39cb0518-56fe-23ef-2a94-4ee06a171ad4"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[13,15,13],"to":[14,15.5,14],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[47,3,48,3.5],"texture":0},"east":{"uv":[4,47,5,47.5],"texture":0},"south":{"uv":[47,4,48,4.5],"texture":0},"west":{"uv":[5,47,6,47.5],"texture":0},"up":{"uv":[47,13,46,12],"texture":0},"down":{"uv":[14,46,13,47],"texture":0}},"type":"cube","uuid":"bad3660c-2736-2b26-8df1-ab88017db14e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,15,13],"to":[3,15.5,14],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[47,7,48,7.5],"texture":0},"east":{"uv":[8,47,9,47.5],"texture":0},"south":{"uv":[47,8,48,8.5],"texture":0},"west":{"uv":[9,47,10,47.5],"texture":0},"up":{"uv":[47,16,46,15],"texture":0},"down":{"uv":[47,16,46,17],"texture":0}},"type":"cube","uuid":"c37410ad-5e8d-d6b6-e319-8bd6a8bc6672"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,15,2],"to":[3,15.5,3],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[46,46,47,46.5],"texture":0},"east":{"uv":[0,47,1,47.5],"texture":0},"south":{"uv":[47,0,48,0.5],"texture":0},"west":{"uv":[1,47,2,47.5],"texture":0},"up":{"uv":[47,11,46,10],"texture":0},"down":{"uv":[12,46,11,47],"texture":0}},"type":"cube","uuid":"04ece0db-4293-c42c-5072-7666613f42d5"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,0.5,13],"to":[3,1,14],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[47,9,48,9.5],"texture":0},"east":{"uv":[10,47,11,47.5],"texture":0},"south":{"uv":[47,10,48,10.5],"texture":0},"west":{"uv":[11,47,12,47.5],"texture":0},"up":{"uv":[18,47,17,46],"texture":0},"down":{"uv":[47,17,46,18],"texture":0}},"type":"cube","uuid":"9eea716a-ff6a-ce84-5761-096692d0b175"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,0.5,2],"to":[3,1,3],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[47,1,48,1.5],"texture":0},"east":{"uv":[2,47,3,47.5],"texture":0},"south":{"uv":[47,2,48,2.5],"texture":0},"west":{"uv":[3,47,4,47.5],"texture":0},"up":{"uv":[47,12,46,11],"texture":0},"down":{"uv":[13,46,12,47],"texture":0}},"type":"cube","uuid":"c590a716-24cd-8026-ebb5-de2502dbba61"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[13,0.5,13],"to":[14,1,14],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[47,5,48,5.5],"texture":0},"east":{"uv":[6,47,7,47.5],"texture":0},"south":{"uv":[47,6,48,6.5],"texture":0},"west":{"uv":[7,47,8,47.5],"texture":0},"up":{"uv":[47,14,46,13],"texture":0},"down":{"uv":[47,14,46,15],"texture":0}},"type":"cube","uuid":"3f70d008-d5eb-48a3-dc48-502f67ccdebe"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[13,0.5,2],"to":[14,1,3],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[44,46,45,46.5],"texture":0},"east":{"uv":[46,44,47,44.5],"texture":0},"south":{"uv":[45,46,46,46.5],"texture":0},"west":{"uv":[46,45,47,45.5],"texture":0},"up":{"uv":[47,10,46,9],"texture":0},"down":{"uv":[11,46,10,47],"texture":0}},"type":"cube","uuid":"65c918b4-c8a4-5b72-9d0c-c9a6ab77a271"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.5,2,13],"to":[1,3,14],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[47,11,47.5,12],"texture":0},"east":{"uv":[18,46,19,47],"texture":0},"south":{"uv":[12,47,12.5,48],"texture":0},"west":{"uv":[46,18,47,19],"texture":0},"up":{"uv":[47.5,13,47,12],"texture":0},"down":{"uv":[13.5,47,13,48],"texture":0}},"type":"cube","uuid":"00b73cb0-4d43-5f2f-83b4-5a137b90e53c"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.5,2,2],"to":[1,3,3],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[47,19,47.5,20],"texture":0},"east":{"uv":[22,46,23,47],"texture":0},"south":{"uv":[20,47,20.5,48],"texture":0},"west":{"uv":[46,22,47,23],"texture":0},"up":{"uv":[47.5,21,47,20],"texture":0},"down":{"uv":[21.5,47,21,48],"texture":0}},"type":"cube","uuid":"3c2d811a-57ff-9fa1-5123-06fecf230941"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.5,13,2],"to":[1,14,3],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[47,23,47.5,24],"texture":0},"east":{"uv":[24,46,25,47],"texture":0},"south":{"uv":[24,47,24.5,48],"texture":0},"west":{"uv":[46,24,47,25],"texture":0},"up":{"uv":[47.5,25,47,24],"texture":0},"down":{"uv":[25.5,47,25,48],"texture":0}},"type":"cube","uuid":"babf5758-a065-0729-d456-b2a5771dc385"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.5,13,13],"to":[1,14,14],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[47,15,47.5,16],"texture":0},"east":{"uv":[20,46,21,47],"texture":0},"south":{"uv":[16,47,16.5,48],"texture":0},"west":{"uv":[46,20,47,21],"texture":0},"up":{"uv":[47.5,17,47,16],"texture":0},"down":{"uv":[17.5,47,17,48],"texture":0}},"type":"cube","uuid":"1136fde7-8bd2-1285-46e3-bba48b45dd69"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,13,2],"to":[15.5,14,3],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[47,25,47.5,26],"texture":0},"east":{"uv":[25,46,26,47],"texture":0},"south":{"uv":[26,47,26.5,48],"texture":0},"west":{"uv":[46,25,47,26],"texture":0},"up":{"uv":[47.5,27,47,26],"texture":0},"down":{"uv":[27.5,47,27,48],"texture":0}},"type":"cube","uuid":"8e482c8d-cec9-d9bb-b001-8c31f4aada76"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,13,13],"to":[15.5,14,14],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[47,17,47.5,18],"texture":0},"east":{"uv":[21,46,22,47],"texture":0},"south":{"uv":[18,47,18.5,48],"texture":0},"west":{"uv":[46,21,47,22],"texture":0},"up":{"uv":[47.5,19,47,18],"texture":0},"down":{"uv":[19.5,47,19,48],"texture":0}},"type":"cube","uuid":"49133616-1a8b-75ed-5e7d-3536aa5f3916"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,2,13],"to":[15.5,3,14],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[47,13,47.5,14],"texture":0},"east":{"uv":[19,46,20,47],"texture":0},"south":{"uv":[14,47,14.5,48],"texture":0},"west":{"uv":[46,19,47,20],"texture":0},"up":{"uv":[47.5,15,47,14],"texture":0},"down":{"uv":[15.5,47,15,48],"texture":0}},"type":"cube","uuid":"c29c85e7-ecdb-47b9-b2b5-6aeb1ad9b75d"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,2,2],"to":[15.5,3,3],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[47,21,47.5,22],"texture":0},"east":{"uv":[23,46,24,47],"texture":0},"south":{"uv":[22,47,22.5,48],"texture":0},"west":{"uv":[46,23,47,24],"texture":0},"up":{"uv":[47.5,23,47,22],"texture":0},"down":{"uv":[23.5,47,23,48],"texture":0}},"type":"cube","uuid":"efcda20c-2f4a-1f6b-14a1-211f78274c30"}],"outliner":[{"name":"VoxelShapes","origin":[0,0,0],"color":0,"uuid":"a3705265-76bd-5cdd-dd5f-ad90bd6ea0c2","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["38ab83b2-88f9-e313-e73d-a9e1153a29d5","bef31cf1-a49a-a3c1-829c-2c72a3f37b16","278fbebb-ae22-fff0-3ee6-9e11fec89e59","30c163e9-4a7f-fc36-64b5-8a0fdb9b4ea2","618919e2-c672-a799-92e1-316210d50bf0","fc30cd96-5f8b-b9a8-6111-0f35548562ea","ae099647-d002-bf22-2ff8-2ed29d7d69c1","0e4cb324-f577-ef08-facd-388a60d649fb","4d72cd50-efd2-6b4e-0d4e-9face76a7e89","df9328a4-97c9-4485-f1fc-10382a0d0c0e","0e644924-9f91-3bd8-3b68-5c1c03857901","dc12060e-902c-dea1-d875-b02bdca42018","d61d8eea-92d1-a1bc-d0d5-57af8a9e51f6","5f71bac0-c040-9f17-d831-7cde7a48e170","3be2933c-8629-a341-0d22-2d2873f1b5b2","c772fd4c-5460-5aba-bf4c-eb6ba98ac99f","a3169ca2-0066-035d-64ae-58262ad081c3","9c167b9e-c077-6382-56e5-b5bffb216bcd","0df5d77f-7607-8a46-d854-c627dfd06ebc","9a2995bd-b9ed-11a8-ee74-8b4c44d33261","1fddc76f-831a-ce80-dccc-0626a9383ca2","c773d221-2426-f8e4-a180-f197a949b6e0","c32219f2-3faf-4625-b20e-8a8f9756a405","451d9774-df1d-e98d-c26b-3a2f11f1773d","783b6dbf-d7b2-b8ff-65e5-047548380ba7","bd14ba8e-cf0c-119f-def5-592c15d7c617","39657e0b-a811-4c72-1033-c01b8cef096c","a81f009e-52c2-913b-9d53-b3a3d7ce5d72","be0c446c-97cf-62fd-1ee7-506a1f26c08f","6f0f2c49-14f7-5adc-7b53-6cc79c73dfe3","b2d09020-096a-d945-f6f6-fbd982537e3e","0607accf-ad22-75dd-27de-9b438fd9f6d9","53cf1800-bd98-a9d5-70aa-0aad6bb0db5c","991a898a-ea5d-26a4-5550-cc51ec34e06e","26f3199c-8493-7ef8-ae43-d2eefea876d5","d9ac58cd-f7f0-1fab-10a3-381e18bfb8bf","ea10317c-71a8-a2c5-872d-1cd1627ca6e7","b31f1bab-ff1b-52ba-4ed3-ab078fa99e5b","c4296d15-2e40-1341-7ea9-eacbe6e7e35a","148bbdb0-20ef-874b-f5eb-14735081ce93","4f7163f7-f389-7992-4cd0-7a7cb68c5d22","39cb0518-56fe-23ef-2a94-4ee06a171ad4","65c918b4-c8a4-5b72-9d0c-c9a6ab77a271","04ece0db-4293-c42c-5072-7666613f42d5","c590a716-24cd-8026-ebb5-de2502dbba61","bad3660c-2736-2b26-8df1-ab88017db14e","3f70d008-d5eb-48a3-dc48-502f67ccdebe","c37410ad-5e8d-d6b6-e319-8bd6a8bc6672","9eea716a-ff6a-ce84-5761-096692d0b175","00b73cb0-4d43-5f2f-83b4-5a137b90e53c","c29c85e7-ecdb-47b9-b2b5-6aeb1ad9b75d","1136fde7-8bd2-1285-46e3-bba48b45dd69","49133616-1a8b-75ed-5e7d-3536aa5f3916","3c2d811a-57ff-9fa1-5123-06fecf230941","efcda20c-2f4a-1f6b-14a1-211f78274c30","babf5758-a065-0729-d456-b2a5771dc385","8e482c8d-cec9-d9bb-b001-8c31f4aada76"]}],"textures":[{"path":"","name":"quantum_transmutation_chamber_casing","folder":"block","namespace":"","id":"0","width":256,"height":256,"uv_width":64,"uv_height":64,"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":false,"uuid":"7ac3761a-215b-aaed-0198-95ecf3bfc64c","source":"data:image/png;base64,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"},{"path":"","name":"quantum_transmutation_chamber_core","folder":"block","namespace":"","id":"1","width":256,"height":256,"uv_width":64,"uv_height":64,"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":false,"uuid":"7ad00395-873b-7f1c-b1a3-a7f79867c555","source":"data:image/png;base64,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"}],"display":{"thirdperson_righthand":{"rotation":[-35,10,6],"translation":[0,5,0],"scale":[0.5,0.5,0.5]},"thirdperson_lefthand":{"rotation":[-35,10,6],"translation":[0,5,0],"scale":[0.5,0.5,0.5]},"firstperson_righthand":{"rotation":[0,12,6],"translation":[0.5,-1.5,2.5],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[0,12,6],"translation":[0.5,-1.5,2.5],"scale":[0.6,0.6,0.6]},"ground":{"translation":[0,3,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[18,22,0],"translation":[0,0.75,0],"scale":[0.6,0.6,0.6]},"head":{"translation":[0,14,0]},"fixed":{"rotation":[-10,22,-3],"translation":[0,0.75,0],"scale":[0.7,0.7,0.7]}}} \ No newline at end of file diff --git a/blockbench/refined_inscriber/refined_inscriber.bbmodel b/blockbench/refined_inscriber/refined_inscriber.bbmodel index 232eb3f..c6b079e 100644 --- a/blockbench/refined_inscriber/refined_inscriber.bbmodel +++ b/blockbench/refined_inscriber/refined_inscriber.bbmodel @@ -1 +1 @@ -{"meta":{"format_version":"3.6","creation_time":1630694049,"model_format":"java_block","box_uv":false},"name":"refined_inscriber","parent":"","ambientocclusion":true,"front_gui_light":false,"visible_box":[1,1,0],"resolution":{"width":16,"height":16},"elements":[{"name":"cube","rescale":false,"from":[0,1,0],"to":[3,15,16],"autouv":0,"color":0,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[13,1,16,15],"texture":3},"east":{"uv":[1,1,15,3],"texture":3},"south":{"uv":[0,1,3,15],"texture":3},"west":{"uv":[0,1,16,15],"texture":3},"up":{"uv":[16,16,13,0],"texture":3},"down":{"uv":[16,0,13,16],"texture":3}},"uuid":"c055fbf6-3a21-6f15-34b7-188b8b425b82"},{"name":"cube","rescale":false,"from":[13,1,0],"to":[16,15,16],"autouv":0,"color":0,"locked":false,"origin":[0,0,0],"uv_offset":[26,34],"faces":{"north":{"uv":[0,1,3,15],"texture":2},"east":{"uv":[0,1,16,15],"texture":2},"south":{"uv":[13,1,16,15],"texture":2},"west":{"uv":[1,1,15,3],"texture":2},"up":{"uv":[3,16,0,0],"texture":2},"down":{"uv":[3,0,0,16],"texture":2}},"uuid":"92d7b224-a8aa-67ef-1741-cc1272924b2d"},{"name":"cube","rescale":false,"from":[3,1,14],"to":[13,15,16],"autouv":0,"color":3,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[2,2,12,16],"texture":0},"east":{"uv":[0,2,2,16],"texture":0},"south":{"uv":[3,1,13,15],"texture":0},"west":{"uv":[12,2,14,16],"texture":0},"up":{"uv":[13,2,3,0],"texture":0},"down":{"uv":[13,0,3,2],"texture":0}},"uuid":"c0dc0af1-09b6-392d-9ae7-415a85c7afd0"},{"name":"cube","rescale":false,"from":[1,0,1],"to":[15,1,15],"autouv":0,"color":1,"locked":false,"origin":[0,0,0],"uv_offset":[0,15],"faces":{"north":{"uv":[1,15,15,16],"texture":1},"east":{"uv":[1,15,15,16],"texture":1},"south":{"uv":[1,15,15,16],"texture":1},"west":{"uv":[1,15,15,16],"texture":1},"up":{"uv":[28,29,14,15],"texture":1},"down":{"uv":[15,1,1,15],"texture":1}},"uuid":"31af728e-f63e-4189-5da1-0afefd482c72"},{"name":"cube","rescale":false,"from":[3,1,1],"to":[13,4,14],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[3,13,13,16],"texture":1},"east":{"uv":[0,13,13,16],"texture":1},"south":{"uv":[36,13,46,16],"texture":1},"west":{"uv":[23,13,36,16],"texture":1},"up":{"uv":[13,14,3,1],"texture":1},"down":{"uv":[33,0,23,13],"texture":1}},"uuid":"39b5c86d-4f59-9daa-e784-4a0b0e3a4ca2"},{"name":"cube","rescale":false,"from":[3,12,1],"to":[13,15,14],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[3,0,13,3],"texture":4},"east":{"uv":[0,13,13,16],"texture":4},"south":{"uv":[36,13,46,16],"texture":4},"west":{"uv":[23,13,36,16],"texture":4},"up":{"uv":[23,13,13,0],"texture":4},"down":{"uv":[13,1,3,14],"texture":4}},"uuid":"8fef42eb-98d0-a36c-88d2-69fc69fe3c5b"},{"name":"cube","rescale":false,"from":[1,15,1],"to":[15,16,15],"autouv":0,"color":1,"locked":false,"shade":false,"origin":[0,0,0],"faces":{"north":{"uv":[28,14,14,15],"texture":4},"east":{"uv":[42,14,28,15],"texture":4},"south":{"uv":[56,14,42,15],"texture":4},"west":{"uv":[14,14,0,15],"texture":4},"up":{"uv":[1,15,15,1],"texture":4},"down":{"uv":[28,0,42,14],"texture":4}},"uuid":"fa2d6924-4a31-c93e-5d22-8a44ca4e6307"},{"name":"cube","rescale":false,"from":[3,4,2],"to":[13,12,3],"autouv":0,"color":7,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,10,8],"texture":5},"east":{"uv":[0,1,1,9],"texture":5},"south":{"uv":[12,1,22,9],"texture":5},"west":{"uv":[11,1,12,9],"texture":5},"up":{"uv":[11,1,1,0],"texture":5},"down":{"uv":[21,0,11,1],"texture":5}},"uuid":"ab43ba50-6729-8c5a-3423-bc1dacf7ae32"}],"outliner":[{"name":"VoxelShapes","origin":[0,0,0],"color":0,"uuid":"3e50b3c0-34dc-a96d-f6f8-861f04c0abd6","export":true,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["c055fbf6-3a21-6f15-34b7-188b8b425b82","92d7b224-a8aa-67ef-1741-cc1272924b2d","c0dc0af1-09b6-392d-9ae7-415a85c7afd0","31af728e-f63e-4189-5da1-0afefd482c72","fa2d6924-4a31-c93e-5d22-8a44ca4e6307","39b5c86d-4f59-9daa-e784-4a0b0e3a4ca2","8fef42eb-98d0-a36c-88d2-69fc69fe3c5b","ab43ba50-6729-8c5a-3423-bc1dacf7ae32"]}],"textures":[{"path":"D:\\MyProjects\\Minecraft\\CuboidDroid\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\inscriber_back.png","name":"inscriber_back.png","folder":"model","namespace":"cuboidmod","id":"0","particle":true,"render_mode":"normal","visible":true,"mode":"bitmap","saved":true,"uuid":"617741f7-1ee3-e2ae-6ea0-6a8dab20f6ee","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/inscriber_back.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACLklEQVQ4T21Ty4oTURA9NyEOMSHpgJN0kk7UjeBGBKMiMxHFgBs3/sx8gos8PiBxH3CrM+DCAZmRUUTi242DQt5EB/LsziJJyym4PRmwIOT2vVWnTp2qUvV63Z1MJhiNRlBKgcZ/13Xh8/mwWq28+/WzYRgIhUJQtVrNDYfDEuD3+yVg3TToejDv+G3bNlSxWHQzmYxk0cEE4zcZ6PNyufQYaWbdbheqVCq5lmV5jsPhELPZzKNOZ23RaBTBYFCYElgAyuWym0qlxIeUzI/PcOGcAcNa4eu3BXJPHPypGPjVt3F5cwONKwXEYjEBaLfbpyXwot/vw/p0gJM7D+E4DhaLhZQSCAREsFzvEPvnryGdTst9q9U6ZUCAwWCArc5bvI7nkM1mJQt1YRnNZhP3Txo4iN8UAJrHgBesq9fr4VHwPXadW0gkEmda2ul0cOnHG/y+uiXgFJX+IiIBmIUlmB9eoXfjAUzT9ITV2fLtIxxdzMubZuWJyJqIuD14h8PN26CwuoV8YwkF+zP2Q9fljSYM2IVkMimisKbC/AsaqXveZBKEFolEsD14gb2NuwJAf5alKpWKAJASRzr/dw/fjxWsiA/xnQmGTxP4eTxGJqZg7th4+fwxOA9nukANqDZ/8/kc4/HYm0JmJwu2lP3n2Ovhki6wBALo5dGUGfi/+dfB9JMSqtWqLNP63Gvx9G7wTW8o3/TiTadTKK4zD1xnvSTagSz0Euk116yoA6fzH7gXYjH4UiPCAAAAAElFTkSuQmCC"},{"path":"D:\\MyProjects\\Minecraft\\CuboidDroid\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\inscriber_bottom.png","name":"inscriber_bottom.png","folder":"model","namespace":"cuboidmod","id":"1","particle":false,"render_mode":"normal","visible":true,"mode":"bitmap","saved":true,"uuid":"6312d62b-428f-aa8d-a3b7-ebea3fd5cd47","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/inscriber_bottom.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACPUlEQVQ4T21TS2tTYRA9NyFKSMgDWvO88UGE/gDdCFYouPAHFCTgphERbaELRTfZWFDIwxaqlEQjujAKLuwfUHRhhWJx504seXPd5J0sklw5A99tCg6EfPf7Zs6cOTOjlUols9vtot1uQ9M00PhvmiZsNhum06l1P3v2+XxwuVzQCoWC6Xa7JcBut0vArCnQ2WDe8XswGEBLp9OmruuSRQUTjN9koM6TycRipJjV63VomUzGjEajlmOr1UK/37eo01mZ1+uF0+kUpgQWgGw2a4bDYfEhpY3UC5x0zOH83GnsN/ewtrCI0u8/MEaHCDrPYu3BNfj9fgGoVqtHJfCi2WzicfYNNlK3MRwOMR6PpRSHwyGC7Tz9hETyAiKRiNxXKpUjBgQwDAP5rc9YuXsZsVhMslAXllEul/F65xuSq4sCQLMY8IJ1NRoN7H2o4dJyBIFA4FhLa7Ua0ptvcX89IeAUlf4iIgGYhSU8elJE6uEKgsGgJazKVtz+ilvrS/KmWFkisiYivtz+guTqFVBY1UK+sYR3xR9I3LwobzRhwC6EQiERhTW9f3WAO/euWpNJEJrH48HHZwdYuhEXAPqzLC2XywkAKXGkd5//xP7f75h36Lh+7gx26wYOW79w6oSORDyO+eUFcB6OdYEaUG3+RqMROp2ONYXMThZsKfvPsVfDJV1gCQRQy6MoM/B/86+C6Scl5PN5WabZuVfiqd3gm9pQvqnF6/V60LjOPHCd1ZIoB7JQS6TWXLGiDpzOf86LYDFNec9kAAAAAElFTkSuQmCC"},{"path":"D:\\MyProjects\\Minecraft\\CuboidDroid\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\inscriber_left.png","name":"inscriber_left.png","folder":"model","namespace":"cuboidmod","id":"2","particle":false,"render_mode":"normal","visible":true,"mode":"bitmap","saved":true,"uuid":"76b3e654-cc69-fbbb-0ce3-eda65df9e30d","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/inscriber_left.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACOUlEQVQ4T21TO4tTYRA9NzHsxoSbXFbM6yY224gWro9iRUERBLu4haYRRBA7f0ge1TYmFosisVBQqxVRixVSRFC2cBu7vAnu5nmTrCS5cga+u1lwIOS73zdz5syZGa1YLNqDwQC9Xg+apoHGf9u24XK5MJ/PnfvFczAYhM/ng1YoFGy/3y8BbrdbAhZNgS4G847fo9EIWjqdtuPxuGRRwQTjNxmo82w2cxgpZo1GA1omk7FN03Qcu90uLMtyqNNZWSAQgNfrFaYEFoBsNmtHo1HxIaW3O5swTDfsMzoOP7dh3UthZfcDrD0L3rMnccN8DMMwBKBWqx2VwItWq4Vvpee4fespxuMxptOplOLxeESwUnsL55Y2EIvF5L5arR4xIEC73UZ5/xXW9PtIJBKShbqwjEqlgt3hG1wMpASA5jDgBetqNpv4ubKNtf07CIVCx1par9dRKm9h/cpDAaeo9BcRCcAsLOHrzjPcvP4E4XDYEVZlK3eKWD/1QN4UK0dE1kTE7wevcdlIgcKqFvKNJfw6fIfzyxvyRhMG7EIkEhFRWNPe3/e4Fn7kTCZBaLquY3v6AletpADQn2VpuVxOAEiJI/3Jfon5lwOcWF1C50ISsd8f0f3RgWt1GYNLSdz9cxqch2NdoAZUm7/JZIJ+v+9MIbOTBVvK/nPs1XBJF1gCAdTyKMoM/N/8q2D6SQn5fF6WaXHulXhqN/imNpRvavGGwyE0rjMPXGe1JMqBLNQSqTVXrKgDp/MfcRxkMWoguJkAAAAASUVORK5CYII="},{"path":"D:\\MyProjects\\Minecraft\\CuboidDroid\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\inscriber_right.png","name":"inscriber_right.png","folder":"model","namespace":"cuboidmod","id":"3","particle":false,"render_mode":"normal","visible":true,"mode":"bitmap","saved":true,"uuid":"fac90657-13f9-9397-6e7c-1c7964c5dd6b","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/inscriber_right.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACLklEQVQ4T21Ty4oTURA9NyEOMSHpgJN0kk7UjeBGBKMiMxHFgBs3/sx8gos8PiBxH3CrM+DCAZmRUUTi242DQt5EB/LsziJJyym4PRmwIOT2vVWnTp2qUvV63Z1MJhiNRlBKgcZ/13Xh8/mwWq28+/WzYRgIhUJQtVrNDYfDEuD3+yVg3TToejDv+G3bNlSxWHQzmYxk0cEE4zcZ6PNyufQYaWbdbheqVCq5lmV5jsPhELPZzKNOZ23RaBTBYFCYElgAyuWym0qlxIeUzI/PcOGcAcNa4eu3BXJPHPypGPjVt3F5cwONKwXEYjEBaLfbpyXwot/vw/p0gJM7D+E4DhaLhZQSCAREsFzvEPvnryGdTst9q9U6ZUCAwWCArc5bvI7nkM1mJQt1YRnNZhP3Txo4iN8UAJrHgBesq9fr4VHwPXadW0gkEmda2ul0cOnHG/y+uiXgFJX+IiIBmIUlmB9eoXfjAUzT9ITV2fLtIxxdzMubZuWJyJqIuD14h8PN26CwuoV8YwkF+zP2Q9fljSYM2IVkMimisKbC/AsaqXveZBKEFolEsD14gb2NuwJAf5alKpWKAJASRzr/dw/fjxWsiA/xnQmGTxP4eTxGJqZg7th4+fwxOA9nukANqDZ/8/kc4/HYm0JmJwu2lP3n2Ovhki6wBALo5dGUGfi/+dfB9JMSqtWqLNP63Gvx9G7wTW8o3/TiTadTKK4zD1xnvSTagSz0Euk116yoA6fzH7gXYjH4UiPCAAAAAElFTkSuQmCC"},{"path":"D:\\MyProjects\\Minecraft\\CuboidDroid\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\inscriber_top.png","name":"inscriber_top.png","folder":"model","namespace":"cuboidmod","id":"4","particle":false,"render_mode":"normal","visible":true,"mode":"bitmap","saved":true,"uuid":"2f54b64a-691e-7c38-6fb9-9bdb82c695af","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/inscriber_top.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACPUlEQVQ4T21TS2tTYRA9NyFKSMgDWvO88UGE/gDdCFYouPAHFCTgphERbaELRTfZWFDIwxaqlEQjujAKLuwfUHRhhWJx504seXPd5J0sklw5A99tCg6EfPf7Zs6cOTOjlUols9vtot1uQ9M00PhvmiZsNhum06l1P3v2+XxwuVzQCoWC6Xa7JcBut0vArCnQ2WDe8XswGEBLp9OmruuSRQUTjN9koM6TycRipJjV63VomUzGjEajlmOr1UK/37eo01mZ1+uF0+kUpgQWgGw2a4bDYfEhpY3UC5x0zOH83GnsN/ewtrCI0u8/MEaHCDrPYu3BNfj9fgGoVqtHJfCi2WzicfYNNlK3MRwOMR6PpRSHwyGC7Tz9hETyAiKRiNxXKpUjBgQwDAP5rc9YuXsZsVhMslAXllEul/F65xuSq4sCQLMY8IJ1NRoN7H2o4dJyBIFA4FhLa7Ua0ptvcX89IeAUlf4iIgGYhSU8elJE6uEKgsGgJazKVtz+ilvrS/KmWFkisiYivtz+guTqFVBY1UK+sYR3xR9I3LwobzRhwC6EQiERhTW9f3WAO/euWpNJEJrH48HHZwdYuhEXAPqzLC2XywkAKXGkd5//xP7f75h36Lh+7gx26wYOW79w6oSORDyO+eUFcB6OdYEaUG3+RqMROp2ONYXMThZsKfvPsVfDJV1gCQRQy6MoM/B/86+C6Scl5PN5WabZuVfiqd3gm9pQvqnF6/V60LjOPHCd1ZIoB7JQS6TWXLGiDpzOf86LYDFNec9kAAAAAElFTkSuQmCC"},{"path":"D:\\MyProjects\\Minecraft\\CuboidDroid\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\inscriber_window.png","name":"inscriber_window.png","folder":"model","namespace":"cuboidmod","id":"5","particle":false,"render_mode":"normal","visible":true,"mode":"bitmap","saved":true,"uuid":"ce8d935d-0501-baae-5067-60f233d6a1be","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/inscriber_window.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABJUlEQVQ4T+3QrU7FMBgG4HchBwFp19YgSFh3BAkWkGAQBBQCg4I7QHEFSK4AQYLDgSAkOBCoo0GQkNAdgYN1XQ9mEyXtRjAVaEKTpunf07dfsnNw46iQoEyibT5RVwq1HqMu/Vh0vSxQvj8j1pLN3XOXCgnSIyZcUuGS1QW+52/FQxxY2zpxqchAeI6USUxNz2CiFYwew2gF6zFd4OXpKg6srB85yiX8N1IuQfgQbWNDgpCkT/E4Oo0DS8v7zr9MRB4ADxEuYT98/J86jO6O44Bc3A4Jwus9QniGwWAWplKwfZL768M4MDe/6ojIQHkO5hHWJfEp2mYSgMoo3F7sxQHKFpw/HGrAhqC8w6hHU4lav4aCXp5txAEALrrzy8XkH8AfqMEX2faRAQ0d+AkAAAAASUVORK5CYII="}],"display":{"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"thirdperson_lefthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"scale":[0.4,0.4,0.4]},"firstperson_lefthand":{"rotation":[0,225,0],"scale":[0.4,0.4,0.4]},"ground":{"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"gui":{"rotation":[30,225,0],"scale":[0.625,0.625,0.625]},"head":{"translation":[0,12,0]},"fixed":{"scale":[0.5,0.5,0.5]}}} \ No newline at end of file +{"meta":{"format_version":"4.9","model_format":"java_block","box_uv":false},"name":"refined_inscriber","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,1,0],"to":[3,15,16],"autouv":0,"color":0,"origin":[0,0,0],"faces":{"north":{"uv":[13,1,16,15],"texture":3},"east":{"uv":[1,1,15,3],"texture":3},"south":{"uv":[0,1,3,15],"texture":3},"west":{"uv":[0,1,16,15],"texture":3},"up":{"uv":[16,16,13,0],"texture":3},"down":{"uv":[16,0,13,16],"texture":3}},"type":"cube","uuid":"c055fbf6-3a21-6f15-34b7-188b8b425b82"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[13,1,0],"to":[16,15,16],"autouv":0,"color":0,"origin":[0,0,0],"uv_offset":[26,34],"faces":{"north":{"uv":[0,1,3,15],"texture":2},"east":{"uv":[0,1,16,15],"texture":2},"south":{"uv":[13,1,16,15],"texture":2},"west":{"uv":[1,1,15,3],"texture":2},"up":{"uv":[3,16,0,0],"texture":2},"down":{"uv":[3,0,0,16],"texture":2}},"type":"cube","uuid":"92d7b224-a8aa-67ef-1741-cc1272924b2d"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[3,1,14],"to":[13,15,16],"autouv":0,"color":3,"origin":[0,0,0],"faces":{"north":{"uv":[2,2,12,16],"texture":0},"east":{"uv":[0,2,2,16],"texture":0},"south":{"uv":[3,1,13,15],"texture":0},"west":{"uv":[12,2,14,16],"texture":0},"up":{"uv":[13,2,3,0],"texture":0},"down":{"uv":[13,0,3,2],"texture":0}},"type":"cube","uuid":"c0dc0af1-09b6-392d-9ae7-415a85c7afd0"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,0,1],"to":[15,1,15],"autouv":0,"color":1,"origin":[0,0,0],"uv_offset":[0,15],"faces":{"north":{"uv":[1,15,15,16],"texture":1},"east":{"uv":[1,15,15,16],"texture":1},"south":{"uv":[1,15,15,16],"texture":1},"west":{"uv":[1,15,15,16],"texture":1},"up":{"uv":[28,29,14,15],"texture":1},"down":{"uv":[15,1,1,15],"texture":1}},"type":"cube","uuid":"31af728e-f63e-4189-5da1-0afefd482c72"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[3,1,1],"to":[13,4,14],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[3,13,13,16],"texture":1},"east":{"uv":[0,13,13,16],"texture":1},"south":{"uv":[36,13,46,16],"texture":1},"west":{"uv":[23,13,36,16],"texture":1},"up":{"uv":[13,14,3,1],"texture":1},"down":{"uv":[33,0,23,13],"texture":1}},"type":"cube","uuid":"39b5c86d-4f59-9daa-e784-4a0b0e3a4ca2"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[3,12,1],"to":[13,15,14],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[3,0,13,3],"texture":4},"east":{"uv":[0,13,13,16],"texture":4},"south":{"uv":[36,13,46,16],"texture":4},"west":{"uv":[23,13,36,16],"texture":4},"up":{"uv":[23,13,13,0],"texture":4},"down":{"uv":[13,1,3,14],"texture":4}},"type":"cube","uuid":"8fef42eb-98d0-a36c-88d2-69fc69fe3c5b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,15,1],"to":[15,16,15],"autouv":0,"color":1,"shade":false,"origin":[0,0,0],"faces":{"north":{"uv":[28,14,14,15],"texture":4},"east":{"uv":[42,14,28,15],"texture":4},"south":{"uv":[56,14,42,15],"texture":4},"west":{"uv":[14,14,0,15],"texture":4},"up":{"uv":[1,15,15,1],"texture":4},"down":{"uv":[28,0,42,14],"texture":4}},"type":"cube","uuid":"fa2d6924-4a31-c93e-5d22-8a44ca4e6307"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[3,4,2],"to":[13,12,3],"autouv":0,"color":7,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,10,8],"texture":5},"east":{"uv":[0,1,1,9],"texture":5},"south":{"uv":[12,1,22,9],"texture":5},"west":{"uv":[11,1,12,9],"texture":5},"up":{"uv":[11,1,1,0],"texture":5},"down":{"uv":[21,0,11,1],"texture":5}},"type":"cube","uuid":"ab43ba50-6729-8c5a-3423-bc1dacf7ae32"}],"outliner":[{"name":"VoxelShapes","origin":[0,0,0],"color":0,"uuid":"3e50b3c0-34dc-a96d-f6f8-861f04c0abd6","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["c055fbf6-3a21-6f15-34b7-188b8b425b82","92d7b224-a8aa-67ef-1741-cc1272924b2d","c0dc0af1-09b6-392d-9ae7-415a85c7afd0","31af728e-f63e-4189-5da1-0afefd482c72","fa2d6924-4a31-c93e-5d22-8a44ca4e6307","39b5c86d-4f59-9daa-e784-4a0b0e3a4ca2","8fef42eb-98d0-a36c-88d2-69fc69fe3c5b","ab43ba50-6729-8c5a-3423-bc1dacf7ae32"]}],"textures":[{"path":"E:\\Visual Studio Code\\Minecraft\\Mods\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\inscriber_back.png","name":"inscriber_back.png","folder":"model","namespace":"cuboidmod","id":"0","width":16,"height":16,"uv_width":16,"uv_height":16,"particle":true,"layers_enabled":false,"sync_to_project":"","render_mode":"normal","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"617741f7-1ee3-e2ae-6ea0-6a8dab20f6ee","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/inscriber_back.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAi5JREFUOE9tU8uKE1EQPTchDjEh6YCTdJJO1I3gRgSjIjMRxYAbN/7MfIKLPD4gcR9wqzPgwgGZkVFE4tuNg0LeRAfy7M4iScspuD0ZsCDk9r1Vp06dqlL1et2dTCYYjUZQSoHGf9d14fP5sFqtvPv1s2EYCIVCULVazQ2HwxLg9/slYN006How7/ht2zZUsVh0M5mMZNHBBOM3Gejzcrn0GGlm3W4XqlQquZZleY7D4RCz2cyjTmdt0WgUwWBQmBJYAMrlsptKpcSHlMyPz3DhnAHDWuHrtwVyTxz8qRj41bdxeXMDjSsFxGIxAWi326cl8KLf78P6dICTOw/hOA4Wi4WUEggERLBc7xD7568hnU7LfavVOmVAgMFggK3OW7yO55DNZiULdWEZzWYT908aOIjfFACax4AXrKvX6+FR8D12nVtIJBJnWtrpdHDpxxv8vrol4BSV/iIiAZiFJZgfXqF34wFM0/SE1dny7SMcXczLm2bliciaiLg9eIfDzdugsLqFfGMJBfsz9kPX5Y0mDNiFZDIporCmwvwLGql73mQShBaJRLA9eIG9jbsCQH+WpSqVigCQEkc6/3cP348VrIgP8Z0Jhk8T+Hk8RiamYO7YePn8MTgPZ7pADag2f/P5HOPx2JtCZicLtpT959jr4ZIusAQC6OXRlBn4v/nXwfSTEqrVqizT+txr8fRu8E1vKN/04k2nUyiuMw9cZ70k2oEs9BLpNdesqAOn8x+4F2Ix+FIjwgAAAABJRU5ErkJggg=="},{"path":"E:\\Visual Studio Code\\Minecraft\\Mods\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\inscriber_bottom.png","name":"inscriber_bottom.png","folder":"model","namespace":"cuboidmod","id":"1","width":16,"height":16,"uv_width":16,"uv_height":16,"particle":false,"layers_enabled":false,"sync_to_project":"","render_mode":"normal","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"6312d62b-428f-aa8d-a3b7-ebea3fd5cd47","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/inscriber_bottom.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAj1JREFUOE9tU0trU2EQPTchSkjIA1rzvPFBhP4A3QhWKLjwBxQk4KYREW2hC0U32VhQyMMWqpREI7owCi7sH1B0YYVicedOLHlz3eSdLJJcOQPfbQoOhHz3+2bOnDkzo5VKJbPb7aLdbkPTNND4b5ombDYbptOpdT979vl8cLlc0AqFgul2uyXAbrdLwKwp0Nlg3vF7MBhAS6fTpq7rkkUFE4zfZKDOk8nEYqSY1et1aJlMxoxGo5Zjq9VCv9+3qNNZmdfrhdPpFKYEFoBsNmuGw2HxIaWN1AucdMzh/Nxp7Df3sLawiNLvPzBGhwg6z2LtwTX4/X4BqFarRyXwotls4nH2DTZStzEcDjEej6UUh8Mhgu08/YRE8gIikYjcVyqVIwYEMAwD+a3PWLl7GbFYTLJQF5ZRLpfxeucbkquLAkCzGPCCdTUaDex9qOHScgSBQOBYS2u1GtKbb3F/PSHgFJX+IiIBmIUlPHpSROrhCoLBoCWsylbc/opb60vyplhZIrImIr7c/oLk6hVQWNVCvrGEd8UfSNy8KG80YcAuhEIhEYU1vX91gDv3rlqTSRCax+PBx2cHWLoRFwD6sywtl8sJAClxpHef/8T+3++Yd+i4fu4MdusGDlu/cOqEjkQ8jvnlBXAejnWBGlBt/kajETqdjjWFzE4WbCn7z7FXwyVdYAkEUMujKDPwf/OvguknJeTzeVmm2blX4qnd4JvaUL6pxev1etC4zjxwndWSKAeyUEuk1lyxog6czn/Oi2AxTXnPZAAAAABJRU5ErkJggg=="},{"path":"E:\\Visual Studio Code\\Minecraft\\Mods\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\inscriber_left.png","name":"inscriber_left.png","folder":"model","namespace":"cuboidmod","id":"2","width":16,"height":16,"uv_width":16,"uv_height":16,"particle":false,"layers_enabled":false,"sync_to_project":"","render_mode":"normal","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"76b3e654-cc69-fbbb-0ce3-eda65df9e30d","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/inscriber_left.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAjlJREFUOE9tUzuLU2EQPTcx7MaEm1xWzOsmNtuIFq6PYkVBEQS7uIWmEUQQO39IHtU2JhaLIrFQUKsVUYsVUkRQtnAbu7wJ7uZ5k6wkuXIGvrtZcCDku983c+bMmRmtWCzag8EAvV4PmqaBxn/btuFyuTCfz537xXMwGITP54NWKBRsv98vAW63WwIWTYEuBvOO36PRCFo6nbbj8bhkUcEE4zcZqPNsNnMYKWaNRgNaJpOxTdN0HLvdLizLcqjTWVkgEIDX6xWmBBaAbDZrR6NR8SGltzubMEw37DM6Dj+3Yd1LYWX3A6w9C96zJ3HDfAzDMASgVqsdlcCLVquFb6XnuH3rKcbjMabTqZTi8XhEsFJ7C+eWNhCLxeS+Wq0eMSBAu91Gef8V1vT7SCQSkoW6sIxKpYLd4RtcDKQEgOYw4AXrajab+LmyjbX9OwiFQsdaWq/XUSpvYf3KQwGnqPQXEQnALCzh684z3Lz+BOFw2BFWZSt3ilg/9UDeFCtHRNZExO8Hr3HZSIHCqhbyjSX8OnyH88sb8kYTBuxCJBIRUVjT3t/3uBZ+5EwmQWi6rmN7+gJXraQA0J9lablcTgBIiSP9yX6J+ZcDnFhdQudCErHfH9H90YFrdRmDS0nc/XManIdjXaAGVJu/yWSCfr/vTCGzkwVbyv5z7NVwSRdYAgHU8ijKDPzf/Ktg+kkJ+Xxelmlx7pV4ajf4pjaUb2rxhsMhNK4zD1xntSTKgSzUEqk1V6yoA6fzH3EcZDFqILiZAAAAAElFTkSuQmCC"},{"path":"E:\\Visual Studio Code\\Minecraft\\Mods\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\inscriber_right.png","name":"inscriber_right.png","folder":"model","namespace":"cuboidmod","id":"3","width":16,"height":16,"uv_width":16,"uv_height":16,"particle":false,"layers_enabled":false,"sync_to_project":"","render_mode":"normal","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"fac90657-13f9-9397-6e7c-1c7964c5dd6b","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/inscriber_right.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAi5JREFUOE9tU8uKE1EQPTchDjEh6YCTdJJO1I3gRgSjIjMRxYAbN/7MfIKLPD4gcR9wqzPgwgGZkVFE4tuNg0LeRAfy7M4iScspuD0ZsCDk9r1Vp06dqlL1et2dTCYYjUZQSoHGf9d14fP5sFqtvPv1s2EYCIVCULVazQ2HwxLg9/slYN006How7/ht2zZUsVh0M5mMZNHBBOM3Gejzcrn0GGlm3W4XqlQquZZleY7D4RCz2cyjTmdt0WgUwWBQmBJYAMrlsptKpcSHlMyPz3DhnAHDWuHrtwVyTxz8qRj41bdxeXMDjSsFxGIxAWi326cl8KLf78P6dICTOw/hOA4Wi4WUEggERLBc7xD7568hnU7LfavVOmVAgMFggK3OW7yO55DNZiULdWEZzWYT908aOIjfFACax4AXrKvX6+FR8D12nVtIJBJnWtrpdHDpxxv8vrol4BSV/iIiAZiFJZgfXqF34wFM0/SE1dny7SMcXczLm2bliciaiLg9eIfDzdugsLqFfGMJBfsz9kPX5Y0mDNiFZDIporCmwvwLGql73mQShBaJRLA9eIG9jbsCQH+WpSqVigCQEkc6/3cP348VrIgP8Z0Jhk8T+Hk8RiamYO7YePn8MTgPZ7pADag2f/P5HOPx2JtCZicLtpT959jr4ZIusAQC6OXRlBn4v/nXwfSTEqrVqizT+txr8fRu8E1vKN/04k2nUyiuMw9cZ70k2oEs9BLpNdesqAOn8x+4F2Ix+FIjwgAAAABJRU5ErkJggg=="},{"path":"E:\\Visual Studio Code\\Minecraft\\Mods\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\inscriber_top.png","name":"inscriber_top.png","folder":"model","namespace":"cuboidmod","id":"4","width":16,"height":16,"uv_width":16,"uv_height":16,"particle":false,"layers_enabled":false,"sync_to_project":"","render_mode":"normal","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"2f54b64a-691e-7c38-6fb9-9bdb82c695af","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/inscriber_top.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAj1JREFUOE9tU0trU2EQPTchSkjIA1rzvPFBhP4A3QhWKLjwBxQk4KYREW2hC0U32VhQyMMWqpREI7owCi7sH1B0YYVicedOLHlz3eSdLJJcOQPfbQoOhHz3+2bOnDkzo5VKJbPb7aLdbkPTNND4b5ombDYbptOpdT979vl8cLlc0AqFgul2uyXAbrdLwKwp0Nlg3vF7MBhAS6fTpq7rkkUFE4zfZKDOk8nEYqSY1et1aJlMxoxGo5Zjq9VCv9+3qNNZmdfrhdPpFKYEFoBsNmuGw2HxIaWN1AucdMzh/Nxp7Df3sLawiNLvPzBGhwg6z2LtwTX4/X4BqFarRyXwotls4nH2DTZStzEcDjEej6UUh8Mhgu08/YRE8gIikYjcVyqVIwYEMAwD+a3PWLl7GbFYTLJQF5ZRLpfxeucbkquLAkCzGPCCdTUaDex9qOHScgSBQOBYS2u1GtKbb3F/PSHgFJX+IiIBmIUlPHpSROrhCoLBoCWsylbc/opb60vyplhZIrImIr7c/oLk6hVQWNVCvrGEd8UfSNy8KG80YcAuhEIhEYU1vX91gDv3rlqTSRCax+PBx2cHWLoRFwD6sywtl8sJAClxpHef/8T+3++Yd+i4fu4MdusGDlu/cOqEjkQ8jvnlBXAejnWBGlBt/kajETqdjjWFzE4WbCn7z7FXwyVdYAkEUMujKDPwf/OvguknJeTzeVmm2blX4qnd4JvaUL6pxev1etC4zjxwndWSKAeyUEuk1lyxog6czn/Oi2AxTXnPZAAAAABJRU5ErkJggg=="},{"path":"E:\\Visual Studio Code\\Minecraft\\Mods\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\inscriber_window.png","name":"inscriber_window.png","folder":"model","namespace":"cuboidmod","id":"5","width":16,"height":16,"uv_width":16,"uv_height":16,"particle":false,"layers_enabled":false,"sync_to_project":"","render_mode":"normal","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"ce8d935d-0501-baae-5067-60f233d6a1be","relative_path":"../../../src/main/resources/assets/cuboidmod/textures/model/inscriber_window.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAALlJREFUOE/tkTsKxCAQhsfCNDYxFjlADpD73yG9B7D20ViogSwjjOxLF7bZZoVBYZiPb37Zvu/XsiyAlVIC7z0451qVUmB02LZtFaCUAillG7TWVhjWELCuazNAEOf8xSLG2GUwIUQDkEXOGdAAV0EDfJ/n+RbCAOBCdcqBIASgPEIIfQBqE4DuaZoewjTG9AHYEUK0IO9/hdbQWo8B2H1eZZ7nZnEcx2fA8L86zRriN4M08wcA/D6DG1LmggHsPTx7AAAAAElFTkSuQmCC"}],"display":{"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"thirdperson_lefthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"scale":[0.4,0.4,0.4]},"firstperson_lefthand":{"rotation":[0,225,0],"scale":[0.4,0.4,0.4]},"ground":{"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"gui":{"rotation":[30,225,0],"scale":[0.625,0.625,0.625]},"head":{"translation":[0,12,0]},"fixed":{"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/blockbench/singularity_generator/singularity_generator.bbmodel b/blockbench/singularity_generator/singularity_generator.bbmodel index 0ab922a..24f81f7 100644 --- a/blockbench/singularity_generator/singularity_generator.bbmodel +++ b/blockbench/singularity_generator/singularity_generator.bbmodel @@ -1 +1 @@ -{"meta":{"format_version":"3.6","creation_time":1624282112,"model_format":"java_block","box_uv":false},"name":"singularity_generator","parent":"","ambientocclusion":true,"front_gui_light":false,"visible_box":[1,1,0],"resolution":{"width":64,"height":64},"elements":[{"name":"cube","rescale":false,"from":[3,2,6],"to":[13,3,10],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[33,31,43,32],"texture":1},"east":{"uv":[44,39,48,40],"texture":1},"south":{"uv":[34,0,44,1],"texture":1},"west":{"uv":[44,40,48,41],"texture":1},"up":{"uv":[22,12,12,8],"texture":1},"down":{"uv":[22,12,12,16],"texture":1}},"uuid":"491341e1-bb30-6bf5-e2ef-4620c609123e"},{"name":"cube","rescale":false,"from":[6,2,3],"to":[10,3,6],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[29,44,33,45],"texture":1},"east":{"uv":[15,47,18,48],"texture":1},"south":{"uv":[44,32,48,33],"texture":1},"west":{"uv":[18,47,21,48],"texture":1},"up":{"uv":[26,34,22,31],"texture":1},"down":{"uv":[4,32,0,35],"texture":1}},"uuid":"2e99a492-fcc2-11be-2957-4acada0f4f19"},{"name":"cube","rescale":false,"from":[6,2,10],"to":[10,3,13],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[44,11,48,12],"texture":1},"east":{"uv":[5,47,8,48],"texture":1},"south":{"uv":[44,12,48,13],"texture":1},"west":{"uv":[47,5,50,6],"texture":1},"up":{"uv":[34,6,30,3],"texture":1},"down":{"uv":[22,30,18,33],"texture":1}},"uuid":"94d263d5-323b-7979-d8ce-a625e47fc5cd"},{"name":"cube","rescale":false,"from":[10,2,10],"to":[12,3,12],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[26,49,28,50],"texture":1},"east":{"uv":[49,26,51,27],"texture":1},"south":{"uv":[49,27,51,28],"texture":1},"west":{"uv":[28,49,30,50],"texture":1},"up":{"uv":[19,45,17,43],"texture":1},"down":{"uv":[21,43,19,45],"texture":1}},"uuid":"5b1423d0-bb87-1700-baba-4a7053b39dc2"},{"name":"cube","rescale":false,"from":[4,2,10],"to":[6,3,12],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[3,49,5,50],"texture":1},"east":{"uv":[49,7,51,8],"texture":1},"south":{"uv":[8,49,10,50],"texture":1},"west":{"uv":[49,8,51,9],"texture":1},"up":{"uv":[6,45,4,43],"texture":1},"down":{"uv":[8,43,6,45],"texture":1}},"uuid":"85c3c929-a77a-300f-5172-65e2b3a81a51"},{"name":"cube","rescale":false,"from":[4,2,4],"to":[6,3,6],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[48,16,50,17],"texture":1},"east":{"uv":[17,48,19,49],"texture":1},"south":{"uv":[48,17,50,18],"texture":1},"west":{"uv":[19,48,21,49],"texture":1},"up":{"uv":[44,34,42,32],"texture":1},"down":{"uv":[44,41,42,43],"texture":1}},"uuid":"8f6c4c99-8cfb-1612-d9d7-07be15155bbd"},{"name":"cube","rescale":false,"from":[10,2,4],"to":[12,3,6],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[35,47,37,48],"texture":1},"east":{"uv":[37,47,39,48],"texture":1},"south":{"uv":[39,47,41,48],"texture":1},"west":{"uv":[41,47,43,48],"texture":1},"up":{"uv":[12,34,10,32],"texture":1},"down":{"uv":[13,42,11,44],"texture":1}},"uuid":"3e618aac-ad4a-ac8c-505c-64385d64600c"},{"name":"cube","rescale":false,"from":[2,1,6],"to":[14,2,10],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[26,32,38,33],"texture":1},"east":{"uv":[44,36,48,37],"texture":1},"south":{"uv":[26,33,38,34],"texture":1},"west":{"uv":[37,44,41,45],"texture":1},"up":{"uv":[12,12,0,8],"texture":1},"down":{"uv":[12,12,0,16],"texture":1}},"uuid":"e30ce306-2c63-4876-3d7f-d2f9c8b5bf60"},{"name":"cube","rescale":false,"from":[6,1,2],"to":[10,2,6],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[44,17,48,18],"texture":1},"east":{"uv":[44,19,48,20],"texture":1},"south":{"uv":[44,20,48,21],"texture":1},"west":{"uv":[21,44,25,45],"texture":1},"up":{"uv":[8,32,4,28],"texture":1},"down":{"uv":[12,28,8,32],"texture":1}},"uuid":"06ff9024-eb41-8e77-757c-5780f2480202"},{"name":"cube","rescale":false,"from":[6,1,10],"to":[10,2,14],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[43,30,47,31],"texture":1},"east":{"uv":[43,31,47,32],"texture":1},"south":{"uv":[33,43,37,44],"texture":1},"west":{"uv":[37,43,41,44],"texture":1},"up":{"uv":[29,27,25,23],"texture":1},"down":{"uv":[18,27,14,31],"texture":1}},"uuid":"c544b7e2-8e82-9226-e775-d4cd71b7e93e"},{"name":"cube","rescale":false,"from":[10,1,10],"to":[13,2,13],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[46,42,49,43],"texture":1},"east":{"uv":[44,46,47,47],"texture":1},"south":{"uv":[46,45,49,46],"texture":1},"west":{"uv":[0,47,3,48],"texture":1},"up":{"uv":[9,38,6,35],"texture":1},"down":{"uv":[38,16,35,19],"texture":1}},"uuid":"a47fe039-ebcf-d257-aa55-62aaf4a27a54"},{"name":"cube","rescale":false,"from":[3,1,10],"to":[6,2,13],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[23,46,26,47],"texture":1},"east":{"uv":[26,46,29,47],"texture":1},"south":{"uv":[29,46,32,47],"texture":1},"west":{"uv":[32,46,35,47],"texture":1},"up":{"uv":[34,37,31,34],"texture":1},"down":{"uv":[37,34,34,37],"texture":1}},"uuid":"ef1b2c9b-695c-ff52-b5cd-643d3556fe11"},{"name":"cube","rescale":false,"from":[3,1,3],"to":[6,2,6],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[46,8,49,9],"texture":1},"east":{"uv":[46,9,49,10],"texture":1},"south":{"uv":[11,46,14,47],"texture":1},"west":{"uv":[14,46,17,47],"texture":1},"up":{"uv":[16,37,13,34],"texture":1},"down":{"uv":[25,34,22,37],"texture":1}},"uuid":"b317cff0-507f-bf06-7e10-94a8b478d0c6"},{"name":"cube","rescale":false,"from":[10,1,3],"to":[13,2,6],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[17,38,20,39],"texture":1},"east":{"uv":[22,45,25,46],"texture":1},"south":{"uv":[37,45,40,46],"texture":1},"west":{"uv":[40,45,43,46],"texture":1},"up":{"uv":[19,36,16,33],"texture":1},"down":{"uv":[22,33,19,36],"texture":1}},"uuid":"f9780d84-55f9-4243-6784-4eaa0ec91779"},{"name":"cube","rescale":false,"from":[0,1,0],"to":[2,15,2],"autouv":0,"color":3,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[6,32,8,46],"texture":0},"east":{"uv":[8,32,10,46],"texture":0},"south":{"uv":[10,32,12,46],"texture":0},"west":{"uv":[12,32,14,46],"texture":0},"up":{"uv":[36,8,34,6],"texture":0},"down":{"uv":[36,8,34,10],"texture":0}},"uuid":"b59ec1cd-3743-340c-64b0-95beac2d9689"},{"name":"cube","rescale":false,"from":[14,1,0],"to":[16,15,2],"autouv":0,"color":3,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[0,32,2,46],"texture":0},"east":{"uv":[32,0,34,14],"texture":0},"south":{"uv":[2,32,4,46],"texture":0},"west":{"uv":[4,32,6,46],"texture":0},"up":{"uv":[36,4,34,2],"texture":0},"down":{"uv":[36,4,34,6],"texture":0}},"uuid":"c1232ebd-8e30-58e4-1888-c628adb96113"},{"name":"cube","rescale":false,"from":[14,1,14],"to":[16,15,16],"autouv":0,"color":3,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[14,32,16,46],"texture":0},"east":{"uv":[32,14,34,28],"texture":0},"south":{"uv":[16,32,18,46],"texture":0},"west":{"uv":[18,32,20,46],"texture":0},"up":{"uv":[36,12,34,10],"texture":0},"down":{"uv":[36,12,34,14],"texture":0}},"uuid":"65dbbb3f-1fde-ff1b-17e9-4fa227e9fb9a"},{"name":"cube","rescale":false,"from":[0,1,14],"to":[2,15,16],"autouv":0,"color":3,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[20,32,22,46],"texture":0},"east":{"uv":[22,32,24,46],"texture":0},"south":{"uv":[24,32,26,46],"texture":0},"west":{"uv":[26,32,28,46],"texture":0},"up":{"uv":[36,16,34,14],"texture":0},"down":{"uv":[36,16,34,18],"texture":0}},"uuid":"9f710ba0-416a-0ac7-e050-12756b8f11a6"},{"name":"cube","rescale":false,"from":[6,3,10],"to":[10,5,12],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[36,27,40,29],"texture":1},"east":{"uv":[44,8,46,10],"texture":1},"south":{"uv":[37,1,41,3],"texture":1},"west":{"uv":[10,44,12,46],"texture":1},"up":{"uv":[41,10,37,8],"texture":1},"down":{"uv":[13,37,9,39],"texture":1}},"uuid":"7280c7e7-16b7-f093-5ac8-71267c503557"},{"name":"cube","rescale":false,"from":[5,3,10],"to":[6,5,11],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[41,48,42,50],"texture":1},"east":{"uv":[42,48,43,50],"texture":1},"south":{"uv":[48,43,49,45],"texture":1},"west":{"uv":[48,46,49,48],"texture":1},"up":{"uv":[51,10,50,9],"texture":1},"down":{"uv":[51,10,50,11],"texture":1}},"uuid":"f82fa5fd-f25e-c567-c9bb-89c9b95542ca"},{"name":"cube","rescale":false,"from":[4,3,6],"to":[12,5,10],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[29,8,37,10],"texture":1},"east":{"uv":[36,37,40,39],"texture":1},"south":{"uv":[29,10,37,12],"texture":1},"west":{"uv":[0,38,4,40],"texture":1},"up":{"uv":[24,20,16,16],"texture":1},"down":{"uv":[8,20,0,24],"texture":1}},"uuid":"d2b678f2-141b-238e-a5fd-1656f6a57e38"},{"name":"cube","rescale":false,"from":[5,3,5],"to":[6,5,6],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[12,48,13,50],"texture":1},"east":{"uv":[48,12,49,14],"texture":1},"south":{"uv":[13,48,14,50],"texture":1},"west":{"uv":[14,48,15,50],"texture":1},"up":{"uv":[51,5,50,4],"texture":1},"down":{"uv":[6,50,5,51],"texture":1}},"uuid":"0a559997-b879-1d0a-f3a6-798b27447d50"},{"name":"cube","rescale":false,"from":[6,3,4],"to":[10,5,6],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[37,23,41,25],"texture":1},"east":{"uv":[25,44,27,46],"texture":1},"south":{"uv":[24,37,28,39],"texture":1},"west":{"uv":[27,44,29,46],"texture":1},"up":{"uv":[41,27,37,25],"texture":1},"down":{"uv":[32,37,28,39],"texture":1}},"uuid":"1a15569c-e522-9d32-d27a-5d31d99ff7fe"},{"name":"cube","rescale":false,"from":[10,3,5],"to":[11,5,6],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[31,47,32,49],"texture":1},"east":{"uv":[32,47,33,49],"texture":1},"south":{"uv":[33,47,34,49],"texture":1},"west":{"uv":[34,47,35,49],"texture":1},"up":{"uv":[12,42,11,41],"texture":1},"down":{"uv":[16,42,15,43],"texture":1}},"uuid":"3cf20885-4e06-e64b-6ecd-a63b411e3cf5"},{"name":"cube","rescale":false,"from":[10,3,10],"to":[11,5,11],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[21,49,22,51],"texture":1},"east":{"uv":[22,49,23,51],"texture":1},"south":{"uv":[49,22,50,24],"texture":1},"west":{"uv":[23,49,24,51],"texture":1},"up":{"uv":[51,16,50,15],"texture":1},"down":{"uv":[51,16,50,17],"texture":1}},"uuid":"faca47cd-812b-1b29-f0d7-4566927b6be7"},{"name":"cube","rescale":false,"from":[3,13,6],"to":[13,14,10],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[33,29,43,30],"texture":1},"east":{"uv":[44,37,48,38],"texture":1},"south":{"uv":[33,30,43,31],"texture":1},"west":{"uv":[44,38,48,39],"texture":1},"up":{"uv":[22,4,12,0],"texture":1},"down":{"uv":[22,4,12,8],"texture":1}},"uuid":"52f35526-119b-ec3d-f37c-057fbc823fc0"},{"name":"cube","rescale":false,"from":[10,13,4],"to":[12,14,6],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[12,30,14,31],"texture":1},"east":{"uv":[20,36,22,37],"texture":1},"south":{"uv":[8,45,10,46],"texture":1},"west":{"uv":[47,31,49,32],"texture":1},"up":{"uv":[14,30,12,28],"texture":1},"down":{"uv":[18,31,16,33],"texture":1}},"uuid":"9f6ad8c0-f49a-60ce-14cb-92d8bcb00988"},{"name":"cube","rescale":false,"from":[6,13,3],"to":[10,14,6],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[44,27,48,28],"texture":1},"east":{"uv":[47,6,50,7],"texture":1},"south":{"uv":[44,28,48,29],"texture":1},"west":{"uv":[12,47,15,48],"texture":1},"up":{"uv":[16,34,12,31],"texture":1},"down":{"uv":[35,16,31,19],"texture":1}},"uuid":"69e1f674-7de2-8810-7099-18996810648f"},{"name":"cube","rescale":false,"from":[10,13,10],"to":[12,14,12],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[49,13,51,14],"texture":1},"east":{"uv":[24,49,26,50],"texture":1},"south":{"uv":[49,24,51,25],"texture":1},"west":{"uv":[49,25,51,26],"texture":1},"up":{"uv":[10,45,8,43],"texture":1},"down":{"uv":[17,43,15,45],"texture":1}},"uuid":"087079fc-bfa0-8f83-d811-40d1b8de1038"},{"name":"cube","rescale":false,"from":[4,13,10],"to":[6,14,12],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[48,40,50,41],"texture":1},"east":{"uv":[47,48,49,49],"texture":1},"south":{"uv":[49,1,51,2],"texture":1},"west":{"uv":[49,2,51,3],"texture":1},"up":{"uv":[2,45,0,43],"texture":1},"down":{"uv":[4,43,2,45],"texture":1}},"uuid":"5f942c23-a047-5eba-e9cc-bf54e7c21e65"},{"name":"cube","rescale":false,"from":[6,13,10],"to":[10,14,13],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[44,0,48,1],"texture":1},"east":{"uv":[47,3,50,4],"texture":1},"south":{"uv":[44,10,48,11],"texture":1},"west":{"uv":[47,4,50,5],"texture":1},"up":{"uv":[33,32,29,29],"texture":1},"down":{"uv":[34,0,30,3],"texture":1}},"uuid":"3064fcf3-a1f0-b0fd-902f-2d448362505f"},{"name":"cube","rescale":false,"from":[4,13,4],"to":[6,14,6],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[48,0,50,1],"texture":1},"east":{"uv":[48,14,50,15],"texture":1},"south":{"uv":[15,48,17,49],"texture":1},"west":{"uv":[48,15,50,16],"texture":1},"up":{"uv":[15,44,13,42],"texture":1},"down":{"uv":[44,16,42,18],"texture":1}},"uuid":"95667093-12c4-2e37-c248-55bbacc3eaa7"},{"name":"cube","rescale":false,"from":[2,14,6],"to":[14,15,10],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[30,6,42,7],"texture":1},"east":{"uv":[33,44,37,45],"texture":1},"south":{"uv":[30,7,42,8],"texture":1},"west":{"uv":[44,33,48,34],"texture":1},"up":{"uv":[12,4,0,0],"texture":1},"down":{"uv":[12,4,0,8],"texture":1}},"uuid":"66689304-5b4a-da0a-8717-dbf1e7a64629"},{"name":"cube","rescale":false,"from":[6,14,10],"to":[10,15,14],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[21,43,25,44],"texture":1},"east":{"uv":[25,43,29,44],"texture":1},"south":{"uv":[29,43,33,44],"texture":1},"west":{"uv":[43,29,47,30],"texture":1},"up":{"uv":[28,23,24,19],"texture":1},"down":{"uv":[25,24,21,28],"texture":1}},"uuid":"0a896af7-0d41-7350-97d6-28af2b55cba8"},{"name":"cube","rescale":false,"from":[6,14,2],"to":[10,15,6],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[44,13,48,14],"texture":1},"east":{"uv":[44,14,48,15],"texture":1},"south":{"uv":[44,15,48,16],"texture":1},"west":{"uv":[44,16,48,17],"texture":1},"up":{"uv":[29,31,25,27],"texture":1},"down":{"uv":[4,28,0,32],"texture":1}},"uuid":"11ff712a-062c-ad47-1f57-aaa2204aaa3a"},{"name":"cube","rescale":false,"from":[10,14,3],"to":[13,15,6],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[18,27,21,28],"texture":1},"east":{"uv":[22,30,25,31],"texture":1},"south":{"uv":[26,31,29,32],"texture":1},"west":{"uv":[13,37,16,38],"texture":1},"up":{"uv":[7,35,4,32],"texture":1},"down":{"uv":[10,32,7,35],"texture":1}},"uuid":"448dc6b4-f635-9110-f5c9-66390a8315cb"},{"name":"cube","rescale":false,"from":[10,14,10],"to":[13,15,13],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[35,46,38,47],"texture":1},"east":{"uv":[38,46,41,47],"texture":1},"south":{"uv":[41,46,44,47],"texture":1},"west":{"uv":[46,41,49,42],"texture":1},"up":{"uv":[3,38,0,35],"texture":1},"down":{"uv":[6,35,3,38],"texture":1}},"uuid":"d9a9ff5f-062c-62cc-b51d-d6f8d8cf0539"},{"name":"cube","rescale":false,"from":[3,14,10],"to":[6,15,13],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[17,46,20,47],"texture":1},"east":{"uv":[20,46,23,47],"texture":1},"south":{"uv":[46,21,49,22],"texture":1},"west":{"uv":[46,22,49,23],"texture":1},"up":{"uv":[28,37,25,34],"texture":1},"down":{"uv":[31,34,28,37],"texture":1}},"uuid":"0d8fb227-a37b-abbb-b6fa-4f139912054e"},{"name":"cube","rescale":false,"from":[3,14,3],"to":[6,15,6],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[43,45,46,46],"texture":1},"east":{"uv":[45,43,48,44],"texture":1},"south":{"uv":[45,44,48,45],"texture":1},"west":{"uv":[8,46,11,47],"texture":1},"up":{"uv":[37,4,34,1],"texture":1},"down":{"uv":[13,34,10,37],"texture":1}},"uuid":"b34a3f1a-0af8-e82d-6c29-90cce6fe8798"},{"name":"cube","rescale":false,"from":[0,0,0],"to":[16,1,16],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[28,32,44,33],"texture":0},"east":{"uv":[32,28,48,29],"texture":0},"south":{"uv":[32,29,48,30],"texture":0},"west":{"uv":[32,30,48,31],"texture":0},"up":{"uv":[16,16,0,0],"texture":0},"down":{"uv":[16,16,0,32],"texture":0}},"uuid":"6883e555-4a3a-f135-0756-1bccb1a7a4cd"},{"name":"cube","rescale":false,"from":[0,15,0],"to":[16,16,16],"autouv":0,"color":5,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[32,31,48,32],"texture":0},"east":{"uv":[28,33,44,34],"texture":0},"south":{"uv":[34,0,50,1],"texture":0},"west":{"uv":[34,1,50,2],"texture":0},"up":{"uv":[32,16,16,0],"texture":0},"down":{"uv":[32,16,16,32],"texture":0}},"uuid":"bd1a8df8-6c94-8d83-38f8-3f920ee9ca3b"},{"name":"cube","rescale":false,"from":[4,11,6],"to":[12,13,10],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[28,19,36,21],"texture":1},"east":{"uv":[32,37,36,39],"texture":1},"south":{"uv":[28,21,36,23],"texture":1},"west":{"uv":[37,34,41,36],"texture":1},"up":{"uv":[8,20,0,16],"texture":1},"down":{"uv":[16,16,8,20],"texture":1}},"uuid":"0539bd60-561a-70db-c332-ea18fe22a1c8"},{"name":"cube","rescale":false,"from":[10,11,5],"to":[11,13,6],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[28,47,29,49],"texture":1},"east":{"uv":[29,47,30,49],"texture":1},"south":{"uv":[47,29,48,31],"texture":1},"west":{"uv":[30,47,31,49],"texture":1},"up":{"uv":[8,41,7,40],"texture":1},"down":{"uv":[17,40,16,41],"texture":1}},"uuid":"197ae558-c349-d560-6aa5-041a996e93fb"},{"name":"cube","rescale":false,"from":[6,11,4],"to":[10,13,6],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[37,10,41,12],"texture":1},"east":{"uv":[12,44,14,46],"texture":1},"south":{"uv":[37,12,41,14],"texture":1},"west":{"uv":[44,21,46,23],"texture":1},"up":{"uv":[41,16,37,14],"texture":1},"down":{"uv":[24,37,20,39],"texture":1}},"uuid":"bdfd8ec1-3608-b418-db91-a401cb0f9812"},{"name":"cube","rescale":false,"from":[10,11,10],"to":[11,13,11],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[49,18,50,20],"texture":1},"east":{"uv":[19,49,20,51],"texture":1},"south":{"uv":[20,49,21,51],"texture":1},"west":{"uv":[49,20,50,22],"texture":1},"up":{"uv":[15,51,14,50],"texture":1},"down":{"uv":[51,14,50,15],"texture":1}},"uuid":"252cf4e8-99bc-fda7-11b0-03a05be0d19f"},{"name":"cube","rescale":false,"from":[6,11,10],"to":[10,13,12],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[34,4,38,6],"texture":1},"east":{"uv":[41,43,43,45],"texture":1},"south":{"uv":[16,36,20,38],"texture":1},"west":{"uv":[43,43,45,45],"texture":1},"up":{"uv":[40,21,36,19],"texture":1},"down":{"uv":[40,21,36,23],"texture":1}},"uuid":"0462a3ce-f68f-20c8-7403-072b86c9f835"},{"name":"cube","rescale":false,"from":[5,11,10],"to":[6,13,11],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[38,48,39,50],"texture":1},"east":{"uv":[48,38,49,40],"texture":1},"south":{"uv":[39,48,40,50],"texture":1},"west":{"uv":[40,48,41,50],"texture":1},"up":{"uv":[9,51,8,50],"texture":1},"down":{"uv":[10,50,9,51],"texture":1}},"uuid":"9ef379fe-1b76-296b-801a-735bbaaeb9e8"},{"name":"cube","rescale":false,"from":[5,11,5],"to":[6,13,6],"autouv":0,"color":2,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[5,48,6,50],"texture":1},"east":{"uv":[6,48,7,50],"texture":1},"south":{"uv":[7,48,8,50],"texture":1},"west":{"uv":[48,10,49,12],"texture":1},"up":{"uv":[51,4,50,3],"texture":1},"down":{"uv":[5,50,4,51],"texture":1}},"uuid":"e09d3763-494a-691b-2aca-26078b33dd72"},{"name":"cube","rescale":false,"from":[4.4,10,6.2],"to":[11.6,11.9,9.8],"autouv":0,"color":2,"locked":false,"origin":[8,9.9,8],"faces":{"north":{"uv":[29,23,36.25,25],"texture":1},"east":{"uv":[33,39,36.5,41],"texture":1},"south":{"uv":[29,25,36.25,27],"texture":1},"west":{"uv":[37,39,40.5,41],"texture":1},"up":{"uv":[29.25,3.5,22,0],"texture":1},"down":{"uv":[29.25,4,22,7.5],"texture":1}},"uuid":"860939e1-46ea-9167-73d6-806710ec86d6"},{"name":"cube","rescale":false,"from":[9.8,10,5.3],"to":[10.7,11.9,6.2],"autouv":0,"color":2,"locked":false,"origin":[8,9.9,8],"faces":{"north":{"uv":[24,47,25,49],"texture":1},"east":{"uv":[25,47,26,49],"texture":1},"south":{"uv":[26,47,27,49],"texture":1},"west":{"uv":[27,47,28,49],"texture":1},"up":{"uv":[9,39,8,38],"texture":1},"down":{"uv":[13,39,12,40],"texture":1}},"uuid":"74d716f8-2aef-7f8b-28bc-c663f7aa26cf"},{"name":"cube","rescale":false,"from":[6.2,10,4.4],"to":[9.8,11.9,6.2],"autouv":0,"color":2,"locked":false,"origin":[8,9.9,8],"faces":{"north":{"uv":[17,39,20.5,41],"texture":1},"east":{"uv":[45,5,46.75,7],"texture":1},"south":{"uv":[21,39,24.5,41],"texture":1},"west":{"uv":[6,45,7.75,47],"texture":1},"up":{"uv":[44.5,2.75,41,1],"texture":1},"down":{"uv":[7.5,41,4,42.75],"texture":1}},"uuid":"2d70d499-d5d1-b2e8-d1dd-1f0fc200f72a"},{"name":"cube","rescale":false,"from":[9.8,10,9.8],"to":[10.7,11.9,10.7],"autouv":0,"color":2,"locked":false,"origin":[8,9.9,8],"faces":{"north":{"uv":[15,49,16,51],"texture":1},"east":{"uv":[16,49,17,51],"texture":1},"south":{"uv":[17,49,18,51],"texture":1},"west":{"uv":[18,49,19,51],"texture":1},"up":{"uv":[51,13,50,12],"texture":1},"down":{"uv":[14,50,13,51],"texture":1}},"uuid":"3edf84f3-c125-428e-f67c-ab65dd4072a4"},{"name":"cube","rescale":false,"from":[6.2,10,9.8],"to":[9.8,11.9,11.6],"autouv":0,"color":2,"locked":false,"origin":[8,9.9,8],"faces":{"north":{"uv":[13,38,16.5,40],"texture":1},"east":{"uv":[45,1,46.75,3],"texture":1},"south":{"uv":[38,16,41.5,18],"texture":1},"west":{"uv":[2,45,3.75,47],"texture":1},"up":{"uv":[43.5,22.75,40,21],"texture":1},"down":{"uv":[43.5,27,40,28.75],"texture":1}},"uuid":"8f080d0a-7730-63d7-3f3a-135f179f870c"},{"name":"cube","rescale":false,"from":[5.3,10,9.8],"to":[6.2,11.9,10.7],"autouv":0,"color":2,"locked":false,"origin":[8,9.9,8],"faces":{"north":{"uv":[35,48,36,50],"texture":1},"east":{"uv":[36,48,37,50],"texture":1},"south":{"uv":[48,36,49,38],"texture":1},"west":{"uv":[37,48,38,50],"texture":1},"up":{"uv":[51,7,50,6],"texture":1},"down":{"uv":[8,50,7,51],"texture":1}},"uuid":"fade073a-8781-5129-7b07-2a3aa4b672a2"},{"name":"cube","rescale":false,"from":[5.3,10,5.3],"to":[6.2,11.9,6.2],"autouv":0,"color":2,"locked":false,"origin":[8,9.9,8],"faces":{"north":{"uv":[47,46,48,48],"texture":1},"east":{"uv":[0,48,1,50],"texture":1},"south":{"uv":[1,48,2,50],"texture":1},"west":{"uv":[2,48,3,50],"texture":1},"up":{"uv":[3,51,2,50],"texture":1},"down":{"uv":[4,50,3,51],"texture":1}},"uuid":"b5fa1419-f20e-57d1-3636-5aa47dc8c7f3"},{"name":"cube","rescale":false,"from":[4.4,4,6.2],"to":[11.6,5.9,9.8],"autouv":0,"color":2,"locked":false,"origin":[8,9.9,8],"faces":{"north":{"uv":[29,12,36.25,14],"texture":1},"east":{"uv":[25,39,28.5,41],"texture":1},"south":{"uv":[29,14,36.25,16],"texture":1},"west":{"uv":[29,39,32.5,41],"texture":1},"up":{"uv":[15.25,23.5,8,20],"texture":1},"down":{"uv":[23.25,20,16,23.5],"texture":1}},"uuid":"b6087c87-7116-8126-9707-908b795d428d"},{"name":"cube","rescale":false,"from":[6.2,4,9.8],"to":[9.8,5.9,11.6],"autouv":0,"color":2,"locked":false,"origin":[8,9.9,8],"faces":{"north":{"uv":[38,3,41.5,5],"texture":1},"east":{"uv":[44,41,45.75,43],"texture":1},"south":{"uv":[4,38,7.5,40],"texture":1},"west":{"uv":[0,45,1.75,47],"texture":1},"up":{"uv":[15.5,41.75,12,40],"texture":1},"down":{"uv":[43.5,19,40,20.75],"texture":1}},"uuid":"51ab8b68-63e3-f5c1-f33a-9617b65287dd"},{"name":"cube","rescale":false,"from":[5.3,4,5.3],"to":[6.2,5.9,6.2],"autouv":0,"color":2,"locked":false,"origin":[8,9.9,8],"faces":{"north":{"uv":[43,47,44,49],"texture":1},"east":{"uv":[44,47,45,49],"texture":1},"south":{"uv":[45,47,46,49],"texture":1},"west":{"uv":[46,47,47,49],"texture":1},"up":{"uv":[11,44,10,43],"texture":1},"down":{"uv":[15,44,14,45],"texture":1}},"uuid":"8b1bdea4-87a3-79cb-2e0f-957b3e79141b"},{"name":"cube","rescale":false,"from":[6.2,4,4.4],"to":[9.8,5.9,6.2],"autouv":0,"color":2,"locked":false,"origin":[8,9.9,8],"faces":{"north":{"uv":[38,32,41.5,34],"texture":1},"east":{"uv":[45,3,46.75,5],"texture":1},"south":{"uv":[8,39,11.5,41],"texture":1},"west":{"uv":[4,45,5.75,47],"texture":1},"up":{"uv":[43.5,38.75,40,37],"texture":1},"down":{"uv":[3.5,41,0,42.75],"texture":1}},"uuid":"dedfb298-fbed-ee05-6f0b-265d92e8becb"},{"name":"cube","rescale":false,"from":[9.8,4,9.8],"to":[10.7,5.9,10.7],"autouv":0,"color":2,"locked":false,"origin":[8,9.9,8],"faces":{"north":{"uv":[49,9,50,11],"texture":1},"east":{"uv":[10,49,11,51],"texture":1},"south":{"uv":[11,49,12,51],"texture":1},"west":{"uv":[49,11,50,13],"texture":1},"up":{"uv":[51,12,50,11],"texture":1},"down":{"uv":[13,50,12,51],"texture":1}},"uuid":"272d7dc7-5500-8756-bccf-8323e2e0d907"},{"name":"cube","rescale":false,"from":[9.8,4,5.3],"to":[10.7,5.9,6.2],"autouv":0,"color":2,"locked":false,"origin":[8,9.9,8],"faces":{"north":{"uv":[9,35,10,37],"texture":1},"east":{"uv":[21,47,22,49],"texture":1},"south":{"uv":[22,47,23,49],"texture":1},"west":{"uv":[23,47,24,49],"texture":1},"up":{"uv":[25,24,24,23],"texture":1},"down":{"uv":[38,3,37,4],"texture":1}},"uuid":"76a70754-6434-0add-dc6f-8e325de8ad28"},{"name":"cube","rescale":false,"from":[5.3,4,9.8],"to":[6.2,5.9,10.7],"autouv":0,"color":2,"locked":false,"origin":[8,9.9,8],"faces":{"north":{"uv":[48,19,49,21],"texture":1},"east":{"uv":[48,27,49,29],"texture":1},"south":{"uv":[48,29,49,31],"texture":1},"west":{"uv":[48,32,49,34],"texture":1},"up":{"uv":[51,6,50,5],"texture":1},"down":{"uv":[7,50,6,51],"texture":1}},"uuid":"006832a1-4e96-b466-bc8e-4f30b4da30d4"},{"name":"cube","rescale":false,"from":[6.38,9,9.620000000000001],"to":[9.620000000000001,10,11.24],"autouv":0,"color":2,"locked":false,"origin":[8,8.91,8],"faces":{"north":{"uv":[18,45,21.25,46],"texture":1},"east":{"uv":[49,46,50.5,47],"texture":1},"south":{"uv":[45,18,48.25,19],"texture":1},"west":{"uv":[49,47,50.5,48],"texture":1},"up":{"uv":[44.25,24.5,41,23],"texture":1},"down":{"uv":[44.25,25,41,26.5],"texture":1}},"uuid":"f2b8de9e-7e03-797c-284c-f544659b18c6"},{"name":"cube","rescale":false,"from":[5.57,9,9.620000000000001],"to":[6.38,10,10.43],"autouv":0,"color":2,"locked":false,"origin":[8,8.91,8],"faces":{"north":{"uv":[35,50,35.75,51],"texture":1},"east":{"uv":[50,35,50.75,36],"texture":1},"south":{"uv":[36,50,36.75,51],"texture":1},"west":{"uv":[50,36,50.75,37],"texture":1},"up":{"uv":[51.75,2.75,51,2],"texture":1},"down":{"uv":[3.75,51,3,51.75],"texture":1}},"uuid":"77b10cee-1b0d-5e9f-d207-6b1bb854852f"},{"name":"cube","rescale":false,"from":[4.76,9,6.38],"to":[11.24,10,9.620000000000001],"autouv":0,"color":2,"locked":false,"origin":[8,8.91,8],"faces":{"north":{"uv":[38,18,44.5,19],"texture":1},"east":{"uv":[45,34,48.25,35],"texture":1},"south":{"uv":[0,40,6.5,41],"texture":1},"west":{"uv":[45,35,48.25,36],"texture":1},"up":{"uv":[6.5,27.25,0,24],"texture":1},"down":{"uv":[13.5,24,7,27.25],"texture":1}},"uuid":"d2f729db-239f-9050-0c83-85fed9deb96c"},{"name":"cube","rescale":false,"from":[9.620000000000001,9,9.620000000000001],"to":[10.43,10,10.43],"autouv":0,"color":2,"locked":false,"origin":[8,8.91,8],"faces":{"north":{"uv":[39,50,39.75,51],"texture":1},"east":{"uv":[50,39,50.75,40],"texture":1},"south":{"uv":[40,50,40.75,51],"texture":1},"west":{"uv":[50,40,50.75,41],"texture":1},"up":{"uv":[51.75,5.75,51,5],"texture":1},"down":{"uv":[6.75,51,6,51.75],"texture":1}},"uuid":"96d370d1-17af-5643-f421-092ee7ad3943"},{"name":"cube","rescale":false,"from":[9.620000000000001,9,5.57],"to":[10.43,10,6.38],"autouv":0,"color":2,"locked":false,"origin":[8,8.91,8],"faces":{"north":{"uv":[50,21,50.75,22],"texture":1},"east":{"uv":[50,22,50.75,23],"texture":1},"south":{"uv":[50,23,50.75,24],"texture":1},"west":{"uv":[24,50,24.75,51],"texture":1},"up":{"uv":[50.75,43.75,50,43],"texture":1},"down":{"uv":[50.75,44,50,44.75],"texture":1}},"uuid":"c86683cb-5cab-f339-7f0f-733dba85071a"},{"name":"cube","rescale":false,"from":[6.38,9,4.76],"to":[9.620000000000001,10,6.38],"autouv":0,"color":2,"locked":false,"origin":[8,8.91,8],"faces":{"north":{"uv":[45,25,48.25,26],"texture":1},"east":{"uv":[0,50,1.5,51],"texture":1},"south":{"uv":[45,26,48.25,27],"texture":1},"west":{"uv":[50,0,51.5,1],"texture":1},"up":{"uv":[44.25,35.5,41,34],"texture":1},"down":{"uv":[38.25,41,35,42.5],"texture":1}},"uuid":"ef30ff48-5246-8d01-67ff-a3930b142322"},{"name":"cube","rescale":false,"from":[5.57,9,5.57],"to":[6.38,10,6.38],"autouv":0,"color":2,"locked":false,"origin":[8,8.91,8],"faces":{"north":{"uv":[50,28,50.75,29],"texture":1},"east":{"uv":[29,50,29.75,51],"texture":1},"south":{"uv":[50,29,50.75,30],"texture":1},"west":{"uv":[50,30,50.75,31],"texture":1},"up":{"uv":[50.75,49.75,50,49],"texture":1},"down":{"uv":[50.75,50,50,50.75],"texture":1}},"uuid":"77a6f10d-dff1-9822-c982-c08940a675e5"},{"name":"cube","rescale":false,"from":[6.38,6,9.620000000000001],"to":[9.620000000000001,7,11.24],"autouv":0,"color":2,"locked":false,"origin":[8,8.91,8],"faces":{"north":{"uv":[45,7,48.25,8],"texture":1},"east":{"uv":[49,45,50.5,46],"texture":1},"south":{"uv":[14,45,17.25,46],"texture":1},"west":{"uv":[46,49,47.5,50],"texture":1},"up":{"uv":[22.25,42.5,19,41],"texture":1},"down":{"uv":[26.25,41,23,42.5],"texture":1}},"uuid":"cb54028e-05ae-6873-5447-fa76f6754bcf"},{"name":"cube","rescale":false,"from":[5.57,6,9.620000000000001],"to":[6.38,7,10.43],"autouv":0,"color":2,"locked":false,"origin":[8,8.91,8],"faces":{"north":{"uv":[50,31,50.75,32],"texture":1},"east":{"uv":[50,32,50.75,33],"texture":1},"south":{"uv":[50,33,50.75,34],"texture":1},"west":{"uv":[50,34,50.75,35],"texture":1},"up":{"uv":[51.75,1.75,51,1],"texture":1},"down":{"uv":[2.75,51,2,51.75],"texture":1}},"uuid":"dfc555ad-ad55-14d8-7fd6-47fff4891d5e"},{"name":"cube","rescale":false,"from":[4.76,6,6.38],"to":[11.24,7,9.620000000000001],"autouv":0,"color":2,"locked":false,"origin":[8,8.91,8],"faces":{"north":{"uv":[37,36,43.5,37],"texture":1},"east":{"uv":[29,45,32.25,46],"texture":1},"south":{"uv":[38,5,44.5,6],"texture":1},"west":{"uv":[33,45,36.25,46],"texture":1},"up":{"uv":[28.5,11.25,22,8],"texture":1},"down":{"uv":[28.5,12,22,15.25],"texture":1}},"uuid":"fae5e0bf-3af9-e03b-b149-75c65ac75dba"},{"name":"cube","rescale":false,"from":[9.620000000000001,6,9.620000000000001],"to":[10.43,7,10.43],"autouv":0,"color":2,"locked":false,"origin":[8,8.91,8],"faces":{"north":{"uv":[37,50,37.75,51],"texture":1},"east":{"uv":[50,37,50.75,38],"texture":1},"south":{"uv":[38,50,38.75,51],"texture":1},"west":{"uv":[50,38,50.75,39],"texture":1},"up":{"uv":[51.75,4.75,51,4],"texture":1},"down":{"uv":[5.75,51,5,51.75],"texture":1}},"uuid":"7ce7129c-ee1c-b86a-9e7b-02e943fd3915"},{"name":"cube","rescale":false,"from":[9.620000000000001,6,5.57],"to":[10.43,7,6.38],"autouv":0,"color":2,"locked":false,"origin":[8,8.91,8],"faces":{"north":{"uv":[50,17,50.75,18],"texture":1},"east":{"uv":[50,18,50.75,19],"texture":1},"south":{"uv":[50,19,50.75,20],"texture":1},"west":{"uv":[50,20,50.75,21],"texture":1},"up":{"uv":[42.75,50.75,42,50],"texture":1},"down":{"uv":[50.75,42,50,42.75],"texture":1}},"uuid":"80a5b1aa-13ad-0f96-0c3a-9733e4487e7f"},{"name":"cube","rescale":false,"from":[6.38,6,4.76],"to":[9.620000000000001,7,6.38],"autouv":0,"color":2,"locked":false,"origin":[8,8.91,8],"faces":{"north":{"uv":[45,23,48.25,24],"texture":1},"east":{"uv":[48,49,49.5,50],"texture":1},"south":{"uv":[45,24,48.25,25],"texture":1},"west":{"uv":[49,48,50.5,49],"texture":1},"up":{"uv":[30.25,42.5,27,41],"texture":1},"down":{"uv":[34.25,41,31,42.5],"texture":1}},"uuid":"362c1440-3627-7f6e-6ce7-38aca24f2355"},{"name":"cube","rescale":false,"from":[5.57,6,5.57],"to":[6.38,7,6.38],"autouv":0,"color":2,"locked":false,"origin":[8,8.91,8],"faces":{"north":{"uv":[25,50,25.75,51],"texture":1},"east":{"uv":[26,50,26.75,51],"texture":1},"south":{"uv":[27,50,27.75,51],"texture":1},"west":{"uv":[28,50,28.75,51],"texture":1},"up":{"uv":[48.75,50.75,48,50],"texture":1},"down":{"uv":[49.75,50,49,50.75],"texture":1}},"uuid":"e11855b7-c4bd-979a-c5ed-49c7eb4a58f5"},{"name":"cube","rescale":false,"from":[6.461,7,9.539000000000001],"to":[9.539000000000001,9,11.078],"autouv":0,"color":2,"locked":false,"origin":[8,8.4645,8],"faces":{"north":{"uv":[8,41,11,43],"texture":1},"east":{"uv":[47,1,48.5,3],"texture":1},"south":{"uv":[41,8,44,10],"texture":1},"west":{"uv":[3,47,4.5,49],"texture":1},"up":{"uv":[42,42.5,39,41],"texture":1},"down":{"uv":[44,39,41,40.5],"texture":1}},"uuid":"8b115908-9ac7-a061-c2f6-82e2e5266bb1"},{"name":"cube","rescale":false,"from":[5.6915000000000004,7,9.539000000000001],"to":[6.461,9,10.308499999999999],"autouv":0,"color":2,"locked":false,"origin":[8,8.4645,8],"faces":{"north":{"uv":[49,34,49.75,36],"texture":1},"east":{"uv":[49,36,49.75,38],"texture":1},"south":{"uv":[49,38,49.75,40],"texture":1},"west":{"uv":[49,41,49.75,43],"texture":1},"up":{"uv":[0.75,51.75,0,51],"texture":1},"down":{"uv":[1.75,51,1,51.75],"texture":1}},"uuid":"53fca93f-908f-9a7c-a30e-b19921980dc2"},{"name":"cube","rescale":false,"from":[4.922000000000001,7,6.461],"to":[11.078,9,9.539000000000001],"autouv":0,"color":2,"locked":false,"origin":[8,8.4645,8],"faces":{"north":{"uv":[18,28,24.25,30],"texture":1},"east":{"uv":[41,14,44,16],"texture":1},"south":{"uv":[29,27,35.25,29],"texture":1},"west":{"uv":[16,41,19,43],"texture":1},"up":{"uv":[20.25,27,14,24],"texture":1},"down":{"uv":[30.25,16,24,19],"texture":1}},"uuid":"3bf0fd63-53eb-5aed-f6c4-ae013a22ec81"},{"name":"cube","rescale":false,"from":[9.539000000000001,7,9.539000000000001],"to":[10.308499999999999,9,10.308499999999999],"autouv":0,"color":2,"locked":false,"origin":[8,8.4645,8],"faces":{"north":{"uv":[43,49,43.75,51],"texture":1},"east":{"uv":[49,43,49.75,45],"texture":1},"south":{"uv":[44,49,44.75,51],"texture":1},"west":{"uv":[45,49,45.75,51],"texture":1},"up":{"uv":[51.75,3.75,51,3],"texture":1},"down":{"uv":[4.75,51,4,51.75],"texture":1}},"uuid":"cf531343-227e-1875-71da-193af8c72b70"},{"name":"cube","rescale":false,"from":[9.539000000000001,7,5.6915000000000004],"to":[10.308499999999999,9,6.461],"autouv":0,"color":2,"locked":false,"origin":[8,8.4645,8],"faces":{"north":{"uv":[49,28,49.75,30],"texture":1},"east":{"uv":[30,49,30.75,51],"texture":1},"south":{"uv":[49,30,49.75,32],"texture":1},"west":{"uv":[31,49,31.75,51],"texture":1},"up":{"uv":[41.75,50.75,41,50],"texture":1},"down":{"uv":[50.75,41,50,41.75],"texture":1}},"uuid":"b0d9dee0-8f12-704a-4338-13ba31a139d9"},{"name":"cube","rescale":false,"from":[6.461,7,4.922000000000001],"to":[9.539000000000001,9,6.461],"autouv":0,"color":2,"locked":false,"origin":[8,8.4645,8],"faces":{"north":{"uv":[41,10,44,12],"texture":1},"east":{"uv":[8,47,9.5,49],"texture":1},"south":{"uv":[41,12,44,14],"texture":1},"west":{"uv":[10,47,11.5,49],"texture":1},"up":{"uv":[45,4.5,42,3],"texture":1},"down":{"uv":[45,6,42,7.5],"texture":1}},"uuid":"47b31d34-90a1-4b4e-294f-5c91c36b1d56"},{"name":"cube","rescale":false,"from":[5.6915000000000004,7,5.6915000000000004],"to":[6.461,9,6.461],"autouv":0,"color":2,"locked":false,"origin":[8,8.4645,8],"faces":{"north":{"uv":[32,49,32.75,51],"texture":1},"east":{"uv":[49,32,49.75,34],"texture":1},"south":{"uv":[33,49,33.75,51],"texture":1},"west":{"uv":[34,49,34.75,51],"texture":1},"up":{"uv":[46.75,50.75,46,50],"texture":1},"down":{"uv":[47.75,50,47,50.75],"texture":1}},"uuid":"00e340d5-1ebf-a651-a179-77d47436cfd5"}],"outliner":[{"name":"VoxelShapes","origin":[0,0,0],"uuid":"932bd719-103f-7143-7251-4c03b1f76bf3","export":true,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["491341e1-bb30-6bf5-e2ef-4620c609123e","52f35526-119b-ec3d-f37c-057fbc823fc0","d2b678f2-141b-238e-a5fd-1656f6a57e38","0539bd60-561a-70db-c332-ea18fe22a1c8","860939e1-46ea-9167-73d6-806710ec86d6","d2f729db-239f-9050-0c83-85fed9deb96c","fae5e0bf-3af9-e03b-b149-75c65ac75dba","3bf0fd63-53eb-5aed-f6c4-ae013a22ec81","b6087c87-7116-8126-9707-908b795d428d","e30ce306-2c63-4876-3d7f-d2f9c8b5bf60","66689304-5b4a-da0a-8717-dbf1e7a64629","2e99a492-fcc2-11be-2957-4acada0f4f19","69e1f674-7de2-8810-7099-18996810648f","1a15569c-e522-9d32-d27a-5d31d99ff7fe","bdfd8ec1-3608-b418-db91-a401cb0f9812","2d70d499-d5d1-b2e8-d1dd-1f0fc200f72a","ef30ff48-5246-8d01-67ff-a3930b142322","362c1440-3627-7f6e-6ce7-38aca24f2355","47b31d34-90a1-4b4e-294f-5c91c36b1d56","dedfb298-fbed-ee05-6f0b-265d92e8becb","06ff9024-eb41-8e77-757c-5780f2480202","11ff712a-062c-ad47-1f57-aaa2204aaa3a","94d263d5-323b-7979-d8ce-a625e47fc5cd","3064fcf3-a1f0-b0fd-902f-2d448362505f","7280c7e7-16b7-f093-5ac8-71267c503557","0462a3ce-f68f-20c8-7403-072b86c9f835","8f080d0a-7730-63d7-3f3a-135f179f870c","f2b8de9e-7e03-797c-284c-f544659b18c6","cb54028e-05ae-6873-5447-fa76f6754bcf","8b115908-9ac7-a061-c2f6-82e2e5266bb1","51ab8b68-63e3-f5c1-f33a-9617b65287dd","c544b7e2-8e82-9226-e775-d4cd71b7e93e","0a896af7-0d41-7350-97d6-28af2b55cba8","5b1423d0-bb87-1700-baba-4a7053b39dc2","087079fc-bfa0-8f83-d811-40d1b8de1038","faca47cd-812b-1b29-f0d7-4566927b6be7","252cf4e8-99bc-fda7-11b0-03a05be0d19f","3edf84f3-c125-428e-f67c-ab65dd4072a4","96d370d1-17af-5643-f421-092ee7ad3943","7ce7129c-ee1c-b86a-9e7b-02e943fd3915","cf531343-227e-1875-71da-193af8c72b70","272d7dc7-5500-8756-bccf-8323e2e0d907","a47fe039-ebcf-d257-aa55-62aaf4a27a54","d9a9ff5f-062c-62cc-b51d-d6f8d8cf0539","85c3c929-a77a-300f-5172-65e2b3a81a51","5f942c23-a047-5eba-e9cc-bf54e7c21e65","f82fa5fd-f25e-c567-c9bb-89c9b95542ca","9ef379fe-1b76-296b-801a-735bbaaeb9e8","fade073a-8781-5129-7b07-2a3aa4b672a2","77b10cee-1b0d-5e9f-d207-6b1bb854852f","dfc555ad-ad55-14d8-7fd6-47fff4891d5e","53fca93f-908f-9a7c-a30e-b19921980dc2","006832a1-4e96-b466-bc8e-4f30b4da30d4","ef1b2c9b-695c-ff52-b5cd-643d3556fe11","0d8fb227-a37b-abbb-b6fa-4f139912054e","8f6c4c99-8cfb-1612-d9d7-07be15155bbd","95667093-12c4-2e37-c248-55bbacc3eaa7","0a559997-b879-1d0a-f3a6-798b27447d50","e09d3763-494a-691b-2aca-26078b33dd72","b5fa1419-f20e-57d1-3636-5aa47dc8c7f3","77a6f10d-dff1-9822-c982-c08940a675e5","e11855b7-c4bd-979a-c5ed-49c7eb4a58f5","00e340d5-1ebf-a651-a179-77d47436cfd5","8b1bdea4-87a3-79cb-2e0f-957b3e79141b","b317cff0-507f-bf06-7e10-94a8b478d0c6","b34a3f1a-0af8-e82d-6c29-90cce6fe8798","3e618aac-ad4a-ac8c-505c-64385d64600c","9f6ad8c0-f49a-60ce-14cb-92d8bcb00988","3cf20885-4e06-e64b-6ecd-a63b411e3cf5","197ae558-c349-d560-6aa5-041a996e93fb","74d716f8-2aef-7f8b-28bc-c663f7aa26cf","c86683cb-5cab-f339-7f0f-733dba85071a","80a5b1aa-13ad-0f96-0c3a-9733e4487e7f","b0d9dee0-8f12-704a-4338-13ba31a139d9","76a70754-6434-0add-dc6f-8e325de8ad28","f9780d84-55f9-4243-6784-4eaa0ec91779","448dc6b4-f635-9110-f5c9-66390a8315cb","9f710ba0-416a-0ac7-e050-12756b8f11a6","65dbbb3f-1fde-ff1b-17e9-4fa227e9fb9a","b59ec1cd-3743-340c-64b0-95beac2d9689","c1232ebd-8e30-58e4-1888-c628adb96113","bd1a8df8-6c94-8d83-38f8-3f920ee9ca3b","6883e555-4a3a-f135-0756-1bccb1a7a4cd"]}],"textures":[{"path":"D:\\MyProjects\\Minecraft\\CuboidMod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\singularity_generator_casing.png","name":"singularity_generator_casing.png","folder":"model","namespace":"cuboidmod","id":"0","particle":true,"visible":true,"mode":"bitmap","saved":true,"uuid":"99121781-cc22-f049-2f91-6874638aac00","source":"data:image/png;base64,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"},{"path":"D:\\MyProjects\\Minecraft\\CuboidMod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\singularity_generator_pillar.png","name":"singularity_generator_pillar.png","folder":"model","namespace":"cuboidmod","id":"1","particle":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"ffccb45b-7b3e-bd87-6413-8dc7bdc1fdb8","source":"data:image/png;base64,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"}],"display":{"thirdperson_righthand":{"rotation":[55,0,0],"translation":[0,3,-1],"scale":[0.5,0.5,0.5]},"thirdperson_lefthand":{"rotation":[55,0,0],"translation":[0,3,-1],"scale":[0.5,0.5,0.5]},"firstperson_righthand":{"rotation":[3,22,-8],"translation":[1,-1,0],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[3,22,-8],"translation":[2,-1,0],"scale":[0.6,0.6,0.6]},"ground":{"translation":[0,5,0],"scale":[0.6,0.6,0.6]},"gui":{"rotation":[20,22,0],"scale":[0.7,0.7,0.7]},"head":{"translation":[0,14,0]},"fixed":{"rotation":[3,0,0],"scale":[0.85,0.85,0.85]}}} \ No newline at end of file +{"meta":{"format_version":"4.9","model_format":"java_block","box_uv":false},"name":"singularity_generator","parent":"","ambientocclusion":true,"front_gui_light":false,"visible_box":[1,1,0],"variable_placeholders":"","variable_placeholder_buttons":[],"unhandled_root_fields":{},"resolution":{"width":64,"height":64},"elements":[{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[3,2,6],"to":[13,3,10],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[33,31,43,32],"texture":1},"east":{"uv":[44,39,48,40],"texture":1},"south":{"uv":[34,0,44,1],"texture":1},"west":{"uv":[44,40,48,41],"texture":1},"up":{"uv":[22,12,12,8],"texture":1},"down":{"uv":[22,12,12,16],"texture":1}},"type":"cube","uuid":"491341e1-bb30-6bf5-e2ef-4620c609123e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6,2,3],"to":[10,3,6],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[29,44,33,45],"texture":1},"east":{"uv":[15,47,18,48],"texture":1},"south":{"uv":[44,32,48,33],"texture":1},"west":{"uv":[18,47,21,48],"texture":1},"up":{"uv":[26,34,22,31],"texture":1},"down":{"uv":[4,32,0,35],"texture":1}},"type":"cube","uuid":"2e99a492-fcc2-11be-2957-4acada0f4f19"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6,2,10],"to":[10,3,13],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[44,11,48,12],"texture":1},"east":{"uv":[5,47,8,48],"texture":1},"south":{"uv":[44,12,48,13],"texture":1},"west":{"uv":[47,5,50,6],"texture":1},"up":{"uv":[34,6,30,3],"texture":1},"down":{"uv":[22,30,18,33],"texture":1}},"type":"cube","uuid":"94d263d5-323b-7979-d8ce-a625e47fc5cd"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[10,2,10],"to":[12,3,12],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[26,49,28,50],"texture":1},"east":{"uv":[49,26,51,27],"texture":1},"south":{"uv":[49,27,51,28],"texture":1},"west":{"uv":[28,49,30,50],"texture":1},"up":{"uv":[19,45,17,43],"texture":1},"down":{"uv":[21,43,19,45],"texture":1}},"type":"cube","uuid":"5b1423d0-bb87-1700-baba-4a7053b39dc2"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,2,10],"to":[6,3,12],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[3,49,5,50],"texture":1},"east":{"uv":[49,7,51,8],"texture":1},"south":{"uv":[8,49,10,50],"texture":1},"west":{"uv":[49,8,51,9],"texture":1},"up":{"uv":[6,45,4,43],"texture":1},"down":{"uv":[8,43,6,45],"texture":1}},"type":"cube","uuid":"85c3c929-a77a-300f-5172-65e2b3a81a51"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,2,4],"to":[6,3,6],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[48,16,50,17],"texture":1},"east":{"uv":[17,48,19,49],"texture":1},"south":{"uv":[48,17,50,18],"texture":1},"west":{"uv":[19,48,21,49],"texture":1},"up":{"uv":[44,34,42,32],"texture":1},"down":{"uv":[44,41,42,43],"texture":1}},"type":"cube","uuid":"8f6c4c99-8cfb-1612-d9d7-07be15155bbd"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[10,2,4],"to":[12,3,6],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[35,47,37,48],"texture":1},"east":{"uv":[37,47,39,48],"texture":1},"south":{"uv":[39,47,41,48],"texture":1},"west":{"uv":[41,47,43,48],"texture":1},"up":{"uv":[12,34,10,32],"texture":1},"down":{"uv":[13,42,11,44],"texture":1}},"type":"cube","uuid":"3e618aac-ad4a-ac8c-505c-64385d64600c"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,1,6],"to":[14,2,10],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[26,32,38,33],"texture":1},"east":{"uv":[44,36,48,37],"texture":1},"south":{"uv":[26,33,38,34],"texture":1},"west":{"uv":[37,44,41,45],"texture":1},"up":{"uv":[12,12,0,8],"texture":1},"down":{"uv":[12,12,0,16],"texture":1}},"type":"cube","uuid":"e30ce306-2c63-4876-3d7f-d2f9c8b5bf60"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6,1,2],"to":[10,2,6],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[44,17,48,18],"texture":1},"east":{"uv":[44,19,48,20],"texture":1},"south":{"uv":[44,20,48,21],"texture":1},"west":{"uv":[21,44,25,45],"texture":1},"up":{"uv":[8,32,4,28],"texture":1},"down":{"uv":[12,28,8,32],"texture":1}},"type":"cube","uuid":"06ff9024-eb41-8e77-757c-5780f2480202"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6,1,10],"to":[10,2,14],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[43,30,47,31],"texture":1},"east":{"uv":[43,31,47,32],"texture":1},"south":{"uv":[33,43,37,44],"texture":1},"west":{"uv":[37,43,41,44],"texture":1},"up":{"uv":[29,27,25,23],"texture":1},"down":{"uv":[18,27,14,31],"texture":1}},"type":"cube","uuid":"c544b7e2-8e82-9226-e775-d4cd71b7e93e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[10,1,10],"to":[13,2,13],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[46,42,49,43],"texture":1},"east":{"uv":[44,46,47,47],"texture":1},"south":{"uv":[46,45,49,46],"texture":1},"west":{"uv":[0,47,3,48],"texture":1},"up":{"uv":[9,38,6,35],"texture":1},"down":{"uv":[38,16,35,19],"texture":1}},"type":"cube","uuid":"a47fe039-ebcf-d257-aa55-62aaf4a27a54"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[3,1,10],"to":[6,2,13],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[23,46,26,47],"texture":1},"east":{"uv":[26,46,29,47],"texture":1},"south":{"uv":[29,46,32,47],"texture":1},"west":{"uv":[32,46,35,47],"texture":1},"up":{"uv":[34,37,31,34],"texture":1},"down":{"uv":[37,34,34,37],"texture":1}},"type":"cube","uuid":"ef1b2c9b-695c-ff52-b5cd-643d3556fe11"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[3,1,3],"to":[6,2,6],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[46,8,49,9],"texture":1},"east":{"uv":[46,9,49,10],"texture":1},"south":{"uv":[11,46,14,47],"texture":1},"west":{"uv":[14,46,17,47],"texture":1},"up":{"uv":[16,37,13,34],"texture":1},"down":{"uv":[25,34,22,37],"texture":1}},"type":"cube","uuid":"b317cff0-507f-bf06-7e10-94a8b478d0c6"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[10,1,3],"to":[13,2,6],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[17,38,20,39],"texture":1},"east":{"uv":[22,45,25,46],"texture":1},"south":{"uv":[37,45,40,46],"texture":1},"west":{"uv":[40,45,43,46],"texture":1},"up":{"uv":[19,36,16,33],"texture":1},"down":{"uv":[22,33,19,36],"texture":1}},"type":"cube","uuid":"f9780d84-55f9-4243-6784-4eaa0ec91779"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,1,0],"to":[2,15,2],"autouv":0,"color":3,"origin":[0,0,0],"faces":{"north":{"uv":[6,32,8,46],"texture":0},"east":{"uv":[8,32,10,46],"texture":0},"south":{"uv":[10,32,12,46],"texture":0},"west":{"uv":[12,32,14,46],"texture":0},"up":{"uv":[36,8,34,6],"texture":0},"down":{"uv":[36,8,34,10],"texture":0}},"type":"cube","uuid":"b59ec1cd-3743-340c-64b0-95beac2d9689"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[14,1,0],"to":[16,15,2],"autouv":0,"color":3,"origin":[0,0,0],"faces":{"north":{"uv":[0,32,2,46],"texture":0},"east":{"uv":[32,0,34,14],"texture":0},"south":{"uv":[2,32,4,46],"texture":0},"west":{"uv":[4,32,6,46],"texture":0},"up":{"uv":[36,4,34,2],"texture":0},"down":{"uv":[36,4,34,6],"texture":0}},"type":"cube","uuid":"c1232ebd-8e30-58e4-1888-c628adb96113"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[14,1,14],"to":[16,15,16],"autouv":0,"color":3,"origin":[0,0,0],"faces":{"north":{"uv":[14,32,16,46],"texture":0},"east":{"uv":[32,14,34,28],"texture":0},"south":{"uv":[16,32,18,46],"texture":0},"west":{"uv":[18,32,20,46],"texture":0},"up":{"uv":[36,12,34,10],"texture":0},"down":{"uv":[36,12,34,14],"texture":0}},"type":"cube","uuid":"65dbbb3f-1fde-ff1b-17e9-4fa227e9fb9a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,1,14],"to":[2,15,16],"autouv":0,"color":3,"origin":[0,0,0],"faces":{"north":{"uv":[20,32,22,46],"texture":0},"east":{"uv":[22,32,24,46],"texture":0},"south":{"uv":[24,32,26,46],"texture":0},"west":{"uv":[26,32,28,46],"texture":0},"up":{"uv":[36,16,34,14],"texture":0},"down":{"uv":[36,16,34,18],"texture":0}},"type":"cube","uuid":"9f710ba0-416a-0ac7-e050-12756b8f11a6"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6,3,10],"to":[10,5,12],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[36,27,40,29],"texture":1},"east":{"uv":[44,8,46,10],"texture":1},"south":{"uv":[37,1,41,3],"texture":1},"west":{"uv":[10,44,12,46],"texture":1},"up":{"uv":[41,10,37,8],"texture":1},"down":{"uv":[13,37,9,39],"texture":1}},"type":"cube","uuid":"7280c7e7-16b7-f093-5ac8-71267c503557"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[5,3,10],"to":[6,5,11],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[41,48,42,50],"texture":1},"east":{"uv":[42,48,43,50],"texture":1},"south":{"uv":[48,43,49,45],"texture":1},"west":{"uv":[48,46,49,48],"texture":1},"up":{"uv":[51,10,50,9],"texture":1},"down":{"uv":[51,10,50,11],"texture":1}},"type":"cube","uuid":"f82fa5fd-f25e-c567-c9bb-89c9b95542ca"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,3,6],"to":[12,5,10],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[29,8,37,10],"texture":1},"east":{"uv":[36,37,40,39],"texture":1},"south":{"uv":[29,10,37,12],"texture":1},"west":{"uv":[0,38,4,40],"texture":1},"up":{"uv":[24,20,16,16],"texture":1},"down":{"uv":[8,20,0,24],"texture":1}},"type":"cube","uuid":"d2b678f2-141b-238e-a5fd-1656f6a57e38"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[5,3,5],"to":[6,5,6],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[12,48,13,50],"texture":1},"east":{"uv":[48,12,49,14],"texture":1},"south":{"uv":[13,48,14,50],"texture":1},"west":{"uv":[14,48,15,50],"texture":1},"up":{"uv":[51,5,50,4],"texture":1},"down":{"uv":[6,50,5,51],"texture":1}},"type":"cube","uuid":"0a559997-b879-1d0a-f3a6-798b27447d50"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6,3,4],"to":[10,5,6],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[37,23,41,25],"texture":1},"east":{"uv":[25,44,27,46],"texture":1},"south":{"uv":[24,37,28,39],"texture":1},"west":{"uv":[27,44,29,46],"texture":1},"up":{"uv":[41,27,37,25],"texture":1},"down":{"uv":[32,37,28,39],"texture":1}},"type":"cube","uuid":"1a15569c-e522-9d32-d27a-5d31d99ff7fe"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[10,3,5],"to":[11,5,6],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[31,47,32,49],"texture":1},"east":{"uv":[32,47,33,49],"texture":1},"south":{"uv":[33,47,34,49],"texture":1},"west":{"uv":[34,47,35,49],"texture":1},"up":{"uv":[12,42,11,41],"texture":1},"down":{"uv":[16,42,15,43],"texture":1}},"type":"cube","uuid":"3cf20885-4e06-e64b-6ecd-a63b411e3cf5"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[10,3,10],"to":[11,5,11],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[21,49,22,51],"texture":1},"east":{"uv":[22,49,23,51],"texture":1},"south":{"uv":[49,22,50,24],"texture":1},"west":{"uv":[23,49,24,51],"texture":1},"up":{"uv":[51,16,50,15],"texture":1},"down":{"uv":[51,16,50,17],"texture":1}},"type":"cube","uuid":"faca47cd-812b-1b29-f0d7-4566927b6be7"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[3,13,6],"to":[13,14,10],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[33,29,43,30],"texture":1},"east":{"uv":[44,37,48,38],"texture":1},"south":{"uv":[33,30,43,31],"texture":1},"west":{"uv":[44,38,48,39],"texture":1},"up":{"uv":[22,4,12,0],"texture":1},"down":{"uv":[22,4,12,8],"texture":1}},"type":"cube","uuid":"52f35526-119b-ec3d-f37c-057fbc823fc0"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[10,13,4],"to":[12,14,6],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[12,30,14,31],"texture":1},"east":{"uv":[20,36,22,37],"texture":1},"south":{"uv":[8,45,10,46],"texture":1},"west":{"uv":[47,31,49,32],"texture":1},"up":{"uv":[14,30,12,28],"texture":1},"down":{"uv":[18,31,16,33],"texture":1}},"type":"cube","uuid":"9f6ad8c0-f49a-60ce-14cb-92d8bcb00988"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6,13,3],"to":[10,14,6],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[44,27,48,28],"texture":1},"east":{"uv":[47,6,50,7],"texture":1},"south":{"uv":[44,28,48,29],"texture":1},"west":{"uv":[12,47,15,48],"texture":1},"up":{"uv":[16,34,12,31],"texture":1},"down":{"uv":[35,16,31,19],"texture":1}},"type":"cube","uuid":"69e1f674-7de2-8810-7099-18996810648f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[10,13,10],"to":[12,14,12],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[49,13,51,14],"texture":1},"east":{"uv":[24,49,26,50],"texture":1},"south":{"uv":[49,24,51,25],"texture":1},"west":{"uv":[49,25,51,26],"texture":1},"up":{"uv":[10,45,8,43],"texture":1},"down":{"uv":[17,43,15,45],"texture":1}},"type":"cube","uuid":"087079fc-bfa0-8f83-d811-40d1b8de1038"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,13,10],"to":[6,14,12],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[48,40,50,41],"texture":1},"east":{"uv":[47,48,49,49],"texture":1},"south":{"uv":[49,1,51,2],"texture":1},"west":{"uv":[49,2,51,3],"texture":1},"up":{"uv":[2,45,0,43],"texture":1},"down":{"uv":[4,43,2,45],"texture":1}},"type":"cube","uuid":"5f942c23-a047-5eba-e9cc-bf54e7c21e65"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6,13,10],"to":[10,14,13],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[44,0,48,1],"texture":1},"east":{"uv":[47,3,50,4],"texture":1},"south":{"uv":[44,10,48,11],"texture":1},"west":{"uv":[47,4,50,5],"texture":1},"up":{"uv":[33,32,29,29],"texture":1},"down":{"uv":[34,0,30,3],"texture":1}},"type":"cube","uuid":"3064fcf3-a1f0-b0fd-902f-2d448362505f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,13,4],"to":[6,14,6],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[48,0,50,1],"texture":1},"east":{"uv":[48,14,50,15],"texture":1},"south":{"uv":[15,48,17,49],"texture":1},"west":{"uv":[48,15,50,16],"texture":1},"up":{"uv":[15,44,13,42],"texture":1},"down":{"uv":[44,16,42,18],"texture":1}},"type":"cube","uuid":"95667093-12c4-2e37-c248-55bbacc3eaa7"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,14,6],"to":[14,15,10],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[30,6,42,7],"texture":1},"east":{"uv":[33,44,37,45],"texture":1},"south":{"uv":[30,7,42,8],"texture":1},"west":{"uv":[44,33,48,34],"texture":1},"up":{"uv":[12,4,0,0],"texture":1},"down":{"uv":[12,4,0,8],"texture":1}},"type":"cube","uuid":"66689304-5b4a-da0a-8717-dbf1e7a64629"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6,14,10],"to":[10,15,14],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[21,43,25,44],"texture":1},"east":{"uv":[25,43,29,44],"texture":1},"south":{"uv":[29,43,33,44],"texture":1},"west":{"uv":[43,29,47,30],"texture":1},"up":{"uv":[28,23,24,19],"texture":1},"down":{"uv":[25,24,21,28],"texture":1}},"type":"cube","uuid":"0a896af7-0d41-7350-97d6-28af2b55cba8"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6,14,2],"to":[10,15,6],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[44,13,48,14],"texture":1},"east":{"uv":[44,14,48,15],"texture":1},"south":{"uv":[44,15,48,16],"texture":1},"west":{"uv":[44,16,48,17],"texture":1},"up":{"uv":[29,31,25,27],"texture":1},"down":{"uv":[4,28,0,32],"texture":1}},"type":"cube","uuid":"11ff712a-062c-ad47-1f57-aaa2204aaa3a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[10,14,3],"to":[13,15,6],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[18,27,21,28],"texture":1},"east":{"uv":[22,30,25,31],"texture":1},"south":{"uv":[26,31,29,32],"texture":1},"west":{"uv":[13,37,16,38],"texture":1},"up":{"uv":[7,35,4,32],"texture":1},"down":{"uv":[10,32,7,35],"texture":1}},"type":"cube","uuid":"448dc6b4-f635-9110-f5c9-66390a8315cb"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[10,14,10],"to":[13,15,13],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[35,46,38,47],"texture":1},"east":{"uv":[38,46,41,47],"texture":1},"south":{"uv":[41,46,44,47],"texture":1},"west":{"uv":[46,41,49,42],"texture":1},"up":{"uv":[3,38,0,35],"texture":1},"down":{"uv":[6,35,3,38],"texture":1}},"type":"cube","uuid":"d9a9ff5f-062c-62cc-b51d-d6f8d8cf0539"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[3,14,10],"to":[6,15,13],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[17,46,20,47],"texture":1},"east":{"uv":[20,46,23,47],"texture":1},"south":{"uv":[46,21,49,22],"texture":1},"west":{"uv":[46,22,49,23],"texture":1},"up":{"uv":[28,37,25,34],"texture":1},"down":{"uv":[31,34,28,37],"texture":1}},"type":"cube","uuid":"0d8fb227-a37b-abbb-b6fa-4f139912054e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[3,14,3],"to":[6,15,6],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[43,45,46,46],"texture":1},"east":{"uv":[45,43,48,44],"texture":1},"south":{"uv":[45,44,48,45],"texture":1},"west":{"uv":[8,46,11,47],"texture":1},"up":{"uv":[37,4,34,1],"texture":1},"down":{"uv":[13,34,10,37],"texture":1}},"type":"cube","uuid":"b34a3f1a-0af8-e82d-6c29-90cce6fe8798"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,0,0],"to":[16,1,16],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[28,32,44,33],"texture":0},"east":{"uv":[32,28,48,29],"texture":0},"south":{"uv":[32,29,48,30],"texture":0},"west":{"uv":[32,30,48,31],"texture":0},"up":{"uv":[16,16,0,0],"texture":0},"down":{"uv":[16,16,0,32],"texture":0}},"type":"cube","uuid":"6883e555-4a3a-f135-0756-1bccb1a7a4cd"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,15,0],"to":[16,16,16],"autouv":0,"color":5,"origin":[0,0,0],"faces":{"north":{"uv":[32,31,48,32],"texture":0},"east":{"uv":[28,33,44,34],"texture":0},"south":{"uv":[34,0,50,1],"texture":0},"west":{"uv":[34,1,50,2],"texture":0},"up":{"uv":[32,16,16,0],"texture":0},"down":{"uv":[32,16,16,32],"texture":0}},"type":"cube","uuid":"bd1a8df8-6c94-8d83-38f8-3f920ee9ca3b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,11,6],"to":[12,13,10],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[28,19,36,21],"texture":1},"east":{"uv":[32,37,36,39],"texture":1},"south":{"uv":[28,21,36,23],"texture":1},"west":{"uv":[37,34,41,36],"texture":1},"up":{"uv":[8,20,0,16],"texture":1},"down":{"uv":[16,16,8,20],"texture":1}},"type":"cube","uuid":"0539bd60-561a-70db-c332-ea18fe22a1c8"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[10,11,5],"to":[11,13,6],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[28,47,29,49],"texture":1},"east":{"uv":[29,47,30,49],"texture":1},"south":{"uv":[47,29,48,31],"texture":1},"west":{"uv":[30,47,31,49],"texture":1},"up":{"uv":[8,41,7,40],"texture":1},"down":{"uv":[17,40,16,41],"texture":1}},"type":"cube","uuid":"197ae558-c349-d560-6aa5-041a996e93fb"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6,11,4],"to":[10,13,6],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[37,10,41,12],"texture":1},"east":{"uv":[12,44,14,46],"texture":1},"south":{"uv":[37,12,41,14],"texture":1},"west":{"uv":[44,21,46,23],"texture":1},"up":{"uv":[41,16,37,14],"texture":1},"down":{"uv":[24,37,20,39],"texture":1}},"type":"cube","uuid":"bdfd8ec1-3608-b418-db91-a401cb0f9812"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[10,11,10],"to":[11,13,11],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[49,18,50,20],"texture":1},"east":{"uv":[19,49,20,51],"texture":1},"south":{"uv":[20,49,21,51],"texture":1},"west":{"uv":[49,20,50,22],"texture":1},"up":{"uv":[15,51,14,50],"texture":1},"down":{"uv":[51,14,50,15],"texture":1}},"type":"cube","uuid":"252cf4e8-99bc-fda7-11b0-03a05be0d19f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6,11,10],"to":[10,13,12],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[34,4,38,6],"texture":1},"east":{"uv":[41,43,43,45],"texture":1},"south":{"uv":[16,36,20,38],"texture":1},"west":{"uv":[43,43,45,45],"texture":1},"up":{"uv":[40,21,36,19],"texture":1},"down":{"uv":[40,21,36,23],"texture":1}},"type":"cube","uuid":"0462a3ce-f68f-20c8-7403-072b86c9f835"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[5,11,10],"to":[6,13,11],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[38,48,39,50],"texture":1},"east":{"uv":[48,38,49,40],"texture":1},"south":{"uv":[39,48,40,50],"texture":1},"west":{"uv":[40,48,41,50],"texture":1},"up":{"uv":[9,51,8,50],"texture":1},"down":{"uv":[10,50,9,51],"texture":1}},"type":"cube","uuid":"9ef379fe-1b76-296b-801a-735bbaaeb9e8"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[5,11,5],"to":[6,13,6],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[5,48,6,50],"texture":1},"east":{"uv":[6,48,7,50],"texture":1},"south":{"uv":[7,48,8,50],"texture":1},"west":{"uv":[48,10,49,12],"texture":1},"up":{"uv":[51,4,50,3],"texture":1},"down":{"uv":[5,50,4,51],"texture":1}},"type":"cube","uuid":"e09d3763-494a-691b-2aca-26078b33dd72"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4.4,10,6.2],"to":[11.6,11.9,9.8],"autouv":0,"color":2,"origin":[8,9.9,8],"faces":{"north":{"uv":[29,23,36.25,25],"texture":1},"east":{"uv":[33,39,36.5,41],"texture":1},"south":{"uv":[29,25,36.25,27],"texture":1},"west":{"uv":[37,39,40.5,41],"texture":1},"up":{"uv":[29.25,3.5,22,0],"texture":1},"down":{"uv":[29.25,4,22,7.5],"texture":1}},"type":"cube","uuid":"860939e1-46ea-9167-73d6-806710ec86d6"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9.8,10,5.3],"to":[10.7,11.9,6.2],"autouv":0,"color":2,"origin":[8,9.9,8],"faces":{"north":{"uv":[24,47,25,49],"texture":1},"east":{"uv":[25,47,26,49],"texture":1},"south":{"uv":[26,47,27,49],"texture":1},"west":{"uv":[27,47,28,49],"texture":1},"up":{"uv":[9,39,8,38],"texture":1},"down":{"uv":[13,39,12,40],"texture":1}},"type":"cube","uuid":"74d716f8-2aef-7f8b-28bc-c663f7aa26cf"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6.2,10,4.4],"to":[9.8,11.9,6.2],"autouv":0,"color":2,"origin":[8,9.9,8],"faces":{"north":{"uv":[17,39,20.5,41],"texture":1},"east":{"uv":[45,5,46.75,7],"texture":1},"south":{"uv":[21,39,24.5,41],"texture":1},"west":{"uv":[6,45,7.75,47],"texture":1},"up":{"uv":[44.5,2.75,41,1],"texture":1},"down":{"uv":[7.5,41,4,42.75],"texture":1}},"type":"cube","uuid":"2d70d499-d5d1-b2e8-d1dd-1f0fc200f72a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9.8,10,9.8],"to":[10.7,11.9,10.7],"autouv":0,"color":2,"origin":[8,9.9,8],"faces":{"north":{"uv":[15,49,16,51],"texture":1},"east":{"uv":[16,49,17,51],"texture":1},"south":{"uv":[17,49,18,51],"texture":1},"west":{"uv":[18,49,19,51],"texture":1},"up":{"uv":[51,13,50,12],"texture":1},"down":{"uv":[14,50,13,51],"texture":1}},"type":"cube","uuid":"3edf84f3-c125-428e-f67c-ab65dd4072a4"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6.2,10,9.8],"to":[9.8,11.9,11.6],"autouv":0,"color":2,"origin":[8,9.9,8],"faces":{"north":{"uv":[13,38,16.5,40],"texture":1},"east":{"uv":[45,1,46.75,3],"texture":1},"south":{"uv":[38,16,41.5,18],"texture":1},"west":{"uv":[2,45,3.75,47],"texture":1},"up":{"uv":[43.5,22.75,40,21],"texture":1},"down":{"uv":[43.5,27,40,28.75],"texture":1}},"type":"cube","uuid":"8f080d0a-7730-63d7-3f3a-135f179f870c"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[5.3,10,9.8],"to":[6.2,11.9,10.7],"autouv":0,"color":2,"origin":[8,9.9,8],"faces":{"north":{"uv":[35,48,36,50],"texture":1},"east":{"uv":[36,48,37,50],"texture":1},"south":{"uv":[48,36,49,38],"texture":1},"west":{"uv":[37,48,38,50],"texture":1},"up":{"uv":[51,7,50,6],"texture":1},"down":{"uv":[8,50,7,51],"texture":1}},"type":"cube","uuid":"fade073a-8781-5129-7b07-2a3aa4b672a2"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[5.3,10,5.3],"to":[6.2,11.9,6.2],"autouv":0,"color":2,"origin":[8,9.9,8],"faces":{"north":{"uv":[47,46,48,48],"texture":1},"east":{"uv":[0,48,1,50],"texture":1},"south":{"uv":[1,48,2,50],"texture":1},"west":{"uv":[2,48,3,50],"texture":1},"up":{"uv":[3,51,2,50],"texture":1},"down":{"uv":[4,50,3,51],"texture":1}},"type":"cube","uuid":"b5fa1419-f20e-57d1-3636-5aa47dc8c7f3"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4.4,4,6.2],"to":[11.6,5.9,9.8],"autouv":0,"color":2,"origin":[8,9.9,8],"faces":{"north":{"uv":[29,12,36.25,14],"texture":1},"east":{"uv":[25,39,28.5,41],"texture":1},"south":{"uv":[29,14,36.25,16],"texture":1},"west":{"uv":[29,39,32.5,41],"texture":1},"up":{"uv":[15.25,23.5,8,20],"texture":1},"down":{"uv":[23.25,20,16,23.5],"texture":1}},"type":"cube","uuid":"b6087c87-7116-8126-9707-908b795d428d"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6.2,4,9.8],"to":[9.8,5.9,11.6],"autouv":0,"color":2,"origin":[8,9.9,8],"faces":{"north":{"uv":[38,3,41.5,5],"texture":1},"east":{"uv":[44,41,45.75,43],"texture":1},"south":{"uv":[4,38,7.5,40],"texture":1},"west":{"uv":[0,45,1.75,47],"texture":1},"up":{"uv":[15.5,41.75,12,40],"texture":1},"down":{"uv":[43.5,19,40,20.75],"texture":1}},"type":"cube","uuid":"51ab8b68-63e3-f5c1-f33a-9617b65287dd"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[5.3,4,5.3],"to":[6.2,5.9,6.2],"autouv":0,"color":2,"origin":[8,9.9,8],"faces":{"north":{"uv":[43,47,44,49],"texture":1},"east":{"uv":[44,47,45,49],"texture":1},"south":{"uv":[45,47,46,49],"texture":1},"west":{"uv":[46,47,47,49],"texture":1},"up":{"uv":[11,44,10,43],"texture":1},"down":{"uv":[15,44,14,45],"texture":1}},"type":"cube","uuid":"8b1bdea4-87a3-79cb-2e0f-957b3e79141b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6.2,4,4.4],"to":[9.8,5.9,6.2],"autouv":0,"color":2,"origin":[8,9.9,8],"faces":{"north":{"uv":[38,32,41.5,34],"texture":1},"east":{"uv":[45,3,46.75,5],"texture":1},"south":{"uv":[8,39,11.5,41],"texture":1},"west":{"uv":[4,45,5.75,47],"texture":1},"up":{"uv":[43.5,38.75,40,37],"texture":1},"down":{"uv":[3.5,41,0,42.75],"texture":1}},"type":"cube","uuid":"dedfb298-fbed-ee05-6f0b-265d92e8becb"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9.8,4,9.8],"to":[10.7,5.9,10.7],"autouv":0,"color":2,"origin":[8,9.9,8],"faces":{"north":{"uv":[49,9,50,11],"texture":1},"east":{"uv":[10,49,11,51],"texture":1},"south":{"uv":[11,49,12,51],"texture":1},"west":{"uv":[49,11,50,13],"texture":1},"up":{"uv":[51,12,50,11],"texture":1},"down":{"uv":[13,50,12,51],"texture":1}},"type":"cube","uuid":"272d7dc7-5500-8756-bccf-8323e2e0d907"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9.8,4,5.3],"to":[10.7,5.9,6.2],"autouv":0,"color":2,"origin":[8,9.9,8],"faces":{"north":{"uv":[9,35,10,37],"texture":1},"east":{"uv":[21,47,22,49],"texture":1},"south":{"uv":[22,47,23,49],"texture":1},"west":{"uv":[23,47,24,49],"texture":1},"up":{"uv":[25,24,24,23],"texture":1},"down":{"uv":[38,3,37,4],"texture":1}},"type":"cube","uuid":"76a70754-6434-0add-dc6f-8e325de8ad28"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[5.3,4,9.8],"to":[6.2,5.9,10.7],"autouv":0,"color":2,"origin":[8,9.9,8],"faces":{"north":{"uv":[48,19,49,21],"texture":1},"east":{"uv":[48,27,49,29],"texture":1},"south":{"uv":[48,29,49,31],"texture":1},"west":{"uv":[48,32,49,34],"texture":1},"up":{"uv":[51,6,50,5],"texture":1},"down":{"uv":[7,50,6,51],"texture":1}},"type":"cube","uuid":"006832a1-4e96-b466-bc8e-4f30b4da30d4"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6.38,9,9.620000000000001],"to":[9.620000000000001,10,11.24],"autouv":0,"color":2,"origin":[8,8.91,8],"faces":{"north":{"uv":[18,45,21.25,46],"texture":1},"east":{"uv":[49,46,50.5,47],"texture":1},"south":{"uv":[45,18,48.25,19],"texture":1},"west":{"uv":[49,47,50.5,48],"texture":1},"up":{"uv":[44.25,24.5,41,23],"texture":1},"down":{"uv":[44.25,25,41,26.5],"texture":1}},"type":"cube","uuid":"f2b8de9e-7e03-797c-284c-f544659b18c6"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[5.57,9,9.620000000000001],"to":[6.38,10,10.43],"autouv":0,"color":2,"origin":[8,8.91,8],"faces":{"north":{"uv":[35,50,35.75,51],"texture":1},"east":{"uv":[50,35,50.75,36],"texture":1},"south":{"uv":[36,50,36.75,51],"texture":1},"west":{"uv":[50,36,50.75,37],"texture":1},"up":{"uv":[51.75,2.75,51,2],"texture":1},"down":{"uv":[3.75,51,3,51.75],"texture":1}},"type":"cube","uuid":"77b10cee-1b0d-5e9f-d207-6b1bb854852f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4.76,9,6.38],"to":[11.24,10,9.620000000000001],"autouv":0,"color":2,"origin":[8,8.91,8],"faces":{"north":{"uv":[38,18,44.5,19],"texture":1},"east":{"uv":[45,34,48.25,35],"texture":1},"south":{"uv":[0,40,6.5,41],"texture":1},"west":{"uv":[45,35,48.25,36],"texture":1},"up":{"uv":[6.5,27.25,0,24],"texture":1},"down":{"uv":[13.5,24,7,27.25],"texture":1}},"type":"cube","uuid":"d2f729db-239f-9050-0c83-85fed9deb96c"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9.620000000000001,9,9.620000000000001],"to":[10.43,10,10.43],"autouv":0,"color":2,"origin":[8,8.91,8],"faces":{"north":{"uv":[39,50,39.75,51],"texture":1},"east":{"uv":[50,39,50.75,40],"texture":1},"south":{"uv":[40,50,40.75,51],"texture":1},"west":{"uv":[50,40,50.75,41],"texture":1},"up":{"uv":[51.75,5.75,51,5],"texture":1},"down":{"uv":[6.75,51,6,51.75],"texture":1}},"type":"cube","uuid":"96d370d1-17af-5643-f421-092ee7ad3943"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9.620000000000001,9,5.57],"to":[10.43,10,6.38],"autouv":0,"color":2,"origin":[8,8.91,8],"faces":{"north":{"uv":[50,21,50.75,22],"texture":1},"east":{"uv":[50,22,50.75,23],"texture":1},"south":{"uv":[50,23,50.75,24],"texture":1},"west":{"uv":[24,50,24.75,51],"texture":1},"up":{"uv":[50.75,43.75,50,43],"texture":1},"down":{"uv":[50.75,44,50,44.75],"texture":1}},"type":"cube","uuid":"c86683cb-5cab-f339-7f0f-733dba85071a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6.38,9,4.76],"to":[9.620000000000001,10,6.38],"autouv":0,"color":2,"origin":[8,8.91,8],"faces":{"north":{"uv":[45,25,48.25,26],"texture":1},"east":{"uv":[0,50,1.5,51],"texture":1},"south":{"uv":[45,26,48.25,27],"texture":1},"west":{"uv":[50,0,51.5,1],"texture":1},"up":{"uv":[44.25,35.5,41,34],"texture":1},"down":{"uv":[38.25,41,35,42.5],"texture":1}},"type":"cube","uuid":"ef30ff48-5246-8d01-67ff-a3930b142322"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[5.57,9,5.57],"to":[6.38,10,6.38],"autouv":0,"color":2,"origin":[8,8.91,8],"faces":{"north":{"uv":[50,28,50.75,29],"texture":1},"east":{"uv":[29,50,29.75,51],"texture":1},"south":{"uv":[50,29,50.75,30],"texture":1},"west":{"uv":[50,30,50.75,31],"texture":1},"up":{"uv":[50.75,49.75,50,49],"texture":1},"down":{"uv":[50.75,50,50,50.75],"texture":1}},"type":"cube","uuid":"77a6f10d-dff1-9822-c982-c08940a675e5"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6.38,6,9.620000000000001],"to":[9.620000000000001,7,11.24],"autouv":0,"color":2,"origin":[8,8.91,8],"faces":{"north":{"uv":[45,7,48.25,8],"texture":1},"east":{"uv":[49,45,50.5,46],"texture":1},"south":{"uv":[14,45,17.25,46],"texture":1},"west":{"uv":[46,49,47.5,50],"texture":1},"up":{"uv":[22.25,42.5,19,41],"texture":1},"down":{"uv":[26.25,41,23,42.5],"texture":1}},"type":"cube","uuid":"cb54028e-05ae-6873-5447-fa76f6754bcf"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[5.57,6,9.620000000000001],"to":[6.38,7,10.43],"autouv":0,"color":2,"origin":[8,8.91,8],"faces":{"north":{"uv":[50,31,50.75,32],"texture":1},"east":{"uv":[50,32,50.75,33],"texture":1},"south":{"uv":[50,33,50.75,34],"texture":1},"west":{"uv":[50,34,50.75,35],"texture":1},"up":{"uv":[51.75,1.75,51,1],"texture":1},"down":{"uv":[2.75,51,2,51.75],"texture":1}},"type":"cube","uuid":"dfc555ad-ad55-14d8-7fd6-47fff4891d5e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4.76,6,6.38],"to":[11.24,7,9.620000000000001],"autouv":0,"color":2,"origin":[8,8.91,8],"faces":{"north":{"uv":[37,36,43.5,37],"texture":1},"east":{"uv":[29,45,32.25,46],"texture":1},"south":{"uv":[38,5,44.5,6],"texture":1},"west":{"uv":[33,45,36.25,46],"texture":1},"up":{"uv":[28.5,11.25,22,8],"texture":1},"down":{"uv":[28.5,12,22,15.25],"texture":1}},"type":"cube","uuid":"fae5e0bf-3af9-e03b-b149-75c65ac75dba"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9.620000000000001,6,9.620000000000001],"to":[10.43,7,10.43],"autouv":0,"color":2,"origin":[8,8.91,8],"faces":{"north":{"uv":[37,50,37.75,51],"texture":1},"east":{"uv":[50,37,50.75,38],"texture":1},"south":{"uv":[38,50,38.75,51],"texture":1},"west":{"uv":[50,38,50.75,39],"texture":1},"up":{"uv":[51.75,4.75,51,4],"texture":1},"down":{"uv":[5.75,51,5,51.75],"texture":1}},"type":"cube","uuid":"7ce7129c-ee1c-b86a-9e7b-02e943fd3915"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9.620000000000001,6,5.57],"to":[10.43,7,6.38],"autouv":0,"color":2,"origin":[8,8.91,8],"faces":{"north":{"uv":[50,17,50.75,18],"texture":1},"east":{"uv":[50,18,50.75,19],"texture":1},"south":{"uv":[50,19,50.75,20],"texture":1},"west":{"uv":[50,20,50.75,21],"texture":1},"up":{"uv":[42.75,50.75,42,50],"texture":1},"down":{"uv":[50.75,42,50,42.75],"texture":1}},"type":"cube","uuid":"80a5b1aa-13ad-0f96-0c3a-9733e4487e7f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6.38,6,4.76],"to":[9.620000000000001,7,6.38],"autouv":0,"color":2,"origin":[8,8.91,8],"faces":{"north":{"uv":[45,23,48.25,24],"texture":1},"east":{"uv":[48,49,49.5,50],"texture":1},"south":{"uv":[45,24,48.25,25],"texture":1},"west":{"uv":[49,48,50.5,49],"texture":1},"up":{"uv":[30.25,42.5,27,41],"texture":1},"down":{"uv":[34.25,41,31,42.5],"texture":1}},"type":"cube","uuid":"362c1440-3627-7f6e-6ce7-38aca24f2355"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[5.57,6,5.57],"to":[6.38,7,6.38],"autouv":0,"color":2,"origin":[8,8.91,8],"faces":{"north":{"uv":[25,50,25.75,51],"texture":1},"east":{"uv":[26,50,26.75,51],"texture":1},"south":{"uv":[27,50,27.75,51],"texture":1},"west":{"uv":[28,50,28.75,51],"texture":1},"up":{"uv":[48.75,50.75,48,50],"texture":1},"down":{"uv":[49.75,50,49,50.75],"texture":1}},"type":"cube","uuid":"e11855b7-c4bd-979a-c5ed-49c7eb4a58f5"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6.461,7,9.539000000000001],"to":[9.539000000000001,9,11.078],"autouv":0,"color":2,"origin":[8,8.4645,8],"faces":{"north":{"uv":[8,41,11,43],"texture":1},"east":{"uv":[47,1,48.5,3],"texture":1},"south":{"uv":[41,8,44,10],"texture":1},"west":{"uv":[3,47,4.5,49],"texture":1},"up":{"uv":[42,42.5,39,41],"texture":1},"down":{"uv":[44,39,41,40.5],"texture":1}},"type":"cube","uuid":"8b115908-9ac7-a061-c2f6-82e2e5266bb1"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[5.6915000000000004,7,9.539000000000001],"to":[6.461,9,10.308499999999999],"autouv":0,"color":2,"origin":[8,8.4645,8],"faces":{"north":{"uv":[49,34,49.75,36],"texture":1},"east":{"uv":[49,36,49.75,38],"texture":1},"south":{"uv":[49,38,49.75,40],"texture":1},"west":{"uv":[49,41,49.75,43],"texture":1},"up":{"uv":[0.75,51.75,0,51],"texture":1},"down":{"uv":[1.75,51,1,51.75],"texture":1}},"type":"cube","uuid":"53fca93f-908f-9a7c-a30e-b19921980dc2"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4.922000000000001,7,6.461],"to":[11.078,9,9.539000000000001],"autouv":0,"color":2,"origin":[8,8.4645,8],"faces":{"north":{"uv":[18,28,24.25,30],"texture":1},"east":{"uv":[41,14,44,16],"texture":1},"south":{"uv":[29,27,35.25,29],"texture":1},"west":{"uv":[16,41,19,43],"texture":1},"up":{"uv":[20.25,27,14,24],"texture":1},"down":{"uv":[30.25,16,24,19],"texture":1}},"type":"cube","uuid":"3bf0fd63-53eb-5aed-f6c4-ae013a22ec81"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9.539000000000001,7,9.539000000000001],"to":[10.308499999999999,9,10.308499999999999],"autouv":0,"color":2,"origin":[8,8.4645,8],"faces":{"north":{"uv":[43,49,43.75,51],"texture":1},"east":{"uv":[49,43,49.75,45],"texture":1},"south":{"uv":[44,49,44.75,51],"texture":1},"west":{"uv":[45,49,45.75,51],"texture":1},"up":{"uv":[51.75,3.75,51,3],"texture":1},"down":{"uv":[4.75,51,4,51.75],"texture":1}},"type":"cube","uuid":"cf531343-227e-1875-71da-193af8c72b70"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9.539000000000001,7,5.6915000000000004],"to":[10.308499999999999,9,6.461],"autouv":0,"color":2,"origin":[8,8.4645,8],"faces":{"north":{"uv":[49,28,49.75,30],"texture":1},"east":{"uv":[30,49,30.75,51],"texture":1},"south":{"uv":[49,30,49.75,32],"texture":1},"west":{"uv":[31,49,31.75,51],"texture":1},"up":{"uv":[41.75,50.75,41,50],"texture":1},"down":{"uv":[50.75,41,50,41.75],"texture":1}},"type":"cube","uuid":"b0d9dee0-8f12-704a-4338-13ba31a139d9"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6.461,7,4.922000000000001],"to":[9.539000000000001,9,6.461],"autouv":0,"color":2,"origin":[8,8.4645,8],"faces":{"north":{"uv":[41,10,44,12],"texture":1},"east":{"uv":[8,47,9.5,49],"texture":1},"south":{"uv":[41,12,44,14],"texture":1},"west":{"uv":[10,47,11.5,49],"texture":1},"up":{"uv":[45,4.5,42,3],"texture":1},"down":{"uv":[45,6,42,7.5],"texture":1}},"type":"cube","uuid":"47b31d34-90a1-4b4e-294f-5c91c36b1d56"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[5.6915000000000004,7,5.6915000000000004],"to":[6.461,9,6.461],"autouv":0,"color":2,"origin":[8,8.4645,8],"faces":{"north":{"uv":[32,49,32.75,51],"texture":1},"east":{"uv":[49,32,49.75,34],"texture":1},"south":{"uv":[33,49,33.75,51],"texture":1},"west":{"uv":[34,49,34.75,51],"texture":1},"up":{"uv":[46.75,50.75,46,50],"texture":1},"down":{"uv":[47.75,50,47,50.75],"texture":1}},"type":"cube","uuid":"00e340d5-1ebf-a651-a179-77d47436cfd5"}],"outliner":[{"name":"VoxelShapes","origin":[0,0,0],"color":0,"uuid":"932bd719-103f-7143-7251-4c03b1f76bf3","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["491341e1-bb30-6bf5-e2ef-4620c609123e","52f35526-119b-ec3d-f37c-057fbc823fc0","d2b678f2-141b-238e-a5fd-1656f6a57e38","0539bd60-561a-70db-c332-ea18fe22a1c8","860939e1-46ea-9167-73d6-806710ec86d6","d2f729db-239f-9050-0c83-85fed9deb96c","fae5e0bf-3af9-e03b-b149-75c65ac75dba","3bf0fd63-53eb-5aed-f6c4-ae013a22ec81","b6087c87-7116-8126-9707-908b795d428d","e30ce306-2c63-4876-3d7f-d2f9c8b5bf60","66689304-5b4a-da0a-8717-dbf1e7a64629","2e99a492-fcc2-11be-2957-4acada0f4f19","69e1f674-7de2-8810-7099-18996810648f","1a15569c-e522-9d32-d27a-5d31d99ff7fe","bdfd8ec1-3608-b418-db91-a401cb0f9812","2d70d499-d5d1-b2e8-d1dd-1f0fc200f72a","ef30ff48-5246-8d01-67ff-a3930b142322","362c1440-3627-7f6e-6ce7-38aca24f2355","47b31d34-90a1-4b4e-294f-5c91c36b1d56","dedfb298-fbed-ee05-6f0b-265d92e8becb","06ff9024-eb41-8e77-757c-5780f2480202","11ff712a-062c-ad47-1f57-aaa2204aaa3a","94d263d5-323b-7979-d8ce-a625e47fc5cd","3064fcf3-a1f0-b0fd-902f-2d448362505f","7280c7e7-16b7-f093-5ac8-71267c503557","0462a3ce-f68f-20c8-7403-072b86c9f835","8f080d0a-7730-63d7-3f3a-135f179f870c","f2b8de9e-7e03-797c-284c-f544659b18c6","cb54028e-05ae-6873-5447-fa76f6754bcf","8b115908-9ac7-a061-c2f6-82e2e5266bb1","51ab8b68-63e3-f5c1-f33a-9617b65287dd","c544b7e2-8e82-9226-e775-d4cd71b7e93e","0a896af7-0d41-7350-97d6-28af2b55cba8","5b1423d0-bb87-1700-baba-4a7053b39dc2","087079fc-bfa0-8f83-d811-40d1b8de1038","faca47cd-812b-1b29-f0d7-4566927b6be7","252cf4e8-99bc-fda7-11b0-03a05be0d19f","3edf84f3-c125-428e-f67c-ab65dd4072a4","96d370d1-17af-5643-f421-092ee7ad3943","7ce7129c-ee1c-b86a-9e7b-02e943fd3915","cf531343-227e-1875-71da-193af8c72b70","272d7dc7-5500-8756-bccf-8323e2e0d907","a47fe039-ebcf-d257-aa55-62aaf4a27a54","d9a9ff5f-062c-62cc-b51d-d6f8d8cf0539","85c3c929-a77a-300f-5172-65e2b3a81a51","5f942c23-a047-5eba-e9cc-bf54e7c21e65","f82fa5fd-f25e-c567-c9bb-89c9b95542ca","9ef379fe-1b76-296b-801a-735bbaaeb9e8","fade073a-8781-5129-7b07-2a3aa4b672a2","77b10cee-1b0d-5e9f-d207-6b1bb854852f","dfc555ad-ad55-14d8-7fd6-47fff4891d5e","53fca93f-908f-9a7c-a30e-b19921980dc2","006832a1-4e96-b466-bc8e-4f30b4da30d4","ef1b2c9b-695c-ff52-b5cd-643d3556fe11","0d8fb227-a37b-abbb-b6fa-4f139912054e","8f6c4c99-8cfb-1612-d9d7-07be15155bbd","95667093-12c4-2e37-c248-55bbacc3eaa7","0a559997-b879-1d0a-f3a6-798b27447d50","e09d3763-494a-691b-2aca-26078b33dd72","b5fa1419-f20e-57d1-3636-5aa47dc8c7f3","77a6f10d-dff1-9822-c982-c08940a675e5","e11855b7-c4bd-979a-c5ed-49c7eb4a58f5","00e340d5-1ebf-a651-a179-77d47436cfd5","8b1bdea4-87a3-79cb-2e0f-957b3e79141b","b317cff0-507f-bf06-7e10-94a8b478d0c6","b34a3f1a-0af8-e82d-6c29-90cce6fe8798","3e618aac-ad4a-ac8c-505c-64385d64600c","9f6ad8c0-f49a-60ce-14cb-92d8bcb00988","3cf20885-4e06-e64b-6ecd-a63b411e3cf5","197ae558-c349-d560-6aa5-041a996e93fb","74d716f8-2aef-7f8b-28bc-c663f7aa26cf","c86683cb-5cab-f339-7f0f-733dba85071a","80a5b1aa-13ad-0f96-0c3a-9733e4487e7f","b0d9dee0-8f12-704a-4338-13ba31a139d9","76a70754-6434-0add-dc6f-8e325de8ad28","f9780d84-55f9-4243-6784-4eaa0ec91779","448dc6b4-f635-9110-f5c9-66390a8315cb","9f710ba0-416a-0ac7-e050-12756b8f11a6","65dbbb3f-1fde-ff1b-17e9-4fa227e9fb9a","b59ec1cd-3743-340c-64b0-95beac2d9689","c1232ebd-8e30-58e4-1888-c628adb96113","bd1a8df8-6c94-8d83-38f8-3f920ee9ca3b","6883e555-4a3a-f135-0756-1bccb1a7a4cd"]}],"textures":[{"path":"D:\\MyProjects\\Minecraft\\CuboidMod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\singularity_generator_casing.png","name":"singularity_generator_casing.png","folder":"model","namespace":"cuboidmod","id":"0","width":64,"height":64,"uv_width":64,"uv_height":64,"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":false,"uuid":"99121781-cc22-f049-2f91-6874638aac00","source":"data:image/png;base64,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","relative_path":"D:/MyProjects/Minecraft/CuboidMod/src/main/resources/assets/cuboidmod/textures/model/singularity_generator_casing.png"},{"path":"D:\\MyProjects\\Minecraft\\CuboidMod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\singularity_generator_pillar.png","name":"singularity_generator_pillar.png","folder":"model","namespace":"cuboidmod","id":"1","width":256,"height":1024,"uv_width":64,"uv_height":64,"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":false,"uuid":"ffccb45b-7b3e-bd87-6413-8dc7bdc1fdb8","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAQACAYAAAAOSofBAAAgAElEQVR4Xuy9e5Bty1kf9u2ZPbPnfd7n3JeEdHXFa2QQMaGS/JeijGNiAnaIsGSDeFa5KqnEJCgmTkIqVcQIkITERYIqUgZsLBKclEmcVBycVCWVP4ghNuJxpQvcq8d9nXve58x77z17dur39fet3btnrb16vdfs3avq3HPuTHevXl93//p7f52nf4nGFJ65osDtv0kd/aCrn5D11VXuEHU6REvL5m88pyMiGpFpOCbqLE3I0duYK9Kc+5jDx9aPQAChif5z83L899s0vsgU6gQAuMjLl745YwEA+7xLtGQBwPh0AggT+CCadwAYjgwYjkZEw31DgzOAoJA2AMD8nY+5/6JYDkBud93ZS0tm4+M5GxGdnpl/d3TzywmYdwAYRbwS0fEjImZ+LG5pI3AAc39e5u4DZwIAn3IiGwBYBAAACAiM5VDgr97m3JFn6oNmAgARbVxJ57IuMoWCCHCRVy9h7rMAgGVbnGwRAXDj42cQAcD64vB3zibiQFYA6N0kWhYdwuCI6HTPTHLjqclkRwOi/sNyCa/fPEukRZvLv05j4Jyt5+iMiB5/r+GNrr9IY9aDnBGNx0ITJpCZ79rWZN7zoAcIAFDuPmzFaFMA8PFpJe8Zbn/8EQCINvmpTJ1Px4QLXsvIAehBH50RnR4QjY7MuL2rRMurE/IcvV0uqXwB4NJnaQwa2A9AcO9DBgBuvkhj0AQ6AdYFAAwTlKIBAMpdwzBaSRQ4BwBQbJGRb8H6EywA0AHIxaYbnTkAbHxpi4OxmgMA3MOvn1UlF+ALAFf/MY2XO0SjMdHwZELw/Q9OAAB0OAMgiilA6cFAZllFAgCUtGHDMOVSwN6Y136euXpmZ/nQyx81AeLN+B34Yux3HF4jExhOYNW6tX1m2d0x4oTe/Haf3g2iZVE84uf9vfh2Pu9x2/gCwI3fonF31ShAj48mIDAFADCJngkH4HALD/9j20aSZ6bt6hNEgHatRymzsQHg5qcNAOABANgHP+llCgj4vVoKypjY8gZRb2cyEsCmf7eMkYl8AQAcwPqGOeDDPtHJsXm/AsDlnzYigIpB4JJYNyrWEdsqEDiActYujFIyBeyN2TY/j6p0AS4A6HtshSPabP8GjVfWiGwxwNYBXPqoKAlx5tU0Cp0IlKNEZPsFBAAoeeOG4cqhQJsBAF/Yu0603CUanRL175f7zQp4tr5BFY6gy85naRyZOXGiz4iWT4kefZ9h7Xc+SmNwSdARwDuSOadlcZoaEwUOoJz1CqNUSIG2AwBEAXgixukKit6qCgBJHMDlfyAsPg411mBItHxGdP8HBQB+hsZ880P7Dz2AiE4QhaAc3P/xoAOocOuGocugQNsBwOcbfWR6n3HsNhgTZr64fir32w5SaeMXBau08ev4fVAC1kHlmt8RACCe4LMAgE19VqCUz5IFAPCh0oK3aXqTtE0J6Lsd6uYAFADsKMm0uTa9tmnz8/l94AB8qFSgTdObJADAZPFmcQCRss/y+otb9qbXs8BWjO0aKxPlQcOyJ6bjqUMGJDeW09SXXVxa++JqCs2tynFs64aSZ8n4pZdpy7a/E1F0eOfpKdF4OO08AoURWMqNS1VRJnncIAIkiwBxgAi3X/yBUtJ9ZkVDzgMYxAOABIXg8NieW/VvZVkYaGSdl7OvxhLREI4cYqPln0kAB5tuukRd/G15n5X5DexHj1DaIdFoiMwa4jQChxsBqgAA+ShelQjgAoCuIVx/z8Tub8944QCAzR44Sbg5JXNMviUs3ksXJzFnUYfotH/+PTDfdgEK+IaVakEMtuzBiQEBmJTwTmZUxMy0mRBOWpw6i8EBZKVTWjSg+3sAOA4+x0AsIgDc+Hnj8MRnXuyeIDpuzSrZZ5+F1cVxb/9IPMClOxDWX8JaVURQ8KoFAI4NAICQSyqqQJbsEG1f8/nSctvMkwiQlTJVA8A8sP02TTvXP2UcH0yQtGFhl+H3vCIgUBH77LOwPgCA25f9tBUAFC2WiVZx+6/4+b/7zMdtE4kAJ0SDgXEesZLJ8P9s38gzcrE+8wAAWSngIzKgTZlK0XkAg861nzOeUQAAVqSpkm2JqNs1LptNPVDMaJaauDlA0cY6ADQTpZtx3SLq9IhWVsw3VPUoQJ2dEPXxXogBGkgHMFgi2rle1dvnWwTISrUAAFkpZtozAOi1pbcXJ4sU7XkWu2i+KST3UgCw47G1teoqkHXGfvANEF3garrSq04ByKAj2mNYAc6GVgy5lVbuqfcZn/fTo/JCX+MoZrvXviF+7WhX5o1X9vqWOV4AgHzU7HC8uK38sDTYrBeo0IyWNmUFADX/RUEcljOnDQAI4AAXg0gvlv1Xq+UAOHPMUKwAMCHBGgBU1SiyJaKb7zNfaafHSvvuPL9HHL4+r0t2mwAA05QsQwSYB7bfpkrnxouTeHF347UFACL23pqgpm6GH4CK/WoGhAYerP9SDQAAJaRyArjpVQThYBKkmGqYA9j6WzTmlN9i2eGY/Gen03PlAZyy+yA5yNmA6NTJFbj91eW9aRYAKJC7b3PNgHMHADd/YSICnCO1U0CivKXwGykSAVS+TwAA2dvm7IELAABA+bdCtFKhDoDzxoH1P5MccnAmAQugDktEtNWwDgAAwITB3DpE3U2i3nNGOdqWB5zUyRPjR4E8ggSFKtZyhWjr3eXNMgkA7HVcPAD4tLECJDnaNOkI5AIA56wTjb9KLaOTieadgQD/gQMQ0j6JI1B5W2h6JL354USC2x9/qzcit4QVoGEz4KX/2gC8Knm7G0SrDXgnzloD0HEIHUl/eh8CsDZKpF8iAAB4oMAVBbI917nnAJ76DI1xsJJcbe2MqFUdpKRxIy8tcVSIM1fywsmjqgHcbvjDvgwVmjHZCxBcAADAUQJiSnAF2GyYA7j6URqDK2H3aFhFeu1j/yM6AszV8iO5uNZrAoDhQMQkZj0me2ruAUC1xHYeON/ccXUAArNnwlqfM1dCCQe5m7NeCieg5ksAQMUKTAYouT0AROxJJllk2gIAWz9qBBLWAcizcouo14CHortfFOA53gMelW9N0nBp2zJ1AEn7NYvfxNzpANpuJmI2GxtEPO2McCgyIs4blHBWLIBaANgKUDEAYBYcSALlFdh/AStVuOHMbV+tAyan32FvUtYBWJcazKPdqyZPf9MP+1GIeAIF4BDpwUBHtaKUrAMIAHCeAqV6RlWxodTUhiKOXKRB0ljzpkbuNgCD9WIOwgHrD1a3YhEAr+XbC6JA3+SRYzFFzJHgQB5/pNkUUpd+0ugA4N0JmRp/YAlYbUHVX42mZBAYEEGf48Z9PP4vstEvz4UWOIAqTm5JY/ItARlbQm/jAEBfZXsxqhNQlToAfS+LKTj4qgQUcAIQ3f8Ps23gksgWDXP94xMlL9MHQUrIipsS9172POLGi3Q8qtiFIhXBXaClOKM9zpiDLwBAtpVrPQeQ7XMWr7V6AKrzT54DUBfVuGiIqmykeIjtwIQ6gvtoI5WL1taMYn51XfQrMAfjd5Kxd/8+0TbMhjMeDhYDl+hkAtTEn+wjgQhOcd1eTxGNgg6grt0S3uNFAS3G+ep3GU6jzQCgYKUfhgPvZgh+hAMo3EkPYtwSEeoT9pBFGCoCyb+Arz0AADyaTSYUIeVcDeAgtTCKcj8CCgwO4sS1+Y7Z4wUA8NqWoVFdFGgLAOhB1mrASd8/KyU4+jy6bm7kzU3jxMUg4Aw2RBamEdHJAVHvjdmUPvjCtHMWg4s1IIuU6ii1QrTztQEA6tq74T0lUKANIkCUg7+EUl9HzxCB9e+tG+KsiIVHVALMBfCFLrf38KUUAHhp2rTIFX4sL0jOIAUxAMPAcevPBQAoYVuGIeqmgE80XNlzAvjAs9AOGS9a9nv8ggR0wY9DArtwYYsfEyH6mz1EhY1PA4CyvzmIAGVTNIxXCgWaAAAVP/QD7Dp8eT9q9O4JoMA8iEQrEAc4wauW9ZYsUKwMfDXvm/L1CwCQj26hV8UUaAIA7Pp7ZRx+kOj0WePYhcPfPyba3DGRneyt3iE6OTI5GNUnZCdFCVg22QMAlE3RMF4pFGgCAHo3jLMVWPL+vVI+g47goASznDgtXYLLsrD7gyHR0aEE7YyJuiOidfx/jU8AgBqJHV7lT4EmACBudsdPHGc+ePmJy6+md+NszTjUao7rEK1umSxOe9eM5p/bKCeAKEFJuKpp17Rr9+3JLCIfA/HE1N+wZ7GYAfFP2wcKQGP//6w04OgbAMB/T4aWNVKgLQBwhLh++4GrtARqaSg3fh2BAP8PUe+yOYjHz0wOP59bcBeS+r2Lgw17Pf6W9Osrbznvs+399q9cRyD8ToFiRvSfu4QBAGrc1OFV/hRoJQDowZf4DbhLc8IWcUnmEGV4+m2ZFG7gCk6emf5mzmOwZDI8I7eLHdWI8fpfOIc3JieEk+CCQ/1j8v6jnc0FBA7Af8+Fli2iQGsAYM9K0W4dRL79IQrIjc+JZ5G6HRr+rjnk+DN6h9EraDUnhHvj0K+uGnfeyIkPHoGnRMeOHwAnkNXb3gKBWQCgywggWE8JkgocQIs2fZjKhAJtAQDkaNSbngN61N1WWG4+xHKKV7fN4cepxu0MXcEAHABu/DUrtdqZ8Qp0A5jwrvFrxXYBLA2aSwKghLiDWU8AgGL0XrjedW+YpmMBOPgGqyxZnPjGt1Jtge1nlh5KP8slF4cfqdPH7zIHEpmLmEuQ9OvIFxBlfFo1baAb6N0ptqU4oYxiDXImpmSQqns9i31deu8QDZhOo0It6t4wTQMAx/jbFLNKtmm4Nnv17USJnFhcH+yZTidWCjDNq+AuwNq6SWsGTuLsS4WWJ3Pnutcz8wQzdggAkJFgWZvXvWGaBgBf+thhwAjJHUmBl0PUN1CRwNbliTgBZmJ9U0QEWAkCAPiSPLZdAIBC5GtP5yZ1AFky6rSHYvlmUjeg55ulf68AAP60anXLAAD1LE8AgHroHN6SkQIBADISLGfzAAA5CRe6VUuBAADV0ldHDwBQD53n5i2cB89SclX1YYsKAAcvG4qq5QH5/zRZiF00kgvcSPJRrd0AveLON2VbkQAA2ei18K1V252WKqsooRYeANRnAJmZNcOPQ1SEGePwqzsxzIg7789G+QAA2ei18K0DB1DtFjhCGLLl448SX0jwycViJAkopwGTwB+4I0eFR5aJtt+ZbX4BALLRK7SuiQKLygGc7Enab5EDUEWKWXwUQ0GFaLga44/UleDfafm2MZGd1MRnqQIA+FAptKmdAvMCAPvXJvI8c/XiUsz5AFBqTWsanhEd3SfqwZff4+nvG6A4fWhxAEtEWy/M7qy1DBAlCHD58l9tttCLx6dmahL8ADKRq72N5wUAHt80hx5xAlzVWKL7kAcAbPyOugqfEe0/INpIKQyiKzY4MKXHRgIE/HOIAO+ZvaaadXlZqilp/YX27oRsMwsAkI1erW09TwCgMjoyAyFakG/uI6LeCtG1WwYUELMDcf/wj9OXBDEFCB3GGFwARJ9VovXt9P52LYM3vi9wAOkUCy1qp8C8AMBQsgJzUZBlIwEgwGjQN3H+W5uGtBAHAABHHgDA9SWtwrJcaVrshr2tbEsVdADZ6BVa10SBeQGAs/eaw41oPxQF4YN+RnR6Yioco0yYRuxCl+fDAcxagv17pmQYRyoKKHDmIJSX7xBtXJ7uHQCgpg09L6+pe8M0EQ1YZjDQ4HkTk49agCty0rkeIBKDjo0irn9CNERq8A7R5uNiOwV6BDwceox/SNShZijaDABQjMCL3jsAQLYdoErAtQ2itZ45mKfHRCeH1g1tpfoqCgB7D6bzDLJ4IXXIADCBA8i2fqG1Q4EAANm2xN510763ZmoEQiE4PCYa2vn/rVRjG5JIJNtbJq1RYThKYAKHISQJRRUicS8OHEBeyoZ+raFAmSx6XR+lc77+Io3P+kRDuPiyRlDMhKIJPH1dWPgDomUo9FaINr/a6BCqeOoG9Cq+wR4zmAGrpnALxr/IAHD5Z2kME556753Cww9pxkRmH98V198B0RLShK0RbbwnAIDvtltYAPCtZ+9LyDa3u8gAcOnv0vhUfP0R5bd8JljAxQKJulwr3FAfzkNLPSIuV26VAC9zbQIHUCY1Gxyrrii9Bj8xenUcAOAGBUst58gU65CKPSwHy+8xiJ3kEzn78z62Q43mAEwaS+e89VM0Zj9+zEPs+dxHJrUq3ABLBMsm2eiK+ArkneesfgEAqqBqA2MuKgdw89M0hlOMHnCuzsPVNKSghmjAFRnYFV+07tCOrxS4WbMUE9WDdu0XaAxkgh7gROsOAhAAUjRxDFIA0DoD7EAgIAHHHzgD4UEVY/Ygku/cuOW/+ebt8DPX1ITd2J/koWUZFLA37rVP0lhdbY33y6RGnuCAfcEyl8Ag0TGOMd2Uwhmz5mtH3h1ZRT3j+uicb36GxgArsP9Hd6XEgMWSwF+AOQQ1DUpRUU4AIg9qFegzRp3BM6IuKg0R0eY7/CkcAMCfVqFliyhgb9yrnzAHSh/LoqZYEP2tbTTcHkCQVjrLFwD6e5NU4LMA4NqLNIZsj0N8AqcfKTbKmARAQjFS8e9HEVLmANScpwPj9pc2p0OTJ4B1BF2i7a/zX6gAAP608m5ZV8IM7wnNYUN7417+BI3h6opDoDe+/o1bFhenU1dziiK9AvK1zQEMjohmZUnSOe981DDyyPIzVIUfXHfx0yWilQfyHTLpqWpD+iFoK/kAEFiE7+0KUGy/z3/BAwD408q7ZdPKuCyKKe+PSmlY9zvtjXvlYzSGowsezZKjFXgi0xqfOOcjhFVYyxg8UxbN0sZxYyGwrzSEF+7DpwgHluIjOpauw+sfmmDeLJE4AEDaKuT4fdMcgF2hpuq8fUqeut/pigD2MtlcAAfDuAffkRUuCgAs7xDZpb7BcbjJWVUpacf4BwDIcYgvcpe6b2PQqu53zgIAXruxyaHHCTOVlU6QA4qIAFXuE5cDAI27W5OKwgwA+ERxHWZfAfEWDABQ5cqEsWMpUKcZMg0AVMmHePs4BsDKuUkbBXQAVW6FuHBocAHAsdUNIgAAHuXybH1EAIAqVyaMHUuBsnQfR9CC64ObHLoxKMe6RMvIqFPAcYcPzIBocGK07yNJtml/0LYE79S9zHEH3ncOIygTxQSaxWMw6AB8KRzapVKgLA7ABQDe10tE3RVj6y4DAJCMA/747DykfwNoukQ7FwgAcPDhUITvAF0g7ixn8GsIAJC6rUODuilgA4Bq82Ee6/aM157K9HnnhYOPcFwcHnADEBMiv4AloksZPOnyziGuX1YOgOf/UCwBovlEyvD14AiUqPctc73CWBVRQAFAPXr5VusaACjit6/TBdsP91kU3AAnwOmy9Fkm2kEW3waezACAb7hDdAYOBspOBA51idYCACweADQdHVfm+4+shBhw1cWtBrkWegDbHbbIGR2BCxAAGItbLVxvwUZvXSARoAgN0DeIAEUp2JL+ZR7APJ9U5vtZu43AGNxoOJRwcy2o+HO/CfEACCBiGXpABJdbfpaJNjzSauehUVqfrBxA2ng+vw8A4EOlC9CmzAOY53PLfL9GuWkdvDzz8e3DQTkSSajhwxA3mngCAJRD9YWKBszq+lkOic+PUiYAVDXHusYteqvWGc1adK510TTLexoHgDpdgXs3jWeYr+NHFkJmaVsmALBN23k4TgZhsSWIAqwElJRccAOwomz5rba7bRYaFG2rNER0Y9xYUPBBFDp5zZgulVNCW6aLxDZAIcg/w4etEG28O3lmAQCKrlpM/7IcYnymtigAgM2tdm4fusxqg5z8kPsRKajBQ3b71gIAAHCFaPAa0Qi2fykRjrlr5iPoNewHCtTNGcVCAwAU3U0JAOAGaVTwGh5yHkWA7hVz2HFI+w/Ewa1ERaByAHxTSsxAxAWMiZqKDdDDiPBmlysBS4BwX1hDhgeiuDy1uJeulArTSkDcwVhQepcCB1DV+WvNuGWy4Hk+qsz3bzxrtPFgcQ+/Yq43WAPKMgFyXb0h0RDluQEAUqZbTx1KdTXxRCLAx01qAM0IxGXEl83hh4ISFYU4JZhkAmLz5YrxB1CfBv4ZlJlLRL2dAABNrGet7yzzAOaZeJnv33zOHHbc1EdvFPf8c7+HNf9DowcwJ22SIgxtGxcBPkljLicuIIDDz/oP8YPY/yPRAQAnbVZB/42OkucQfTbfGwAgz56+UH3KPIB5PrzM99cRWozDzwAgJkCVowEITeUHUBre+DSNtagne/jCE9JSfgIAMHet9eeuF7tKiykT/9z62gAAefb0hepT5gHM8+FNvz/rnNURCGwzOwFZucSb5gDSzIBHtwUALCVgFDMhtQSUA4DI0LsSACDr/rhw7Zs+gE2/P++C2eHAigEIOy7yFNWspwHAcF+Cl4SDgT4g0hdg4tAVIGgKosOyiaFIeorOtQidqurbuB9AVR82a9ymD2DT7y+b5nHfU4doot/hS0+dExKE6IP05L79AwCUvXMaGs93wauaXtPvL/u73O/Rg6bvqTrXog89I0CCyL9mFIJwa+7fDQCQlAay7H0SO948omoWwqWxsFnGaqqtewDZu1Od7aBAdLLxlj3PJACwD72+066DgFoBmJsPgKD/PO7VxkWAeSRqlg0+bwDw3GeNay4ftBoOv3swbXra2Zd1TeLmFAAgy47N2VaJXNeGr/N99ga6/vNGx4RTwMknpIx1tAEdbzpOvisZeGHGKlJ5J+fSFO5mf/87BAAwaNWsf1YdQNKH2vO/9LOmdFqUFNlKlApF4ZOPzKybUpiWdQ9QGwdQ54G0b4U6AMfeQDd+nsZAAA4+AQDYKwpTlPX/SMUNGzZ7osnPmzKrFdl49veDA6jz9p/FAfh+0xQA/AyNpxZNFxB/AwD+0wAAvnSdarcoAAAOAM4o7EILxxkn4CQiitSvswty4ncXHQDAARRh/YuKhHkA337nzk9P6ozyWtkcABE9+fEAAAEAHApMiQAvmuAUOMywB5qjYo0KczoAoDhx0UWAPAfQJmerAMBaOwXqAAC5jv9Eg1p0g/i+vk6OIw4AED4bFaSUjaQhqSoGqAhgZ+696BxAGeubtXTaLCWebQlQuru6CV8loCtu+O7FNrcLOoASVsdVArIIgHFVBBA2kjP3avEOKW/NOkDZmQCI3loJE6p5iCwHyGdqWZ2IspgB1fSXxHWkAVhRDsXn++tsEwCgBGrbm+LmiyZoLqpMjcMvWuURItTEFTXS/kvUWpRjTyLTSphWbUOUDQBZJ54IAFIaTNcjySqRZf4BALKujrSvkyW3WbU0RM/5ObEKTvzw5qdFh4yDLztvytQnZkH+lVgF7DL2ZWf0LeP70sbIcoDSxsrz+6T326LELMVklvkHAMizQpYXVR0HskkA0O/jMlqi2asjY2/OZSmlW5YDVMoLnUGKvj9L/wAAOVdwUTiAugAu5zJU0i3LAapiAkXfn6V/AICcKxgAICfhLkC3LAco7XOKHrA8AJxl/kXnl/b9df8+KAFLoHiWDVTC61o3RJnfX/SABQDItj0CAKTQa/9lo9HnbDiSg58TSOoDRR4096Lw2/6abAtQdusDK6stknguIRvuiGgZBTFHJrGnzzNColHrD7ybOL6BiA4+NPGGy3PgfN6f1kaB4urHjdIVXpdJiVDZCiO+1nZ6cPTLmtS0KEClfVfdv7dd0+t+dy3vK7pB9/9E/PVRIAMAgEOlOeRwGvBvKwfd9oyccnV8sAsAsHt3cfgxbwECn3mMkFEXAIAMujj8HaKVNaJuh+jud5UHABtPmerD/Yc+s5q00YN4+WcnnvszMyE7yUyxdKBJAIBsdL9wrYsCwPF9ceiR8FbchEgnrSmxYLaLPPmWiNYbqparC5MEAPg9uIBlVPnxeBgAVohGAAAJWlIvxXslAwCmg8w8WR4FgCsfEwAQ1+pzY6gvvwMA3U2TNpxiKivNmkfgALKsUgvaFgWAwcF0QI/NMmmabP1McAYrW81+9JJV2go36+DhJP99JgBYJjpdNSCwvkPUlTz7+P6vfGt7OAAFAIAwh147VUI09iJaN/kHCoCwf/+iA0DRA9Lsdq/+7cdbxNE9uAXxqFzdBWs98H8/DtNgjWiAW3XVjMk1/Iho8B3lHSgFAJ7uGdHRXQMAeA9EAOgEfB58L8+5R3Tp2nRY85t/sbz5+swlrk1VViV8rz4PfoCmdGTzdvvjO2tTAuZd6Kb72Sx1dNOPibp9AwA+SjU9TCcbRIMNohFOp8jVkEPPvr28A7UMDgBKL4w7JDqBbA2xRQ7/clJ4cgyhAVT9LtHGVVNNhzFlRHS7xPnmXd8AAHkpN90vAEAKHeMAAIdpBfL0wMjVaQ806v0eEQBguEa02rOSUiJpyF8qDwDAsSzhkIvLMYcjiwIwixUA34TYBegATnsTDgg/3/9gefNNo13S7wMA5KVcAIBMlDt9atIcIb6jY2GpR0TdoZ9SDQq14w0DALhVd3BIRVY9OiY6+QvlHahhT/LxidILMjAAQa0AmT4eINAVEBCTYNkAUJStLl2EvUq0vGosE7c/EESArPtl7tqPnrYq4UBePzSyNORqX6UaDtHJGtHJlpGrL22bElZgp1F08+DfLA8Aii7AyeH5+oJR1qIlUQZaZs+i73P7D1GI9NgcQM2qFNnwz4iuYD08HphshzGWhbV3pHS+StRdJzo9DgDgQeb5bzICB4DbFKa/kdkY+HcWuzpEABz8400jAqD6DBevxA17Vi4HUHRF+odWLLM9mGjYtepu0ffE9Qe3MugTDU+IxqjoK+ZWu+3lW35vBoCcPiIaDyYKzKVVol5a/8AB+BF4UVodbRAtax15S4GWxbMOSkA41JysE/XXiMZgq5eNc03ZSsCi65IEAPj0ZRTeFHNg0ffE9ceNP+oT9XH74w9760y39AYAmPdiLB7L67NnDoDW0s/CTBcAACAASURBVGEPPhxEgIhaixTeam8RsO/qCYef882fQ6aGW+1p1ygDz2BfF29CqAJOSnSsKXow+yjiYWc0sQbkstsAgIpEAADA6cCAwACJU2IsFr4AgGmr52b0CUvi/DODSAAAztRMRPcXxQwYd7jtnwGFp0pDS/oayLEz3S+L7kaP/iyzwuSlt7Tl843uTSfZ3Psj8xHsLYi5WY4nAAUmpRVb0LQrMR+amId9FgAAFR1+fSXefyou1/hZVGFImIHepsemKKkJFJS2krGowrKkaZU6TOfGiyYPurq2smwqlS20jDKfLbfABRYEiFrxhkj7WgAAT09vC1R5tTo1nWTziQAADo4NogwKQkOOJxAAW2QAwH6D7G5XIZ4SAcZEAQDSTkS233eufcJkrtINCYJjs6prpRatUHFsSiSDTFiwPHS26Z5vDZk1LvWWtmwaAA7fkpkAKOEzYPkNdFYNVwDA0kVYv1mUIsX6J3EAPGrFgM8iwMiUFIsTQ+qunLQQHMDVT0wXr4nYVdykoqSyS1fZtyuAAz7iTT4nB1qIzjirMENioVTTAHD8QG56cAAgHmoF6GGCvMmn33jtAQRWt5ukJhHMcI47vfGZrwkAYBUBAES3kkWOAADl741OLABgT3YNAPDCSz07LXIB7kA5gqYBoChJjh5PzER8MPVbsemXidYbPpBFvy/0z0+BheUAlN3rwvtrcsEyGGgcNYsGLRAB8i+v6Xn4QIVxMf8o6MmHb1wu+obQv0wKDPYnClVWSEIsqYgLXWgAYFdVS6Fm17CDxl0z3TatBCy6uZ7cF1FHLRoS78+K0Q7RZgCAoiQutf/xa8ZHgLm1ZSIUEenCeacCEFhYAFDTlFa4cWVCNs1AedUCM2DR3bV/15i3WBGqJkRRzOGHm1eKviH0L5MCh6+Y0Vh3Am4NORhuGf/9sp+FAIDSgylSViHRzizB8dAv1MlV7CPjj/uAtcQ8OkQbVo69sjeYz3hDKDm1tBi4kxWibgWb3Wcuvm3YlNc3817dme7lW/evqmg/329AuwAAWajl2TYJAFjEkLROVTub2FMFB8CmA6cMNHM/S0TbDXMAR/cNuxvlIYRydrWdIAAN/gh+/PgDc15nOkUa2HX4PIibCY32kjdNAADPA1WwWe35AFoHABYHoP4Q+Jv1S0iG0bAOQLMSs5gC0WSVaPUa0XKNHnG+e2x0RHRyh+isP/Fw3HzB9Har9M4q1aW3L/6um0O1vzVwAL4rn6FdmgiAmxePup7apbMzvMa76ZQIEGX6NBOAYqlpEUABgMmC2xMhuTea9xeIIzA09IM3p9OHqWcjWP/IrfeUCGAx6wkcgPcWLtSwdg4gydGEfQzEKQZfpAU1m/Y0LETdkjpHQS0SjVfSsKUPo4E8sBWrY9PGDYcD8Dj8WTiAx58TN3BYrLB/AJKSIFRlDXAbsBzAFZtN2XA02jeAdOPbZoshcx8LUDeLhU3CN7ze9FJtQtnvyOIgmvnVliu8Sj9FzoBDuDqr+zAAAOnEWkgTVvydSCCPpCTDCdtIi79PIKAvB/Do98xe4rgVuKVLngXlJDmkGB7YEhrM+2toOBCkSLseAOC8K3CVmxq3Ga+Jls+G62dMtRrlAFZT4rernGsbxj7+0iTQCXTqbhD1nmnDzKbnAGvF4B7RGNp/deVfIdp6T765egPAy1K3AQcftz+UNxKgxtsKykgpjIKNx0AhNR7AKVzZDRyAZ7GofAvp9lIdAEd+yeIwADhRfNqvaV/+cr46/yhHAAArgAiKyfV35R+vqp4MAG9M5H/dVHmjG30B4PGrJhzchFYSLa0ba5LWbOAITLD8yOGAn4MAEvEKwNieAaZBCVjBblEA4KAPbGwRAezyWvZrXQDgUFFBckSP2eY79Fs0wBgcmc2urtnsoCVyVOS2reejBh3CMWRrAaxI6SfcHh8+qdPH4dFIriJ5EtSzNM/6+RQnRQky+7ErESX1DwBQIQAg7BO59SCjcRRfQpVCd0NookhsHihzZE9FEWx5NlAFn1nbkG4GH9xyGs7NtJFTqFluVirWH9gAoO7UUR4EHHjMSXwB+DKWm1uBK8/6+QBAT3L96cL09yaWiAAAtW3XSbgpDjI2RpTJB3NwQSAmAQTnjUM/iRnXpCWaD6TpDEA1kpJfBQCw4zT4UEkkpw2OSp+VCnzmp25WcAAxeh1O2MKJBQ0I2JmkVreIVi4ZH4dRxiKheLcPADB3eH2SvwKcZP+emXkAgBp3LSsBcXvjnSqbiVUg5vyfq94KzoHNOPhbLIe6ufNUe63x0yt5VSwAWKm7poK4iKhqAOAMTUjsAVZfvpgBQaIrwelxXgQyvgz4A8DiBKkoRPIoO5l8AQDOSD3LNVnFgAAAGWiOtNhI2YbEmKpRxUpHyTi60+x80SgtOzchW5fk9uefW/PWEl11pozKQLbKmh4fSXkyCz3t3H2RfkBmUHQ90j4EKb05nTcAWhZI10pTzfFtvEXU3Z7cyMtr5t/HmkEp7UXW7+MO8PIO0Tq8OFHX8YQIupLTBNfjAAAZiI0bJzLbqXwpma5QOx6aVbXBYtiiGw72W7vCqwICby5VIIrtF7dIb8HMhqwDEO5afShwo3LNAQFq/r3QqGq/CrDWMFVGKc9R/AR7RrgAzAulucH2I7CJTZur5t+Y8MntDJtRmroHmG/6KyaDMUAH1Zxsmd99QwCADDRnFs8qwxyxmJJJp+tkji0MAE6WWtVsAwCYA7E8iAA8bY+Uy0Bqr6aDY9Mssm9riLbK4cJ68+3bIarDrwK3bxc3uiASnIRO7huOYAVmuk1jr+eUE1KNF4f09IToje87pwnyooM2eu7v07gLncK6eQdMgOBK+gj6SngCAGQgsWbhVUcdtq9aZqeqASDa7DFWA+z1qmXcDKSqpSlSaDMGChCCLKxgFT0LRKMIIwEAiMir+IHfv/selbeXtya/08IfOPhsMRgSvfkDxQDgHZ+lMd69tCacEQ6/pfGP+/QAABk2RB+lsbC5nKotbIeGrzVEACtVeNkcgM3uMhegOeRx860QZTVzDVHiO8EEqRYGmzyuxv1Y0pJrPkFui7nIrVx1QhH2hRCtOtaEnass8yh+x/oRicGdFx2JHtrLPyn4JynqYEmIHuFGzwWUWY5VsyoFBT+AGGCALz+L3lp2CRtOat3zRlsmQi5BfaoCAJYpj8XNU0pvgeVczRgmi+Ak3Bi4mQBcCBrpI0+gI1cnYaTK4MqZTKWzrjmjEHtXws/dSqutFhIFgnkDgEs/ISoiVngQcap1C9DPWZakajJLRD2i3oykrwEAZgAAJ3wQNpOdTCSZJnMAAAThO4tmDY4LH8bYsEYg4kwfoDwWdG0rAzuDuJCh2QSQG/U5FkWUe9vHjTzliKO8dmT/qj+fQFRZxwGwefOTUA5g6z+iMZuTcaAlSajvDsCFsfHVya0DAMTQhpVOTvacSMaU2nEMALLjimb3cQFAlYCnh0bWnSAAEUxJWW84cDRIW2UDwPAJ0alYO2z2MbpNLfsjSlnzIz/TzEZKo7qTiuL2Zy5NTXACRmohyONp53ug6mwXAcC/L5SXJLapGgRr7UCara8NAJApGMhmefVAcAo9kf3rzOdXxoYDwKwAACzRgSvUHBABZOKIY7OVF93qMCXCSMAMQJvFIRAY9nxbjhCiK3eUBiiwCGgbjlvwzAeQtrYKANd+jsYs+mgJd4gBaiK2PA7hdm6nftPYiVlm48ABxKyCvWHsX8OJA/J+1Rl80jZG1t8DAGC3BgfALKSIkACB4zvTozEYSLUk/c6iOo6s8y27fRIA6GHh5B4CAL0b4tcBjz1o1++nB1/ZAIB3ATyTHHKyfJsCAArb2H4i0QLag2noObwQte6D/H4WgAUA8AQAlr8BADVUj82ySXzaRvkJYEJcJ+pdntz6h7encxWo6dNmC7JaHXzmVGebKVdisRZoLAHfrJjMKZF9+FXkOXyDzrlqu3M/xwGAqZiRDNT32yMO4BM0jjgUSSrrjsHciqufCQBgsDJrRiAU44weITiHckoYalGZ33cDlNWOS1FbiuO1W+LXAA7gbmyNyqlXzwsHwFYVq9YDg7pEE/auSVZiK2Ub0n7378zWooNQtk8AiwAlA8DVj084AF5Ht4iFrJbGIrgc6sJzAPCc0lTNUKKBtWPQt1Aai7h2dbLvh3tEfSdqS8MtwU5DgYaIPR/vq6wAVNbBd8eJWMqfmRb7saHY/RhAIU5P6niDm3K14boBRemhxVU5jFhvUDlE+NkaDv+qKFzhVw9fA3j23TOHrScON0nz0H0B/wSARtkAsPmTRt+s514tUsytoXKQcDWIVRFXiCj0HK7CLgA8uj75kpPvnr4gbYehonRvS/8OPKd0MgoArqIGvtXrIIxkUrF9q22/axwQOFZAi47HTrqQdODaBgA7H6Ex+zjgQIhpUOMONJgFGx86D/w8b867tmwAuMnyI5V2VMxZ2SRagY3c1niOiQZ7BuCVa0pL2goRQA8e/12yEnDrJ8XgYZleo8/Bodf0YOopCdO1cKuY+8IDwHMCAGmLwyBwzWwIOMtodFXvpgns4Lxry+bP6f7FBYDtv0VjjjgcTW4VmNb0huRQVilJha+cZUZqyyGfNQ/OsGQ9HKyzYbwqOWDH+h1ufpfzS/vGqXTgJbH/eGdkBhRPQPcjAM4ciyBiTXTN6XUnVqs1xzX66FnD2WAPPPmOBeAAAABphz/iEERbjv+HmQyZVZFqaUkCOrBbwOaBDUvbLL4539I2WFm/1/ns/BiNET46lahUNOFRdR4AnfCcFx0A4uin5bvUnx8ACI1/nmeqGlDM7V+UrQYHMDUvNQHKZRQ3Zy4/JwprN2bh7L0T4L/9rQsAABABirBlkPHALkLewuFXL7q0zVIUAIr2d+dXdLyq+ruBNUmBLbPer2IabnY8/Sfn9TNVzT9tH+jvi77f9z1p7UbPSxThiOjuty0AADQlgxdd8KL9LwoAcPnrLSu09mzCfdnfkEQP7Q8TJ/s6gA0/Jjp8e7o6T1F6Nt0/7WD7/r7/7ETv8fAvBwDwpVvmdm3bME3PJ/UGt1JZxXnUJfVXDgKafCj1oOCEpefk0bSlZxaAsI9H1wQZJXGLTdMv8wZM6LAPPxCxGBx8TwCAsuh6bpy2bRjf+URFLh151rd/EkHT+tvmtFMpvmmbamcdYOTBw+HlfHhw8YWo9njaISexv2jxISsDeFj/E+PIY/dnrmPTlHlXXVA0f1hYYEp0wCTt+yvbiM7A/fVJNqOHHw4AUBrdy15gn/FsE5TrfebT3/14t8KtzwH0JaDPfOz3wzvPLrCZxkHoLQ6fDz7EosRNk8FBQzwwl8G3A8k74jz57Pe7eguAgJYzY58CWBMct2Cf7/elZVXtdI5Vjd/EuJk9AfNOsuwF9hlPtdlxt5ZP/3MAYNm0sxxAH5rlmY89blX91Yyn9nIc3DQAcPUWSP4JrkMf5AgEKNjiRNH5+9C4aJsAAAUoWPYC+4yXxK7jM3z6zwKAMjiKOg6w75Kl6QDSTIJuf03BzYpHyRGBg48SYu7ht9fDd77ark4ldgCArKtjtc9z4Ga9ruh4efqXzVFcBADAHJPy6afNH3L/2k3TCjEi/cdEAxQOKdEfIABAgUOZJxhIX5fnAKVtmGKfkq23zv/S/05jdXc76Rtfdw5uGhEtQ1ElZcqXh8bBaftx/Ht8wAE982xY++ZZxP7ZVnbSGnTLSq9DcCyy5nsfCkrARNrPCwDs/LbxJGNvN3j8wUNMCpAABBBGCtv50inR0ohoJ6FyjY+4EQAgHwDWCQAHVnDX/gcDACwMAMB3/BgpthHxBl9/BPpYlXY5y0yfaKOkyjVZNnXgALJQqxgHEADAk9Zt4QCKKmYu/TMaI4sxbNY4+Fq3DsEgevvj9yhcw4VJv+BJoBj9R+AA2s8BnD1HhES2yBNx5y+nZhjMvhla1iOzjDQvOgD9jqPniXo9k/8OAKCB5fxPRDgiU5AAAApejj6ffQUX/QYv+v3ZKW565NEBLL178rY3/2IQAeZWBNAPu/800TZ87eHqKrGvrAQUDoArEXeI1pFvPnAAjSgx6wQA5QCQLv5uiAVIJn1bRIC8m0P73Xta/gXZH7XkkOwDloDhJI8cOIQ1FLAcEd35tvlnC4vStMz+WbX49rvzcADQAWjasL2/tgAcQJmLlWesIguc531un4dPmZufFx16ACSSwO2P7EanRjRY2yRag55gRPTGXwoAUAbdfccosj/yAMARskBJCqMnf2P+1zpVB3DwcFLkI1o0KTUNVrnuwhe+Gyep3dHjSaJPToKJfH+49SXTT1qe+6LvT+t/+JaZ33jfJFqBFx2yLnF+O6vkWuL3/anxZYiyZFjl1bUP58jH91r5/s+kpPjOrmnFwTqoCYCMQaIL4fR6WoADIMkFIayZINEGtKWeD2ILOPmKZFxCNiknQZEZSfL6cZUpmfcp5gSdjJUPEO2yFoZxp4qcgPyNZ0THi5ATMA1h92H3jlkVVpJ16y995bm3EpsdPiZa3TaHCZrewaHZyG0BgAMxM45PTIk1gMAq8jHCNIksN26xO+dLD16enBmThH/6oGNjq6UjjkjL2+IIJclDODOSJvVDByu5pkEKcz5BPxxgeP/5PDj8dGLWgIcfSzGSOJATNEMgURe5GKVYCedu1PnJS4sCuIqEmNPwOxdABEgDAOUAzqVVFy5gy3PBfTZFHW0AAGuXJ3saYbEAMmSPxQauo3z2rO88uiOHYcVk4+V067j5AAAedRdOJJW5ndJM6zjyz2Qh9ZxF5xvggvOMYig4WDOKZkaAoNwF9CUCGL4p0hDJiBJmEVcCEyywCt/tEIiL+li1J7gOAJJ72mXQSwKAw+fFKWxIdBoAgAgcAJRfyi7yHtIaAES0cdEA4BHR+hUiZPlW2z6CVFjz30mvdFM1SPUPrASrOPQrUs1G9BRpdRcYQKR6ER9U4Ri4kKtWdBa2WUGdxxQxaPBFuVStBCTnvlk6IqyXk8QeEK1cMa18AYBjApzajlxPUUQI5XSijMIiAuHn7K6NLQluBn+srIB5OAA7b+ETSQt+dGwAoOr1bnr8VB0AbkyuD4fNKLIlbzBJubzZQF58e8E0Jp8rBuNGgjefRVV3Q0AHABEAIaqa5QaHBiIBcwCa4LTplWno/Y9+b/Ji0BG1D6cyA+8TQUzQB5cBSxp7pghI713mNyyuuDoC65u41oKID+PBBJzASTBXInUK4JoNL0zmhEQMYr2ELDKPI2AAzmElpU6BS1Y7UQmiFAEA7BYeOABDqiNUAhoK6kpOdV4cYUehIa/zUZ97facCAHvpAaisWw5tzgGA1CzYfNqw/gAN1ABkAOgQra4X+xpsIn4yKsSKvbW83jYA8EHeENkcLBNOOr5v1dAOtI5KbqG+AH5+YzKX5Z6TXVnTqeMWB1CDlcdhlsOOnkhAohcMDjysMgxAynWiLiGAQ7gA+8sx3EoGJST6Iqu1Psh18La1n4MIgPU+NpVXAQIMupazDEAgD8tVZLsm5ZnPAgDYVGtXJjcbMu2yht2j0k3a3I9fn7Rg5SLSY11O69We3z9+Vcq/i5YfIggOoj4cEyEPbmdbQcjsuVaM4gIDEzDUPtgzsGwgQQgPhYMMawdu8lOi9fdM0wJrxe+3ypZx3QbRZ0Rl0AUoslZrhoUFCkwoJZEr8e3tidUrAADOvdz+WBwtwsiLKJuibgBwK81kFgGEA0DRCy6JNiTqHxvtMg5s1g3kHt0TCwD4ZlslWpWY+PYc8+SZgBtiLbuy8aCRpUeAgjBSvOvvcEjllh68IWPjBwoAFmiwWgL9cODwc7Hj8RkHAD8/mVv0Hi1b5mgHmf0XsVQ5BaxjlsdNs3YXWZ/ke/uLrgNIc6So+vfuQro5+dzEEpDdmD20lEs2QPkktsA7i/qu2/2vf1wYJzksrIyzlKrMVIkci5touSSRyq3KO6skd9bvdQt+vv6hiZogzaqU5XDGtX30B/JTrLPlwNW1zYHq39Al2t411gYoLFk8A8cBTkXoDtDRsmj4N5dDi3mKBp0V/e6q+s9UAlZ9wNPGdz/aTroRl1WGWUP5g99jT9gAoOwexgVQ9O+lL3aeDW1vlisfpTEOPOtNwGWIzdt+85QWuyRxwT6ks741K+DZGX/RF3LzGzUCwGMBANX+o4QZg6gcbNtPAv9eec6IFsyExHoZWb4VS1IDMwCAoUDaAa3694kcQEqBSa53p/ZuiyWcUvjsTWfVtd+V9UZ052n33/ohGkM5BjmXS4vNMCwBCDZfKAfrXW4nqaJQFgBQDizKDyhFSt74vvo4gP03xfwnyl4137IjkYoK6h8E124rhXkkiegayN6AGKhPkhkzcAAJqDjrhiwKEOUchckoNgD4VC5Gz6IcAAAAG29p2+gD4h7WhstTFgBgOPt7tZhr3Pt9Ac/OEGynCPftX8Z6HqPwrIhQ6uCEcZmlVy5AXgQrxPDtyVsjJbZtJ1afCWkWAMBapaIH2Kf/pb9t+XFYLBqzeOKPjikpa7f9vmzbCHoB2+c9sbeU/M42ertbj3Cz2Zs9ZrrI1z9FI7QHhyWgFHkPLhFx4hSnmm4aBfbFNTlqp96Dypbr/OCNuUo0Rl5Gdkk0zJIWYY36qyIQc4Er+ldPZsDfoWZgjKvujhnWduudhks7hgOcVQQlcAAVcQCXPmK2KDZaR2LuI4tDzAbe/nNpW27692B9GUAsi5V7JpQjhHZ6JeMGzzab6lsPDqwbz+Is9KfRtwou4paMbPJKKAuIAbyRjgJa+lkegjGfd/Cqcc6KhASxJkV+/NKHLTAbxjyIQB9V1tnORJHPAfaL6FT0xoaCD8VptbS7DfoKJFj3tRTP1a13GdA5vh9ft6D6Faz3DY0rAa9+9PwdBY0tm3iUA0CcPhaciDafyUago1eMlheHm4FGHFDYnu06nS8RbVhmqGxvakfroy96cjyKBE5UYLQadlCOBSQbjp0+7av5IDnKN3bhxRpbzjwAIngYjiRtOCtOl50lkngBxik4bq2a0G08iC3g98AhTHwEXNDD/6e5KgMAAIj9R/GVl9K+96L9vnEAuP6zNObb3+JWWcMv5jxsFnYrBQsKm3pG12M+EPJEsrawn3Ey+VwAgMcuVFrgINkHVFnu6PdIkV1AR9GHzC5Re+y8IwvNXJgq8pBybdMc6lNUDcJBtjw64zg2rB0iJUk4HgYAWIAALM7323rXNABgPUeJdQs8lqLRJqmxAO7sButEI8mcw7Ka2FORQx3/zqo0G8ErTD3KZCwoc+7+sBnv0j+kMf8eFzaAAok6RkQPPmx+f/PF8xwEA4rw/D4htI2uQMGXH4ljE4bBd7uOTFU5atnxGPoJs3wNCn5m490XUgcQR/WTDaLTGH9r5FDPAwADoLiyocqSnxE9+AEz3vZvnD/gAIDHkq0lDgA03wVGYPu7RyKNxndYzgk0AQB2PEZ0qaeYZnN+Xmu6BQCQpUDKJOTOQ9QVYrTxQOZ6+FcKAAC8RhF0Ij7fGPP2d5vxbvwWjTkirUN0ckI0RKKMMdET4TgCAMjCqN+DY2osmwOYcp1Vjn7ODz/vx785n6HBmUUAlE4aLxOtrRt2E7crFDa3vz0nAEj0HaLwusINQA597d+eAIBG6CEw6eTYbHjlOBZeBNgThakVDKMiO4CyaIos9wpOCsZqzVVd0UQCAAhhjwEAsKuuE61r2qgzorckWeaNT090RtCkbkuChaR1UREAHIVtgnv9O5I5ABsAsuocKtofjQ0LV1wISZELLKwd4gkJy0mvYHhz2R/GvgnWMxga91tYAWDGI3xPC58AALIoqgTELYObGQEU0No+EJb96qdoDJMbNKnI+uILALDbAgB4Iy9NRIBLn6WxKht1X6Bgh2ZsXXQA4LRYQhishabLUlrBWcZ94hKq1HXmXADo3SLqrpuAKDzHOUqv1TH3AABCZWjtVQmohTSQT++haOW3/i6N1QkDZ3krhQMYImmEa4umiRLw8q8bjsI2T61YVoBFB4A8m39WJeM842Xp4wLA9rvF0SgAQBYyltY2sw6Ai2cgnBL2YVEC4vzeE639pf/G2PW1zNa25IpLmvEQN5Q1lrZTK8DVXzXluwE2ABrc/khNpmbCAADZ90KbOIBtOF7B6WtswnUHCRGa2b+y3B6BA/Ck58m+hOSKTf+i1Q1I/cwVyYmHSLhDojNHZs2SF59ZXuT/F/MnJ7uUf3OOgI4pSlLk2RMAxngHMZVutv4RjTmZxpjo8HvOp8He+E0aA6A5i7eTJz/PvBCbb18cDABnRHDZPrmXLacfDuW1X5mYiXFp2BfCrFiUtMpWcb+fRxDIzAGkLToCMtjVE1llkHrrgvvWn5OfLxN114iGhyaFVGEAOHLcICQ5CJgrcFGqaE2je9LvkeRSdQRxhS7W/gdJWILy6P9eDADI7zH+URkAgDoA6kAGzs9xE84CoAEA8u6KSb/SAUCH1nRNbXDC4SQWSAGGBBZ3ixFt+TLR6ibRseTfVwDoXTPhvoP72cY/BgDY2WzQ3QKBoma843cY/wooap98x/kDfuv/pDEOIZKjPvz2mN//No3BlUARg7qIRUUuzoYkOh0AgasTCACQbf8UbV14QYtOoI7+dnacWXkAMJeNZ41vwxB54XHLOyw+tNYMJA8NWzw+Mk5MKxKjkBUAYMaLPBcj9JToSJjxCooAZ++dBNTc/tbzB/yp/4PGmiLrTszvARA6Lff3ZaxdUQB4xz8xwYowIcJ5rGwRoIxvbPMYiQCQJiO1+aOKzG3rq0xQCg5+XBKN7lXDto4g/8MENzC1+5TTyQoA9lxdmbWM/8cBZnFiRHTXucF5/N82SlaA0J2/EHOAwCFAqQvFa1z/X5oARBnznXWA48YHAICGp8dEtz8wGwDKmF+RvdXGvgEAnFVBOChOA1yOTw/OcwCsQReWHZFuSC/ONevEfn62DAAAIABJREFUi/HIzgqcccXL2KDuAbr8v9JY03rHsfhX/jGNkRIdn/Tg3zl/gNAf7H+/f14JWMV88wCALwdQxnwzLmnrmwcAcJZI02gl5dBTV1jOmnMkhTsllgFmrL6Vgirr6pexQd0DtCFKvDgtPt6nwVYaX+H2VyUhvsW1AlQx36wAcO3XLCvAhwMHkHXPBQCIAQCkw/JVFvZumNtzZd2YsUYSq5B1IdC+igO1DgAQM99RDIt86dclZyGZCEv3AK7/IyMiYIw4K0HWA5vWPo1ubv/rv0pjNZne//75r+abRp+sv5+pNKliQ2adYGgfKBAoUB0FAgBUR9swcqBA6ykQAKD1SxQmGChQHQVmlKmo7qVh5ECBQIF2UCAAQDvWIcwiUKARCgQAaITs4aWBAu2gQACAdqxDmEWgQCMUCADQCNnDSwMF2kGBAADtWIcwi0CBRigQAKARsoeXBgq0gwIBANqxDmEWgQKNUCAAQCNkDy8NFGgHBQIAtGMdwiwCBRqhQACARsgeXhoo0A4KBABoxzqEWQQKNEKBAACNkD28NFCgHRQIANCOdQizCBRohAIBABohe3hpoEA7KBAAoB3rEGYRKNAIBQIANEL28NJAgXZQIABAO9YhzCJQoBEKBABohOzhpYEC7aBAAIB2rEOYRaBAIxQIANAI2cNLAwXaQYEAAO1YhzCLQIFGKBAAoBGyh5cGCrSDAgEA2rEOYRaBAo1QIABAI2QPLw0UaAcFAgC0Yx3CLAIFGqFAAIBGyB5eGijQDgoEAGjHOoRZBAo0QoEAAI2QPbw0UKAdFAgA0I51CLMIFGiEAgEAGiF7eGmgQDsoEACgHesQZhEo0AgFAgA0Qvbw0kCBdlAgAEA71iHMIlCgEQoEAGiE7OGlgQLtoEAAgHasQ5hFoEAjFAgA0AjZw0sDBdpBgQAA7ViHMItAgUYoEACgEbKHlwYKtIMCAQDasQ5hFoECjVAgAEAjZA8vDRRoBwUCALRjHcIsAgUaoUAAgEbIHl4aKNAOCgQAaMc6hFkECjRCgQAAjZA9vDRQoB0UCADQjnUIswgUaIQCAQAaIXt4aaBAOygQAKAd6xBmESjQCAUCADRC9vDSQIF2UKDz917fHbdjKmEWZVHgB9/xUgTsP/f58+u7tES0skxE0mpwSjQ+M28/OyPC7/W5tF3WrNo5zsMHk3mdjYiWQBfruXotft42jdv5ZX6zCgDgR6cL1SoNAHDuu93JQQcAjE6nD/6iAMDJKdFyl2h4SnTyREDRuhIDAFyorR8mCwqkAQDaLC8TdeW2Ox0RjUbxtJt3DmBkCcFP7k+4IPwLnFAAgHCmLhwFsgKAigAqBnQWSASYBQBY+Os3gghw4Q7Aok/YBwCWukTLS0SdMyJwvKfQAwjhbD1AVg7gxtOiXyCivX2iA7DVRPTMc5NVOekTPbxX7irpN8/SaaHNrzzZHUP30bFufsj+P3jZ6E1+4ZXdMYCwMyY6kz9j/C06kiuXJvOeBz1A0AGUuw9bMVoaAGDzd1eIljvm0I/OjA4A/4ONXoQD0IM+HBEd7BEdHxqSXL1BtNabkOetN8ollS8A/Or+7tj+PswCB/z7twwAfOaV3THowFyR0CNJKRoAoNw1DKOVRAF7Y37ipd2xfdtB9oemG5vaBgBwAqOx0QVg4+PBLbizk21SAAD38OsIVXIBvgDw2TNDD3zj8Fhm1iH68MYEAACC0IsoHWwK2BxRAIBseyO0rokC9sZ88c92xzjIONx8+MUEiEOw1DFsrt50OPc4vMoJoO3mWrZJb10y3ITe/HZvWzzAzx89im+X7Y2mtS8A/MZ4dwzdJ9QcAwUBBwBw+CEWxNnHf/TrJybWPPNsW58gArRtRUqYjw0Av/il3bHq9HCg9eAnvcYGBLRZ6ZYwIRlifZPoypXJeACbe7fLGd8XAMABrIr8PwQIHBnTn3IAH/sDIwKoj0Q0O0ED2yoQOIBy1i6MUjIF7I3ZNkevqnQBLgDoe2yFI9r82uHueGXdACGLASfGCUp1ABEAQDcCvQiwANySmEwDAJS8WcNw5VOgzQCAr71+i2h1hWgwJLp/p5zvdwHA1jeowhFtfvVgWgmIw382JPrBK4a1/9jnjJWAfy6+ETj8rDgcT/sFBA6gnLULo5RMgbYDAEQBeN/F6QqKHirleJI4gL/32LhG41CDAxgNicanRD9ySwDgD3fHJFaRSBnaIVpeMQDwY+8POoCSt2sYrmwKtB0AfL7XR6b3GcdugzHZzBfzsO1/2fhG+Oo9ioJV1vlX0T4oAaugasNjBgCIX4BZAAA/H5hF2UriqfgMANDwRr8Ir296k7RNCei7ZnVzAAAANZGCC/B5ml5bnzmmtQkcQBqFCv6+6U0SAGCygLM4ALTSCEn4RyQ9Ta9nwe14rnusTKTsEAjii4ZlT0zHg6LoFFIbHFbkh7w+cGftEO2JqynQ2/ZhV193xL37snRZvwEhpHhnfyjKJBBObcjy99WrWUct3j6IAMkigAuI8HvAOnJEpLj/2r1nxULMAxjEAgB8w+EqhXDRnqc8VHzbnh9BF4e1sa7qRgI6jo6m49ihzEF7aHnh777arQ4AQCc4swz6RKcDojPZQGw2Akp1iAIA5NsZVYkALgBgDREIxWAe4/23cADAZx+HDb7iGRQi+ZZ5di9dnDifbGYCOkRw9HAfBgBx3lhZrQ7EAFCwZZ+cEI0GRKd9InAePDexG1+/WQVlZo85TxxAVuqlRQO6v8fB1322kADw6T/dHZ+JT7iGQKo8VCX77LOwujixTtkiBvT74stuJbRQry2IMFUDwHBIBC4EAABxgMFKTEoAqBu3fL603DYBAPxFABsA4pKiuBzAPLD9NnU6L/7J7hg3GT5eo8YABBwu2iXqwQGioccHAI6PicYx2WzguAFvs9XV6vQYKgIcHxGdwqXUEVMgjtx6pn7izQMAZKWaj8iANmUqRecBDDqfenl3jJvLVqCxkm3JHB7I0LO0olkXKkv7PmTqhFRVGAcHsK8hnaJ0U/fN1Q0BgJXq5q8A1T800XbQAwAE2M8cgLpMdPOpLF9cTtsAAP4cQBGKzw0AaCooPkMSJspJI7rmT1OWAAUA0UlOrZXqKo7ECoBfRiCGua+aBBTgAqp6AADQAUCJBJdSdit1uID3f7Npc3hQXuhr3PfY7rUfvDpxVy3zxquKjmWMGziAfFTsIF5cAYAvfgEADoeED3SDisCIA5CYdY1rRfIKFVcAAHrw7bTOXRx+gMBqPsL49AIHMhiYA64AwKmjJH0UOAAAAB47PZbP2FnbIA5fnw/sBACIo18ZIsA83Po2bTqfeVXin+Mo1hIAwEFzuRD+WYfIBoCIC4Dyb8UoAKsGAFgANIEEcwACTpxaq0P0jX++WQ7g7/zPu2M1T2I+q1tET72LaG09K8RU1x46qCePiIYDooO70+95/hvKe28SALA1R4Dc5eDmXgn4i6/ujmeZ2dogAqQBgL1FmAuQww9F5nqFHAA4FGxavJOTamomGU2p1QIrAABAQ1sBAL1tAwC9jJl+yjuG50fC+gIATmFSfWLMqXiWV4m+6mvLe3MSANjr6LqbzD8AfFEAIMHRBl50TSsBFQDwN9Aa0gn+xoOMLnbSRty82Dis/e8SrVWsA4AZkJWBIgZgTiqeAFibNgP+1O+Y9dWsthtbRDtXm1vTuOMM+u3vTw6+tinbjJoEACdD48yVlgMQ85o7EeCXv7Q7nuVqi0PU1KMOGmCxOU9djLkSt8bUI7HbrMBcqc4JCO9kJSDcSC0dgLuJmrYCfOz3d8ds4oWve88oRtvE/tt07B+JN55kJgbnUiaAJnIAg3iHMsxt7jkAaIndPHA+uePqAIXIT1t87l1zJTYITG/s+KMcDDwY4b/Qq16ByX4AuD3gBTg0m1fNkMoJlLmBfWlu31L/+f9i4t9tRe+VZ4muNeCh6M5f/SiQkANg+uAr0/NE+zJ1AEn0y2I2nTsOoO1mImwM+NuzrC3adZvlR043+//ZciE6gKo9GRWgAACYn2aSicSATnJlGd/DnKedvUmhA7DHAG0u3SS62gIAUD8KcCgA0CdvG49KBauydQABAM5ToFTPqDybNa0P3xLQ0CJQw6pgi344+C4AcBxAl2h1zfgwVB3MhAgyABRckpmTEnFFzag/9g3NppD6qd81Vh54d3Kuuw4R9ADbLaj6q9GU7ETVN05drgj14/9qNvrludACB5B2Chv8PXMAomjTadicAG4MVweAjb62ZjiBqgEA74YWGbeYHU4KBRZMl//BV2fbwGWT+lMv7Y4hlkAHwDFeUIyuVxchmWX+KgKwH4cEVg0kSy/oh4Cqj3xTNvoFAMiyAkSt5wCyfc7itVYPQHX+yXMA6qKa7aykCUHtn6GO4NIVo8PB4edEnE7FbvFPY0A73CcaS+3BpG84OjYWGrUaRZcI9DXQIQ0NUAOMwFGm6WyCDqCu3RLe40UBrbbzb3XMTdlmAFCw0g/DgXczBK/eMjEUKuLhb/wv/JYgASJVvxp+hn2iYUqRUaQd51wN8A/RPA2a8ku1IxBBxInruffMJnsAAK9tGRrVRYG2AIAeZK0GnPT9s1KCo0/vaXP7c0wKEcFfSY08mqkLUh+AAOqW45Qio3/2L02iFn14XMe0rY5S4Dhe+KYAAHXt3fCeEijQBhFAc/CXUeprXcqIayFhOHICCHD4JccKKQCAfI9TAOBPf29asci6Gcs7lJ2krCCur/mWAAAlbMswRN0U8ImGK3tOAJ/NremIy6JlvzeeM4ddHTjxNzgA/Rmiv23frzQAKPubgwhQNkXDeKVQoAkAcKv92nX48n4UOAAV0cXqy2CAn4FzVx2A5l49TOEA8s4jqV8AgLIpGsYrhQJNAIBdf6+Mww9CqAiAf0N7D7kcHIAmXNafq09ImhKwFOJagwQAKJuiYbxSKNAEACgHUIbsHxFhS5SAwgbsbE3IgyBBOAxx7kUEhoEd2C+FfN6DBADwJlVoWCcFmgCAuO97+ND5KQK4JF26pneDFt4uuQ0Bf3PHBG9tPO24dsOBSRPCwGXYcfx6/PokDiS26J9Mx04WM2tdZqUBR78AAHXu6vAubwq0FQA41bYkR9GDjI9ibbya4zpEl64ZOX/j2fOfrJ6fABCASVR8hYgefnm6vZ3bMo14cW0DAKRRLfy+lRRoJQBYV7Ky7errD6ccDeJa3yZa7ZkcBRszsihDF2CX7YNe4M0v+C+HAondYyqQLCb81x09cAD+9A4ta6RAawFAvXdEFFCSwNkHILCBw7864Qh6N80h14MOZx8MoaZ7GwBgDnw9AEChXRZiAQqRrz2d2wIAT+CfD5ldknrY+RHs4o4QARAHgNyNuIXRB2nVtkQEsOtz4tDDFOjmpoFScK+gGXDvwKwhR5EuEW1vzl7TwAG0Z89fiJnUvWGajgU4lgIpHHwjWZw0QSpH+EnW6e1LJlxbHxz+owOiK+KLb7P7mmhZJQoJFfByBU7bJEgHhlBpHhtRpCkp5Opez7T5F/194ACKUjClf90bpmkA4Bh/oUmUu1FOrtadAAhcumyyOiMXAP5++Mh02vAopba6bnwDwBkU5QCyLn/d65l1flnbBwDISrGM7eveME0DgC954kKD0RfhwNAP2CnM+HJGMhMRK1D1SWMFgiuwL8Xj2wUAKEa/1vRuUgeQJaNOawiWcyJ1A3rOaXp3CwDgTap2NwwAUM/6BACoh87hLRkpEAAgI8FyNg8AkJNwoVu1FAgAUC19dfQAAPXQeW7eAmWX5r+r8qMWFQBe+f1pqnKsgJZmE68hKA/hdMSegDBNasn5DtHX/xvZViUAQDZ6LXxr1XanpcoqSqiFBYDPGcppOTZkieZ4gZgHbfjwW0VkAgC8Pl04ouhGDP2nKRA4gGp3xJ23JuXY2ZsQCUABAHA4klxibEJEbQQAgFSZwqwQjPTcC9nmFziAbPQKrWuiwKJyAAg/RuIQPOyCrBGDOOBIJiJ/tEQ6l28TDgGiwdPvzLZAAQCy0Su0rokC8wIAnBZcAgE0poAjCUVu1wQhaALvwc6hH4EfPzSxBvt3J05G0Au8a3d2fxXhdrZNBajv6GYrVOI3u+ZaBT+A5mhf6pvnBQDWnp0E5rh5AHBj71jBOhx4lFIYBERGXML+nik9dvzY1B/E4wMAmnV5fYMItSa1/kKpi9fgYAEAGiR+ma+eNwDgA2rF/g6OTXnzawgjlkzBOMe3PaIBUfWnPyQ6OZhWECI9+NUr6atg1zL44NXAAaRTLLSonQLzAgCaFBTx//D3h+UO3D/EfBx8rWmKfwMA7ngAgFYhZu0/ahCiArHoDC5fyrZUQQeQjV6hdU0UmCcA0BTgiMyFrI/DD70doodRKUgThgAYfDiAWUtw5/aE09BsRdA3gDsAB3L12nTvAAA1beh5eU3dG6aJaMAyg4HsykDgAnBTaxkwHHz8+3RsysLjGT0otlPu3TH99fDbJkOYCQMAFKPvwvcOAJBtC9hKQC0FBhDAgddDao9YBgC440aJS5YDAGRbvdD6HAUCAGTbFD1JCgr2Gyw/Dj9Y/b5l7tNbmt16H2cb320NDsC+/Vn5qFWEKQBAMeqG3q2gQJksel0fpHP+hVd2x33c/vDggxOP+gTA02+Z6N4rZkbHKDV+2dQWeOf7iNZQT7yCp25Ar+ATpoYMZsCqKdyC8S8yAHzsD3fHUMpxfQFJNmqEdvP/T94ynoAQEVbWiFbWid7xdQEAfLfdwgKAbz17X0K2ud1FBoCf+Re748ghSEqCaXow0BylwjT4BxwBAODKdaIezAUVPIEDqICoTQxZV5ReE9/mvtMFAHjG4fZkdlo85VCUAyY3yN4qY+vB0ySfGLfn5ubO8IG2Q81xiguvzvlnf393rAec/fmlypCG9LL8LtF9KDm2dZloc9sUGaniCQBQBVUbGHNROYBf/OLuGJ5xODgj2LuXDBDwwZea27hJ4YEDoEDWXkYGeN8tEW1oNs4ca5almGikA/ji7hiHeXBCdCSZgzn4R1KMr6lrMJSG+IM6A6LEU+XecGjiAPAMB0TDY5N4dHmZ6NZz/h8yb4cfX76wIoD/sl/8lvbG/dTLE5ba/jKcceusRyHzETgAAFDE06rWm5Uydjnxt1I8+HTOv/Tl3TGH+Y6J9m4bDkBDe/F+TfShAUQ42GzG0+IBIiZolmGIDNApwK0YIPKc1CHw+ZYAAD5UCm1aRwF74/7c54vlf0grnjnr420AePSIaJYYoHN+8ZXdMRxyhn2iwwdWNh950eFDK7wXNQYgogh3oHOB6KBiBAKBABrs6dcleu+/4r9cAQD8aeXdsq6EGd4TmsOGLgBkqaDrkqMsANjbJ5qVJUnn/LHPGcDCAdZsP6qjwEHee9vMUJ13OpaOIgorhjgjIsApxAcAhVQA+ppv8V/wAAD+tPJu2bQyLotiyvujUhrW/U574378j3fHbkXcuOm6lXTRBz+7kjF4piyapY3jxkJgX2kIL+L4D/bOcxy6Dh/YmUT4zXKlDgCQtgo5ft80B2BXqKk6b5+Sp+532hv3k5/fjfOojVYuroQ2y9oXEACQxEMfcBxuclZVStox/gEAchzii9yl7tsYtKr7nb4AwKY10fgncQlFRIAq94nLAYDGWzsmiQceAAAeBfmrN4jWxKIRAKDKlQljx1KgTjPkFAB8wWjV8z4XBQDwfXY6LxcAbIVkAIC8uyH0y02BsnQfSIoZPXqwO0Qrq0RrcI0t4LiDcU9gfz8y5jd1x7U/+uZTuUlQqKN74/sOBt8GWBTUlJjFYzDoAHypHNqlUqAsDiARAHqGxS0LADTzLv+tnncrRBcFAPTgw6EI/4a5EA5GGxn8GgIApG7r0KBuCpwDAMjwHaLeOtHaqvHeK/KcDIiOj8TnHqm0LPEBZrhbzxYZPX/frBwAIgr37hMdQhcglYJgCnw2OAIVcwzJv4ShZxkUmAIAGbC7SrTaI1qVW67Ie/qnRIO+YZsHIgroeHCkuSXx+0XekadvVgA4OSZ6+KZxCWZl5xLR6grRMxkKgwQOIM9KtbBP09FxZb7fBgBo7nGrYWPDL5694go+zDojo64AgKbUBpeBd924VfAFObtnBYCcr5nqFgCgDCq2YIwyD2Cezynz/fsHYrrDgZc/kPvLjIaD/XwIIEAgjeTiY29C5MzzSKudh0ZpfQIApFHI7/cLGQxU5gH0I/N0qzLfj5TXeDSMt8yDb89aQ4jhVccadMGdHjJ3NvAEACiH6AsFAFldP8sh8flRygSAquZY17hF2eo6syAXnWtdNM3ynsYBoE5X4Kyun1kImaVtmQAA2fzcA/l8qbgJEOMOwP4PjRttnP9QU45BSsO46EZwJ90u0coK0e1XpGKw1BZkbmlZwoglx6ByUFCevvNrk1cyAECWXe7ZtiyHGJ/XLQoAIAoOB6CoCRA0PUG+PZTcttMCWcRuKwBwerBVkzQUzkxRJmGZO8c2KCiI+zOSicwqFhoAwOeUZWxTJwcwjyLApetE3WVjpruLIhcSC1+WIlA5AM2o4y5vGwEAc4QlZHXV+P6jFNiZlBDn235FDr+yNGPzMwDAlauBA8h4hC9e8zJZ8DxfX+b7n5aUVrigX/uiAYAuRIASTID4NigZWfsvt6UGDGmwUNsAAJwKs//wheia2x/zhwcgMgGN4SbdM5mEteQ4fsapxJYCAOTZzxeuT5kHMM/Hl/l+BLXA2Q/n843XDKtbpiUA+QP5AEEHIIlE7UjBpgHgky/vjqGc0JRmyPMHjkj9IP7kdyUbENpYXpGc91AeTg8mSUWe/4bAAeTZ0xeqT5kHMM+Hl/n+qkOLYf5jMSBGD9BkghCl4We+uDvmZKZSSRjghBBgBUEGgKE5/DYA6LoBMDU7EFDkhfcHAMizpy9UnzIPYJ4Pb/r9WecMC8ApOAG40YoyUNOK7WQIpsn63lntff0A3vqKSQc2pQS0sp9qfkC8C6LDtZsBAMpcp1aO1fQBbPr9eRaFXYLVCQh1BSQocL2gI1BRzXqaH8DeI479YSUgUpyzK7PICywurRidAEQH6E02ZpQUKzrXPHSvuk/jfgBVf2Dc+E0fwKbfXzbN476natHE/gZfeuqc7FRhSE/u2z8AQNk7p6HxfBe8quk1/f6yv8v9Hj1o+p6qcy360NOek50s9N7tAAAFEkQV30rziKpZqJLGwmYZq6m27gG0k566iTirmGMSALhA5L5b5+YDIOg7j3u1cRFgHomaZZPPGwD85t4kv0Qdh989mDY9bSDSNYmbUwCALDs2Z1tfrW3O4c91q/N99gZ68U93xzA3g63SSD17cmlFOZqyqxehu/39NgBUzfrrnH0PcNI32v1Rjnwq6MHij1F05D9536SGQBGataVvbRxAnQfSvhXquGHtDfSZP9sdn3VM5hmua2+n0PJIzzUvAFDX7T+LA/A9ZFMA8AdOhiz1MZA0Yj/2jQEAfOk61W5RAAAcAIJwTkem+u6sQhtxhJwHAChy+IuKhHkA3wcAsFbwhPzINwUACADgUMDeQL/wihEBcPCTRAB0v2iFN2YtelEW3B67VQDgqMcDAOQ6+qbTonAACgBwOkHgTBIHkETKi84B5LmBXVpkLZ02C4DiLAGubiILgBUFqAJHqJKuQQdQAlldJSBEAHifRToAeM7JbeLaXDm1lugG8LudzRImVPMQWQ6Qz9SyOhFlMQMWsQK4+gafb2l7mwAAJazQlBLwld1xFJrGgqPxo+eIPZx2yazDpavlD9xQOXhlPKlXV8K0ahuibADIOvGk97tmwCSrRJb5Bw4g6+pI+0URAX7pS1J7T/zl+fOtEF2E12roqta0V+MAuIZeSXH8OZcpV7csByjXC1I6+QDALMVklvkHAMi5gosCAJCBNYOuyv9VZ+zNuSSldctygEp7qTVQ0fdn6R8AIOcKLhIA5CTRhe2W5QBV8ZFF35+lfwCAnCsYACAn4S5AtywHKO1zih6wPFaILPMvOr+076/790EJWALFs2ygEl7XuiHK/P6iBywAQLbtEQAghV6v/L5pgKwyp0gmASceS1HH9fhWicZQ7i0Rvecbsy1A2a2Xr03Kd2NOmDcUYLA+4I+VCm/mq0fQTKLEGJJlLoupUtJnf//WxBsuz4Er45sVKLQuAHwu7Dx/9jtm/S6r30VRgCrj28scQ5a0zCHbNVbRDfrqH0gyzCHRKVJLI4W0AAAOGNeZtwDhhW9q9vuXrbTWUwAAEwMAICG/vzvrsy7RuEuEYhkdAACy6a6bvz/YKQ8AkNQUxU0e3stGNz2IH/+jie9+EgAwgMMUGxOLEQAgG90vXOuiAHDnrcmNips0yi0neeVgw2e7HrMGRLeebpZEiQCAaZ4SLUktwbRZAgA6SJW1Ym5/ODL1xEmpbADAXJCZJ8sTAcAfGwBIcq3WMV0A2NoxlYPOhKvzfXfgAHwp1ZJ2RQHgyROrgow549HD3n7q2ndmNtT25WY/fEfqBPCtR0T7yIknOf2zAABEgM4aEVJmr22yNMDiA77/O9vEAVgAkBZqba/MlWsmR2DHKhjis3JzBwBFD4gP0S5ym87OdErpiK0eEC1nuD1Gq0QrG+ZARWmohTBl3qgKAApUDx8a/QQ7I4GD8dzwjBlrRCtrRMj8a0sO310iAOTdG1VZlUZrkxn9yI2XpnRk83b48aW1KQHzLnTT/WyWWueCAzU8QeE8P6WaHqa1bQMA7lMmAFwWDkC9DR/cl0KYqIQzJOpmSAA3hvzfI4JLre2t+IEAAE1vy9LeHwAghZRxAMBRfsiRf+ynVAM7vbxJ1NuK11SXCQDgWKKil6L84gw3Ga0AIMsp6gz2DBdgF9X48GZ5SsC8OzlwAHkpN90vAEAKHdctmRry/uDQsNRsWhv4KdWgUOtuGQCIe8oEAGZhcf2D7YDQjr/Bv4+IljPc/jrPEawcPWPpUC17mQBQlK0HkXuVAAAgAElEQVQuW4Rdv0G0tkp0MiD64FoQAcqBmQs8igIADj/O1cm+xPmP/LXqAABwABABqgaAoqR+sp88AriAtZ4pulnFgxgKHLyTQ+NzAS6L6/6JlQVr8NQ7/N7cPyF6EGNZeOaF2f0BAOs9ouN+AAA/Ss95KwYAbEJUlRkSHQsHwLeqp10dIsDSOtHaTvUiQNHlmAUAXHdvlWhtpehb4vsjUvLwmOhUKvqapArTbW9ZHNmsWZwcE+0/MLoaVP/Fs9ojupHSP3AA1aztxR11y5j6+I+tCs8gU7MSEOWqt4hWN86TokwRoCihmwQApFDjct598wcJVfT21+/yBQBwACymOc9GSi3D0frEp+CHrgYRgMm3aOGt9p6BDMwqcFsNnkOm5mQgUKitmz+248pFAQA4Pa0CyCoSARgA+kQDcAEwV4r/gr0evgDAtQwBIlYmJp3/LJAEAPAzJloIM+B/+5pJYOHGrts/Awojq42yY8xRdYi6KK1c0WbwvclwY/HcZaFdd9Csrp6+7/Vt9/I/Ny25EOXyJJ4AP2Mfe/y8Ra7EOICxD9YaIkCF682lyAdEA5gsExSWda4nFJS2krGowtJ3z9TZrvOZV3fHkLX4lpdFZrZLMtqoPVlRMZocTEQdol5F8qAvEZRlVdNX2wAA9en1sEOEsDc2/m0HE6Fd07EETQIAdAB9sP8z3JUDAPieDL92nU99wWSwkUud7b1duZl4w0KBJZYkzVunQzMAFCwP7TfN5FbKAbQ1zfabXzI2dLCfXCfA2txwCsLvGGRlDW49W5QixfonAgC4mOVqU5bh4A8kejFwAMXW0bd3R8Mp7Q44TLhJwfKxIkbkX3DaUwFVHWMzbfJ59MTcohADNMeePZ86b4w4Oty7M+EAQEc1bYHtX5PoOgAA5FUA8aUrTVKT6KjvrLGCf00AMERBFSROxeUTQ4o613MhRIA4AOBktbBdy+2vnEBHDhmuLAaDFgBA0ePy8MH0CFMBJUtEVxs+kEW/L/TPT4GFBQAWB5aMtlcPOm4nFQUABBANllsgAuRfXtMTN7Samlh/IDZj1Slcv1H0DaF/mRR48khSqC8bhSTnKYCnYgWZLRYaADhXPf7I6tnsP5Q1+H0blIBFN9fdtycAwBYNZdMlxvwqMuyEpzUUePPPiIaamWmZaH2LaOc6Uc+K4itrsgsBAJ/8/O45fQvAtAvfb6lwcy6RCkxX4ADgbl6hWaishZw1zp03JxlvtJ2a58AFXL9ZxyzCO3wp8OWXpKUUVVldIbr6rNGnlP0sBACUHUyRtghJWmbOqSe55+osjgEOwH0UACAGXbVSbKV9WxW/338sXojiN4BcAmtr1bC8ZcyfbfknRPDEgxbvkkM/37p/VUX7ZfnGAABZqOXZNgkAIGJAp8D+5jVyFeAAoJG32SDVCeDvpjkABagu/C0geiGxyCrRRgU3nucSJjZjT75jov6RCZiCFv/WM5PmbqHOpFJd6BEAoOhq+PWvPRy4bQAQxwGAdOq5d+26HyGraqVZiVkfs2ySdF6+RYScdm17DveJ7r1hgnnwgFt59/vMv93DP6tUVwCA+la2NQCgIgBMj3jAEXShZ4jJ5FomeWwAYC4A2WOFI8Bha1oEUABg12twAR2iK0837y8QtwbQ0N/7ynQEn3o22qx/2uEPAFDmDp89Vu0AkOhogsNnH3aJA2/a07C+pYh/kx3UUqXJq+h3ciz/iZH/OXEKYgrGExEgb8nvNB3VF35HnNWEQ+J8i1H1VanOPCAawdFK/FhGA6KjJ4bL+9f+3eQvDzqAorsipj82CYfWymHnoCORF9Fc7bn4G7EJmxWYdyr4rMqG3N+z3Ifhd7FWjca76Aew7H9sAnkid2cAgGf8vvt+Xx3AH/1fE09VcG6uN6iGcuucuEL7gKh/YDwO//XvDgCQI1FU/u0CHQAH70kAEgcdxbh9spVniWhbctHnf+PF7vnGy0SnVljs2gbRU+9u3zfBWvHg9kT+xwwhQr1rN99cfQHg1c9Nin5wDQO4sFtKZA4rxl7DHrOiRpHcBfvrvX8+AEDtAMAkB5uIwA9sbngZJtSsqtP3O99WrbbXay9PJ/mEf8ZzX1PtO/OMDgC482Xpae2ovNGNvgDw5c9bOgd4r24YS5ImcNH8jeAylTvgv+Hm3iV65l0BABoBAAR9aHjsrIIOLgD0ESgioBGNYa3hogHG3v4kaIaDuBDSLWDK3ptIZSZu3JrTL88B9+3z8JFocK0OLOKJTkfl8KnaCFZeiTzr51OcFCXI7MeuRJTUP+gAfFc9Qzs1A+L2B2sGt+JZZZ3cDQFbM/pgU50CDJx359lAGabfuqZ2Ci8Vm1asmAbQikOOQTMi2qzYf8AGAAV2Tc2lvhZg0aNUX+LDr/J7nvXzAYCryPZr1WR49Mjkd8QTAKDGba1WAMi1tvIvaQpxAICbH7JdXMx4ng1U4+eX/io3hx8OFvI5KKhqDIemM9yIKUxS5qQYAIDKFjIrO86AAHCyCqzi3RvbRCjV1esRPc5YJHTWAXa/6/otIrgO48Eeunc7AEDtZkBwAHyDYx8g9huymSj84jaifaDZzfSUaIjD72TX0b4LDwDiMgwQwGMHceHfVQMAAAkKNlbuCttvJ+dUBys++JeILl82np9n4gWKTL5ZHx8OAGPCFHnFCu9WMSBwABkofnBoafHlWtHbBvInWDm49Opjs10ZXhM1ZbCQ90CWxb+Tbn90CgAgHoMCAHZWJ9Cn6HqkreHBkWQ+AkC7ST2t/HKbO0Q7cvh5XqibuET0dsYqwUkcAByPLm9PmBHoSpJcjwMApK2q9Xub5bSVd5zfDuynRBGWBQD9gcVNCmuJBKVs1hETYqRD6JhClov0JIoAHaKh1DMAPeBTgfWp2q8CHNomUqlD047MvKdEh7C5i9IXc4Eb8/aOyTAMjECdAfX4LAMA9KaXgEHmgmyZ390fAQAynJi0HHzQQCv7WcaN48YOqGZ7KAAQMRtIDIHKNQvmOLQviqyoZoGYuJQFZ/OX5B2sy68Ct+/6BhErI1FNqW/k7dMx0eYmEW5/KAJRqgzuzVxxqU90dET0oauTuoMZtmXU9Dce7o4BMKuILJWf9i15P27MAAAZKO3eOK4Jr2oA4NtMNNvutOuQcTOQqpamKKXFGZ2FJjD7QcGlYpM9CRyInYTyZGVOFgDgvgfyNua5s2M4BDzg5MCV4OCDWwC39703iwHAb+7tjvFuPfxgGmfd/kkihP587tOCp/lauxtj78AoeOLMd9iEQPQqOQDMRxVbrB9AlV4xJUL/kNXMhVJUSQFHcUDjJkY9Aj3kcVOT15FQRFNoQwwCPdhMCvNoC/LqlwkqSWz7T/3z3TFzOJKmHunB9OGkNTA5Op1t3cSsSkHBDyBmBeHLzwEqkt7a5QA0l6B2Lap0igsf5sI8I6LhsdnsWOClVQM8uGGyPDBLbm0RbV8y/ZGd965k8j2XBTlm4CNhwflXEtegXo11AIA9JQYA+LlDC5/wzIuSVNn2n/x/TGEbBWukWrdPPIBBrRG8RFhUQQTEVVyekfQ1AMAMALC189pMbdAQA/QCKpo2PA4AsIjHR1I+Sl7O714junIpy/E3abBhioJSSp83XzP/8gYAfKxdQcXiP+vMKdi2yjrZViJbawWA/+x/2h2DC8Qh59s+Q/g4gPr5b0h+bwCAGNpA6aQKJ3vfs30XRUVWjPJHZdCi2X2SlIAHsDdbRTY4k9A60eWMHMDxsUlbZQPAo4dEYO1dEUCdaewioYiA09s/IpcFBnUCAN4PnQDKay2KCPC3/8ddvmu0xFoaAEwVeO0QvfD+AACZYgHiqsey/R/a/65x6qgiRXO2+8G/NQAGAAAxQB94Ke49IToGyMRQZ8rP4YJbHVyzLnNSXSMOAfAgxszy2EwTKWyFIGzxPslAfFZPOYBPvbw71ssG88Q+tCs5R+JYjMs5vnWW2ThwADErEQcAICRqCCBXXdUZfHw2R5Y2AAAogqA70DBSaKQBAm+/OT0SwICjyJT1qcGxJsu35GmbBAB8kMTUqgBw82mi1Z5ZY2ju772d7njlAgDmOCsXoO83KAB88gtGB5D2xAWcpVlFAgB4AIC68eLwgPUvyvKnLWTZv9f8BBgXXAAqAcGJBc/rrxmFZ6RFFgCw2cisVoey5190vFmxBPhOSFnQmt94anL48U7Q5fUvtQAAPr87hj4Kz6ygsjg6BQAgyhwL4G6YKARVSoldOACQIhOqtXzqOXPD4da7DQ7AVu7F7KKiVo6iB7ho/6i6srDIUaw8QnThTXhGdOPWhLvj6MKOyf575610pWvVHMAnXprmAJJAIJYDCCIAdeA5pawvvLegXXfZNCyiLesd94keOlFbGm6JZCy4Nexoq7hN6pvwoegG9+2v8/n4Hxilkj4qUyKNFEyPLOKIaQlgd/mCVw7S4qqsRNM/qknvEN2Sww8vPjxcwntAdO8tI29vb8ymsO4L7Ie4veW7Pm47Xa+f+t2JEhBtVByIgo5EXJsCBgF1pFh3dRg9K435X19+aeqCtD0G8867bf068JzSSSkAuIoa+FZfA2ssF6LtW+36XcP7U83QdtKFpAXM6ohUFQF1cX/in+6ONV1Uz/aas0wenHZK3Fzz5ryr6juyjovgHWaf2ZliosCFVQR/8K364HA9FgsJ/wzFYSW8Num9djZgBpDTSRx+1rna7XW9Pvp70wCgIKD5BnC5sZLQgnWtAYmkJAEALACYtTg46JCPsU9AT42uuvE0UU/s/hp8oUFgFxEA/s4/2R1D5lWvPt60QDTxNGMloKSTwu/yprwqsvnL7IsMS/aDy39jkwjZmOFTb1t0oC9xOb+0ubgAUIYCEO90AcCeh+38w9ytJcapxQCHH0DgAsC6lTnog50F4gB8kBkgoAUpDvYMkiPVku1qicOPTZS2WdoqAvyX/9vueHDk2NHVw08y2XDpMGGTLzoAxB1gPbTqz49Mv/fFOzLtwLu/twuCxO2xomy1cgA2l6I5JrXE27k5S8AUzJ3bTvQoAEAloO9ZFADwOfxJCw8Zb138r3H4fcM5iwJA0f7u9xQdr6r+bmBNUmDLrPermKbJco9jouOqmr8vYBR9v+970totHAfQlAxedMGL9r8oAKBcl4bWQpmm3FecTOyup/ZHeKxUP+cY/HtWTjybpc67H4quR9H+aQfb9/cBAHwpVbBd0QUv2v+iAADm6aayivOoS6KHchBga6W+KFtpYP6z5fGk/srCI3kHXIyTuMWi61G0f8HtGHVfvjbxJ/jetQXQAeRF/KIEL7rgRfvnBYCkEldF55PWP82cNusAIw8e5Ph1Sb4BJe5jTwCw9QEAHjxxijz7/TbXorognT9XDjo7DyZp3190v/n2H28aPwfM8YevBQDwpVtqu7IX2Ge8WbXoffrPUmi5ByHPeD4svN1mlkItTQcAbThucfX5cMWIWRwE5gCFoNry0wDA1VsABNRhCpyIWpFsGhalX+oGLKFBUYVlCVMofYjMnoB5Z1D2AvuMVzYAzKpw6zOfWbRra3/XIpCUXDOJA8A3Sybw6PNPhqaQqC1OFP3+vPsyS78AAFmo5bQte4F9xptVkdanv/u5ZQNKVg6gCQBRGqaZBF162pYH9Q+BOwWSlbiHH9+V93DVKcLmnWOBY1N517nmAMo+MIsIAKBhUj79NACD3L8tJmKw/qgYnhQSnPdwBQAohhG5ASDPDZq2YYp9SrbeOv/fGE/7/tujaB07/Aw15fH/o4TCFT7ggHHybFj7cCxi/2wrO2kNumWlV+eSlC3rEH3/VlACJtJ+EQDABYOzIdEwoXSVj7gRACAfANYJAMtXJ2/78GYAgAAADgWOS6pck2VTBw4gC7WKcQABADxp3RYOIK/sqJ85SwTQNlBirUIMIKL9AAAe+XemN1FRAPPckuea5REBNp4zHpNwlvprnWI1CvLOu85+mWUknVxbAKAosWzXz6SxYMYCAGBT7AUAmGsA2LGiAb97EYKBsipJFhEA8M3qR/8kAMBcA4ByADBZLkQ4cACAbDwENkW2HqF1EQrk3Z94Zx4RALEA+nx4YwGUgEUWp4y+RRa4jPfPEgE0eQSXmBIu4K8GACiD7N5jFNkfeQCggyxISyYfxA/szD/Yp+oA7t05X2QCB0IrsdRd+MJ75yQ0fGjb8eGdIqm+uKpMC8qLv/VlM/Hjx6bQCeodXn+GqONZc+GLfzidAgvZjNy02cj2i2QZdtYj/f73frPJ+Hs6NKnR4a6LyjuaVIeTbHRNpmA3ASzoh3Jbvg/KyyG5KMyrWthDs0m5Y3DqeQQzIfvUiAhlyBFU4MojaXUK0ubWe3oCAAuREzANYe/fm94oSkBNunjtehpJ2/V7AMDGJaKVFeOS2kdxTykiiZkW3UBFv1YBYHBswlJXUO7sKTNH5ARIq7vwyucm+e9wk8GByQYALReeNM+NKyYjzormQ3RToUtqNK23N0ZZLknJDXC4fsuPAjj8+EZEB6IOA7gtZOgZa9YSZxi8DzUJeitEpyiAOjIA5YJb0fUL+QAcwsdxAGiiXABSRl+kBwCwc31yo+3dNzcaHhyuOspnz6IXZ1RCnbtVIlS6ZRCQmw/zS0u7fgf9rRx4OJyc0xAPimgmqPC0wu7jN8ztv3E5eZbMIsMrUrgLgExPUmv5pkg73Cfqn0zewfsJWYkTkoxqpV+AINcBQCHUmDLoAQCyncZUEeDB/Ul5KN1EYMM0zfL1m9le2HTr+3eJrtwiGo6JVjpms2MztkUEQJpu3KoAJeTlRwjvmeToZzBIuCGVrgwAEZtm/Rsl3V3+WsCAQ4RR13GZ6K0vmD7gBJIeLYxy2jfs8ske0aYoz3wB4Mmj6dqOytovOyIEa1wlhx+qT2kZdC5RDwCQysCKa3kAYCrM2soEvQgK31QAwI3JJbglSYKmW+Ybc4XoquU6WdfhthdMY9M5Xz3kVrC81kTcDYHv2bxEBN99sJNgRW+/bgAALOhFr/RTdA3++P+eHgHltm2u4eQJ0ZpVgVk5h6OHRBtXiZ56r3BTQk9hPM5NizkTyUg86Eul5zHRmhxALTbLVZrAEcmlAw4AIkA0J4gP0FlAr9Eh2kqpU+BOxE5UwlGKDgDYInJRp7Oia1NF/1QAeLxHBKRX1NcFx99xedWrmKQ9pn348XMFABzkIXz1nTTX5wDgoRntmXeaA4+02HfflFTfS0Tbm8W+AEotvrQ6wsJfMKOhAoDK+KsbZp0BrHhOT0wZ9u7q5Gf4+fDYiC2XrMIa0F/Y4AGaYCyQBJwX1xwcSfCNkH3zqugU0BY6DBxs0BM5DQUEsMY8riPOQDLYkOhD31VEVmt9OFIxAMA06bgcOBBWS2jJr6GdxoLmYbl8FyeuXVKe+UwAMCbavj5J/7z3WJRr0AEUBIA3X53MGht2HYVHL5Ci9MufNwdLK+3iUE+V3LYOHf/cLp3WITqwgqVw2BkMNc+2ACNKyOPWZ53EmVF0Yo9Bp/Dc10+vOgAAQAAFI0yx4NTAOXClIvSX5ly1CYVKMlgh0BV1LcBVaLajAADOqTvqGxSGKUhZNk0rhaZtAQBvEUA4gE0UvVgxWnKUrOLS5svZN5ALUm+9Yv1kyRTYuGbdMkXAr46+UELyzYyDt2L+2A9MdlokyVbY8RnvEN0XMybf9vCfxjmV4p0GDYgAAPwOAA3ESwESyPfPfJ2xCnA/wRfug/Es/QfL/mI9YHECNQtRrVne6UsrN80aWbqPhdcBpDlSVP17dxFd9t9OKYUNAdsw3w6WGGADlE9iC7yzaPCK3f9TL5l8A1yJRvLhsW3dOhQdsWdDztXCK74bOKmdW5RzVkWerN/rjv0By2Emzaxc9Lte/n/NCAAOreABYFCRhX8nyk78/IVvNube4YBocDLdDn2gN1ClNjiInQTl5zzK/4zHsxas6gOeNr67WWbl5ENbPvwwT8GBBTcMkllalV+U3UPbWcVLsx4Id552/499bnesnBNuPvY9cmVXCwyglCrjsQ+pb6FWvDftALt1CiA31wkAX/gd4Q7AAYyIoKTUQ88Kakvngv+//rzZF0zzRC8jofgS0a2n46kfACCGLmkHuOjvkziAWZWMwAlgw/ONMDYsuD62wiepwk7ZHMCP/oPdMTYpvPoAAGnPu3bTWvj93uV2yvheNz+gFin54NWJy2wagPjNPrnVm18yIgU4AL7BbT2EmAtVdoBoAY9K91GdhIoUtn4ryYwZAKAFAFB089gA4FO41OdGjJuTvVkAAGizftlozuOMAjZHUBYA4J2uhjtJDPDleOwMwXaKcN/+RdcP/R89lsMPTg9igMVNsa5BCIy/YK14JI5V+m51Ykr6/wAA1ioVvcF9+v9X/2x3HB0AYYVZuQMnD0vxqP4HX/Mt2bYRV7OBqcnqFucMB/mbWfQLZrZLogZzQjDfWgq1uLbw3YdJzqaR/j/aYxw8ODhQkm7aJdM9luKV359upN6DLKeLFQAtoDAEpwRzIvuc4PfidmyPwKW9If7DKrBC9Pw3mP+P4hdU/yPxDtrWd22fe85gCion4VHQDBxAzGL7HPA0HcNP/NNJUk5sAGiZsQHZ9AhTkfNkBYBHovW3LFFcmGJqU8n/QKu9nXGDe5yBWps8eTJ5nR3soz916dBbNwoybYuDbvdjxaUQDMqyKxkdv778kjEhK9utsQnsnmybFJeJeptEw5OJFQIAYGv+bUKyo9AK0QvvNz+F/wVcixUIsH+ieAU4EomokOa5+qxUu0blpLi6BbUuZg0va1wJ+LF/eT4rLzYkNgcDAW5vQX1some+KhtVsAFtBxR7s+ttoiOi3Vc5duhsb2u+9Vc+n+zvHzc7NyowAgoLKWyLRVYR5c7taeUbm+/PjEORPS7Af/MK0eGjCYvvrg/PTTg05gDANQg4oVQ9rD9qXnRNjwo2aa7KAADM0dWZBA6gIg7gk39oiQDyDnj0sRZfgj04BBU29R7RZSthg89xY8cWfeTGAbDggUzuPu+64AAw9b2zCGSx9ucOC/rp7zvTgJIVAB4/NAea7fbOfMAFsOK+S7SxbW7po0NziKMAJruPOAagzzIiA9eIBsLxMAAgQlAuj3OfLsChHEMSaaDniFMyLyQAxBEJxRP1QCpbB1YLOdTRPqsWeKS5tvTGkUivH3najPer+7vj6D2wl0MDPCL6IdE8f+aV8xwE2nAfzxBaHyBpa5uHIuLw/CSK0J5rVY5ark8G3jnL16Ct9POdVwAApdTWxMPLJh5yqOcCgLVJcgpl+XDAf+SGGe/XDs8fcNwoP3DJ/D4OAIAhLPJBTvSIoPPdBG1s1wQAxB3+WabZNtIt65wCAAjFUDkFBxV2bdXMgwP40FJ+AMDQG1tGA69hxt+zasZD2m6oAHCgB9BsHxsu4Pu3AwCAPhEAaGivI9aUzQEs4uEHnQMAOADAUWJyMHHjfkBy5WUVASBSMABsEK2LVxdO/nfKeAAA9Z+B6D44Mu2V4wgigCyMyMeu737ZAJAUjJX1Rr1o7QMAKABI0sTVTaJVy2aOHOpo8otf2o3M+si2cxPprGY8IxEBEMVlx+J/lwUALgdgA0BWwLloGy9tvnsHRpvOPu3goLpixhOlm+0KnTZWHb8/cUy7/QHRjaeMQg9mvMFhHbPI/o4AAHrRiBIQ6luAADttnBL9DWHZP/Wnu2OksIIm//iJPwBA7t/A2Aj9XCJSEcBWAuqyoa1mbF10AEAYtPo1dJdMLIS6QSOZxlqM+3FcQpXsRyJfDxcAnnqOaM2K4eeUaC18AgDIokBr34FLq+WlhQ2nWvmf+Re748hxpEOUljNQOQDXaUWVgL/yZHdse4RpCKm+b9EBIM9ZmVXJOM94Wfq4APD8e4x5UE2EAQCyULN429SMQO4rRmyEFeFfTXcdoh+5bkSAn/7/jF2fAWKJ6HpKdNtQ8rxpaKe+TwHgl+/vjsERYDw+/LAdnxH9sJgJAwBk3wRt4gAAAHgAAIgvuA/HoRY+gQPwXBQEa9iOJU3kDPScaq5mS6tEO3AWOSM62Cc6Fp9xHcxmZ31eAHrZ5s/o35Drl4onXFkRAAZXFlfp5tcHxsyKNfvetfOVcPB79cR08+T7fJ/b5hhWHLk48JcCAMKK376dLacfDuUv35uYiXFpuDn8ki4IPdBZfj+PIJCZA0hb9BPkekMQDxx2zopv4LT31f377WtEG+tE+zj8x8UBQINOkr6jqBa/hxx9wl//9e75A/IPRwIAI6PHcQ+Q/h7zKwMAThAXgCkhyw90Fk4OxywAGgCg+O4vHQAwJTtdU1oa6+KfkD6CJrFAy3sFWUwAwNY60Z275lwpB3DzlkkC+uBO+nzsFlUDQFqhC7s8elwxTPxe0/65v8/2paa1Jm1VsQ7RmvYTACAPVfP3qQQA8k+nmp52dpxZeQDwdsTQgzXtj4gO9ojgY24/NyTrLeolKADAiUmj5MoCADbtlSACAABUVfM9MeWu/zs54LAkJAGAfn8ZAOCusKsUzAoAvzU2ZmdUGILlqGwRoJod2Z5REwEgTUZqzyeUOxMNB8WBgFzq+rdfvmGCRQ4ODPuK8NVbz5qU1XiyAoA9eze8uoz/n3WDY/z/fmxEgCQAwO9VSx8HELMOXBnzTxsfAID5H/eJPhijw0jrn/X35e625kcLAOCsgQJAEgewtjmJM3/8mOjGDVOzjgtXElEahzFryas4MGks/mfPdv9/9t4E2tLsqu/bb36vpq6+Vd2q6m6VpJa6BQIhYTPYkOBlEuxlO7YTJ1kEHMOSMESAw4wsRreF8OyYMWA8JM4KtvGKE2xsPGHA2GBssEE0SLSk7lZP1d01dXVVvXm4Wb9zzr73vO99937fud9wv3ff/taqeu/de74z7HPO/+y9zx76atI9jgOAI8lLlpm6geoun8IB1EHf6W/ZentgAJChp4bRGhVDT+/Q1fnlQsiNSJYhgtgcSqbeZR0AACAASURBVM2VOFd1LNCRSry+SJ4SUJ2t1L8iRQnYRH9TAeJv3RreAmAbkvp+avnEKe18cQOAHAAoiqJ7SCdw2bPPqwsiN26JbAdfhUlmvokN9eN7n9bXa9k8Lf//cSdsoL73sMxuCHcNGJKB5r2fuoGKyhfRLfs+diL6DrYos57Kq4g+qd83jpg2IalTYuWNAu1RwACgPVpbS0aBzlHAAKBzU2IdMgq0R4EZCYLdHsGsJaPALFHAAGCWZtPGYhRIpIABQCLBrLhRYJYoYAAwS7NpYzEKJFLAACCRYFbcKDBLFDAAmKXZtLEYBRIpYACQSDArbhSYJQoYAMzSbNpYjAKJFDAASCSYFTcKzBIFDABmaTZtLEaBRAoYACQSzIobBWaJAgYAszSbNhajQCIFDAASCWbFjQKzRAEDgFmaTRuLUSCRAgYAiQSz4kaBWaKAAcAszaaNxSiQSAEDgESCWXGjwCxRwABglmbTxmIUSKSAAUAiway4UWCWKGAAMEuzaWMxCiRSwAAgkWBW3CgwSxQwAJil2bSxGAUSKWAAkEgwK24UmCUKGADM0mzaWIwCiRQwAEgkmBU3CswSBQwAZmk2bSxGgUQKGAAkEsyKGwVmiQIGALM0mzYWo0AiBQwAEglmxY0Cs0QBA4BZmk0bi1EgkQIGAIkEs+JGgVmigAHALM2mjcUokEgBA4BEgllxo8AsUcAAYJZm08ZiFEikgAFAIsGsuFFglihgADBLs2ljMQokUsAAIJFgVtwoMEsUMACYpdm0sRgFEilgAJBIMCtuFJglChgAzNJs2liMAokUMABIJJgVNwrMEgUMAGZpNm0sRoFEChgAJBLMihsFZokCBgCzNJs2FqNAIgUMABIJZsWNArNEAQOAWZpNG4tRIJECBgCJBLPiRoFZooABwCzNpo3FKJBIAQOARIJZcaPALFFg7huv9/qzNCAbi8hfe+DWANi//KkwvweBMvMiC/MiS0sic6HU9q7IAf9EZK4vMrcwpGKvN9sUvfpSND4IMC8CWRwtROShh/PHH9P4OFPIAOA4z96IvhcCgIgsLIkshI0OAOzvDAGBTaDPrAPA+pbI4rLI7q7InRsi83N+80s4Fg0AZnCDzPqQcgGAQYcTjl8XFzwXwMPi39kLVOm7QzD8JzLrALAbLYYbVz0H5BHA0+CScQCzvl1mb3xjASAs7BgAnAiwLzLHwu+L7AfRACDoXZw9+sQjGgsAInLpjSYCzPYKmMHRjQMAxwTMiywiArDDDzy3u78rshsEX4BA9QOpAPDARRFVIWyKyOs3PIEvRUDCprsZPq+L/DrmcTotynztbq8PwM1FYs78nsgPL3u9yVd9stfvM/6+yEFfZHdf5CD8zfcXHhj2eBb0AKYDqGsFdqieQwDw0cNK3oM5L/svL3kxgEXOAt/d8ac/iz/mgi8mcgC60fdFZH1HZOOOJ8yFiyJB4nB/vzIlAPjqg16/n3P39aNzHgDe91yv3++L7OyK7AWuaJRS1ACgQ4veupJ/Mn05ADDvNzoKLjb9wqLI/KLI0rzI/oHIvmMBwu97InsHvuz8gcj5CQAgu/m1Z01yAWU5gG/q9/pwKPRxI3SM4f/1CAD290X29rxYFNOO4rFOxADAdl0nKRAvzK98ttd3J3tg/Tn99QoQUYDTnxOPkx8wYPP39/1niAFnzqQN8b6LnpvQkz9+OxYP+PzOiHJpLfrSZQHgW/u9/iq3ILQfQCALAChFoQEiETSKn7/z9uEV6yT97No7JgJ0bUZq6E8MAF97tdfXNYzcy6bOLuq4yRgQ+BxdQV3PqXMi55aHtXHAXq9JFCgLAHAA58ItHxzA3fC7cgBf+mEvAkAngAG5wIlE4XYkvhUwDqCulWH11EqBeGF2zdCrKV1AFgC0nVjhSJn39Xv9U4EDcKJK2OSqA/gSAIBNj26EAnBOKA0X/GexXYABQK3L1iqriwJdBgDGiGJxUUQwPbjREAcQ6xtU4agAoKavcEb8vrAj8sMrnrX/n3691+f0RxQ6CLYR6EzcjUn/sF2AAUBdK9bqqZUCXQcARIElrO9ydABVN5VyPKM4gK/d6aHucEqAhb7I3o7I0r7ID571APAlT/prwH2UgHsi3BigN1lc9GDx999lOoBaF6tVVj8Fug4AZUZcRqYvU09cxnEAz+X7vsDuu5uRxfJ6j6pgldr/JsqbErAJqk65TgOA/AkYCwD9cEXKaV9S8WkAMOWFfhyan/Yi6ZoSsOyctc4B9D2rzxWpOkkV9XXac1vUvzLfGwdQhkoVykx7kRgADCdvHAfg1ALBOnLcNem057PCUsx9NVcm4s4TizFnLx75htfdeJn6UMZgkokGhn7xcC3DBS19vP2a/8zd22LQEu65nTy3ILKyXJ6lK9OfuMwebrT7IpvbIrtb/toIqzr6p3fIlx5KrbV6eRMBRosAWUB0ZtD4QWD6i1NUJjrGOG/IWQCDXABgUc8FhQg249N6dHL4qf7Zg76EjX7vTtj0wYsTvMKBA/BaXhZZXWkOAKATC2drS2R70zvUqLMNAAUQGABMtnqaEgGyAODMfndFtre99V+4+h90+sQBAAjoDliixiRoRCeb5vFv6eQ4AMh5YNXW7x39Yq8vshJs3pfXvONLEw/92tkRuXtXZGtbZH/Ta5Ld6Q8HNSfy0Ah30ib6o3XOEgeQSqcib8Ds92z+3T1/JXkiAeCrnvHeUY71wfghUJzN3yT7XGZidXKOnP768pzI+npg/bFfD5/Ps/kREZZEVk81CwAsnNdf91wADiRwICwkfqEfV95cZqT1ljEAKC8CxADgRM3Mk+UAZoHtj4c4BwA4JxBsJoPX2CI6gBVvrLGyUu/iTKmtDABw+roNFxxe1I8dEebMKZGV1eb0GCoCrN8RIbSUO0ECgmI4xr8rb00ZcT1lZwEAUilRRmSgTJ1K0VkAg7n3ftwDAIuXzcP6xU0Un0nkZ+TocVrR1IlKKY9PNnL1qIcNeA9vjqAicKZcjIOAF6dFTq14AGuq/wpQ23dF7qGs3PRciPO8g5uaF3nUACBlyicuawAwGenmvuITvb47QYOPNIor7J41asw0bwIUANSXPR6i6iru3D48cAWwpVWR06dElhrkYAAAWP+tHW9SurM9dCBRUerzPtfbvG/U6PqaN9Wxee33Brt2ytV54k22xNp5ywBgMjrP4S+uXk9Uwcbnn2Ol56arCFQAUH/1QbRaQjQFH9cYAHDg4NqSr1bWPPu/tjYZYcq8BQeyvSWysekBYH9bZJu+hd0PkH7O5/qa4vBYZepOLYMfvj5PhOAWBgCHqViHCDALbH9Mlbn3Pe8DRuQ+HQEANlrWHoHPAKrbtwcBbL323bEAnv2HC2gaALY2RAiqCVjtcpUU4uq5uHIi8jmfPV0O4L/+iV7fhfymXwsiZ+8XufwOkbXEQB+pgJRSntuU114V2dkSee2Fw2++4wtSahpfdhQA0D5Avrl19P2ZVwJ+zQu9/rhrti6IAOMA4HVEAPy18ewKsvf8ksjaqgeAU4R/aehh0+9w/7/nxQBntIQHWQBUAODKWxpqfEy18SkFALgIP0S5mRc52xN55NNFVnCK78jD/N581XNQ926I7MIugeOrIo99Tn2dHAUA8TwW2QHMHAfwNS8GAMhyAcHQBtvoppRoRVOrIoACAD+dki0EruT3rXvDq0vn200YpxV/8pPwYa0FHYCe/hgFOTDVoJP96V8D/o+/2Ouj2XVx/kTkzHmR85emN6d5c44u5fZNke2NYOUZCgFYD72paJWU/34UAKDH4fTvuxPkcH0zzwF83cu9/jhTW4IhTOtRQyA2Fnsq77oSAxx9HIYhtgQLwOXV5mwAaMopAZH7dzz7jxJQT3/XFQDg0fapF59SX/bhXt9d8RLeC8XoGZHV0+33aVyLSsfNu8EHP+h4APpLLQAA7P868cGihCDa35kHALTE2ThwZWLHtbGEBnbasNfhjj2+rsToBhNODdzmzHAJec3Jv9a8ApM+semRXfEHgBMgx57b/FxFisjDUxYBft8/8P7vLuNNeB54XOSBR9qYwfFtqB0FV72AwNWPBB1K9FqdOoBRvUmxm5g5EaDr10TOTntnaKvNJGpcd7g1ZHBsFjSQI58hO3L/37QlowLU1qa/DlSOBTkFACABxZuvtL/RsjoAeqA+XRh43X9F5IEpmChnKaF2FOhO4KBuPCuyp4rUBnQABgBHKVCrZVQTS12v2jZRYu15EW2gZJsLd+9Rwyx0rABPnRZZxpCpIT8AbZLFiz8AtwGEkXZhpAJTgu7kx9853RBSX/wfvA7Aibbhanf1PpHzF5qYrbQ61ZsSERRvSvQ5Pl7X8Pn7n5NGv0kONOMA0uat1dKOA8DbLijY8gBAO+REgJD26TQA0LAOQNt1SsBwC6A3KmpP8TceTVvAdRP3vR/1Me40MSg+76tnvXg07WcgAmC9iRfntgdSp4xb8FzU3313Gv0MANJmtfMcQNpwTl5ptQBU459JNkBbVIuNlTQgaPwZeQTX4UzCLQrx+8EudJbBVWUgytDnV/dFTod4EKPGsLHurxXVR0PLoUtyadG2Q8hvbpjIBlygdDQdQFurxdopRQHNtvOng/VflwFAwUoHxobPRgi+c3Ho1cnGJ48IQHA2vEQc/5DGUK4BDgVhxa89H7gKNjgu2sHSlepUL+rSo4V4AI++ezzZDQBKLUsr1BYFugIAupE1G/Co8Y8LCc47ty96fQWMADZcbPysGgc7IUDAuYEUAMBv/oy/YdBbEOI0zEUVujyBcAOwGKsi7/pCA4C21q61UwMFuiACaAz+OlJ97V8UwUpZT3xcObDlcrc7wWENB1A1/7hWAABP/ouhg5Y79Ql0ExmHIW1wletubvoi7/qDBgA1LEurom0KlPGGq7tPgM8pYi5GFVdN+33molcBsNmpl70KCAAAWC9fjzY/zRYBQN1jNhGgbopafbVQYBoAkM32G+fhm3RQayFtGO/DUcDu3x+BAYc1n6n8ju9Am48BQJvUtrZKU2AaABDn36tj8zPYxaAE5CYQhV8v6AI0LuzrIaW3ulucNQAovUbyCto1YCXydeflaQCAcgB1yP5Kye1zXk53/wiqqjs9nPy3tGBfZGlPZBlEaPExDqBFYltT5SkwDQDI692rVzMR3HHTxtYflOAfXqZEmw5BU10dcyJnL3jLzY2L/t4f7TxyPyc/Sj9wwFkzxrkh0Ad8fKjhV1dejLFiD1Z336+efrQfdzyEb9ePxoUBp4wBQPk1aSVbpEBXAOCVq5lBE3c/JHXhvp3AJFj4uYy76qAwJ3LhIb/pDy4ONz81IVogCjjxYGjN7AABcNj62OH2sCKEezjiwp4xMXZe22j+B8ji6zEAaHHRWlP1UaCTAMDGDxvVeXNyRAe/BE3DxYF+X0+E/A0Y6TihP3pChHVnE8CNQCQRuLqfywCAix/porIersfFkMzJL+EcyyIuwACgvjVpNbVIga4AwKsvD0O0D7yi2PdsypA5ic1J0hScts71vOcmXIFz5b7PW/8pcwDnzsMVYLyv+Z0bgWdHAQAvRSAwFgB0nuZELhY4SZkI0OKitqbKU6ArAHDr1vCkZwNqxGknuofcDeqwdf4BH7vBBXjt+xDwC2EDcvevp70L8hpEgJgiiAZ3Kt4CEFNS804ikpy7bzzNDQDKr0krOQWl0bR9AXC+QQnnFHEc+mz6oIBzGz8kdT13wYds04eoyvdui5y94jc+X6nFLmIApr/KwSMOACgAQL8iABDHwekTAntRFELOAMC2dRIF2l4w0wYAl2E3UMjFbgQAguYeeRsAIFw6p79q+fl5CxM/NuLlIXmde3cOtTETBgT4rsj3IGmyShRuez5LdKlSEbMDqES+4pfbXjDTBoBiivgSea7BfL4ZTIFVyx8DgKZ/xztQwxrersgBlO2vlmt7PlP7l1reACCVYh0tP00dQEpEnY6Sr3S3DABKk8oKtkkBA4B2qG0A0A6drZVEChgAJBJswuIGABMSzl5rlgIGAM3S13QA7dB35lpB2aXx75oc3EkFgI/8rKeq+gHsbQW/Az5UDSJXklgWhdztpEnj4Ubid/63abNiHEAavU58adV2N31ddWIB4Of8EtP4ACSKIbxXNry4K0SuBpLKRtmbDQCu+8wx9jRDAeMAmqGr1nr1EyEfIzYEBz5VO4ZHzoeA+H8hTDyAgP0Bp7/zScCycFnksc9M659xAGn0stItUeCkcgDXXxYh/bkzJSYJagjwyamGmTHx/+aWPSgAApgbu0zJMAR9kYc/JW2CDADS6GWlW6LArADA+sWjBHM+AXj5icjlyB3w+rbIIsECSjy3XvFxCW4+NxQP4BDe/vnjX1YRDt8EGIdvD+HXSzR5LIqYIdCxmKbiTs4KAJAXIHjoDuR6Nr5+hqWwYsAr+yIrBYlBoByiARaD2+si9677NGQ8uCS//XePp61GXVYPRc2/UDwjx6OEAcDxmKfCXs4SAKhSSiMD8Td7lnDhbwtegSj1cQZ6poQpMDI/Tj/3Xvfsvz7zKyIPXiok7aHkJd+7kpaqrLj26ZYwAJgu/WtrfVYAYOmi9wTE/RenHxT2+P0DAJz86iuEMxDhAJ8tAQCahdi5I/d9Ond1ULo/R+QYNymmA6htyVpFdVJgVgDgdMgMFOcD0HRgiALsV/UiBhTKcADj6PzsJ3z0Ecd1hOtBIgeRRn1pQeTSw4ffNgCoc9WegLraXjDT8Aas0xmIsOBsfth/FG88mgqM3zVcOKAAIKyW4ADGAsCz/lu9JlQXZBSEGA89ZABwAnZpg0M0AEgjrioBcflF5udkBgBiZX/sIlwHALiARCFYKb1dIEYgAEC2YAOAtAm00tNlGY87B6DXgMj/AAAPp/1GzsJCjl+9WW3FPf/s0JBINz0iARGIAZ/LBgDVCGxvT58CdbLobY1G+/xVn+z1t9ZFdvZEdok2FAx6XNDQRZFXP+w36sZ1kbMPiCysirz9vxBZU/SoucNtc3Q1d/9IdXYL0DSFO1D/cQaAP/5kr7+9F9J3Extw34f35vTHku/2MyL9bZGtDZHVUyLL50Qe+1wDgLLL7sQCQNl89mUJ2eVyxxkAvuQ/9fob4e5+n02Pnf+cN/vl6F9U5x9+XxRZOSPy4BtFVogj3sBjHEADRJ1GlW156U1jbNk2swCAZZyLr4dtPBF8g0YdZxlCdONAo99TV5xPY1lD9U4wMAXdMu7R2uf/4dd6/X02Of1ABMDmn74Hhx5uCugrNgILyz7W4NleTmagCfqb94oBQE2EnHY1J5UD+JoXe/095Ghy9u0HD7mgAXcZdULuPhfRN4CDWuYBEKc1GucEE5iSTFQ32p98rtdfWBRBD3DjFb/5D3D+wbNPRC5pIg/Cjc+LLJ/yAIZCD6DjwfAHYyCerU2RvY2QiGRR5JHHyw9k1jY/Iz+xIkD5aT/+JeOF+xWf6PVdok492kNsbjY3d+xov3m0CCethvImrv/Z+yenR5xO/JWC+3vt89e83OsDVigAX3rWAwDsgILSWTz9+Ds4CHB1BxCQgFSfTVyEFQy4UtgXWTvl63jLu8uPxwCgPK2sZIcoEC/cL3+q19eTkS5qbP749/gzhxOakXe+OHXWuGHHAHBnR2TjzujSg1uA53r9+SWRjQ2Ra2QeRiEYZQg+uCaCiMCzd+AzDLs0Y+gJQvX9HZH9kGNscyPoClZFFlZEPv2/Kj9RBgDlaVW6ZFsBM0p3aAYLxgv3T/x2r+8y9MIio1SbG/6EM+DvvGQcSpZeou18TM4YADDuGRclSfv8xb/uA9aQOQiHHnz/yf7rbPkXRHaf9/oBOBj+xSe/cgkuPTgxAOAkqAMrQziHOZF3/4HyE24AUJ5WpUtOWxmXopgqPaiCgm23GS/cL/tIr88Gcg8AMB/SeOnPoPQjdXb8uKw+fZELD9RFhXrryfpCsK7UhZcNv57Dceg8PBH5+I8zpDIAqHfOXG3T5gDiDDVNx+1T8rXdZrxw3/tUTxXorjsxFwAgZDe+9vk4AoD6EjAGOI7s7YMqJWMffwOABjZ5l6ts+zSGFm23OQ4APAqIHCAK7Hk2mgfFX95TRQRoch1kOQBofHp5mGYcAOBRkL9wcZh81ACgyZmxunMp0OY1ZAwA7/lYr69KNO3YQKmGrJzT20H5OZEHK+gAmlwKee7QcTivLADE+ggDgCZnxurOpUBduo9XrkbVYyCDEm9OZG1V5NQZkcUKhjvUTLrvO3e84c1usB+IB/Smt0xngvM2fJmecAOCItClL59Psxg0HUAZCluZUhSoiwPIAoBqxLnnPnWqHgBYvyOyvSuyS8RdrPKCwRAx9R59a6nh1l4oFQB04xMXkP4TEhwx5/R95btmAFCeVlayJQrEAKAKPe7BT58RWVvzsfGrPBjR3L0jsrMtwh16bITDVeJjb69S++TvpgLA9obI7RdF1m8HXceSB4E3vqt8HwwAytPKSrZEAQUAdHbuYJ4TWVkVWV3zcfFhc6s8O7sim+t+8wMEsZJgblHkbQmmtFX6kX03FQA274ncfNrfBGAWjHkxRkOPGACcvMxA0/aOq7P9V18emsUuYQa7IrK66q3dWORVH8c674isb4hs3BPZwZQWsJnzSTeuHDMdQBV6GAdQhXoderfODTjJsOps/85rfjPCjnOFx8ZfWqp+8sfjwowWBeD2lsjORrDHh9tYEHlDibDak9Co6J1UDqCovjLfGwCUodIxKFPnBpxkuHW2r15u6sZbleUfNR51ISYyj3O/DWbEiBvTeAwA6qH6ifIGTDX9rIfER2upEwCa6mNb9VY9VduMgVi1r23RNKWdqQNAm6bAqaafKYRMKVsnADjNfPZBPl+sfgVItaTb3tnxzjS74dSPm+v1UkZeX1mlId6N2Vq5+OCKEl3IC78usrPpYwrqs7zonYawfBxkCl4QWVoTectnj+6jAUB98zeoqS6DmDJdOykA4Hzil6pfAULTzW1vOOM2UHAeOhYAgJZ/TeTqr3ljpmC64LrOxQgBQwiM4p5g9oxS87HPMwAos5dqK9MmBzCLIsD5i97eHY+3l58PEX3m61MEKgdAQA71GcDS0D0HItPyDdDTGPfmQX+iVbm64q9D794U2d4U2d0eujkTB4A04ToMlxRkxYPmhYcMAGrb3F2tqE4WfJIx1tn+5ZBNFwB4/kUPAIvcCNRwBcjYUDKygTZ3fRReF0aMmIHBvuDilHwDBiLAR3s+2E/YzS6t15Lf/NhBYMPgAICoQJz4cz50OADgQiCFd/kMILmgyQdzJtZEgElWewffqXMDTjK8Ott/JAAAa/nFV0M8vIrGP/GYkJHd9R8GNIQH4waAzRbamLYO4D2f6PXhRFwUowB+XIOqHcSHf9oHEwEg0Yvoo7clzp4h3GQAnG//AuMAJlnTx+qdOjfgJAOvs/2mXYu5/mPzYwoMAGg4MZdOa4oBQpSG73ux13fBTIMYxCbmn25wAGB7x4NWnmOUi3dIMsKQEuwdv9cAYJI1fazeqXMDTjLwabef2mcMgVCYYRG4Szgx3IYJH7Ygcr5CkNDUfsTly9oBPP8RD2AAAuIBj/pM8DvxBlH+8cAJPPCIAUCVeTkW7057A067/UkmiZPfcQCIAWETwT6fqmgIVFWuLrIDuP2Kd19A5ndmzZteVHDGTIQRXxNZInAIFpTLIqdJSjjiqdrXSeje9DtTtwNoeoB59U97A067/bppnjeepkWTPG6Az8YBgvYpDhVGePKy82EAUPfKmVJ9ZSe8qe5Nu/26x5Udj240bafpWItl6Bn3KQ4Wet0AYLregLOIqikbrIiFTalrWmWzGzAOelomDVjVfo8CgCwQZdvRvpUBEN6dxbU6dRFgFomasqBnDQCe6A8PlDY2f3ZjxvSMgUjnJK9PBgApK3bCsmW1thNWf+S1NtuLF9BXPtNzWaq4mSKYhos9F/UO5RN30mq95r4LBdBOX9Rcd3URooV64vHHANA0669DK7uByyj3vvTJXl/TiLnyIVCqSz66JPLjn3ZrRLzkFgjdQBOtcQBtbsj4VGjjhI0X4P/yyZ5LWuMCaIZstjpvLmBnNIloo9VIXQFhWoY1VdZWHgC0dfqP4wDKjinu/5f+hs9FOHgG6YVEiID0dz/DAKAsXQ+VOykAAAdAHD5s57k2O5SFI15XgAHZeDIedrMAAFU2f1WRcBLAj9v8kg9ndGJRqHRA+u+9ywDAACBDgXgBfdUnvXMKJrSIANlA+3q6OG4gAgCNvX/cRYBJNmBMzk4BQMQJuMzJBgAT7X330knhAAYAQLad/cPms86ChhM/kFFFgDiKz3HnAKoCAKRJTZ02TgeQdxOQ1U2k6BCqAtTkO6iZN00HUANds0pARAB3ogfrOSfnh9MEU1pl+9n4uPISW48Hi7XzCXHqa+h6LVWkbKAyDaYaEaVcA1a5BcjqG8qMpetlDABqmKF4Ab7vuV5fT3qqhuXHjh4X2n3y7wXHFFcGMSA4rjguoC9CQo/j9tQNAKnjH9V+9hpw1K1ESv+NA0idnVD+pIgAX/NiUCKhPAqnPh5nmmxzPwTUdJF88UQjp72KBCKyXDGV14TTU+m1lA1UqaERL5cBgHGKyZT+GwBMOIMnBQCQgTWCrt4nNx2xd8Ipqe21lA1UW6NRRVXbT3nfAGDCGTxJADAhiY7taykbqIlBVm0/5X0DgAln0ABgQsIdg9dSNlDRcKpusEluIVL6X7V/ReNv+3tTAtZA8ZQFVENznauizvFX3WAGAGnLwwCggF5P/qy/qnNhsbZ8YQJH6IN8T0QZvdr7tDEhpdKmZrLSGyFGIG8TuWcxmCQvYJREYM+S1R5wlbnk/0EA/kZxyTh/bH5oDTfJhivZhbHFFCi+/KNe6YrVJTcqeY9GL3Lfqfl1KJga1LQqQNUx9jrrmCnHhjzCVF2gv/Vzfs2gRSY4Jld1TtHV5wAAIABJREFUAwAgnPSiyFwECO/8wjqnJ72uzShKrwvgyabf8+Gw5vkdT6QSz8GiyO6yH9t+CKbJDSV48Bfn6gOASxcdLsnNGyU6FRXRjfg//5YHAK5bRwGAgmEczNTd0OB8lRjV2AAgbZ6mXroqALzyjAjafBaMi40fThAWHGuIQJNk5XWLbF7k0qPTHfIoAKBXC8TGizLkjOspAHCwJrK37E9+Ho2W9ZdrBgDqJjJPyqMb8cs+EgAgmFYfqYO5C9xQDADneh7I+zsprc5eTADjAArm/9a1ww49h7z5Agi4Kvo+Dv25B9IWVN2lDwXjEJHb2yJz4dRPAgAy56yJ7K+KEPeTuJmc/oz/22oGgCocgAIAm9vF+cuIAXEUY0frMIEXLnlQh0NKeWaOA6h6QqYQ7ziW3Tk/lH+VlXSs9LbI4nb5Ee2tiOydEdmZ8/koQoBatx7/To0bSgFAgerVrcD+wwHQcMkTzwXSPCWyuybyEJsrGuoTNfa3PAUPl2zqVmk3ssT8odO3DunIZm3zu/VsADB+CcYstZZEtl7YFFnYKKdU0820c0pkM0pIo/X9vRo3FKnClK3j4L9J8lBCYrP5Aa0jqTRHj/9gVWRnRaSHmBOKUef31NhfA4BJKVDPewYABXTMAwBC+izuehAoo1RDg75zRmRzye1B4ZBBb8hhzP6sEwDgWGD5XTJMgArphFj+ibcAkGUfd2XSaK0N9QB8/qMGAPXsvg7UYgBQMAmLkZaY028TbTO/7IksbpVTqqFQ27pPZGvOb3ryT2p2rZsi8rdq3FDI7U4eZtPP+5+uv1yTqdyRsPC4BtznmpMrwSBf1wkAVdnqujnYUxeH4Py9cyYCJCyV2Sy6nLkmugcrTXIMkmSW1KoDANtnRTaJFBQBAPsRDuBHagSAqrNw48YwrZbWNXBfXhBZWxVZCZl0qraVfR+F3eamyN07Ilsb/tbFKfaCTMPvj39quVa3N0Suf/xo2UfeNf59AIBcJ9z4GgCUo/VMl1IAQKnGQboelGop9+qcnHunRLZW/MJigXG1Tp1wBHVyAFUn4xbXcXnWQsHmgay7qxWzAY3qI1GU7t7zGX0BAIx7DmkfReSxTyk3ws17IneuhqzA4RWyAL3h8WIAUPHMAKAcrWe61PY5L0uzEDW3HANOsazjpD9YEdmFCwg3ALq2Odz+boc4gFEAABewvCiyvNIcAJCKfIONuyGyte7Fl+xTFgDgAKgv+5wuCLhycMYDPc8PrZkI4Ahx0txb40Wjsm9fjX0mlKkP5v2d+s6az02n9jiI1Z3iAG4FhMrhAsi6CwfQlAjgAGBDhNP7Hjn8coyWygKAywO4NcxmDIBhtEX/xz0AAMCDuPGDZ04AAHz9qz4MctZ3Pf7MnWBolsMVkgthHXKxYwo7zQeZlZOZQBs8A3PQIDdOO8jmr/2075cL/rEoshfZDgAKBARZ6JIpMUqJvGdOZGkxP8V2XfPPpsXcehM5STP5BomEP8GkXqLpbpW+oaCMlYxVFZZV+tLUu3Pve94nQnAWUyxSza0eItqw2TWyzSF5LJheNnUalB0wAMCjqD2/OEy6wefTDrL5nwIAEOkHGXc/YmtZ0A4AgjMR/Z26L8EUAQD6IPtvx9GUD5leGgCU3Rdly819xcd6/b1werpbHrzblvyJxanP3woCGrdOK+fvIpaqbEcmLYfM6rgVTbqRYV2nDQDP/qa/jgOYYGlj2/OltRATMJixQoPLb5uUEvW8tzkKAEJmnCZDliECbG172V3XXjyqtjMnnQgO4MufOpoclFMJecnFrd8bstXZJBZwDGtxruV61mBSLTev+82Pog68InZ7rMWeNgC88ly488eUjo2OXIstwaLI2hn/GV3eQ17ti5x/MGn4tRdeXz/MQdGAzjupsZoGgO0dkX2AEm4pMzoDgNqnW+ZyAYB1uRQCVkacAHKZxrdzi2J++gBQlSSvvHTYLp8xYgHHpkTp9eClqi3Y+8eVAieWA3CSABpfrL/CRndJLlUfEDQyqhU+rhNMv1/8ZDB8cdkf/UicFBHEn0sPH+fRzV7fb1/z65A8fYvoexZEllaPGi/VMfITDQBsbrTWmrQyZv9R1rjv0AE0ZBVWxwSWqePZZ33MfsbiYvQDAmx+FKPzIg8ZAJQhY2tlnvs1kZ1Nz6Ehkpy6T+T8IyIrDeRTOBEA8N6nekfyV7IHIK5muFEQGMxy2DAKEq3NfgMNPftxP05N0uFkXhShwZ7+oTc20KhVOTEFPv5L4dVwhYph0oW3Bn3KxLXmv3giAKBuZ4qiORilZXZx2xY9Z9Gkoinbv08+PXSaQb/BQ1AJOAEUipfw3Jnic+f6UCPu4g+uiaxye1A2uF/LfUdU5IR2lnz7IvdfPtyBsnn/mvL3TyGHAUAKtUqWHQkAWGohdrDxWsyOAweAYT7GRHpF7+7mg07gkSlzAC8948UwAo+624MlkdXTIqdOlyR4i8V290TWXxfZvhduOwDQKERaNlHnqFRddNkAoJ2Ja90duGsAAAfgTn1MdQMC8DtSAfYQlx9pZyJGtaJRiVF4ofhaXhXpXRE526JFXFkKrL8m8vLHvSkv9FtcEXn88/3b2c0/LlWXAUBZilcv1x0ACCIA5qY87EV3Eo8I9Vx96L4GBQB+d6bOLtKnvwlAwTltEUABAC4Ai0E69sCj07cXyKM/GvqrvzU0y6aMWjYeilW4I7JxZ/wMGgdQ1wofX0/rADDK0MS5F8Rybbh+nLalYTvTMLqV2KkFub+pK6+q46SfW8j+d71ZtjriPBQsGydN+V2ko/qPP+kBB9ogOuJXoQFCnSEbdh3bItub3hSbJUbfdjEhnxP5om8aPXLTAVRdFTnvb6ibZ7TZsfyKg2TymlNyzYmcwVruBD/IyQfBrRXlJPI//7r2oPTbvCOyvR1MnoN/xiMF/vejxlGWA/jFn/BMG+vH6UmCAZfeXKGX4HEh3YONB1aXu6+J9HdFvuibDQASwkRWX3boALApcM47wcvQWd9lqla/hPvOV2/zONfwyf8oshcWMfRaOyfyyKd3b0TcVlx7VmTnnu8b88kV3duDDiC1x2UB4D//bPBkDV6V6ErUu9J5sWJaHEKiObd2rFkxvd72Iubv/P0GAK0DACRH3t7ZFdnnH1aGGS8+nZZp2/KnLty6yz/7K4cDW6wsi1z5rLpbqV4fAHD1NwMnF/wyqHVS78ayAPDkL4WALVgHzntlo4uFGNgCuMu9AAKOKwjObe6qd0nkbWPA1ESA6uviSA16C0C4J8f6E2cAVB4RVyALAAoaTLBj6zLcw0kDjNdvhduLYBjDVarGRHCJL0JAF7f2ienXgMVcPMnXXgl2C1FcEU5e+uL+EUx1yZvxskedpBe8JRH7Jpm/MslJSUEWP3EmolHvGwA0CAD4fBNY0wFBkNvymssuCFxFkesAD8c9RN5qvD/JAmpgmK1VeSuK4JN153asOAFM2WVB5Dqj+b0a6mEMAGpODchrVCm8NueXPfvN45S/WJbCui9MNn9lAODCxWFuA9q9E91EGAA0tBjyqtVbABfxdV9kN2j/3HrIWrcdHA0AAQDgMsr77mRBfEDbGwSZaUcAapGUrikAIPbTgM11cnC4PtXvlD6nG1YgvvpKyKUYEQIOzwX4hNMLFpZxIs/7Loj0LoksL4iMMw4aRdsyAMC7JAJVRpPuXA/BZAwAWly1iACcSk5BE05yF3FXA3pEfaFMnL3VhYzi1CdVNwDAaZKJWJSa7bXFoTfSVBYAnFsDHnLBmjIGB35vGgCI0IR2fVdV88Gd3HEigJMLg+RJ4Tb+gz6nIsX5uEkAQD9wLgq/pmKAAUDC0ryHqSeyJUEbNFouJ/CcyDKyXIgjoFVWlTlZOBqvEG4B0Bic/pH6cj783mbMuASyNVb0xk0RN/bAPR0BgCiqE52oOh9FA7nzuj/tmSd+hmTKA7dyve89e0Hk/AMiq2FD8gPMSs0STH/yNjCGR+dCZ1EVEY15FLgYABTNavS9O3HUZDYKxUVYsRVs+YMXYV0AQJDIOCYhoMO1GMYfTnkYRADaw4vv/hN2beh0AJEeREUAxKI9x2aFmQhKwqY5AOwAzpBOGEBirnZE7t32ehsX5ktESM19/oL3t6B7BOoFuPj9WmKa8DwA4KS/fzkoGEPuhVjmzy53A4AEAHBReKM0zAMWk9MZLmBxyH7WceJkfQdizTbXh5oI09nvcw3UsIybQKpWinLi6pWXgiA3ARrFGT2LY6/ZkPMibdhVcPpyoqsVNycwykE4grP3iZw64zen8xcIWEEg4PVtkT+/eqtSyvrv2O71Ty97UFHug7pV3s+bFAOAhKWqUXhVaccC05zsmjxC5c8mAMAtckw6c3wE2pBxE0jVSlFSaQ0MXEIoMzgkx4ajI+HqLfRkCQDoNd8tACAbKhLWnn6SvXgtiCvYN7FJd4IoubUl8hdPVwOAJ/q9Pm2rQyngM+70HyVC6OczHxa8yNY6u1xu3/ZsNwuMYJyDB2cVstGSSjpy560qc+Z5DyrXgX4AFlMBYXFZJPWa697d0Q5HeUCTDYwKPXjiU9gZm4T796YDimj2GzggNj76ERdVN9y707eBjiDnVqV5OGimBT21v+Q/9PouKCxKZG4YoghVLlxYpPQb9ATOMURiHpcpyOwAcuYOW34X9CHYVhPl1mXNYQKCvzqxBPVpCgCQ/3E8wRbALfIVDzzIlikP15Ln7hc5e86zpIipLz/vazgSBTmn4tcDAGh5d9zqdeaBSNMAEHcJQERnQmht7cdAfxKAYFaUpAoAf+zne303RtgJ4lhy/EfXyWx0RFY9rOBY0Y/wOcFVuH4c9RgAjAEATXLhiO+S0fsrOaL5sBF14VUNG57LAeyLbNwV2UG4Cw/33kunRC48kLL9RQCA3htEzkQpo15MBYAw/kHiFOWM+iJtBhXVzDrOISdK7DIAJ65VEwEyjZrtlVYA+KK/3+vj7QfuukAyCe7jK4sij3+BAUCSL4A78YJQyWmppyabH2TFAQQA0Ku7qtF9RikB777m7QH0cW2fSc8cs35XpHf5MADcvuM111kRQEEtTlqJCOGeQEXHjoa/+ehyy0FFkaNxy3WGNzwBjNQ7blYsJRUAvvDv+LwW6KEIZX8kfmVmf8ccEbcQ7/i9BgBJAKDXTvGp4u7/0f4v+83f1Xh1eVMNwJyHA4hkR/bOHUDgteGVZ/xuPL7jfusQz6dT6MLFYapLJiOcesYk6WCzFQFKrBDkLr4oElBZHkIB4Cs+0esDdu7KM9g8OO2/WpgGjgC9lfM30dBvIQ3euGtjEwFyZiNeMIPTNywagnc0HcGn7AIpWw4AOHN+qAPQ91hLV587XAsstkuMEuzX+baqjqNsP5sqNwoAOFE1Z6Rm6bn8Fp8rgvFvbIu8+lw6ADCOSaz9suNXAHgPqe0CtzMQ/XNMyjV9nIqq1Ac2jLsVMQAoAQDqgOJSLy+3G9Czjk2h8QmoC2XgeTUfE5HnnxuoNzyXHwAgFgFSbx3q6HOddRwyJcaoCk168CVABHIm/Hsib3jzcPOrxPPMbx821c7rV5YDqBsACGuvAODyQ+ZES9brUNe/6HsDAJHkkGAk4xw8sQsqIkDD6aPrXPhaF/fofnf7Hw9dGRixyUsoA9WaZETjs8IBOIMhwmoBAJohKQRKffCKyBIydkSqzW2RV54WuVCQy7BpAPjyj/r09vqoTUp2utz4MgCBCHMeq8URz4ngALCc0rtSrkxVrxazabFdNbQigezNjMmmuluiTEc5H3tb5dG3bMCHJjb9uP582W8cTpbqWGFk4R0f6totsJA0BH1Hb8p5A6rSR5OruniDxBJAialy85zI5StDRa/i5NaeyMuEK18QOX/f+B7oumA95K2tSfuv6+eP/nLPMWR6sOuVn7M0xCyd7zA55pdwW6MXBcRXzOowXo/iBvztuVuHDsjYYnDSfnftvTksp7RTCgBZRQ221ReDx5az3Iqsq7J219QRokKNdezoKgD8N/+41+d6kU2wFqzmUDA58+eg4UfhickzC2/SmHddWQiYEvO4u3GUuWEnnbsgcubUYQ9tFsqdeyLcwPBAj9Xo+jRvTHE0YL6vWwn43wUA0ICy6qCG16Hzi1CvSDWH1KjP6K1WDAAOAcC4yWGjXyDiagAA9a56IJh96lU4ilZNMT/Os6urAPD7/0GvrxZ16ju+s+MXu1Nwho2CppznHV/Yla08WT/UoEvfZv+Tb4+NjclubOyJzVWW8ytqNQsAdSgAaVPXDwCQ7YMzTMMcGI4mhHgf2GgoECx7m5UjAWcuDjmeHzxJHEAZZAYEcLTgWQ8RVQi1FCfyCYZ5UrRYugoAf+gne/0NHGyiVeWUYftDs1IXfjrwkccdAMad2mrPj5Gd+oAUbfjs93FCkLw1VpWtzgIAHICLOhTCjh0KNR8655I+YTW47BW/8XP64pDr+eBJAYAym3/UxCPjaZg5Nn1Zf+6qAFD1/ex4qtbX1PtZx5pRji3j2lcxTU0dsF3Kesc11f+ygFG1/bLtFJVbCVGDAL2/cBIAINUZqIiAZb+vOuFV3z8uAKBclyquUKYp9xWPYRQ99H1EdTyl4Y4R0a5lsvNUpee03y+77orKzV0ccn9/zQCgiFyTf9+1BTPt/hSd4HEoqzyLulHvKweB5EaOFRS4+AqRmSuWx8cBCLdE6EM4FUdxi9Om3+Qr8fCbGxEA/JgBQF1kPVpP1xZM2f6MSnFV9v1RFC16v+g6bdwGBjzYvACAS42VAACqxEMfoCYTeYq8uP2Ya1FdkPaffqjzXgwmReNvbiUernnnbLgt7Iv88NoJuAZsSwSoe4LL1DcuF32Z98cptPiuzAladuGW6c84hVoRB6GnuN6XZ8WIcRwEYwAA9C6/CACyegtAQBXFetWcBZMy4y9Ly6bKaR+bqn8a9SZbAk7aybonuEx9dQPAuAy3ZfozjnZdfT/mAOj/qOCaozgA3kFJrCe/8yMIXEgXOYAyczTpHujiezMNAOMy0k6y4eoGlDJKvLKLZpLxlGlfaVh0JZhtX0Nw857G/lsPAAJHkNUlTHq6tsXBQqtJ+1h2DqdRbqYBoAyapyygkwgA7gQfEU+/CECQ+/WaHdYfo0OsROu0B0iZv6obzAAgomBTJ07VSSr7vvb/f+33XLQo/qEZR84NOSTdyaUBj9CC8/mpEWGry4ADfZtkwcYL7yS+X3ZOs+WgWyq9Nu8PyUXnRH7UbgFGk36WAIBRwpZqcB91AHQWY0Fzrj9PjwCAMuKGAcBkANgqAETOQAYAYyg/qwCAqbj6NeDoptrrkOdCFmpIXJG6oI0DSKWYLz8RB2AAUI7YXQGAqnLZ1/V7fazkdIOrrwhUUFEARRaabLTXtw0AkkLIZZVnqSx5udWYX2oSAFi9KILJNMZSf36uWo6CKn1v691kGUk71hUAqEqo/eDLEJ/81KnJKgEBDGgwo0VEOBQQpWTjJ/0Erzr+kmQ+UmwSAIh1OU+YDmB2dQA6spsXRQhqg5JPA+nynaau4v6aB202vxsAHHW/LdqgxwkAlAMgqI05A82wDkCHdj3IfJz0AICe/CGVnisGB6ChAv/cCWALizZ0m99XERkm4QDwBVBryR85CRxAm5OZ11aVCa6j77cv+huAWAeg+SU0Yy0AgEKQMn/GAKAOspeuo8r6mAQAtsguTSCUvsj/vmg6ACFLjuafc4oxDR0VcrE91HLii9IrZ0TBV14aZM1yd3zEi2fCCWjqYtyNCRJZte0y7z/3W75/G9dEVs74ICRveJuPaV8m58LHfsEnBSF9Os/+1uHgJu7DkFJd07zzUX/RRz36zN/vcyFgrMO889OHBh5GQ1ogPNy+jx4ch+IinNiKBocoMVhShpPebY8QbITvWhXZibWwWkeIVryy4uP8kQ5ue1dkbl9kl+AfGraohtyHxARUu5C/eRI4gCKEfeH5kGo6TIxOOERiQV5+pMRMd6jIyy+JEO+OeHA7myJ3bvs4eAAAQFCU6KLpoTz7W76FrTu+T6unRS682W806F2Ud+EjP+flGJcjY84nT42VG27T54TO1nGdfcBHBV7lJAwJTvsApSpIQl49F2efpvY82JBmiyg8RBAu87D5d+76LEasJUJ3u7TmI5J5Uid5/whV5oCJJKh7fm3G46k6fyoSQqL/ywBAHAegeQCZBF07LtbanMgjJSe8zKJoo8zVl0QuPBSy96LUe9nHjWP/c6K1kT573DhfeMpvqNU1EaLWkqEHLsBlXioRdv3qxzxY7AfAZqO6bMEHProx/1TB6U5+jXwe5vPGx0UOtkRWx4T7dlF2AZnAXexvipwKnFPZEGnrr4nEad+o0wHKytH0XrRFfD/NPQF4EAr4UBr0wAVUBYC9IBJisvx/GwCIvPCiSB8hGaIHTpCgiyxGcqsRR/84PVdfEHngEZ+TfnlOhICfLEYHAh0QAW5e84k46A+n/fKqpzt94++iXIsvfszHv2ejL8wP2X/+duw8D+KbpjQP4bOJoguH8dwve27/9BgA0Px6OxhGzIts3RS5P4iCZQHg9rWMaBn67C7hQ5RifjpzbAKyEok5cEAAAETh9HdJQQ6GTM4kABC7Wd8MJCLwMQBwnNb2JH0ttAPgxDzgBFE1eRCQYJs5MS9NIS5+PGHqmw6XQmLMve3D13nZBeFEgIsi5x8QWV32ac6ff2qY1/Ds2UnIODvv/OJPDMfCxiO7c5xw8951kTNxBmbCb+Poc03kvgdF3vRZYQOTrRl2PnALeRQC6OBUdpmzkOl5OYgerC/XbohMzN8uA/TSkKNxHAxAADeAnoDbmoI8Bdl+xIFKXPCSYBZuHECg1LXrIgcohALScvpzsjAZKGQuRqaTbWyDePPTngIAbC4AkA1znQWAV676Xr7pU3wSzM0dkauf8GDGKZu6gLJj3gxJEZxeYfV4JUplLP8+AIDq4tbu83TaDhsUdn9hTYQ8kHymodN374ksnBK5/9EhRdZOH06uimjCmmFjw424g4XTPIAIb555wzD/ImsMYHc4AEcU5gj53+kyMjaJcCansdhKeIhqrQ+xDj4RvWsiABvstsg28mOQ99DWurvywKJOwnIlzM+RoqPizKcAAP0no4/qM15D474ogrKrKNNNUd9f+PCwBOz62nmR81Pgkor6Oer7J3/JX4EhX3PaoizVVGHunWjTQS/VIfAVa+POC75mx7YrOx8x0i71GICyGW4q9kWWT/lNDvf2lt91uGcAAEDgchZy6Cz6jMXuQOL019sOxKZ5kdRszeS10BT3SEhPR0M0ACAC7bpnrxybFszimATNINMVACgrAigHcPaCyOKKyMGmyN27Iqss9MX0BZTdSC9GAMCqXl4TefCxSbdj+++99JTILteIB0MAiJMCojPRXe+So4TN7aIWL4hc/Q3fZzIrcV3Io5vUFZkTWVrxtweunZBujc/Z4Fc+Z5iMxCX1DCKnbn6lyECpifzPv5APAJEl5cmGWXspuoX4P0+6DqDIkKLp77MTmWX/48ASLAgWJ+wh//SJAapMYAveq2q6Gr//3o9601nARrXnjv2N7I7nw9UcotXZmkSqbFLOcRl5UsebrRubeaV30bVyyubMK/srP+U/hUMBfJzLNsrBoPR0gBPkFz7/9C/yV41b6/7al9sDDi+9EYG7wMbC3YzMi5y/lN/Dqk5nVcfd1PtjlYBNb/Ci+rODHheTj7KONeRkCbLlXv/wvb6ye65sTnIMbS91Q2T7Gb//xz/c66NDYaWiFHPWhTmyq9ZxsSbDqniTlk3USh+KNnA2TwFyc5sA8KsBAOD44EwdsEJe8jdmsv/y98Of4W0h3HUo3EZgYGJTCDY+DzqKS5EOI55XA4AcCCrawFW/H8UBjMtk5DTC+/6EZbJRVukTK3xGZdipmwP4L3+o119cE1k+6+XpXCMcvbMXkcc+rx6sz3I7dYw3Gx9Qk5R870p7HMDTv+kBHmtANrVLWx6uEF0y0JDGHIxFcbh+bUjPgS1T4FewPHSHgYYoHpPr0QCgAwBQdWvEAFAmcWmZEzGvT/FiAQDY32ceFFla8wq27BPnt68LAGgjq+EeJQaU5XjiCMFxiPCy71edP96/9qrXHzhDoG0PAjzQGNAHBBxHMOdNqa8/NdTqqXVkzIG5dOjRnIyyYzAAaAgA/shP9/o6iUwsD387dj7Yozv2LKD2u/9A2jLiqoobgvguO8uCUyMae2dxN8ZMNq3l6ZZ29vxbQ3k4b8z0kKs6tft3NIJVRuEbuBJYbXWRxG7idKKvxJM/e5gO+2HTIhapHE6J+WXfl+11v5kxPnMsvd4zhmp0fjA7xjfg8S8IAKD+C2rshAIx5FNzVpQl5/ZKyAxEfEgeBU0DgIYA4A//I68k4z8cSVi0buPj6IGTSObEfNcfTNtYN1/25d2pENrJ+pvonoclPJu4wNN603zpWxHLi8NO9tGxql3X6hl/JTcoi4IsVlBGOgtk5AuX08bw1C+K7GwPAXgwtzsi89HcUjeZejfXRbYDOABIKPL0ibEAexREqnf8Xv8tSj7+cXAgIsAhsHa4jnRzDxjMiTz4xvH9f2NwBiKCcV7egrTRd7/01JWAf+LXjwaY2OWOWE8wFmOIyImy5s3vSCPqJ34pKOCQvzFAoe6gDMqeLnz/tt+dVn/XSn/i3x81kBnXR/Wuy5aJ02o7GSY8b0vUUbzyTNDYh/edMo65ZbMGPQ1fcfpjYYilIRwIHIzzN4k6pjYoDtDhALBSDGC19bq/BcKwiOvF7NWj2i8UmSoDAAz3tRHJU7s231X7M3UAeM+TXgTQ05kBOU+vHZGd4O3lHGLwUDvlDXhSno//clRa2VoWGN6MOXfGj2UMUVLa6kLZQ+Md1yG9KguGNYOiuuPU+1Nt9EOBVB3FrVe8ws7d28f9CaIGEw8Ine15LfzGXZF9OECC8kVh2d3vwerI2RJjkELCAAAgAElEQVSc8gCwc8uXAwC22fxqYBS15SSBIEIqxzCKNOg56sxb0IU1Ma4Phb4A2Zd3z3jf8QOswCILL0IoU7boGilb38GSr8vd6bLYUOQciHz/eV/fV+/3+rB7bg6R6zg19kR+aM1//77njnIQThmENrikC23XJ2lc/9SwiTKcengRxk9ThlpZmwzaHGdrcJxpTN9PpA4gb9J2zons5/hsTwoAuwSQYIPHfuoHIj90Omzw/tENvrAn8sNLYwAgWJCpA0mRB91xXpzTAIC8zT/uavY401f7bgAQKLF9vz+x2bdByeqMav63CTkABwBck50a1sff3xvq+9YobDdRefFAhRP4kXkDAOg0AIDAX2N63CQHcBI3v3EA0YoidRI7H69Z7CjUkeJ7JgUAAu4Rc2/Vx2PXcEzfGQGAOniRXFKz9yjHcdJFgFdfDoE0AgBg+KQKMLTsvZpMi3UJjHLGmoVTftwYjAMI1Nk57zmAtblhpFzW3p8NG/arr/b6ugCvvyTypreMXxoqApxZ9bH39fmuMRwAZSYVOWZtod5+zRvAcEPi7s2JmcctB7YUcyL3B//6row7jgJEn9Y3RS6/WeTUisjGtsiuInxXOhz6YQAQCKFKQBbXaVw0Q7z8vxo27Hue7vWJYrOzJfL6zfIAgA4gFgNUBPjqg14/VjbSDRSBGrE1VenYsXVVuTsu3FeoBRDg+lTNoAFmYuhln7yAKpU7UrKCLABcvjLk/KhinIVmySYaKWYAEMiK1n4v8Oq6MTltfnjVy+R/7Fd7fV2RfHClgAPYPyVyoErAaOpUCfi1u70+YDOIPosDyO7wFuCkA8Akq31cJuNJ6kt5JwsAb70yzMBsAJBCyXrKJl8Dus1K9FauAcP1HD9+IGjtv/hXen0MPZxmf17kSkHMwL0QhF/r0mEpAPypDX8NCNi4a0DMevdEvv/+ya4d6yHb8a6lSxzA2yIAwIr35gS5F9uYDeMASlL5+qvewgsMgAO4nGi4U7KZqRWbWxY5d86fWgQS2SB6ZPSsJcTF5zWcWzTiDubPar+OeyvAVzXk2nqU+eiv50S5/ap+T+1r5Mdyvv/K8D3z+bcz308yCevI+HpwYHkZAODOgcjVZ9NCsrEp/9T68JqYQyPmCMd5o+qGHsVB5n0/iyCQzAEUTboLzBksv1jQTRmiFPWjqe8JKIoEtNkXWb9XHQBu3BwGCnHOOMjwahoxJ3LxQrWR3A3OLdTyt3I2+HuDnQVN533/JyM7jGyijEl6trnpx+vcdYn5FwVvob4UADUAmGQGDr9TOwBQfRyuqQtGOBrEgr5dr8hiAgDcVryCu9jcEABQZnElmsrCOgBwuyGamAgEql7j9UOuO/bZD+YAwHf2e84JE/YbW47sCfrt/R6h/5ytB3kRq+pcNMuUyzA1Nww2qqM3AKi+qVNqqDyhKY1Nq2wcHadIy/xwCBJJjIj1jEMI/SeqEM+NO942ffN1kTME/gzZQ1MB4NYtf28fuyvDAjj/iLnq9/ino2SXH8zZ4N/V7zldLlzHh0YAhM5b9vs65jOrFEwFgO/p+3gLABg3R3WLAHWMsct1jASAIhmpy4Oq0jd1B2VBAQJZ+3bAhAP73h3vtLK1IaKnP+2mAkDc16zMWsffnPC0wSmfl+4aAHBc24gN9N1BBwAHkff+uA1XR/+L6gcA6D9Ry4sAoI7+VFlbXXzXACAzKwCALqg8DmD17NBz8bUbIpce9rYQuEfAxb9UQcSoY4FmN8w39HuDC5Y8Fp/v1c/+r+ScoHzvQn/lKAGb6G/Rhs9+n8IB1NHfLm7iKn0yAMhQT8NojYqhp3fo6vxCZhkeFIOcstc6BgCqxMvT4rMh3qdKwOBfkd1gqiRkjNlbgDo2VOqGz5b/U5vRLcDaeBGgjv5W2WxdfNcAIAcAiqLoxq+gE2Bz4YNzc1tks4Ipax0LNLtBviJscLiTv5Fzwn/NnpehCauNh2X2fQBE/fjzbgmqbuDs+0WbJFv+6zd7fRf9Z17k+3MAoKi+k/79WKVJEwvypBPcxm8U6BIFDAC6NBvWF6NAyxQwAGiZ4NacUaBLFJj5/OddIrb1xSjQNQoYAHRtRqw/RoEWKWAA0CKxrSmjQNcoYADQtRmx/hgFWqSAAUCLxLamjAJdo4ABQNdmxPpjFGiRAgYALRLbmjIKdI0CBgBdmxHrj1GgRQoYALRIbGvKKNA1ChgAdG1GrD9GgRYpYADQIrGtKaNA1yhgANC1GbH+GAVapIABQIvEtqaMAl2jgAFA12bE+mMUaJECBgAtEtuaMgp0jQIGAF2bEeuPUaBFChgAtEhsa8oo0DUKGAB0bUasP0aBFilgANAisa0po0DXKGAA0LUZsf4YBVqkgAFAi8S2powCXaOAAUDXZsT6YxRokQIGAC0S25oyCnSNAgYAXZsR649RoEUKGAC0SGxryijQNQoYAHRtRqw/RoEWKWAA0CKxrSmjQNcoYADQtRmx/hgFWqSAAUCLxLamjAJdo4ABQNdmxPpjFGiRAgYALRLbmjIKdI0CBgBdmxHrj1GgRQoYALRIbGvKKNA1ChgAdG1GrD9GgRYpYADQIrGtKaNA1yhgANC1GbH+GAVapIABQIvEtqaMAl2jgAFA12bE+mMUaJECBgAtEtuaMgp0jQIGAF2bEeuPUaBFChgAtEhsa8oo0DUKGAB0bUasP0aBFilgANAisa0po0DXKGAA0LUZsf4YBVqkgAFAi8S2powCXaOAAUDXZsT6YxRokQIGAC0S25oyCnSNAgYAXZsR649RoEUKGAC0SGxryijQNQrMyb//UL9rnbL+VKTA7/7OIbD/y+/089sP0zw3J8K/xXn/k2d3X+TgwP9+0BdZmB924Oxqxc50/PUb94Yd3D84PHa+uXgmfwAxjTs+xHHdMwA4xpM3sutFAMCLAMB82OgAwN6+yHwABAUGys06AOwdiCwteBC8vSECCeIj0QBgFnfIjI8pDwCUC9DNzeYHBHjYBHAAyiXwmZabdQCIwe76XU8POAEeOCEDgBnfLLM4vHEAoJs7BgBOPza/LnzlBCh7bm0WKTQc0zgAoNQbzpkIMNsrYAZHVwYAVARg08P2wgUoB4AeQEEgFQAunkaREDiLBZHbQca+GAPJgkgse9cxBTrmcTotynz0+/puvDHIMfZ3fKOXf37+ib4DQsSAAT3gkIJccP7UsLczoAcwHUAdi69rdcQL8198x2ElryoBkXtVVcjiVgBg8VfhAAYbfV5ka1/k3panjmOl94eUurFZL9XKAsDHvr8/EG+0B2z0x79+CAD8rWLROKWoAUC9c2i11USBeGH+8+/oH9rQyvrzc6DwCuw/i939gyuY87/flygCOADIbH4dVpNcQFkA+PgP5N96PfZ1QwBg/PsRHQCEPJ2IAUBNC9aqqZcC8cL8uT/Td6wsXLlj++dEFsLprwDAlnBKQNjewO6yARbmRFaX0vp2/ozI3t7w5I/fjsUDPt/q55dLa9GXrhMAYqVorCOgnd/3oZmynTERYJLF1vV3YgD4hQ96mZdHT/1xS9iBQAAE3tGbgjrGfGZVZDVufF7kxnodNdcHAP/kA303/iyNlG+IbwWMA6hn7qyWmikQL8yuGXo1pQvIcgCDdiKFI2XyRIBYB/BTHxiKCNhG8MAFqHGUAUDNi9Wqq58CXQYARjsQBRrkAGJ9gyocoUtWCcjm5xr0077Jn/kAAL+h/9gPAIDIhOgENBgA1L9ercaaKdB1AEAUWFzM1xVUZauV4xnFAXzkr3mdCKING3pnz2v8f8f7PQD802/ru83P6R+bT3NrQvk//BdMB1DzcrXq6qZA1wGgzHjLKPXK1BOXoU7u+fMerj/VNqKs3qMqWKX2v4HypgRsgKhTr9IAIH8KxgGAk/WDotQAYOpLeHY6MO1TomtKwLIz2zYHQL/0ijRyhhzb3WnPbVlajilnHEANROz0IjEAGE5PEQewGJR946T8Gdj08XodLRNBBBQ1ZdGwqY3kLLL63kDlUM+DUcvdYFIKeqsNu17bcHXDv7IsXeoY1GBkZ19kdy/0M7CSepd8YYQ/eWpbKeVNBBgtAmQBkXliHtH4x/4QWsM4b8gZAIN8AFCFyNy8yNIUEUAnh82fVd0AUPRvfeuw7boDC7S8C97Pm59NAQCYxMLZ3hPZ2RUBCHgAHWdzLyIGACnQdfi05q86ORg2bLY+5hDLxd3gEp3t7YkEADYQJ2rsMjrZNFZ7SydnVMwiNtjWbn4bbED6v7zYHIg5gNoX2dgR2QYA9oYGI4AA349yJ61GmfFvzxIHkEqnIm/A7PfKxZ1YAPjX3+2dRdReXO8+OT2bZJ/LTOzAJntEYQUANpr6susJzE9O/6YBANZ/fduf/mo4gtjiQm6JyKXzZUZabxkDgPIiQCoAzADbf1gH8DPf7Q0jYjdQ2OhlWOcGT88yS74MAHD6qiMLdaoCRzf/8lJzegwVAQAAOBHoGBuP0K+He2VGWm+ZWQCAVIqUuTXIEwFS24nLzwAYzMm/+q6jAKA+4yuL/hSdlu3TKLZMJwHQ2tzxf6nSDdCgv6dWPIgtLTbXfwWoe9u+A+gCskE1Hrq/yhKb7F0DgPIcwGQU9m/NFAAoIdT9kZ8oAKd5E1AEAGw2t/nCw4mL3I/ekpMfAEOUaeoBAJD7ASJ+Ig6ovkKB4DMeGu0fX2e/YvPad37LELLrVKLV2d+66zIOYCKKzgn+4sis+rB5lANItYyaqAtjXlIAcPqJKFx1LK4AALrx47DO+LHDAaADaOpBBHDafzZ/dBWo4aPQobzzsm99LwqP1UR/8MPX51O/wQAgj8Z1iAAzcOrHpJmTf/OE93/Oe7oCAHnx2hUEYgBgDHwO5wIH0AYAIIIAQNwGaHx9ric1zr4DgBERcuoEglEcwA+8pz+430bZe3ZN5NEHRdaW62y9Wl2sv1v3PJC+cvtwXZ/55mp1x2+PAgB1CtLgqPE72WvAEwcAXRABigBAJ0w5BQWApkUAOBQWLZudxUM/uQlQQO3CLQAA4FxbQ5gvgny+9Q3pkX7q24ZHa4KTunnXi1DE5udKlYf5e8cj9bU8CgDiecy2NvMAQMSYcYY2ep1V3zSUr0lFAAUAjdZKDSpjb2wPE1woB8DCcdd/Dd9ioANg0epPZwhE/LhgPAVdp30N+BPfGEKCBVSCA8A4aVqK3bzZh353NkW2gkJXy6DPuXRf+fVSVHIkAARjLo2FeKI4gH/3Pf6EGGVqS1y4aT1qCORMNMOmz15XcvJmH3eFGW4AmrRkpF/K+meVgNqny1O2A/jHf7o/sE9YWfInf5fYf+ikdATM9WaFzc+GrBNARwEAcxff4IzLjDRzIgBa4mwcuDKx49oABTUFHtjZ59grqPWdst3IuWj+4QKatmQEoOgbfdDbgNggqQsiwA9/hadM3K8rD0zHQjG7ZtSOQsWnZ14dxt/XsnXqAEat2ZRr05kEgDY286RtOEeN6LqNeuK49Zu7hxM6sulg//nXtCWjApSaAbtIMuEqUPPuTdsUGB1A/CAWcarWyVpXmVunQA3z+/Jtf6uityh16wAMAI5QoPvuwHrVpqwhQ9AFAhBggaebzX0Xkj3C5hLLrUkRwJ2sIXyUGiSpnsI5K82J/KE/P0UZSkT+4Td7EU8feoMeIDXjz6SbfNx7saUn87jJlW7mSuq//6tp9JvE7sE4gCZmt6Y6Y2Ob2MpOOQH1wIsXOBtvbak9U2ZVVmb1EehPvvCDaQu4JrINqiExiGP/g6kkSl2sJJvykEzpv4oA6sEJ/QBSp+cJvhR/9C+l0c8AIGUGpPscQNJwTmBhvf9X459JNkBbZIuNlTR5SPwZeQQvnB1m4SnqF4eD5h4cVRZA4ZCIMx87zi0kQEGHowpHOMoipaPpAIpmxb5vlQIaYvuxb/YnZZcBQMFKCcTmzUYIvjgiG+8oot64M57cGBYBANzWaJwG1SHFZtvoHgCJx4LlZhl9QasT3UxjxgE0Q9f2au0KAOhGLjqRx4UEh2p1A8B/fNpv/oGIOHdU/NHkqFwff/Zbx8+dcQDtrW1rqQQFuiACDGLw15DoIxcANBzcnjerlsi/o4gD+OWPe0WtPpz+3C7ow+ZXE2CKff7jBgAllp0V6RoFynjD1d1nl+sPb8soXmPVtN9jAQBLwdXDoygCgLrHbBxA3RS1+mqhwDQAIJvtV6I8fJMOqm4RYNJ+mA6gbspZfY1SYCoAsBYNqYbN34QOoG6iGwdQN0WtvlooMBUAOB3Y/xpkfyXCuVP+Wk59UGK7/JhQaOy5Bny9pvTiZSfBAKAspaxcqxSYBgDkDfDmvcOfauRk3bBcVup1HA5bPHx23ynvw4EdwLgne5//3I2jd/yUiYFDY15qiu9s/eOcf7JlDQBaXdbWWFkKdBUANNkGmywbNDUGgIvBAKiXmEjl2WuHKRTf92c5hiwt40Qy+t24PACUMQAouyKtXKsU6CIAxIY2GqxFfe45jdWH474177zF3/cjViQ8WQCIozJnASDrZ8D3ahSkXIABQALxrWh3KNAVACC012DjR2HaVRRQnwQNOnv2lL+X52/8E3BUSnlGAYATLSI3AgWgbN2xZynfFTlJGQeQMjtWtjUKdAUA7m55j744UOuACASe0aCz4k973JM5+dmg2OUX6QCyBK1qB6BRpVVvcGZl/JQZALS2pGejobYXzLR9ATRBinNADKyARnGKQ86z+WOPRHQFJHpNTaRSFQDiQKCOKykII9/2fDa8C8wXoGECt640mjYAaPi2Q6d+AAIHAIEtzyZN1duD1BBqVQEgdf4NAFIpdsLLt71gpg0AZac7zzWYd9UdOHvdp7cIWbsAA4CyFM8tZxxAJfJ16OVp6gBSIup0iGQTdaVtQJ+ok+VfMgAoT6tulzQAaGd+DADaobO1kkgBA4BEgk1Y3ABgQsLZa81SwACgWfpq7QYA7dB5ZlpB2aXx75oc1EkFgF95+jBV4/h/auSjiWU1+KhGCOJC4ve8I21WDADS6HXiS6u2uyhUVlVCnVQA+NVnPOV0s2um5jx6coNA7sY4rLwBwIdG5QauuiTtfShgHECz6+DFW4dzCWzviBCmnc2OS7HmZ1BLvzi/BM5IjxcEAc323jiAZufTap+QAieVA8CACBNizR3pAnyGDM0E+XQJYhd83D8evgMEeDBXfvMDaQQ3AEijl5VuiQKzAgCjQoLlefmRkg3z4TIPTkroB169PeQY8Ej8jCvj31YRbhEAmRd57BvTEpWU6dsUy5gdwBSJX2vTsw4AECsb6AMfg9cyAUjyiAp38PqGCNmHb6/7TMA8ZQBAoy4vUsmBiOZfqHXypleZAcD0aF9vyycBADwPT1qfEIpsWeRGiZBgmsUZT0VuZPRZXhLplYg/EOcyeOe3GAdQ78q12mqhwIkBAEKDO3aANNAiN+4Wky9OQgoXAQegIsX5U8XvxyVMB5BGLyvdEgVODABwnLusoj5BSBkOYNwUXH1tGJkIpSAPikSNUOSSnkSPAUBLC3pWmml7wUzDG7BOZ6C28wK88nrY9OHqMPY65JrQAGBWduKUxmEAkEb4aQDAEddjwhYQmnzeACBt9qz0EQoYAKQtiqJrQGrTU5rfb5bQAYzrwcu3h9869R4GRPPDeILGAaTNn5XuIAXqZNHbGp72+eef6Mvmjjfe4doPOZ2fPIQUe+qq//32hggKPTT7736TyNpyMz1tG9CbGcWgVrsGbJjAnaj+OAPAP/22vrPe002vijp3Ld8XefGmCPb/GAWtLImcWhF55xsNAEouvJMLAGXz2ZckZKeLHWcA+Mn3950DD4/L8BOy/qjcvgV3EL4nujAA8OA5kdWlZqbEOIBm6Np6rW156bU+sJwGswDg7OaDLbxzBXOxur3jDJuIn/q9fq3VLs1PPqLYoObe1vh6tM//CAA48Js/zjKkn8ERqIUgWvv7z/jY/k2Z6xgATD7/nXrzpHIAv/DBvpOjdUPhRqspsgIOONnaxfYPcfx1zwMOJPGY9BmkEy+RTFQ3Gv2lj+gBUPihAITlV/df5pGHvvGZu7+f8/+US8AHQLkERAXqcglI50WuXCg/mhnb/Az85IoA5af9+JeMF+6/+q7+YGPoyZm1sY9HHMf0Z/MVJc4YR62LUdafGwVOPNrnX/yQ7y+g9dKtodeftsOpTx/1xHccTMgypGXIVaC6A36nPCIC7zyW4A5sAHD898KJHEG8cP/ldw4BIJUYbKyi3HllAWCrLzJODNA+/5sn+rK4KIKsj9mvnuTaDp+pqy9Agesv/YxFAEQHfU+5BxSGgMfnvLU8FQwAytOqdMm2AmaU7tAMFowX7r/4jr5j7WF/sxxA1iAmjxRFufPKAsDegsi4KEna55/6gA9Yg8+/RvtR9p8xwBU4ESBs+oUos4+W48R3OgMR2dn15YkTwPN5j5efcAOA8rQqXXLayrgUxVTpQRUUbLvNeOH+s2/3MrU+selrDADZTLqqK0h1nqmLZkX1ZH0hWFfqwosf/9b+UY5D5+FTv2FIkHGm1AYARbMwwffT5gDiDDVNx+1T8rTdZlYEiKcplv9HZdDVExZQOFYAEK4H6T8cRzY4qyolYx9/A4AJNvFxfqXt0xhatd3mOACgP4N4eftDE9hs2myd4yoiQJPrJMsBQONVxIFgNQgA8CjIOxPfABAGAE3OjNWdS4E2ryFH3QJox2JdQNF0HRcAYBxxOK8jABDdSBgAFM26fV87BerSfWhWXXeSh15yb49NPFddcQruSQbBtRmhtLDAwyIvG0M6NZvvJH3Ieyd74petl/5jC6Cgl2IxaDqAslS2coUUqIsDaAsAMKbhQRM/sLybF3no/sKhNlIgFQB042MExO96XZhi12AA0MhUWqVVKJAFAI2Df2rZcwEVLHcHG35924fR0s2vtwXcoz/Sq9L7yd9NBQA4mWt3fBRhbALoOyCQkhfAAGDy+bI3G6JADAA0AQCw8THZZZFXtYknyQYsM/8AgviqEPHi4WMCAJz8L9z0RkMGAIPFeDJNgaftHVdn+8S714c7fQxcSIiBQQyZcao+sMvOCCfcowMEDmiwu18QuXS+aguTvZ/KAUzWyuG3jAOog4odqKPODTjJcOps/9627wGb3TnEzHvFXw17fzA0FIDY0iMGwErz8DccRpmw2pPQqOgdA4AiCpX63jiA4x5EU9NcqRtvnRs/XkLqQuwCc+AlGK4D8L6bxmMAUAvVTxYApJp+1kLinErq5ACa6mNb9VZlq9sE8Kp9bYumCe1MHwDaNAVONf1MIGRS0ToBQNNcxR3QwB5VbQCoEyUgOgANwIHsHz9VvAOTiJYprDTEuzHvYezoQ4gZiOKPMejD5xr0RL0EcSxCcfqOR0b3ygCgyoyNeLcug5gyXTtJAIALbdUrQAcA+172V3/64wIAiESIJx+7GgKAhMAnuk7Y8Lr5dUxcC77rTQYAZfZSbWXa5ABmUQRwYbSJltsXefl1f7IR074uRWCWA2DidcOgB5iWabCexrg3Z0GJPrKZuQ51yUB3PZBpOWij7sG6kPkMwLiQyQQUL3TjAGrb9tOtqE4WfJKR1Nn+IMrOgsjV237z48hTxxUgY0PJCAeggTk1Oi8nKE8XACCeA4CQ2wm1g+D+HwMmFzw0RA5aWfaegapAVdsJ6GYAMMmKPmbv1LkBJxl6ne1fXAlOAIsi1zYCBzBJp0a8g9KfIBqaYFPjB+ppOm0dACHO4gfgA5zUDuKXPjaU/xELYhFAf1d/AL4np8CoxziAGhfWNKuqcwNOMo4622/atZjthaysGXWzQUOmFR9AafgLf3YY4syBUogHqLpKBQC1kcjOF+UQF1S0+axHDQAmWdPH6p06N+AkA592+6l9Vk9A9AEKAIgCnLQpzjSp7Y4rX9YO4Nnrnt2PH41+zGdwCmrLwO3AG9CpjHiMA6hzBqdY17Q34LTbn4T0jhPIGAE50+MoBt8k9VbdVEV2AGoq7bwZ+56TiZWGbH70BYAZugOcqAwAJpnJY/TOtDfgtNuve6ryxtO0aBKPoSw9tU+LUagwwpOXfb8qWNVN9xrqm74hUA2DSK6i7IQnV1zyhWm3X7KbpYtlx6MbTStoOtZiGXrGfYqDhd5YNwAoPdFNFJxBVE0iUxELm1TZlApnN2Ac9DQbiLOJLo4CgCwQZdvWvpUBEN6dwbU6fQ5gBomatMZnDQA++n3Da7k2Nn92Y8b0jIFIJyWvTwYASUt2ssJltbaT1X70rTbbixfQv/5uvwG4XtJklnHv9B49/qwLlnVV6B6PPwaApll/7XPZDTxqjPH7pCOPrzpjKwOsBf/An2vK37LKDEz8bnscQJsbMj4V2jhh4wX0c3/Gm6Zq5Jl4akaF2o610tMyrJl4CWVYYwWAtk7/cRxA2TEdAoAP9A8FPlUA4NqTzMh/6C8YAJSl66FyJwUA4ACcown2+SElVR7BXCqrkMF21gCgyuavKhJOAvhxm/8kpCLTOYs5ADiDP/IXDQAMADIUiBfQzz/hlwybf5QIwPd5ADBN55qJJjW8VJUFj9vuEgBkNz/9NACYcKWcFA5AAYDNrABQlHRzljiASU7g7JJKTZ02DoDybgKyuokUAKsKUBNun6ZeMx1AHZTNKgHVUy7mABQEYjDQjR8DwLRMa6vQIWUDlWkn1Ygo5Rqwyi1AVt9QZiwdL2MAUMcEZUUAjTZD3Wx4bOkd249n3f6Q/eczNr/67lMMs9Tj9tQNAKnjH9V+9hpw1K1ESv+NA0idnYycWAeLWKYLbYoc8aL4hQ/63d4PSSl1kw/C9IaAmuq55r4PA3IZa+oI41OGQDWWSdlANTY7qKoMAIxTTKb03wBgwhlsc0PGrFobgJNdQBpBV8NoNR2xd8Ipqe21lA1UW6NRRVXbT3nfAGDCGTxJADAhiY7taykbqIlBVm0/5X0DgAln0ABgQsIdg9dSNlDRcBkEwZkAACAASURBVKpusEk4vpT+V+1f0fhb/t6UgHUQPGUB1dFe1+qoc/xVN5gBQNLqMAAoItevPO1LcKVHbDweQm7rg0EPmnuNkPM73lJUY7PfuyjB4eEGQmPi039CexXZJOi7RMpxGXQJlEHAjMgA7vGvH/4xyYargwIKFEQF5lH659U97rvUoKZVAaqOsddYx0yZNebSpeoC/c/P+pDbbB5Nj60AoPnx4gQcn/3WGqdngqpGAQCXEoxBo/sWVU14LMZFBF02f2yr8NjX1QcALqrxgsiNKMlpUd/4XjfiT3/b0F5P7S/y3s8GM1UgNAAoQ+1jXKYqALx0y4Xd91xAuMNnMbGA2BQsOt0c3OBNK122TtEoAHD9D1l+ykwnAEC0XEJmZX0WagcAESEyT8qjAPDPvt0DgJpWZ+vQjZ4FgPtO+XBmmu24bNvGAZSlVEfKVQWA2xuevdQn5pn0uo/v4AZYUPefnu7AYwCgJ8TD1/6nAAAiwNqSyMrS4dOfOmsHgAocQAwAbPIsF5AVeRSsL57183TiAaDqBpnucm++dazJYhZY5WqCS27vlG8fVhoz37wsNrVuqExUWwUA2o31GEU9p/zasv+X7XOd/S3qx6jvm7pVYrz6vPv9h3VkM3b6M8z2lICTTvS038ueqPQHENjYFtnaLadUYwPBTp9ezR9NnRsq29/1LX8qaoovNU4qQ1dACwVnNgV4nf0t04+8MgYAk1Lu0HsGAEVkzAMAWGqyzW7ullOqwU6fXjm6kbTtOjcUHAuKvlj2pR0NUFL2FoB3sGAEAE5lOJc6+1tEf+MAJqVQqfcMAIrIlAUAde7BthwxIE47PaouFGpom/PYf96pc0Mpy44DEqILPzUwScrpr2Oh74AAP1W+rrO/VdnqukXYeL4ZZ1x/1b4WrbUpfG8AUET0LAC4+3SSZYaAH2UBABfXUddUdW6oovEUfX9n8yhQ6Y0HAIZSsCmHJZSqXLUitjhwDZyM5vQDwN50sWgE/nvEs+dvHC37+OXx7xsAlKPviSk1Squecq+uGvXVEVlnug4AqvdQkaBqNqBRiweaqm4Foyt33Zop/MZeuaVHVuDrd/0tCA+3N+g0rlwwAIgoYBxA0XI6d8qz0DzxdWCKZR0nJ7nqRwX8NADw9IWmnNwupTf6lWBrEc9RWQCgHk3/Hb9fFHAFfYcGb33nt5gI4Gh30txb4wWD7Osyy4YPwYJJZOpRCjWq7RIA3N0aGjllwZExcCPQlAigAAAXgGgVmV8MulIWAFiz3PHHSk9EsOyNRnaMAIByPCfiGvCXPuTDIGd91+PPOMH4/lA4KzYFlnBTtiZGZlXLPCYuK2enmnoWcQSp3//ix4YsKH1DxtVHrQi7ZEqM7J33MM0AQNzXVFoUlVcdALL/KIVlm/OJ0m/mlYD/5on+YAOx0Z1J5fzhiDY6cbE85lKxzzd3GhQtFv0eAOBR9jw2zeXzacfZJz+9AlMMVMpZxc5EfDZtX4JpAgAnvhou6WET35y0HTX5RADAv/quw5lQBjHquEIKOeB1s8Wx7viMv4tYqrIbedJyygGo3Ja9aps2ADz9qj85ASZ3cxCdsCiltN8KrmVZ3EnpVfTeKADgPcbRFPtP/apX0ZwK2bk0ACiaveTv5+RffmdWzzoMVMniZNHqNUy2+i4AALb69DNOudWlMNuv3A4cwILvJ+wtD6623NmjWxjIqyLSm7IvwbQBwBlZjXBbNgBI3uBFL+QDgFugyPhB84U8xu8ODCLX0C4AQNEIi77PuqHGXA9jnfaGLOq/fd8cBU6ECJDHATj2fs57tymrH/MJuklmAQDcCR1ADTZdT2TYUMb3YMa5prnlZjWXocCtdT8vzBVclNOh4LFY5uXEMicaAMZpfAEAF8u+YZkwcb4mKv7y7bB4iM8fFpSLnBMW2cUzE1VrLzVEgadeHhr3MF9n1zxI42xV93OiASAWAfJkfzZ/F64Bq076i7eGV4eqO9CbBIDuDcYBVCVxre9/+Dlfnc4RXOobL3h9St3PiQCAup0piiZhlJJpWlwFHED20cUFwF2YMgfw2nqwvwjRh5YXRDApboLlLZq7Mt/DOXGVh6ckbFQvQ7+yef+acvctMwYtYwCQQq2SZcdpmdswNsl2Ew4AVhINc3z3DDfAv2lzAFdfC/qYRW8cw7Ur3nlNnHglp3BkMfQmWPHxT3UocYi0bKLOUam6aMAAoOpslHq/fV+ArgFAzAEcAgDYzAWRB0LoqFLkbKCQRiVW/QSn/6XzIvcRTLNjD2bEz133tvw8mFG/+03+9+zmH5eqywCgtYntDgCoCKBXj6qEazpVXhYAsCdQjoDTdtoigAKA3sognjzU6+b1JBr6Z149bDKulo0x61+0+Q0ATiAAcPqqVRzDBwBm4Zqx6lTGTi3qj99F+X8g++/4uUMPwM9HgvvupCm/i3RU//a3hxargCNKwTiKMeuKjMw4Bql/Af4YGJDxfOnnj54h0wFUXb057+OmGUdvZYJit804xLbG0mugG8emytc3o7BjBOpc6qb8D9vPP0Q8uDnnQdov9r8fNRFldQA/8+QwgIneXMWWoLrpiYmoz86OCOIK684A4ENHTYGb3B2qA4gXyag4dUxkkf92k33tQt2/9aLPR6APJ+lb39CFnh3uA7cV5FBQ+Z9vMdD5jCuT9bUsAJC4hY2spz8ggAinD2bFrDUOHefRGjhL1iEc5+e+zTiAyWZowrcUAPTk13RVWS8+rX7azjwTDrO21z7y4tB/gEphcd/xSG3V11YRAIDjE08M6JN6N5YFgCefH25qd2CsDkUA3fSc/soJDDxeg6Xrow8aANS2CMpUpAAAarNQNLhGjNpxPVkA0MlUAMlyDycNMOIAHnp1GfvsOxoHJg+Q5QqxyQdFoLan7ThuL0T3Yb5VoamnceyBOsn8lUlO6lKQRU+ciWjU+6YDaGClKACox1fWwSjbZHZBqKuoBuUsKt/AEDpVZTaCT7yZ6Kj6bWi8hFMNWMzFBIkBQNt2IkwU3w+wVzndxZUIV66w5I0BAAZJkSi11Re5t+V7bgDQ4pKOOYAjUYYy6u08908AIHYZ1ZPlpIoMeQBAlKZRLtxtcADOqCpaU8qFMN9wIXwXcynEXSRVF+LNjTvpi7EMB0CtF3G1VmXgvMiNdQOAQyGP0kmf/oZqidnrBH1UBVd8BRjXGoeAYuG4LL3BXzzL/rftL54++vrfyIvhN86Rq2kAIEALc8Q+U3BWPY/D9+B0xa/nT4ncf8YHGVHxpUkAQD+wGh0yKgYYB5CwLu9t+8Kgucp6GiMgy35SruqC0yCc1KVxCuOAEbrIFAzajBmXQLbGihYBQDaqU9X5KBrI+s7RoKkq67P5dZ7IzoufQOxyDot+I9zPF7UTf5+3gTE8WsQi0dmXi+wtiIwyPTYASKC2LjgHAhnjHQWAmP2suuDiIJp6twznoLb78QI/ideGzIcDx6BkgwaazNSx3mFusahsw64CJe25SBOPyHYXriAKKsvm598ggKtjF3xHlS1PWJJHZHh30uuJ4UxKRWKZP1u3AUACtTUGn05e9gTGfj6W76oCQJ7vAG0qCGjXdeE34ReeQJ7WiypHlnVk0r9hv2MOrQ27Cnf6OnYtkGNB5NW7/sCgfXz43YYPykGvFBDZ3hf59G+uZuf45F/pyyp2AMReVEXE0nhgMQBIWLYahdeJczmBQ7PyZxMAkGVr4+5XbS+BFJ0oCofk9pIq2IJlpQJArCdhvibRsqcO1AFApHF3J/um7ydy/5JuzGCws+tYO29F+JnvrwYAH/2+vm87Yn3Gnf70zQAgYYY5cdwJHOIDxq+C8HiANc0BaJvxbYDeLadec23sjM7ZNw5otA/KgvN3HJpc/27anVjNqDVmI5mBY3Y7Fg9mSUmqm/b/+ab+4MYjK+LA+bgrx8z6hnvUZxxHZHYAOcCALX9svw+LqVZ8fO5CR0emmFVP5FHuwyxyzE41zDapt+hHqpss9cOSOuVhUGy+/Hp5RNS7ZBU5Y9BoO6IQhx4ptVRJqnftsZg2K0pSBYAf/zof1l4NjHCXjm+UoIEGtVVQdrYHcz6MWDZgSTzzBgBjACBWxGkxF/8+RK7Rz6rmDcgDADYWJzeLfdA2E7rsWcyUh/rvPy1yKoop91JOlKBRdQIAquXWg0VPHP5uM6Yg7SESKABkbSRmkQP4/vf03bWj2haMuk7Omz+4g8988+jVYgCQQxsVAbJf6T0uIatQBKrtddVUUqOUgHrfrP2gffK6pXIAAAlGKDEA3Nn2mutRIoCy+rStzi+x4UucQKVNAKA/bH5oFtu+x0DQhg4gBYAnLascwF/9Mk95vYEalYJd24nnjnc+61EDgKQ5iGVeVTC55Jk4VwT5v5oaJ6k7lQuzWQj6sRrbyM+LADB3No7atdNgfMoc91uHrA7DbaToJkdNr7OEVlApApRYIchdfJlgIGUmVQFAM1upXkotDRUAFRBcwJkQ+i3mWE0HkOgOHC+Y+PTlpEcObzqCT5nFkVJmoAPg4liPcX7OixAvMH40jkF8olbVcaT0tYmy4wBAXbZ1MxHfT0U6An4QTSkVABjDuFiAZccYA0A2kWgcD4D61BQ5L33cuP6bCJAzG6MAAMWfS9ZwzBAgFjGcMhBnmcDCqC5AOR0FgJiNTL11KLvA2yoXWxKqEld9CRinmmw/dP/RPJCE/ypSKmY5gLoBgMQ2Oh9x1qqYftmr0Pg7A4BEDiBrB6CyP/bcTaePbmJTqKWhHv4P3z/kBACAbELUbB9mhQNQfYfOp7Ogxc6jL8Lmj292oAEcwAs3vQJ13NM0APzz7zic3HaUDiDP67TIcvREcABYTi0G+Rfrrb1w+sVsmpvESOMuWFbdOzztTtmFAQYWWNQXeVvlLZCyAR+a2PTj+vNPPnA4QpKTKYORSnydxGfoPNpW8tVND02uqubbalFJO/x++b4g1jlbYt86ikai//D96QL34sG6wB4/Z21NOh5dP//wm/MjWrlxBM9D2oiBQUEd8M5yABejRDCPfd3hoLmxwdCk/e7Ye3OC5ZQ+CgBZRY2zreaSWSkX2VYfsbumXLhSi4MuZAfeVQD4sa/quwXOAlL21lEouutz5s5BoXTlQsemNLE7OO/wsL8BAVXgYqt/eiXSizhE8LH0uCFRgMhyBtnm42jAfFe3EvD//RbPAQz8T0IAFOVkmCcNBeamMUR9ZrwAuAFABADjJmcAAg5Oh95Vzsca7iDmlYMh0HEEgB98r5cpYzl/d2/orqo3HqrrmDTkVeI+bax4HCwz7HEXVovT0eF4fMDir5/h/Io6lgWAOhSAtBlzAFmlH3+rolYtAXUYOq9cV7vcgs5raPicWA6gDDI7EAibe2vfR1RxoZaiiKuAg8+sOX6xdJUD+JGv7LvMNvG6d1dM+zIUlcK1J8vmuANA3gbWTTuw5y8Q58aBQJwQJG+NVWWrEQFiAFCNPwANp5YFBwU5PudGI3sNeCIBoMzmHzXJTsZTv2s2fUl/7qoAUPX9ukWSqv0Z9X7WsWaUY8u49gdimjroLB/1jmuq/0Ucgn5ftf2y7RSVO3EAUJR4oYhgk35fdcKrvn9cAGDAdcXebYH7iscwih6D91HOAgD8WxTZWhjGxItZ6knXQ9X5qPr+pOsw+54BQF2ULKin6oRXff+4AAD9zIayyrOoK+Qg2PjoahDR0OEsHTbIGQcg3BJxsQOGjOIWq85H1ffrWrYGAHVRckYBYFSKq6oLuOj9ouu0sRxACIvlRLUgBO8tlwOAWB8A8PDkKfLi9g9xLUEXFPcfhXEWTIrG39Ky9HkFuD48EHnnt5yAa8BJWb7UCal7gsvUNy4XfZn3s2Mcl956kvrKsPBxmXEKtSIdgJ7iqt1UJW6RDH5IIRju8osA4EhAEIBD9Q/8DLdIMZhUpV/qepykfFWF5SRtNvxOe9mB657gMvXVDQDjMtyW6c+4yezq+9kbgVHBNUdyAAw6Ex2I+0WMgmJxour4G94ornoDgApUrnuCy9Q3LiNtmfezw60bUFI5gGkAiNKw6EowS8+B3kJj86mB2OLRzV9lc7XFwVbpY4Vt0/Srs80B1L1hTiIAQMNR8fSLAMzJ/SFqseMCVkT2AIC9wzcQVTaXAUAljJgcACY5QYsWTKWhJL6s/f/4D+Tbko+qblTiijLgQJ2TLNiY9TyJ7ydO7aA4dEulF4lK1G348a83JeBI2hsAHCZNGXHDAGAyAGwTAOwasCS1DQBKEmpM2OmyNRgHUJZSh8tNwgEYAJSkdVcAoKpmti4RoIy+wTiA48cBlNwOx7VYuoykI+0KAFSlfIz4ZepqMnnlqPaNAygzM0fLGAdQSDcDAAOAwkUyMnNO8Zu+RFUAK9tOtpwBQCHlDABSAYAoMfa0R4FULX7cMwOAwnma/mKuMsGFwytRwACgBJGmWKTK+pgEALjOJVoQl8Of8g3T3x8Nk76YA3jl9WFOd+0MUXE0tNJxi4kXR7ThvncQOSYENW0je+64SX3mmv/29rrPdESw1Ucu+GAkBLkoWpK/9kkfzUgj4bosQZkGCZFFjLw46hGhvaj7cx/z5YmCRE4Asu64/IMhJJqL/LwQAqRk8u6lph+nXoKv0AaNjwovFqecY+3R/7zsR3VkPrJbgMxiuXbn8EKJv2YhPHC2YYyquXoAwGWoXRDZ3hW5s+UNP9zmail7bhkAYGOw2NeWfVRe+kiEm6Ko67/6zHDzs1mJekw4c31cdNwxlRDll7Y0VJZLkUB+vVCHht4epB8PcQqUhpfOl5swze2o2Y3Z1MwBcfqyD23RPElY+B5LQhe2LcoJqO8U5Sko6p0BQIZCygHohGuIJeUCLt1XRNJufQ8AxKB1/a4HA7cAc2LEtd3752/6DUxMvhUSrYRkq2yOMmHXXwjJTOJY+JzmGtiUjRyHbxzEeQ0A+PwNDxrjwn0r96DcBUCqG69siDSCi2paNWisAUkdJ5LD5mj2Z9pmrhiHZkGuM/WZAcAIDiBmF/U0gvDHDQBevXO4zyxich3oBpu2CECYbha2ciQAgYtwGzZJUeIVACQOihknKnWsdvQoSAB8eoI/+YIvQLq0UY+uBZKq8B7iygMhnHZZALi1Hlj/0IiCiqZai0Egm3tCo/zGAFCFA4jdrGP6ngCFb7EOgBMTlosgCYOEk1A7yGzjFkpTp2c8YeqbDifKSaeJPkYtCBUBsPlGvmYRffK65wJYhMc9009Vmv/Mk8Ma2HhwITE38dr6Ye5AxYlb9zxofMrD/n02kkbkzesTHIkCEkCimZ7PhezOuumRVphbB9BBDGI9DrK4IR4QtBXOpkSegmxfsoFWsgAQKyGrGp1VnZsG3i8GgNc3vayclQFJH8UEF6WGqrvTo4JysJFVcRW3mZUJb4aw1m9+0AMAYbFfuOE3f1GmmDJjUbZWN0+R0q5MnW2WiQGAdqE3cjdrgGdr18viAIN+xufoLPgMhaU+a4BH1HlogTKTnzpXLv0YHE4gVC9wHvwZKyo1yi8g4E5+/uUQJjVTk4tqHR5iHRgAZIhKOnAenWxd0E4hNQWl2ag48ykAwMKJ9QCcanUBwMdeHhLQ6RTWjpei9Ddf8GDvsunmJHzNbmgNn6UbGKWxPqrVj7PyqB4DINEQ3ig6aRNQ+Iw3HV6AmrJM8zFw8DjlHyd/FI6e+Wc9pmZrdnktqCdEOzIAyAAA7BmTMLgOCuyYTnhVrWvq6TYKAMqKAMoBkPmGBYrIsL49TImduoCy/Y8BALBcWRY5TtmD0CEw34h7nPx6Pcg43fVgpEeIv+N7wODpVzxFHAcUNPqx/kiVeW4Ds+n3/cbVVF6f/saj187U69j/iJ2iL/wbZP0J9Wn24rLrKhtmjatXfU68DqDIkKLp77OTmGX/48ASKlOyoOIFFwNUmcAWtFnVdDV+n+SVPLpZtJ/x1ZzTrYRcdvdFLGnZRZxXLpuUc1xGntTxZuv+1MhgporhTpnx/runfCkOJPAA4HBp2oapCwfzz+e/6zGfyJSDjJ9RhjcPVIgagZulrt6IZKczKP/74Y+bsKY3eFH92QUxLiYfZWENyeCjd8R8Fmv1B+weX4zJdpO6IbL9jN//qQ/0HWvLQtM77jzDHK3jwSg5ZZkNMarMocCcJRO1UlfRBs7mKUBubhMA/u1v+xE7xd+B1zu4uc/oEnRzP3bZgwXlnUFTzjO42haRh3v5ZQwAcuhStIGrfp9tclzQDS3rTthgucakxyxhrPAZlWGHeuoEgA9+cd/Jpci5o+64Yy37uzIy8KQgkOV26hhvXnxAogsTPlufIgCZdDz63tOvBkvAMMfOfiCy6FQzXr025XYi+6hOQnUU6CP0GXWNaQDQAQCounhiACiTuLTMiZjXp3ixAAA8GNYABPFm13djcaAuAKDurIZ7lBhQFvBGhQgv+37V+eN9FLZqgBRfB8ZcgLYD6D53/TDNsybQ2b8NAKJZqnqCl3n/b77Pp3fWCeSnU/D0vYJO2TY9Yz7v8bRlRB2xTmDU2ywEWPTjdm03ajzQkJubPMCJ30HphYiiNFJF3+DvyAR4EkvJX3n6cA+zm1fBD04NgOQalRNdZfys2bKe3vzknc98s69f/Rc02zHjVqVhytxeRAlI+0G0UNA0DqAhDuBHv3IoEetiZNOjGItZMy31+YkAoFp/NXmNzWB1SLrpp2HXkAZnxaWxJNQnD/hiy0DKcUrGIIm2HV1K/KgBGBsp1fDrN573QKQbV30TBubJoSG+58oUewK9hVAFX96o9Tbhsx713wIcmwHwtG76rSbrLtDnXLHl6sUVjyZkTsrLW1A8A8eqxPSVgP/o/UfNOdDYKgegk6gy3VseSCPwh5/zV0jLAdFVE+w8zDLHPX+/80pa/V0r/eTzh51/ivoH6GVNhHknvruPgSRVRHnpVj6gAO5OcRc6iDIPIyBkdg4AtUPI9j+2Q+GaUcHq3qYXDfR6MXv1qJxQkamyA4A5H838noY0n82kIJB2+gDwTz/gASC+xlHW350EsHLhHhgOIdX9GMOW7Imod9l5d/7cQx/nJx7vuHHoBskCgG58/T72BKS+VABgQ+9gO5DB+dimAGUcpz8sO4ZnAFJsb5A3DuaOf8rxAACsFTUwOgIcATmUYxhFG/QcdeYt6PhaKjYFzg5ANcFMll6fgK7EUOdJ1QIjdzsrr3Cnqy6en/UBX99T39cfuK+qzTcTpJrnn3/iKAcxsB4r6ULb8Uka2z0VcRREs6awTRlqZW0yaH+crcFxpjF9P5E6gLxJw1kjz9pKraZSAQAZVDWx8enz7vd7AMiL2guLqHfPeQCg/S7rQXecF+c0ACBv849KG36caRv33QAgUAMvulg+VCJVAQDqOL16eKlofXkAEHMcBgCebsoHNc0BnMTNbxxAtDfrBgAWFE9sg83f4wAg/v6kiwDI2GoXD10AgPjqr25vzVG+GLNy0o8ah3EAgTIsgFj+z3IA/+57hjL5tddFLheEiFIRYFIASBU5Zm2hojRzYb6CTgZvttjkddoBTrL05oYnflD4skaYf25oYs17l+bKACDMhrKA6q+dBYCf/e6+u3IjwAMa2rIAwCKOxQDlAD72/f0jIaIoqxFbTzoAON/4MAkDq7bgGad35dmNlBdQpa3NlgUAZ3sf3RLciOwY2upTmXYMAAKV0NqrnKlWWtzVq1b+J9/fH0QO4pUiADi14k+vrNGKKgE/+n19Hw4rXOOo37i2d9IBoMzizZYZl8l4kvpS3jkCAASVjewxDABSqFm5bPo1IJve3cuHqzu6wEnzrm/1s/j/fas37VUNfJF3W3wNGA9HAeDDf7nvNv8gHHSwEtRrQgOA9EXQKQ6ACEDBSs95aOY476SPsP43jAMoSVOCPSoA4LCVarhTspmpFcNiDaMVnrubPqBo/KSGpNJoRNSh9gv8DqcD8FVV4hVFuY1vWRC7sjHwxn0/ySRs7By+RXo4hADbWxTBavB0FJCjqH425a//paHOiUMj2/9RB4Ru6JTvZxAE0jmAoknBggtLLgx6AIKmDFGK+tHU925DESEJ+/Pt6gBAeGweDW2ddd6ZNQDQoK1wjXB1WTPkFAA1AKi8yusHALeYo3BNRWGsKw+hRAWDIBYicmO9xAtjijgA2BO5G3zIlQO4fJ8/sVNZWH0/DoNd5zVe1zgAvaHQPADZKM4GANXWZ+LbzQBAYicaLx5HxxkXB4COXMQuAdllSYRgF9lrKRVp7oZgqWxgRIJzOJEAMIkyLBxAnNhCuYFZFQGyk51VCqYCQJEIk8Lix32bQXY/b5+NBoAiGanxXTulBtQdVPCSWzhq386JyoZl4+J2ivOJu8oK4aZSASC76MbJsNn4CmX+LtogVb+vu7+p9RX1P7W+ovJTWpZNNWsAkKXsAABGcACc9no6Y4XHLYcLPBHusm9ELqSps1ZmQxct0BQlHu0VbaCi71P7U3f5tvuXOqcdL28AcAQAgoZ/VAw9vUNX55fBLQcAUBB8s2gxTBMA1L8iFUDq3tCp9T35V4a3ANiGpL6fWr5oDo/Z9wYAuQCQsJFdpGF8mYlIMyeyfsw4gN/+vmE8Bjwspw0ARRso2z/sRPTBFmXGU3kVkSf1++YR0yYkdU6svFGgNQoYALRGamvIKNA9ChgAdG9OrEdGgdYoMCtBsFsjmDVkFJglChgAzNJs2liMAokUMABIJJgVNwrMEgUMAGZpNm0sRoFEChgAJBLMihsFZokCBgCzNJs2FqNAIgUMABIJZsWNArNEAQOAWZpNG4tRIJECBgCJBLPiRoFZooABwCzNpo3FKJBIAQOARIJZcaPALFHAAGCWZtPGYhRIpIABQCLBrLhRYJYoYAAwS7NpYzEKJFLAACCRYFbcKDBLFDAAmKXZtLEYBRIpYACQSDArbhSYJQoYAMzSbNpYjAKJFDAASCSYFTcKzBIFDABmaTZtLEaBRAoYACQSBoxifwAAARtJREFUzIobBWaJAgYAszSbNhajQCIFDAASCWbFjQKzRAEDgFmaTRuLUSCRAgYAiQSz4kaBWaKAAcAszaaNxSiQSAEDgESCWXGjwCxRwABglmbTxmIUSKSAAUAiway4UWCWKGAAMEuzaWMxCiRSwAAgkWBW3CgwSxQwAJil2bSxGAUSKWAAkEiw/7+dOqYBAABAGObfNRp4l/48lARxAiUBB1BaUxcCp4ADOMHECZQEHEBpTV0InAIO4AQTJ1AScAClNXUhcAo4gBNMnEBJwAGU1tSFwCngAE4wcQIlAQdQWlMXAqeAAzjBxAmUBBxAaU1dCJwCDuAEEydQEnAApTV1IXAKOIATTJxAScABlNbUhcAp4ABOMHECJYEBD8OKkBXKwbwAAAAASUVORK5CYII=","relative_path":"D:/MyProjects/Minecraft/CuboidMod/src/main/resources/assets/cuboidmod/textures/model/singularity_generator_pillar.png"}],"display":{"thirdperson_righthand":{"rotation":[55,0,0],"translation":[0,3,-1],"scale":[0.5,0.5,0.5]},"thirdperson_lefthand":{"rotation":[55,0,0],"translation":[0,3,-1],"scale":[0.5,0.5,0.5]},"firstperson_righthand":{"rotation":[3,22,-8],"translation":[1,-1,0],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[3,22,-8],"translation":[2,-1,0],"scale":[0.6,0.6,0.6]},"ground":{"translation":[0,5,0],"scale":[0.6,0.6,0.6]},"gui":{"rotation":[20,22,0],"scale":[0.7,0.7,0.7]},"head":{"translation":[0,14,0]},"fixed":{"rotation":[3,0,0],"scale":[0.85,0.85,0.85]}}} \ No newline at end of file diff --git a/blockbench/singularity_power_generator/singularity_power_gen.bbmodel b/blockbench/singularity_power_generator/singularity_power_gen.bbmodel index 8dd49fd..7858dc3 100644 --- a/blockbench/singularity_power_generator/singularity_power_gen.bbmodel +++ b/blockbench/singularity_power_generator/singularity_power_gen.bbmodel @@ -1 +1 @@ -{"meta":{"format_version":"3.6","creation_time":1624658562,"model_format":"java_block","box_uv":false},"name":"thatldu_singularity_power_gen","parent":"","ambientocclusion":true,"front_gui_light":false,"visible_box":[1,1,0],"resolution":{"width":32,"height":32},"elements":[{"name":"cube","rescale":false,"from":[0,0,4],"to":[1,1,12],"autouv":0,"color":5,"locked":false,"origin":[0,0,4],"faces":{"north":{"uv":[16,13,16.5,13.5],"texture":0},"east":{"uv":[9,9,13,9.5],"texture":0},"south":{"uv":[16,14,16.5,14.5],"texture":0},"west":{"uv":[9,9.5,13,10],"texture":0},"up":{"uv":[9.5,14,9,10],"texture":0},"down":{"uv":[10,10,9.5,14],"texture":0}},"uuid":"9e90851c-3793-12d0-e91e-2880a32c43c1"},{"name":"cube","rescale":false,"from":[4,0,0],"to":[12,1,1],"autouv":0,"color":5,"locked":false,"origin":[4,0,0],"faces":{"north":{"uv":[10.5,4,14.5,4.5],"texture":0},"east":{"uv":[10.5,17,11,17.5],"texture":0},"south":{"uv":[4.5,10.5,8.5,11],"texture":0},"west":{"uv":[11,17,11.5,17.5],"texture":0},"up":{"uv":[14.5,5,10.5,4.5],"texture":0},"down":{"uv":[14.5,5,10.5,5.5],"texture":0}},"uuid":"56d7e3eb-9e38-a9c6-b878-e108d17da6f0"},{"name":"cube","rescale":false,"from":[15,0,4],"to":[16,1,12],"autouv":0,"color":5,"locked":false,"origin":[15,0,4],"faces":{"north":{"uv":[17,11.5,17.5,12],"texture":0},"east":{"uv":[10.5,7.5,14.5,8],"texture":0},"south":{"uv":[12,17,12.5,17.5],"texture":0},"west":{"uv":[10.5,8,14.5,8.5],"texture":0},"up":{"uv":[9,14.5,8.5,10.5],"texture":0},"down":{"uv":[10.5,10.5,10,14.5],"texture":0}},"uuid":"924d5413-467e-1404-2d01-f141245a4311"},{"name":"cube","rescale":false,"from":[4,0,15],"to":[12,1,16],"autouv":0,"color":5,"locked":false,"origin":[4,0,15],"faces":{"north":{"uv":[4.5,11,8.5,11.5],"texture":0},"east":{"uv":[17,12.5,17.5,13],"texture":0},"south":{"uv":[10.5,11,14.5,11.5],"texture":0},"west":{"uv":[13,17,13.5,17.5],"texture":0},"up":{"uv":[15.5,0.5,11.5,0],"texture":0},"down":{"uv":[15.5,0.5,11.5,1],"texture":0}},"uuid":"e977be96-635d-7d06-4eed-861e2c4dad88"},{"name":"cube","rescale":false,"from":[2,0,1],"to":[4,1,2],"autouv":0,"color":5,"locked":false,"origin":[3,0,1],"faces":{"north":{"uv":[11.5,3,12.5,3.5],"texture":0},"east":{"uv":[17,13.5,17.5,14],"texture":0},"south":{"uv":[11.5,3.5,12.5,4],"texture":0},"west":{"uv":[17,14,17.5,14.5],"texture":0},"up":{"uv":[12,12,11,11.5],"texture":0},"down":{"uv":[12,12,11,12.5],"texture":0}},"uuid":"30c03702-8f83-c049-e611-c1a0b6f32444"},{"name":"cube","rescale":false,"from":[1,0,2],"to":[2,1,4],"autouv":0,"color":5,"locked":false,"origin":[1,0,2],"faces":{"north":{"uv":[15,17,15.5,17.5],"texture":0},"east":{"uv":[11,12.5,12,13],"texture":0},"south":{"uv":[17,15,17.5,15.5],"texture":0},"west":{"uv":[12,12.5,13,13],"texture":0},"up":{"uv":[13.5,10,13,9],"texture":0},"down":{"uv":[11.5,13,11,14],"texture":0}},"uuid":"f2eb642b-2280-0a7b-4904-c883eb27f234"},{"name":"cube","rescale":false,"from":[12,0,1],"to":[14,1,2],"autouv":0,"color":5,"locked":false,"origin":[12,0,1],"faces":{"north":{"uv":[13,13,14,13.5],"texture":0},"east":{"uv":[17,16,17.5,16.5],"texture":0},"south":{"uv":[13.5,3,14.5,3.5],"texture":0},"west":{"uv":[16.5,17,17,17.5],"texture":0},"up":{"uv":[14.5,4,13.5,3.5],"texture":0},"down":{"uv":[14.5,9,13.5,9.5],"texture":0}},"uuid":"0049d4bc-6d9c-1400-1857-7c9e8917dc1b"},{"name":"cube","rescale":false,"from":[14,0,2],"to":[15,1,4],"autouv":0,"color":5,"locked":false,"origin":[14,0,2],"faces":{"north":{"uv":[0,17.5,0.5,18],"texture":0},"east":{"uv":[13,13.5,14,14],"texture":0},"south":{"uv":[17.5,0,18,0.5],"texture":0},"west":{"uv":[9,14,10,14.5],"texture":0},"up":{"uv":[11.5,15,11,14],"texture":0},"down":{"uv":[12,14,11.5,15],"texture":0}},"uuid":"5ea29d3e-6e5f-2b75-6005-b9368062318b"},{"name":"cube","rescale":false,"from":[1,0,12],"to":[2,1,14],"autouv":0,"color":5,"locked":false,"origin":[1,0,12],"faces":{"north":{"uv":[1,17.5,1.5,18],"texture":0},"east":{"uv":[13,14,14,14.5],"texture":0},"south":{"uv":[17.5,1,18,1.5],"texture":0},"west":{"uv":[14,13,15,13.5],"texture":0},"up":{"uv":[14.5,14.5,14,13.5],"texture":0},"down":{"uv":[15,3,14.5,4],"texture":0}},"uuid":"3da30663-1844-7934-43f8-b240eef6aa66"},{"name":"cube","rescale":false,"from":[2,0,14],"to":[4,1,15],"autouv":0,"color":5,"locked":false,"origin":[2,0,14],"faces":{"north":{"uv":[14.5,6,15.5,6.5],"texture":0},"east":{"uv":[2,17.5,2.5,18],"texture":0},"south":{"uv":[14.5,6.5,15.5,7],"texture":0},"west":{"uv":[17.5,2,18,2.5],"texture":0},"up":{"uv":[15.5,7.5,14.5,7],"texture":0},"down":{"uv":[15.5,7.5,14.5,8],"texture":0}},"uuid":"fd72beac-2079-5155-b121-d3dd3f79a595"},{"name":"cube","rescale":false,"from":[14,0,12],"to":[15,1,14],"autouv":0,"color":5,"locked":false,"origin":[14,0,12],"faces":{"north":{"uv":[3,17.5,3.5,18],"texture":0},"east":{"uv":[9.5,14.5,10.5,15],"texture":0},"south":{"uv":[17.5,3,18,3.5],"texture":0},"west":{"uv":[14.5,9.5,15.5,10],"texture":0},"up":{"uv":[15,11.5,14.5,10.5],"texture":0},"down":{"uv":[15,12,14.5,13],"texture":0}},"uuid":"71b213e4-e78a-e813-41a2-c648d7a7837e"},{"name":"cube","rescale":false,"from":[12,0,14],"to":[14,1,15],"autouv":0,"color":5,"locked":false,"origin":[13,0,14],"faces":{"north":{"uv":[0,15,1,15.5],"texture":0},"east":{"uv":[4,17.5,4.5,18],"texture":0},"south":{"uv":[1,15,2,15.5],"texture":0},"west":{"uv":[17.5,4,18,4.5],"texture":0},"up":{"uv":[3,15.5,2,15],"texture":0},"down":{"uv":[4,15,3,15.5],"texture":0}},"uuid":"44ff9ce4-7b00-7b21-1a71-bcaa691c1c5a"},{"name":"cube","rescale":false,"from":[2,1,0],"to":[4,2,1],"autouv":0,"color":5,"locked":false,"origin":[2,1,0],"faces":{"north":{"uv":[8.5,15,9.5,15.5],"texture":0},"east":{"uv":[5,17.5,5.5,18],"texture":0},"south":{"uv":[9.5,15,10.5,15.5],"texture":0},"west":{"uv":[17.5,5,18,5.5],"texture":0},"up":{"uv":[16,10.5,15,10],"texture":0},"down":{"uv":[16,10.5,15,11],"texture":0}},"uuid":"94701168-2cdd-7395-ea95-7e1554cf4f26"},{"name":"cube","rescale":false,"from":[0,1,2],"to":[1,2,4],"autouv":0,"color":5,"locked":false,"origin":[0,1,2],"faces":{"north":{"uv":[6,17.5,6.5,18],"texture":0},"east":{"uv":[15,12,16,12.5],"texture":0},"south":{"uv":[17.5,6,18,6.5],"texture":0},"west":{"uv":[15,12.5,16,13],"texture":0},"up":{"uv":[13.5,16,13,15],"texture":0},"down":{"uv":[14,15,13.5,16],"texture":0}},"uuid":"b7cfee8b-50b8-1073-2016-aa807deb7e5d"},{"name":"cube","rescale":false,"from":[0,1,12],"to":[1,2,14],"autouv":0,"color":5,"locked":false,"origin":[0,1,12],"faces":{"north":{"uv":[7,17.5,7.5,18],"texture":0},"east":{"uv":[0,15.5,1,16],"texture":0},"south":{"uv":[17.5,7,18,7.5],"texture":0},"west":{"uv":[15.5,0,16.5,0.5],"texture":0},"up":{"uv":[16,1.5,15.5,0.5],"texture":0},"down":{"uv":[1.5,15.5,1,16.5],"texture":0}},"uuid":"e4c3b53a-9781-aebe-4077-48d9bcef9787"},{"name":"cube","rescale":false,"from":[12,1,0],"to":[14,2,1],"autouv":0,"color":5,"locked":false,"origin":[12,1,0],"faces":{"north":{"uv":[3,15.5,4,16],"texture":0},"east":{"uv":[8,17.5,8.5,18],"texture":0},"south":{"uv":[4,15.5,5,16],"texture":0},"west":{"uv":[17.5,8,18,8.5],"texture":0},"up":{"uv":[16.5,4.5,15.5,4],"texture":0},"down":{"uv":[16.5,4.5,15.5,5],"texture":0}},"uuid":"0cc0d73d-bcab-f9e4-bb4b-2367b967860b"},{"name":"cube","rescale":false,"from":[15,1,2],"to":[16,2,4],"autouv":0,"color":5,"locked":false,"origin":[15,1,2],"faces":{"north":{"uv":[9.5,17.5,10,18],"texture":0},"east":{"uv":[7,15.5,8,16],"texture":0},"south":{"uv":[17.5,9.5,18,10],"texture":0},"west":{"uv":[15.5,7,16.5,7.5],"texture":0},"up":{"uv":[16,8.5,15.5,7.5],"texture":0},"down":{"uv":[8.5,15.5,8,16.5],"texture":0}},"uuid":"d9c420ff-3cd0-c91f-6f1d-62dfab218664"},{"name":"cube","rescale":false,"from":[2,1,15],"to":[4,2,16],"autouv":0,"color":5,"locked":false,"origin":[2,1,15],"faces":{"north":{"uv":[10,15.5,11,16],"texture":0},"east":{"uv":[17.5,10.5,18,11],"texture":0},"south":{"uv":[11,15.5,12,16],"texture":0},"west":{"uv":[11,17.5,11.5,18],"texture":0},"up":{"uv":[13,16,12,15.5],"texture":0},"down":{"uv":[16.5,13.5,15.5,14],"texture":0}},"uuid":"c6c0f6dc-4b25-16ca-20de-bb9a2e49faba"},{"name":"cube","rescale":false,"from":[12,1,15],"to":[14,2,16],"autouv":0,"color":5,"locked":false,"origin":[12,1,15],"faces":{"north":{"uv":[16,0.5,17,1],"texture":0},"east":{"uv":[17.5,11.5,18,12],"texture":0},"south":{"uv":[16,1,17,1.5],"texture":0},"west":{"uv":[12,17.5,12.5,18],"texture":0},"up":{"uv":[2.5,16.5,1.5,16],"texture":0},"down":{"uv":[17,2,16,2.5],"texture":0}},"uuid":"7e54b7c1-d340-e68b-3f7a-fd9453c01c0f"},{"name":"cube","rescale":false,"from":[15,1,12],"to":[16,2,14],"autouv":0,"color":5,"locked":false,"origin":[15,1,13],"faces":{"north":{"uv":[17.5,12.5,18,13],"texture":0},"east":{"uv":[4,16,5,16.5],"texture":0},"south":{"uv":[13,17.5,13.5,18],"texture":0},"west":{"uv":[5,16,6,16.5],"texture":0},"up":{"uv":[14.5,16.5,14,15.5],"texture":0},"down":{"uv":[16.5,5,16,6],"texture":0}},"uuid":"36980e17-17bf-e9db-6396-41bb826d2552"},{"name":"cube","rescale":false,"from":[0,2,1],"to":[1,4,2],"autouv":0,"color":5,"locked":false,"origin":[0,2,1],"faces":{"north":{"uv":[9,16,9.5,17],"texture":0},"east":{"uv":[16,9,16.5,10],"texture":0},"south":{"uv":[10,16,10.5,17],"texture":0},"west":{"uv":[16,10,16.5,11],"texture":0},"up":{"uv":[18,14,17.5,13.5],"texture":0},"down":{"uv":[14.5,17.5,14,18],"texture":0}},"uuid":"ad71a685-c870-a0cd-9003-49ffeabe7c1d"},{"name":"cube","rescale":false,"from":[1,2,0],"to":[2,4,1],"autouv":0,"color":5,"locked":false,"origin":[1,2,0],"faces":{"north":{"uv":[12,16,12.5,17],"texture":0},"east":{"uv":[16,12,16.5,13],"texture":0},"south":{"uv":[12.5,16,13,17],"texture":0},"west":{"uv":[13,16,13.5,17],"texture":0},"up":{"uv":[18,15,17.5,14.5],"texture":0},"down":{"uv":[15.5,17.5,15,18],"texture":0}},"uuid":"09db055c-44b7-bad5-fed8-73c92aed48c2"},{"name":"cube","rescale":false,"from":[0,2,14],"to":[1,4,15],"autouv":0,"color":5,"locked":false,"origin":[0,2,14],"faces":{"north":{"uv":[16,15.5,16.5,16.5],"texture":0},"east":{"uv":[0,16.5,0.5,17.5],"texture":0},"south":{"uv":[0.5,16.5,1,17.5],"texture":0},"west":{"uv":[1,16.5,1.5,17.5],"texture":0},"up":{"uv":[18,16,17.5,15.5],"texture":0},"down":{"uv":[16.5,17.5,16,18],"texture":0}},"uuid":"301c70eb-fe74-8d30-3e98-f7d64691343a"},{"name":"cube","rescale":false,"from":[1,2,15],"to":[2,4,16],"autouv":0,"color":5,"locked":false,"origin":[1,2,15],"faces":{"north":{"uv":[3.5,16.5,4,17.5],"texture":0},"east":{"uv":[4,16.5,4.5,17.5],"texture":0},"south":{"uv":[16.5,4,17,5],"texture":0},"west":{"uv":[4.5,16.5,5,17.5],"texture":0},"up":{"uv":[18,17,17.5,16.5],"texture":0},"down":{"uv":[17.5,17.5,17,18],"texture":0}},"uuid":"4cb58f04-a80f-5d2c-09cc-0366cb4f80f8"},{"name":"cube","rescale":false,"from":[14,2,15],"to":[15,4,16],"autouv":0,"color":5,"locked":false,"origin":[14,2,15],"faces":{"north":{"uv":[16.5,6,17,7],"texture":0},"east":{"uv":[6.5,16.5,7,17.5],"texture":0},"south":{"uv":[7,16.5,7.5,17.5],"texture":0},"west":{"uv":[16.5,7,17,8],"texture":0},"up":{"uv":[0.5,18.5,0,18],"texture":0},"down":{"uv":[18.5,0,18,0.5],"texture":0}},"uuid":"9297e69f-d4d6-b92b-d7dc-709c31e276b4"},{"name":"cube","rescale":false,"from":[15,2,14],"to":[16,4,15],"autouv":0,"color":5,"locked":false,"origin":[15,2,14],"faces":{"north":{"uv":[9.5,16.5,10,17.5],"texture":0},"east":{"uv":[16.5,10,17,11],"texture":0},"south":{"uv":[16.5,11,17,12],"texture":0},"west":{"uv":[16.5,12,17,13],"texture":0},"up":{"uv":[1.5,18.5,1,18],"texture":0},"down":{"uv":[18.5,1,18,1.5],"texture":0}},"uuid":"6c26cce5-7b18-bc30-f509-8d095bc1432d"},{"name":"cube","rescale":false,"from":[14,2,0],"to":[15,4,1],"autouv":0,"color":5,"locked":false,"origin":[14,2,0],"faces":{"north":{"uv":[16,16.5,16.5,17.5],"texture":0},"east":{"uv":[16.5,16,17,17],"texture":0},"south":{"uv":[17,0,17.5,1],"texture":0},"west":{"uv":[17,1,17.5,2],"texture":0},"up":{"uv":[2.5,18.5,2,18],"texture":0},"down":{"uv":[18.5,2,18,2.5],"texture":0}},"uuid":"ca2278b1-6462-bf52-cc7e-a716544b1186"},{"name":"cube","rescale":false,"from":[15,2,1],"to":[16,4,2],"autouv":0,"color":5,"locked":false,"origin":[15,2,1],"faces":{"north":{"uv":[17,6,17.5,7],"texture":0},"east":{"uv":[17,7,17.5,8],"texture":0},"south":{"uv":[17,8,17.5,9],"texture":0},"west":{"uv":[8.5,17,9,18],"texture":0},"up":{"uv":[3.5,18.5,3,18],"texture":0},"down":{"uv":[18.5,3,18,3.5],"texture":0}},"uuid":"97a3421c-2011-6fd0-06bf-6591732e1458"},{"name":"cube","rescale":false,"from":[0,4,0],"to":[1,12,1],"autouv":0,"color":5,"locked":false,"origin":[0,4,0],"faces":{"north":{"uv":[0.5,11,1,15],"texture":0},"east":{"uv":[1,11,1.5,15],"texture":0},"south":{"uv":[1.5,11,2,15],"texture":0},"west":{"uv":[2,11,2.5,15],"texture":0},"up":{"uv":[4.5,18.5,4,18],"texture":0},"down":{"uv":[18.5,4,18,4.5],"texture":0}},"uuid":"e4d7230c-ed61-b6e2-1fbf-95296a7679ce"},{"name":"cube","rescale":false,"from":[15,4,0],"to":[16,12,1],"autouv":0,"color":5,"locked":false,"origin":[15,4,0],"faces":{"north":{"uv":[2.5,11,3,15],"texture":0},"east":{"uv":[3,11,3.5,15],"texture":0},"south":{"uv":[3.5,11,4,15],"texture":0},"west":{"uv":[4.5,11.5,5,15.5],"texture":0},"up":{"uv":[5,18.5,4.5,18],"texture":0},"down":{"uv":[18.5,4.5,18,5],"texture":0}},"uuid":"b899bad6-3c85-97e8-f68b-14a4b7cebd6a"},{"name":"cube","rescale":false,"from":[15,4,15],"to":[16,12,16],"autouv":0,"color":5,"locked":false,"origin":[15,4,15],"faces":{"north":{"uv":[5,11.5,5.5,15.5],"texture":0},"east":{"uv":[5.5,11.5,6,15.5],"texture":0},"south":{"uv":[6,11.5,6.5,15.5],"texture":0},"west":{"uv":[6.5,11.5,7,15.5],"texture":0},"up":{"uv":[5.5,18.5,5,18],"texture":0},"down":{"uv":[18.5,5,18,5.5],"texture":0}},"uuid":"899e6a1a-7850-6b4d-fece-377bd6d4dfd4"},{"name":"cube","rescale":false,"from":[0,4,15],"to":[1,12,16],"autouv":0,"color":5,"locked":false,"origin":[0,4,15],"faces":{"north":{"uv":[7,11.5,7.5,15.5],"texture":0},"east":{"uv":[7.5,11.5,8,15.5],"texture":0},"south":{"uv":[8,11.5,8.5,15.5],"texture":0},"west":{"uv":[10.5,11.5,11,15.5],"texture":0},"up":{"uv":[6,18.5,5.5,18],"texture":0},"down":{"uv":[18.5,5.5,18,6],"texture":0}},"uuid":"db9b6e69-6d6f-ceaf-e3bf-1206ceb214c7"},{"name":"cube","rescale":false,"from":[1,12,15],"to":[2,14,16],"autouv":0,"color":5,"locked":false,"origin":[1,12,15],"faces":{"north":{"uv":[5,16.5,5.5,17.5],"texture":0},"east":{"uv":[16.5,5,17,6],"texture":0},"south":{"uv":[5.5,16.5,6,17.5],"texture":0},"west":{"uv":[6,16.5,6.5,17.5],"texture":0},"up":{"uv":[18,17.5,17.5,17],"texture":0},"down":{"uv":[18,17.5,17.5,18],"texture":0}},"uuid":"b6fd427c-3647-643f-c957-39ed0f83a408"},{"name":"cube","rescale":false,"from":[0,12,14],"to":[1,14,15],"autouv":0,"color":5,"locked":false,"origin":[0,12,14],"faces":{"north":{"uv":[1.5,16.5,2,17.5],"texture":0},"east":{"uv":[2,16.5,2.5,17.5],"texture":0},"south":{"uv":[2.5,16.5,3,17.5],"texture":0},"west":{"uv":[3,16.5,3.5,17.5],"texture":0},"up":{"uv":[18,16.5,17.5,16],"texture":0},"down":{"uv":[17,17.5,16.5,18],"texture":0}},"uuid":"ee188bea-a429-f37c-ea65-e503bbe07dd2"},{"name":"cube","rescale":false,"from":[14,12,15],"to":[15,14,16],"autouv":0,"color":5,"locked":false,"origin":[14,12,15],"faces":{"north":{"uv":[7.5,16.5,8,17.5],"texture":0},"east":{"uv":[8,16.5,8.5,17.5],"texture":0},"south":{"uv":[16.5,8,17,9],"texture":0},"west":{"uv":[16.5,9,17,10],"texture":0},"up":{"uv":[1,18.5,0.5,18],"texture":0},"down":{"uv":[18.5,0.5,18,1],"texture":0}},"uuid":"f9e13146-ff34-f338-93d6-0a2725915cb0"},{"name":"cube","rescale":false,"from":[15,12,14],"to":[16,14,15],"autouv":0,"color":5,"locked":false,"origin":[15,12,14],"faces":{"north":{"uv":[16.5,13,17,14],"texture":0},"east":{"uv":[14,16.5,14.5,17.5],"texture":0},"south":{"uv":[16.5,14,17,15],"texture":0},"west":{"uv":[16.5,15,17,16],"texture":0},"up":{"uv":[2,18.5,1.5,18],"texture":0},"down":{"uv":[18.5,1.5,18,2],"texture":0}},"uuid":"ef060fc4-035e-350e-af57-1eaf50a62709"},{"name":"cube","rescale":false,"from":[15,12,1],"to":[16,14,2],"autouv":0,"color":5,"locked":false,"origin":[15,12,1],"faces":{"north":{"uv":[9,17,9.5,18],"texture":0},"east":{"uv":[17,9,17.5,10],"texture":0},"south":{"uv":[10,17,10.5,18],"texture":0},"west":{"uv":[17,10,17.5,11],"texture":0},"up":{"uv":[4,18.5,3.5,18],"texture":0},"down":{"uv":[18.5,3.5,18,4],"texture":0}},"uuid":"bbee4386-a7d6-6058-08e3-154017fdb737"},{"name":"cube","rescale":false,"from":[14,12,0],"to":[15,14,1],"autouv":0,"color":5,"locked":false,"origin":[14,12,0],"faces":{"north":{"uv":[17,2,17.5,3],"texture":0},"east":{"uv":[17,3,17.5,4],"texture":0},"south":{"uv":[17,4,17.5,5],"texture":0},"west":{"uv":[17,5,17.5,6],"texture":0},"up":{"uv":[3,18.5,2.5,18],"texture":0},"down":{"uv":[18.5,2.5,18,3],"texture":0}},"uuid":"cb8c28db-8c72-fc9a-13b6-f8ba65aed1cc"},{"name":"cube","rescale":false,"from":[1,12,0],"to":[2,14,1],"autouv":0,"color":5,"locked":false,"origin":[1,12,0],"faces":{"north":{"uv":[13.5,16,14,17],"texture":0},"east":{"uv":[14.5,16,15,17],"texture":0},"south":{"uv":[15,16,15.5,17],"texture":0},"west":{"uv":[15.5,16,16,17],"texture":0},"up":{"uv":[18,15.5,17.5,15],"texture":0},"down":{"uv":[16,17.5,15.5,18],"texture":0}},"uuid":"f57c8ad1-05f5-3775-c814-dcb1d985b836"},{"name":"cube","rescale":false,"from":[0,12,1],"to":[1,14,2],"autouv":0,"color":5,"locked":false,"origin":[0,12,1],"faces":{"north":{"uv":[10.5,16,11,17],"texture":0},"east":{"uv":[11,16,11.5,17],"texture":0},"south":{"uv":[16,11,16.5,12],"texture":0},"west":{"uv":[11.5,16,12,17],"texture":0},"up":{"uv":[18,14.5,17.5,14],"texture":0},"down":{"uv":[15,17.5,14.5,18],"texture":0}},"uuid":"07ea6272-1ed8-b29c-666f-86af2c786d2b"},{"name":"cube","rescale":false,"from":[2,14,0],"to":[4,15,1],"autouv":0,"color":5,"locked":false,"origin":[2,14,0],"faces":{"north":{"uv":[11,15,12,15.5],"texture":0},"east":{"uv":[5.5,17.5,6,18],"texture":0},"south":{"uv":[15,11,16,11.5],"texture":0},"west":{"uv":[17.5,5.5,18,6],"texture":0},"up":{"uv":[16,12,15,11.5],"texture":0},"down":{"uv":[13,15,12,15.5],"texture":0}},"uuid":"875ebfc4-2874-f1e3-97d2-1416d7108d91"},{"name":"cube","rescale":false,"from":[0,14,2],"to":[1,15,4],"autouv":0,"color":5,"locked":false,"origin":[0,14,2],"faces":{"north":{"uv":[6.5,17.5,7,18],"texture":0},"east":{"uv":[15,13,16,13.5],"texture":0},"south":{"uv":[17.5,6.5,18,7],"texture":0},"west":{"uv":[15,14,16,14.5],"texture":0},"up":{"uv":[15,16,14.5,15],"texture":0},"down":{"uv":[15.5,14.5,15,15.5],"texture":0}},"uuid":"07642dbd-9d0a-e4d4-1902-db375d66e3f5"},{"name":"cube","rescale":false,"from":[0,14,12],"to":[1,15,14],"autouv":0,"color":5,"locked":false,"origin":[0,14,12],"faces":{"north":{"uv":[7.5,17.5,8,18],"texture":0},"east":{"uv":[1.5,15.5,2.5,16],"texture":0},"south":{"uv":[17.5,7.5,18,8],"texture":0},"west":{"uv":[15.5,1.5,16.5,2],"texture":0},"up":{"uv":[16,3,15.5,2],"texture":0},"down":{"uv":[3,15.5,2.5,16.5],"texture":0}},"uuid":"22b92838-bfd4-b44f-5cbe-c63d7db06852"},{"name":"cube","rescale":false,"from":[2,14,15],"to":[4,15,16],"autouv":0,"color":5,"locked":false,"origin":[2,14,15],"faces":{"north":{"uv":[15.5,14.5,16.5,15],"texture":0},"east":{"uv":[17.5,11,18,11.5],"texture":0},"south":{"uv":[15,15.5,16,16],"texture":0},"west":{"uv":[11.5,17.5,12,18],"texture":0},"up":{"uv":[16.5,15.5,15.5,15],"texture":0},"down":{"uv":[1,16,0,16.5],"texture":0}},"uuid":"21ebfc65-21ff-d1e8-5d2b-745c8c3c00fe"},{"name":"cube","rescale":false,"from":[12,14,15],"to":[14,15,16],"autouv":0,"color":5,"locked":false,"origin":[12,14,15],"faces":{"north":{"uv":[16,2.5,17,3],"texture":0},"east":{"uv":[17.5,12,18,12.5],"texture":0},"south":{"uv":[3,16,4,16.5],"texture":0},"west":{"uv":[12.5,17.5,13,18],"texture":0},"up":{"uv":[17,3.5,16,3],"texture":0},"down":{"uv":[17,3.5,16,4],"texture":0}},"uuid":"f2fd5ae8-c49e-a5fd-f694-da2bdc1fdbdb"},{"name":"cube","rescale":false,"from":[15,14,12],"to":[16,15,14],"autouv":0,"color":5,"locked":false,"origin":[15,14,13],"faces":{"north":{"uv":[17.5,13,18,13.5],"texture":0},"east":{"uv":[6,16,7,16.5],"texture":0},"south":{"uv":[13.5,17.5,14,18],"texture":0},"west":{"uv":[7,16,8,16.5],"texture":0},"up":{"uv":[16.5,8.5,16,7.5],"texture":0},"down":{"uv":[9,16,8.5,17],"texture":0}},"uuid":"250c698b-2e97-0762-9f89-eb3226333ecc"},{"name":"cube","rescale":false,"from":[15,14,2],"to":[16,15,4],"autouv":0,"color":5,"locked":false,"origin":[15,14,2],"faces":{"north":{"uv":[17.5,10,18,10.5],"texture":0},"east":{"uv":[8.5,15.5,9.5,16],"texture":0},"south":{"uv":[10.5,17.5,11,18],"texture":0},"west":{"uv":[15.5,8.5,16.5,9],"texture":0},"up":{"uv":[16,10,15.5,9],"texture":0},"down":{"uv":[10,15.5,9.5,16.5],"texture":0}},"uuid":"6bede6b5-d9ac-6320-a0f7-528540688592"},{"name":"cube","rescale":false,"from":[12,14,0],"to":[14,15,1],"autouv":0,"color":5,"locked":false,"origin":[12,14,0],"faces":{"north":{"uv":[5,15.5,6,16],"texture":0},"east":{"uv":[17.5,8.5,18,9],"texture":0},"south":{"uv":[6,15.5,7,16],"texture":0},"west":{"uv":[17.5,9,18,9.5],"texture":0},"up":{"uv":[16.5,6.5,15.5,6],"texture":0},"down":{"uv":[16.5,6.5,15.5,7],"texture":0}},"uuid":"4752dbe6-5119-6cf9-4293-5ccdeedca062"},{"name":"cube","rescale":false,"from":[4,15,0],"to":[12,16,1],"autouv":0,"color":5,"locked":false,"origin":[4,15,0],"faces":{"north":{"uv":[10.5,5.5,14.5,6],"texture":0},"east":{"uv":[17,11,17.5,11.5],"texture":0},"south":{"uv":[10.5,6,14.5,6.5],"texture":0},"west":{"uv":[11.5,17,12,17.5],"texture":0},"up":{"uv":[14.5,7,10.5,6.5],"texture":0},"down":{"uv":[14.5,7,10.5,7.5],"texture":0}},"uuid":"48da0043-b95f-ff72-f049-8a0b8961478d"},{"name":"cube","rescale":false,"from":[2,15,1],"to":[4,16,2],"autouv":0,"color":5,"locked":false,"origin":[3,15,1],"faces":{"north":{"uv":[12,11.5,13,12],"texture":0},"east":{"uv":[14.5,17,15,17.5],"texture":0},"south":{"uv":[12,12,13,12.5],"texture":0},"west":{"uv":[17,14.5,17.5,15],"texture":0},"up":{"uv":[13.5,3.5,12.5,3],"texture":0},"down":{"uv":[13.5,3.5,12.5,4],"texture":0}},"uuid":"777b3630-64b7-fec2-3559-fd2f8b76ef2f"},{"name":"cube","rescale":false,"from":[1,15,2],"to":[2,16,4],"autouv":0,"color":5,"locked":false,"origin":[1,15,2],"faces":{"north":{"uv":[15.5,17,16,17.5],"texture":0},"east":{"uv":[11.5,13,12.5,13.5],"texture":0},"south":{"uv":[17,15.5,17.5,16],"texture":0},"west":{"uv":[13,11.5,14,12],"texture":0},"up":{"uv":[13.5,13,13,12],"texture":0},"down":{"uv":[13,13,12.5,14],"texture":0}},"uuid":"6d54b218-4942-a27c-cf54-4d9d06014407"},{"name":"cube","rescale":false,"from":[0,15,4],"to":[1,16,12],"autouv":0,"color":5,"locked":false,"origin":[0,15,4],"faces":{"north":{"uv":[16.5,0,17,0.5],"texture":0},"east":{"uv":[10,10,14,10.5],"texture":0},"south":{"uv":[16.5,1.5,17,2],"texture":0},"west":{"uv":[0,10.5,4,11],"texture":0},"up":{"uv":[11,4,10.5,0],"texture":0},"down":{"uv":[4.5,10.5,4,14.5],"texture":0}},"uuid":"42f8e8ef-3183-3ba8-2072-6872b3bf41ce"},{"name":"cube","rescale":false,"from":[1,15,12],"to":[2,16,14],"autouv":0,"color":5,"locked":false,"origin":[1,15,12],"faces":{"north":{"uv":[1.5,17.5,2,18],"texture":0},"east":{"uv":[14.5,4,15.5,4.5],"texture":0},"south":{"uv":[17.5,1.5,18,2],"texture":0},"west":{"uv":[14.5,4.5,15.5,5],"texture":0},"up":{"uv":[4.5,15.5,4,14.5],"texture":0},"down":{"uv":[15,5,14.5,6],"texture":0}},"uuid":"a1c815b1-d47b-36dd-79d6-deefb37cca17"},{"name":"cube","rescale":false,"from":[2,15,14],"to":[4,16,15],"autouv":0,"color":5,"locked":false,"origin":[2,15,14],"faces":{"north":{"uv":[14.5,8,15.5,8.5],"texture":0},"east":{"uv":[2.5,17.5,3,18],"texture":0},"south":{"uv":[8.5,14.5,9.5,15],"texture":0},"west":{"uv":[17.5,2.5,18,3],"texture":0},"up":{"uv":[15.5,9,14.5,8.5],"texture":0},"down":{"uv":[15.5,9,14.5,9.5],"texture":0}},"uuid":"be34daf4-3803-e6a4-bd42-db5977b3119a"},{"name":"cube","rescale":false,"from":[4,15,15],"to":[12,16,16],"autouv":0,"color":5,"locked":false,"origin":[4,15,15],"faces":{"north":{"uv":[11.5,1,15.5,1.5],"texture":0},"east":{"uv":[17,13,17.5,13.5],"texture":0},"south":{"uv":[11.5,1.5,15.5,2],"texture":0},"west":{"uv":[13.5,17,14,17.5],"texture":0},"up":{"uv":[15.5,2.5,11.5,2],"texture":0},"down":{"uv":[15.5,2.5,11.5,3],"texture":0}},"uuid":"fea4a94c-d329-7b39-1140-cc4bb5b0038e"},{"name":"cube","rescale":false,"from":[12,15,14],"to":[14,16,15],"autouv":0,"color":5,"locked":false,"origin":[13,15,14],"faces":{"north":{"uv":[15,3,16,3.5],"texture":0},"east":{"uv":[4.5,17.5,5,18],"texture":0},"south":{"uv":[15,3.5,16,4],"texture":0},"west":{"uv":[17.5,4.5,18,5],"texture":0},"up":{"uv":[16,5.5,15,5],"texture":0},"down":{"uv":[16,5.5,15,6],"texture":0}},"uuid":"e8646100-eb66-ca89-a1cb-6ccb819ef77c"},{"name":"cube","rescale":false,"from":[14,15,12],"to":[15,16,14],"autouv":0,"color":5,"locked":false,"origin":[14,15,12],"faces":{"north":{"uv":[3.5,17.5,4,18],"texture":0},"east":{"uv":[13,14.5,14,15],"texture":0},"south":{"uv":[17.5,3.5,18,4],"texture":0},"west":{"uv":[14.5,13.5,15.5,14],"texture":0},"up":{"uv":[14.5,15.5,14,14.5],"texture":0},"down":{"uv":[15,14,14.5,15],"texture":0}},"uuid":"3ac2bcf3-a18b-c670-3d90-16d5f7916ee7"},{"name":"cube","rescale":false,"from":[15,15,4],"to":[16,16,12],"autouv":0,"color":5,"locked":false,"origin":[15,15,4],"faces":{"north":{"uv":[17,12,17.5,12.5],"texture":0},"east":{"uv":[10.5,8.5,14.5,9],"texture":0},"south":{"uv":[12.5,17,13,17.5],"texture":0},"west":{"uv":[10.5,10.5,14.5,11],"texture":0},"up":{"uv":[0.5,15,0,11],"texture":0},"down":{"uv":[11.5,0,11,4],"texture":0}},"uuid":"2977a642-533e-7834-ce55-cf376297caff"},{"name":"cube","rescale":false,"from":[14,15,2],"to":[15,16,4],"autouv":0,"color":5,"locked":false,"origin":[14,15,2],"faces":{"north":{"uv":[0.5,17.5,1,18],"texture":0},"east":{"uv":[14,10,15,10.5],"texture":0},"south":{"uv":[17.5,0.5,18,1],"texture":0},"west":{"uv":[14,11.5,15,12],"texture":0},"up":{"uv":[12.5,15,12,14],"texture":0},"down":{"uv":[13,14,12.5,15],"texture":0}},"uuid":"c1005a75-6a84-9ae4-ead2-a3a5a216025a"},{"name":"cube","rescale":false,"from":[12,15,1],"to":[14,16,2],"autouv":0,"color":5,"locked":false,"origin":[12,15,1],"faces":{"north":{"uv":[13.5,9.5,14.5,10],"texture":0},"east":{"uv":[17,16.5,17.5,17],"texture":0},"south":{"uv":[11.5,13.5,12.5,14],"texture":0},"west":{"uv":[17,17,17.5,17.5],"texture":0},"up":{"uv":[14.5,12.5,13.5,12],"texture":0},"down":{"uv":[14.5,12.5,13.5,13],"texture":0}},"uuid":"199515ed-4623-c539-f299-8fce49440209"},{"name":"cube","rescale":false,"from":[1,1,1],"to":[4,4,4],"autouv":0,"color":5,"locked":false,"origin":[1,1,1],"faces":{"north":{"uv":[0,0,1.5,1.5],"texture":0},"east":{"uv":[0,1.5,1.5,3],"texture":0},"south":{"uv":[1.5,0,3,1.5],"texture":0},"west":{"uv":[1.5,1.5,3,3],"texture":0},"up":{"uv":[1.5,4.5,0,3],"texture":0},"down":{"uv":[4.5,0,3,1.5],"texture":0}},"uuid":"ecefac3a-dd3a-fb75-ddab-0780ddd7252a"},{"name":"cube","rescale":false,"from":[12,1,1],"to":[15,4,4],"autouv":0,"color":5,"locked":false,"origin":[12,1,1],"faces":{"north":{"uv":[4.5,1.5,6,3],"texture":0},"east":{"uv":[3,4.5,4.5,6],"texture":0},"south":{"uv":[4.5,3,6,4.5],"texture":0},"west":{"uv":[4.5,4.5,6,6],"texture":0},"up":{"uv":[1.5,7.5,0,6],"texture":0},"down":{"uv":[7.5,0,6,1.5],"texture":0}},"uuid":"ccab179a-516e-4b85-3ff1-ebaf89aa401b"},{"name":"cube","rescale":false,"from":[12,1,12],"to":[15,4,15],"autouv":0,"color":5,"locked":false,"origin":[12,1,12],"faces":{"north":{"uv":[6,6,7.5,7.5],"texture":0},"east":{"uv":[0,7.5,1.5,9],"texture":0},"south":{"uv":[7.5,0,9,1.5],"texture":0},"west":{"uv":[1.5,7.5,3,9],"texture":0},"up":{"uv":[9,3,7.5,1.5],"texture":0},"down":{"uv":[4.5,7.5,3,9],"texture":0}},"uuid":"202c31c5-6353-45b9-9bc8-34b64f94f5fc"},{"name":"cube","rescale":false,"from":[1,1,12],"to":[4,4,15],"autouv":0,"color":5,"locked":false,"origin":[1,1,12],"faces":{"north":{"uv":[0,9,1.5,10.5],"texture":0},"east":{"uv":[9,0,10.5,1.5],"texture":0},"south":{"uv":[1.5,9,3,10.5],"texture":0},"west":{"uv":[9,1.5,10.5,3],"texture":0},"up":{"uv":[4.5,10.5,3,9],"texture":0},"down":{"uv":[10.5,3,9,4.5],"texture":0}},"uuid":"af9095f8-d98a-268f-ec64-7ff522c59abb"},{"name":"cube","rescale":false,"from":[1,12,12],"to":[4,15,15],"autouv":0,"color":5,"locked":false,"origin":[1,12,12],"faces":{"north":{"uv":[4.5,9,6,10.5],"texture":0},"east":{"uv":[9,4.5,10.5,6],"texture":0},"south":{"uv":[6,9,7.5,10.5],"texture":0},"west":{"uv":[9,6,10.5,7.5],"texture":0},"up":{"uv":[9,10.5,7.5,9],"texture":0},"down":{"uv":[10.5,7.5,9,9],"texture":0}},"uuid":"cf785dde-0fad-fec7-379f-f4ae0421b562"},{"name":"cube","rescale":false,"from":[1,12,1],"to":[4,15,4],"autouv":0,"color":5,"locked":false,"origin":[1,12,1],"faces":{"north":{"uv":[1.5,3,3,4.5],"texture":0},"east":{"uv":[3,1.5,4.5,3],"texture":0},"south":{"uv":[3,3,4.5,4.5],"texture":0},"west":{"uv":[0,4.5,1.5,6],"texture":0},"up":{"uv":[6,1.5,4.5,0],"texture":0},"down":{"uv":[3,4.5,1.5,6],"texture":0}},"uuid":"cebaad6c-d452-199c-e05c-99d3d368036d"},{"name":"cube","rescale":false,"from":[12,12,1],"to":[15,15,4],"autouv":0,"color":5,"locked":false,"origin":[12,12,1],"faces":{"north":{"uv":[1.5,6,3,7.5],"texture":0},"east":{"uv":[6,1.5,7.5,3],"texture":0},"south":{"uv":[3,6,4.5,7.5],"texture":0},"west":{"uv":[6,3,7.5,4.5],"texture":0},"up":{"uv":[6,7.5,4.5,6],"texture":0},"down":{"uv":[7.5,4.5,6,6],"texture":0}},"uuid":"2af1e36c-b09c-c8c8-a6af-845f0961b511"},{"name":"cube","rescale":false,"from":[12,12,12],"to":[15,15,15],"autouv":0,"color":5,"locked":false,"origin":[12,12,12],"faces":{"north":{"uv":[7.5,3,9,4.5],"texture":0},"east":{"uv":[4.5,7.5,6,9],"texture":0},"south":{"uv":[7.5,4.5,9,6],"texture":0},"west":{"uv":[6,7.5,7.5,9],"texture":0},"up":{"uv":[9,7.5,7.5,6],"texture":0},"down":{"uv":[9,7.5,7.5,9],"texture":0}},"uuid":"18cf140a-ef99-3d7e-d22f-251489f2063d"},{"name":"cube","rescale":false,"from":[4,4,4],"to":[12,12,12],"autouv":0,"color":7,"locked":false,"origin":[4,4,4],"faces":{"north":{"uv":[0,0,8,8],"texture":2},"east":{"uv":[0,8,8,16],"texture":2},"south":{"uv":[8,0,16,8],"texture":2},"west":{"uv":[8,8,16,16],"texture":2},"up":{"uv":[8,24,0,16],"texture":2},"down":{"uv":[24,0,16,8],"texture":2}},"uuid":"e67782df-95fc-c4f0-20a3-aca4944f7038"},{"name":"cube","rescale":false,"from":[4,3,3],"to":[12,4,4],"autouv":0,"color":3,"locked":false,"origin":[4,3,3],"faces":{"north":{"uv":[8,0,16,1],"texture":1},"east":{"uv":[23,18,24,19],"texture":1},"south":{"uv":[8,1,16,2],"texture":1},"west":{"uv":[23,19,24,20],"texture":1},"up":{"uv":[18,7,10,6],"texture":1},"down":{"uv":[18,7,10,8],"texture":1}},"uuid":"fc53356b-48b5-9147-1860-08dc382abef7"},{"name":"cube","rescale":false,"from":[4,3,12],"to":[12,4,13],"autouv":0,"color":3,"locked":false,"origin":[4,3,12],"faces":{"north":{"uv":[14,4,22,5],"texture":1},"east":{"uv":[7,24,8,25],"texture":1},"south":{"uv":[14,5,22,6],"texture":1},"west":{"uv":[8,24,9,25],"texture":1},"up":{"uv":[20,15,12,14],"texture":1},"down":{"uv":[20,15,12,16],"texture":1}},"uuid":"fe4ca10c-bc69-b6a9-72c2-407c8c384362"},{"name":"cube","rescale":false,"from":[4,12,3],"to":[12,13,4],"autouv":0,"color":3,"locked":false,"origin":[4,12,3],"faces":{"north":{"uv":[6,2,14,3],"texture":1},"east":{"uv":[23,12,24,13],"texture":1},"south":{"uv":[6,3,14,4],"texture":1},"west":{"uv":[23,13,24,14],"texture":1},"up":{"uv":[14,5,6,4],"texture":1},"down":{"uv":[14,5,6,6],"texture":1}},"uuid":"6c2d9147-47c7-7955-8c7c-169c8d6c5165"},{"name":"cube","rescale":false,"from":[4,12,12],"to":[12,13,13],"autouv":0,"color":3,"locked":false,"origin":[4,12,12],"faces":{"north":{"uv":[12,12,20,13],"texture":1},"east":{"uv":[24,4,25,5],"texture":1},"south":{"uv":[12,13,20,14],"texture":1},"west":{"uv":[6,24,7,25],"texture":1},"up":{"uv":[22,3,14,2],"texture":1},"down":{"uv":[22,3,14,4],"texture":1}},"uuid":"8d2c9180-961f-7ed1-4431-06e2a0a06451"},{"name":"cube","rescale":false,"from":[3,3,4],"to":[4,4,12],"autouv":0,"color":3,"locked":false,"origin":[3,3,4],"faces":{"north":{"uv":[24,10,25,11],"texture":1},"east":{"uv":[16,0,24,1],"texture":1},"south":{"uv":[24,11,25,12],"texture":1},"west":{"uv":[16,1,24,2],"texture":1},"up":{"uv":[13,24,12,16],"texture":1},"down":{"uv":[14,16,13,24],"texture":1}},"uuid":"566c8b45-6109-0a02-b2ad-a01f15a67789"},{"name":"cube","rescale":false,"from":[3,12,4],"to":[4,13,12],"autouv":0,"color":3,"locked":false,"origin":[3,12,4],"faces":{"north":{"uv":[21,11,22,12],"texture":1},"east":{"uv":[0,0,8,1],"texture":1},"south":{"uv":[22,5,23,6],"texture":1},"west":{"uv":[0,1,8,2],"texture":1},"up":{"uv":[1,10,0,2],"texture":1},"down":{"uv":[2,2,1,10],"texture":1}},"uuid":"80a99278-9820-4753-1838-2da1a691ee6c"},{"name":"cube","rescale":false,"from":[12,12,4],"to":[13,13,12],"autouv":0,"color":3,"locked":false,"origin":[12,12,4],"faces":{"north":{"uv":[24,0,25,1],"texture":1},"east":{"uv":[10,10,18,11],"texture":1},"south":{"uv":[24,1,25,2],"texture":1},"west":{"uv":[10,11,18,12],"texture":1},"up":{"uv":[3,18,2,10],"texture":1},"down":{"uv":[4,10,3,18],"texture":1}},"uuid":"2a0ed8c9-5048-881d-aa2f-ab2adaa0af46"},{"name":"cube","rescale":false,"from":[12,3,4],"to":[13,4,12],"autouv":0,"color":3,"locked":false,"origin":[12,3,4],"faces":{"north":{"uv":[23,20,24,21],"texture":1},"east":{"uv":[10,8,18,9],"texture":1},"south":{"uv":[23,21,24,22],"texture":1},"west":{"uv":[10,9,18,10],"texture":1},"up":{"uv":[1,18,0,10],"texture":1},"down":{"uv":[2,10,1,18],"texture":1}},"uuid":"b39bcd93-faee-1a1a-d7f7-fe4f89ae3992"},{"name":"cube","rescale":false,"from":[3,4,3],"to":[4,12,4],"autouv":0,"color":3,"locked":false,"origin":[3,4,3],"faces":{"north":{"uv":[2,2,3,10],"texture":1},"east":{"uv":[3,2,4,10],"texture":1},"south":{"uv":[4,2,5,10],"texture":1},"west":{"uv":[5,2,6,10],"texture":1},"up":{"uv":[23,12,22,11],"texture":1},"down":{"uv":[24,11,23,12],"texture":1}},"uuid":"29d698cc-be0c-acdd-a9ea-0b1002a505df"},{"name":"cube","rescale":false,"from":[12,4,3],"to":[13,12,4],"autouv":0,"color":3,"locked":false,"origin":[12,4,3],"faces":{"north":{"uv":[6,6,7,14],"texture":1},"east":{"uv":[7,6,8,14],"texture":1},"south":{"uv":[8,6,9,14],"texture":1},"west":{"uv":[9,6,10,14],"texture":1},"up":{"uv":[24,15,23,14],"texture":1},"down":{"uv":[24,15,23,16],"texture":1}},"uuid":"55286858-831d-07c4-0e60-6a57fd09d692"},{"name":"cube","rescale":false,"from":[12,4,12],"to":[13,12,13],"autouv":0,"color":3,"locked":false,"origin":[12,4,12],"faces":{"north":{"uv":[4,10,5,18],"texture":1},"east":{"uv":[5,10,6,18],"texture":1},"south":{"uv":[10,12,11,20],"texture":1},"west":{"uv":[11,12,12,20],"texture":1},"up":{"uv":[25,3,24,2],"texture":1},"down":{"uv":[25,3,24,4],"texture":1}},"uuid":"938ae65c-51ae-30e3-a84d-90d4cf72f7c3"},{"name":"cube","rescale":false,"from":[3,4,12],"to":[4,12,13],"autouv":0,"color":3,"locked":false,"origin":[3,4,12],"faces":{"north":{"uv":[6,14,7,22],"texture":1},"east":{"uv":[7,14,8,22],"texture":1},"south":{"uv":[8,14,9,22],"texture":1},"west":{"uv":[9,14,10,22],"texture":1},"up":{"uv":[10,25,9,24],"texture":1},"down":{"uv":[25,9,24,10],"texture":1}},"uuid":"097532e9-d4a0-b5f5-82b8-82b3e6addad1"},{"name":"cube","rescale":false,"from":[1,7,7],"to":[4,9,9],"autouv":0,"color":3,"locked":false,"origin":[3,7,7],"faces":{"north":{"uv":[20,12,23,14],"texture":1},"east":{"uv":[0,23,2,25],"texture":1},"south":{"uv":[20,14,23,16],"texture":1},"west":{"uv":[2,23,4,25],"texture":1},"up":{"uv":[23,20,20,18],"texture":1},"down":{"uv":[23,20,20,22],"texture":1}},"uuid":"c568a0de-6f82-d57e-e800-b33e140b6ff8"},{"name":"cube","rescale":false,"from":[12,7,7],"to":[15,9,9],"autouv":0,"color":3,"locked":false,"origin":[14,7,7],"faces":{"north":{"uv":[18,6,21,8],"texture":1},"east":{"uv":[14,22,16,24],"texture":1},"south":{"uv":[18,8,21,10],"texture":1},"west":{"uv":[16,22,18,24],"texture":1},"up":{"uv":[21,12,18,10],"texture":1},"down":{"uv":[21,16,18,18],"texture":1}},"uuid":"37e212f9-32e4-a2b6-be47-a53949171450"},{"name":"cube","rescale":false,"from":[7,7,1],"to":[9,9,4],"autouv":0,"color":3,"locked":false,"origin":[7,7,1],"faces":{"north":{"uv":[4,23,6,25],"texture":1},"east":{"uv":[0,21,3,23],"texture":1},"south":{"uv":[23,5,25,7],"texture":1},"west":{"uv":[3,21,6,23],"texture":1},"up":{"uv":[12,23,10,20],"texture":1},"down":{"uv":[23,6,21,9],"texture":1}},"uuid":"c031f4ce-9822-2987-ec23-97b95bdd696e"},{"name":"cube","rescale":false,"from":[7,7,12],"to":[9,9,15],"autouv":0,"color":3,"locked":false,"origin":[7,7,12],"faces":{"north":{"uv":[23,7,25,9],"texture":1},"east":{"uv":[21,9,24,11],"texture":1},"south":{"uv":[10,23,12,25],"texture":1},"west":{"uv":[21,16,24,18],"texture":1},"up":{"uv":[20,24,18,21],"texture":1},"down":{"uv":[24,2,22,5],"texture":1}},"uuid":"62c032e7-209c-a9e2-9afa-2bfecd72a504"},{"name":"cube","rescale":false,"from":[7,1,7],"to":[9,4,9],"autouv":0,"color":3,"locked":false,"origin":[7,1,7],"faces":{"north":{"uv":[14,16,16,19],"texture":1},"east":{"uv":[16,16,18,19],"texture":1},"south":{"uv":[0,18,2,21],"texture":1},"west":{"uv":[2,18,4,21],"texture":1},"up":{"uv":[8,24,6,22],"texture":1},"down":{"uv":[10,22,8,24],"texture":1}},"uuid":"4f1cfa5e-143c-ea76-7c92-7e9b204822df"},{"name":"cube","rescale":false,"from":[7,12,7],"to":[9,15,9],"autouv":0,"color":3,"locked":false,"origin":[7,12,7],"faces":{"north":{"uv":[4,18,6,21],"texture":1},"east":{"uv":[18,18,20,21],"texture":1},"south":{"uv":[14,19,16,22],"texture":1},"west":{"uv":[16,19,18,22],"texture":1},"up":{"uv":[22,24,20,22],"texture":1},"down":{"uv":[24,22,22,24],"texture":1}},"uuid":"2190516f-762c-de8c-5bd9-eaa64e284a97"},{"name":"cube","rescale":false,"from":[0,6,7],"to":[1,7,9],"autouv":0,"color":7,"locked":false,"origin":[0,6,7],"faces":{"north":{"uv":[14,19,15,20],"texture":2},"east":{"uv":[8,16,10,17],"texture":2},"south":{"uv":[22,14,23,15],"texture":2},"west":{"uv":[16,8,18,9],"texture":2},"up":{"uv":[17,11,16,9],"texture":2},"down":{"uv":[11,16,10,18],"texture":2}},"uuid":"70cf2695-3cbc-de6a-c474-6a7a54177693"},{"name":"cube","rescale":false,"from":[0,9,7],"to":[1,10,9],"autouv":0,"color":7,"locked":false,"origin":[0,9,7],"faces":{"north":{"uv":[23,20,24,21],"texture":2},"east":{"uv":[14,16,16,17],"texture":2},"south":{"uv":[23,21,24,22],"texture":2},"west":{"uv":[16,14,18,15],"texture":2},"up":{"uv":[17,17,16,15],"texture":2},"down":{"uv":[9,17,8,19],"texture":2}},"uuid":"09abfff0-01ed-7b96-06ef-76c964eae5f8"},{"name":"cube","rescale":false,"from":[0,7,9],"to":[1,9,10],"autouv":0,"color":7,"locked":false,"origin":[0,8,9],"faces":{"north":{"uv":[17,22,18,24],"texture":2},"east":{"uv":[18,22,19,24],"texture":2},"south":{"uv":[19,22,20,24],"texture":2},"west":{"uv":[20,22,21,24],"texture":2},"up":{"uv":[21,25,20,24],"texture":2},"down":{"uv":[25,20,24,21],"texture":2}},"uuid":"c8a20d6d-2ffc-3bf6-2aea-61b20f268111"},{"name":"cube","rescale":false,"from":[0,7,6],"to":[1,9,7],"autouv":0,"color":7,"locked":false,"origin":[0,8,6],"faces":{"north":{"uv":[10,23,11,25],"texture":2},"east":{"uv":[11,23,12,25],"texture":2},"south":{"uv":[12,23,13,25],"texture":2},"west":{"uv":[13,23,14,25],"texture":2},"up":{"uv":[23,25,22,24],"texture":2},"down":{"uv":[25,22,24,23],"texture":2}},"uuid":"3d7e1a25-2107-0723-3281-938b0a02644f"},{"name":"cube","rescale":false,"from":[15,7,6],"to":[16,9,7],"autouv":0,"color":7,"locked":false,"origin":[15,8,6],"faces":{"north":{"uv":[14,23,15,25],"texture":2},"east":{"uv":[23,14,24,16],"texture":2},"south":{"uv":[15,23,16,25],"texture":2},"west":{"uv":[23,16,24,18],"texture":2},"up":{"uv":[24,25,23,24],"texture":2},"down":{"uv":[25,23,24,24],"texture":2}},"uuid":"be3e551f-4618-b81a-612e-fc7ac49e73e9"},{"name":"cube","rescale":false,"from":[15,7,9],"to":[16,9,10],"autouv":0,"color":7,"locked":false,"origin":[15,8,9],"faces":{"north":{"uv":[21,22,22,24],"texture":2},"east":{"uv":[22,22,23,24],"texture":2},"south":{"uv":[8,23,9,25],"texture":2},"west":{"uv":[9,23,10,25],"texture":2},"up":{"uv":[22,25,21,24],"texture":2},"down":{"uv":[25,21,24,22],"texture":2}},"uuid":"ee8062ec-3752-f121-d1c4-ac37a313dd00"},{"name":"cube","rescale":false,"from":[15,9,7],"to":[16,10,9],"autouv":0,"color":7,"locked":false,"origin":[15,9,7],"faces":{"north":{"uv":[19,24,20,25],"texture":2},"east":{"uv":[22,12,24,13],"texture":2},"south":{"uv":[24,19,25,20],"texture":2},"west":{"uv":[22,13,24,14],"texture":2},"up":{"uv":[16,23,15,21],"texture":2},"down":{"uv":[17,22,16,24],"texture":2}},"uuid":"13b94469-ea15-40a3-dac3-cfbd042a6b8c"},{"name":"cube","rescale":false,"from":[15,6,7],"to":[16,7,9],"autouv":0,"color":7,"locked":false,"origin":[15,6,7],"faces":{"north":{"uv":[23,18,24,19],"texture":2},"east":{"uv":[11,16,13,17],"texture":2},"south":{"uv":[23,19,24,20],"texture":2},"west":{"uv":[16,11,18,12],"texture":2},"up":{"uv":[17,14,16,12],"texture":2},"down":{"uv":[14,16,13,18],"texture":2}},"uuid":"10098da5-d44c-b181-6a64-2d1a8f0ec7b4"},{"name":"cube","rescale":false,"from":[6,15,7],"to":[7,16,9],"autouv":0,"color":7,"locked":false,"origin":[6,15,7],"faces":{"north":{"uv":[23,22,24,23],"texture":2},"east":{"uv":[17,9,19,10],"texture":2},"south":{"uv":[23,23,24,24],"texture":2},"west":{"uv":[17,10,19,11],"texture":2},"up":{"uv":[10,19,9,17],"texture":2},"down":{"uv":[12,17,11,19],"texture":2}},"uuid":"6fc0c4ad-7ad8-eb44-4672-1d8a752ee7c6"},{"name":"cube","rescale":false,"from":[9,15,7],"to":[10,16,9],"autouv":0,"color":7,"locked":false,"origin":[9,15,7],"faces":{"north":{"uv":[1,24,2,25],"texture":2},"east":{"uv":[15,17,17,18],"texture":2},"south":{"uv":[24,1,25,2],"texture":2},"west":{"uv":[17,15,19,16],"texture":2},"up":{"uv":[18,18,17,16],"texture":2},"down":{"uv":[11,18,10,20],"texture":2}},"uuid":"1f13e445-defc-091a-0444-b5d4cecfd247"},{"name":"cube","rescale":false,"from":[7,15,9],"to":[9,16,10],"autouv":0,"color":7,"locked":false,"origin":[8,15,9],"faces":{"north":{"uv":[18,14,20,15],"texture":2},"east":{"uv":[3,24,4,25],"texture":2},"south":{"uv":[16,18,18,19],"texture":2},"west":{"uv":[24,3,25,4],"texture":2},"up":{"uv":[20,17,18,16],"texture":2},"down":{"uv":[20,17,18,18],"texture":2}},"uuid":"c3276643-bd47-9702-499f-961c24d9cb18"},{"name":"cube","rescale":false,"from":[7,15,6],"to":[9,16,7],"autouv":0,"color":7,"locked":false,"origin":[8,15,6],"faces":{"north":{"uv":[21,18,23,19],"texture":2},"east":{"uv":[17,24,18,25],"texture":2},"south":{"uv":[21,19,23,20],"texture":2},"west":{"uv":[24,17,25,18],"texture":2},"up":{"uv":[23,21,21,20],"texture":2},"down":{"uv":[23,21,21,22],"texture":2}},"uuid":"b43ea83d-ccb0-327f-5221-9708b40ce66c"},{"name":"cube","rescale":false,"from":[6,0,7],"to":[7,1,9],"autouv":0,"color":7,"locked":false,"origin":[6,0,7],"faces":{"north":{"uv":[0,24,1,25],"texture":2},"east":{"uv":[17,12,19,13],"texture":2},"south":{"uv":[24,0,25,1],"texture":2},"west":{"uv":[17,13,19,14],"texture":2},"up":{"uv":[13,19,12,17],"texture":2},"down":{"uv":[15,17,14,19],"texture":2}},"uuid":"5b242e2d-d330-ff93-69da-d54a1d72ebf4"},{"name":"cube","rescale":false,"from":[9,0,7],"to":[10,1,9],"autouv":0,"color":7,"locked":false,"origin":[9,0,7],"faces":{"north":{"uv":[2,24,3,25],"texture":2},"east":{"uv":[18,8,20,9],"texture":2},"south":{"uv":[24,2,25,3],"texture":2},"west":{"uv":[18,11,20,12],"texture":2},"up":{"uv":[14,20,13,18],"texture":2},"down":{"uv":[16,18,15,20],"texture":2}},"uuid":"ef8987dd-075f-6c08-4578-77aea69f6a32"},{"name":"cube","rescale":false,"from":[7,0,9],"to":[9,1,10],"autouv":0,"color":7,"locked":false,"origin":[8,0,9],"faces":{"north":{"uv":[20,14,22,15],"texture":2},"east":{"uv":[16,24,17,25],"texture":2},"south":{"uv":[21,15,23,16],"texture":2},"west":{"uv":[24,16,25,17],"texture":2},"up":{"uv":[23,17,21,16],"texture":2},"down":{"uv":[23,17,21,18],"texture":2}},"uuid":"19b27241-58de-aa91-405a-9b327c6fd51b"},{"name":"cube","rescale":false,"from":[7,0,6],"to":[9,1,7],"autouv":0,"color":7,"locked":false,"origin":[8,0,6],"faces":{"north":{"uv":[22,8,24,9],"texture":2},"east":{"uv":[18,24,19,25],"texture":2},"south":{"uv":[22,9,24,10],"texture":2},"west":{"uv":[24,18,25,19],"texture":2},"up":{"uv":[24,11,22,10],"texture":2},"down":{"uv":[24,11,22,12],"texture":2}},"uuid":"8f25d0ad-8754-f560-d020-2317c2d530d0"},{"name":"cube","rescale":false,"from":[7,9,15],"to":[9,10,16],"autouv":0,"color":7,"locked":false,"origin":[8,9,15],"faces":{"north":{"uv":[18,18,20,19],"texture":2},"east":{"uv":[4,24,5,25],"texture":2},"south":{"uv":[8,19,10,20],"texture":2},"west":{"uv":[24,4,25,5],"texture":2},"up":{"uv":[21,10,19,9],"texture":2},"down":{"uv":[21,10,19,11],"texture":2}},"uuid":"d9f66cc5-617e-a659-98f3-4e0ba2930f9e"},{"name":"cube","rescale":false,"from":[7,6,15],"to":[9,7,16],"autouv":0,"color":7,"locked":false,"origin":[8,6,15],"faces":{"north":{"uv":[16,19,18,20],"texture":2},"east":{"uv":[6,24,7,25],"texture":2},"south":{"uv":[18,19,20,20],"texture":2},"west":{"uv":[24,6,25,7],"texture":2},"up":{"uv":[10,21,8,20],"texture":2},"down":{"uv":[22,8,20,9],"texture":2}},"uuid":"8323df49-adae-42a4-41be-4cdfa93bd350"},{"name":"cube","rescale":false,"from":[9,7,15],"to":[10,9,16],"autouv":0,"color":7,"locked":false,"origin":[10,7,15],"faces":{"north":{"uv":[16,20,17,22],"texture":2},"east":{"uv":[20,16,21,18],"texture":2},"south":{"uv":[17,20,18,22],"texture":2},"west":{"uv":[18,20,19,22],"texture":2},"up":{"uv":[25,9,24,8],"texture":2},"down":{"uv":[25,9,24,10],"texture":2}},"uuid":"8576bd1a-8936-8d1f-ff1e-8a44c7d32c72"},{"name":"cube","rescale":false,"from":[6,7,15],"to":[7,9,16],"autouv":0,"color":7,"locked":false,"origin":[7,7,15],"faces":{"north":{"uv":[9,21,10,23],"texture":2},"east":{"uv":[21,9,22,11],"texture":2},"south":{"uv":[10,21,11,23],"texture":2},"west":{"uv":[11,21,12,23],"texture":2},"up":{"uv":[25,13,24,12],"texture":2},"down":{"uv":[25,13,24,14],"texture":2}},"uuid":"6434c62d-ea05-e045-961b-25e341d2e0cf"},{"name":"cube","rescale":false,"from":[6,7,0],"to":[7,9,1],"autouv":0,"color":7,"locked":false,"origin":[7,7,0],"faces":{"north":{"uv":[12,21,13,23],"texture":2},"east":{"uv":[21,12,22,14],"texture":2},"south":{"uv":[13,21,14,23],"texture":2},"west":{"uv":[14,21,15,23],"texture":2},"up":{"uv":[25,15,24,14],"texture":2},"down":{"uv":[25,15,24,16],"texture":2}},"uuid":"1e33b753-fea1-37b5-c4ab-38a2d8c03538"},{"name":"cube","rescale":false,"from":[7,9,0],"to":[9,10,1],"autouv":0,"color":7,"locked":false,"origin":[8,9,0],"faces":{"north":{"uv":[11,19,13,20],"texture":2},"east":{"uv":[5,24,6,25],"texture":2},"south":{"uv":[19,12,21,13],"texture":2},"west":{"uv":[24,5,25,6],"texture":2},"up":{"uv":[21,14,19,13],"texture":2},"down":{"uv":[21,15,19,16],"texture":2}},"uuid":"d3cdc5cb-0d20-5b8f-7b00-a74d6a0745a0"},{"name":"cube","rescale":false,"from":[9,7,0],"to":[10,9,1],"autouv":0,"color":7,"locked":false,"origin":[10,7,0],"faces":{"north":{"uv":[20,18,21,20],"texture":2},"east":{"uv":[19,20,20,22],"texture":2},"south":{"uv":[20,20,21,22],"texture":2},"west":{"uv":[8,21,9,23],"texture":2},"up":{"uv":[25,11,24,10],"texture":2},"down":{"uv":[25,11,24,12],"texture":2}},"uuid":"5f0bc191-6361-839c-ef1c-5832a8eb5c62"},{"name":"cube","rescale":false,"from":[7,6,0],"to":[9,7,1],"autouv":0,"color":7,"locked":false,"origin":[8,6,0],"faces":{"north":{"uv":[10,20,12,21],"texture":2},"east":{"uv":[7,24,8,25],"texture":2},"south":{"uv":[20,11,22,12],"texture":2},"west":{"uv":[24,7,25,8],"texture":2},"up":{"uv":[14,21,12,20],"texture":2},"down":{"uv":[16,20,14,21],"texture":2}},"uuid":"3e3f331c-7ef9-03ae-97b2-f90498804287"}],"outliner":[{"name":"VoxelShapes","origin":[1,12,12],"uuid":"e79da847-a3da-3079-75ec-9feed9f7f7fc","export":true,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"core","origin":[4,4,4],"uuid":"09c017b8-a493-b9c0-2f7c-b85f89f37834","export":true,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["e67782df-95fc-c4f0-20a3-aca4944f7038","70cf2695-3cbc-de6a-c474-6a7a54177693","10098da5-d44c-b181-6a64-2d1a8f0ec7b4","09abfff0-01ed-7b96-06ef-76c964eae5f8","6fc0c4ad-7ad8-eb44-4672-1d8a752ee7c6","5b242e2d-d330-ff93-69da-d54a1d72ebf4","1f13e445-defc-091a-0444-b5d4cecfd247","ef8987dd-075f-6c08-4578-77aea69f6a32","c3276643-bd47-9702-499f-961c24d9cb18","d9f66cc5-617e-a659-98f3-4e0ba2930f9e","d3cdc5cb-0d20-5b8f-7b00-a74d6a0745a0","8323df49-adae-42a4-41be-4cdfa93bd350","3e3f331c-7ef9-03ae-97b2-f90498804287","8576bd1a-8936-8d1f-ff1e-8a44c7d32c72","5f0bc191-6361-839c-ef1c-5832a8eb5c62","6434c62d-ea05-e045-961b-25e341d2e0cf","1e33b753-fea1-37b5-c4ab-38a2d8c03538","19b27241-58de-aa91-405a-9b327c6fd51b","b43ea83d-ccb0-327f-5221-9708b40ce66c","8f25d0ad-8754-f560-d020-2317c2d530d0","13b94469-ea15-40a3-dac3-cfbd042a6b8c","c8a20d6d-2ffc-3bf6-2aea-61b20f268111","ee8062ec-3752-f121-d1c4-ac37a313dd00","3d7e1a25-2107-0723-3281-938b0a02644f","be3e551f-4618-b81a-612e-fc7ac49e73e9"]},{"name":"core_support","origin":[3,3,4],"uuid":"5b2cc6f1-2203-9d3b-6f95-ee379f6f8b34","export":true,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["80a99278-9820-4753-1838-2da1a691ee6c","4f1cfa5e-143c-ea76-7c92-7e9b204822df","37e212f9-32e4-a2b6-be47-a53949171450","2190516f-762c-de8c-5bd9-eaa64e284a97","c568a0de-6f82-d57e-e800-b33e140b6ff8","29d698cc-be0c-acdd-a9ea-0b1002a505df","6c2d9147-47c7-7955-8c7c-169c8d6c5165","55286858-831d-07c4-0e60-6a57fd09d692","fc53356b-48b5-9147-1860-08dc382abef7","b39bcd93-faee-1a1a-d7f7-fe4f89ae3992","2a0ed8c9-5048-881d-aa2f-ab2adaa0af46","938ae65c-51ae-30e3-a84d-90d4cf72f7c3","c031f4ce-9822-2987-ec23-97b95bdd696e","8d2c9180-961f-7ed1-4431-06e2a0a06451","fe4ca10c-bc69-b6a9-72c2-407c8c384362","62c032e7-209c-a9e2-9afa-2bfecd72a504","097532e9-d4a0-b5f5-82b8-82b3e6addad1","566c8b45-6109-0a02-b2ad-a01f15a67789"]},{"name":"frame","origin":[1,12,12],"uuid":"808bed92-e791-56b8-30de-73fbeb40b7bb","export":true,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["9e90851c-3793-12d0-e91e-2880a32c43c1","42f8e8ef-3183-3ba8-2072-6872b3bf41ce","56d7e3eb-9e38-a9c6-b878-e108d17da6f0","48da0043-b95f-ff72-f049-8a0b8961478d","924d5413-467e-1404-2d01-f141245a4311","2977a642-533e-7834-ce55-cf376297caff","e977be96-635d-7d06-4eed-861e2c4dad88","fea4a94c-d329-7b39-1140-cc4bb5b0038e","30c03702-8f83-c049-e611-c1a0b6f32444","777b3630-64b7-fec2-3559-fd2f8b76ef2f","f2eb642b-2280-0a7b-4904-c883eb27f234","6d54b218-4942-a27c-cf54-4d9d06014407","0049d4bc-6d9c-1400-1857-7c9e8917dc1b","199515ed-4623-c539-f299-8fce49440209","5ea29d3e-6e5f-2b75-6005-b9368062318b","c1005a75-6a84-9ae4-ead2-a3a5a216025a","3da30663-1844-7934-43f8-b240eef6aa66","a1c815b1-d47b-36dd-79d6-deefb37cca17","fd72beac-2079-5155-b121-d3dd3f79a595","be34daf4-3803-e6a4-bd42-db5977b3119a","71b213e4-e78a-e813-41a2-c648d7a7837e","3ac2bcf3-a18b-c670-3d90-16d5f7916ee7","44ff9ce4-7b00-7b21-1a71-bcaa691c1c5a","e8646100-eb66-ca89-a1cb-6ccb819ef77c","94701168-2cdd-7395-ea95-7e1554cf4f26","875ebfc4-2874-f1e3-97d2-1416d7108d91","b7cfee8b-50b8-1073-2016-aa807deb7e5d","07642dbd-9d0a-e4d4-1902-db375d66e3f5","e4c3b53a-9781-aebe-4077-48d9bcef9787","22b92838-bfd4-b44f-5cbe-c63d7db06852","0cc0d73d-bcab-f9e4-bb4b-2367b967860b","4752dbe6-5119-6cf9-4293-5ccdeedca062","d9c420ff-3cd0-c91f-6f1d-62dfab218664","6bede6b5-d9ac-6320-a0f7-528540688592","c6c0f6dc-4b25-16ca-20de-bb9a2e49faba","21ebfc65-21ff-d1e8-5d2b-745c8c3c00fe","7e54b7c1-d340-e68b-3f7a-fd9453c01c0f","f2fd5ae8-c49e-a5fd-f694-da2bdc1fdbdb","36980e17-17bf-e9db-6396-41bb826d2552","250c698b-2e97-0762-9f89-eb3226333ecc","ad71a685-c870-a0cd-9003-49ffeabe7c1d","07ea6272-1ed8-b29c-666f-86af2c786d2b","09db055c-44b7-bad5-fed8-73c92aed48c2","f57c8ad1-05f5-3775-c814-dcb1d985b836","301c70eb-fe74-8d30-3e98-f7d64691343a","ee188bea-a429-f37c-ea65-e503bbe07dd2","4cb58f04-a80f-5d2c-09cc-0366cb4f80f8","b6fd427c-3647-643f-c957-39ed0f83a408","9297e69f-d4d6-b92b-d7dc-709c31e276b4","f9e13146-ff34-f338-93d6-0a2725915cb0","6c26cce5-7b18-bc30-f509-8d095bc1432d","ef060fc4-035e-350e-af57-1eaf50a62709","ca2278b1-6462-bf52-cc7e-a716544b1186","cb8c28db-8c72-fc9a-13b6-f8ba65aed1cc","97a3421c-2011-6fd0-06bf-6591732e1458","bbee4386-a7d6-6058-08e3-154017fdb737","e4d7230c-ed61-b6e2-1fbf-95296a7679ce","b899bad6-3c85-97e8-f68b-14a4b7cebd6a","899e6a1a-7850-6b4d-fece-377bd6d4dfd4","db9b6e69-6d6f-ceaf-e3bf-1206ceb214c7","ecefac3a-dd3a-fb75-ddab-0780ddd7252a","cebaad6c-d452-199c-e05c-99d3d368036d","ccab179a-516e-4b85-3ff1-ebaf89aa401b","2af1e36c-b09c-c8c8-a6af-845f0961b511","202c31c5-6353-45b9-9bc8-34b64f94f5fc","18cf140a-ef99-3d7e-d22f-251489f2063d","af9095f8-d98a-268f-ec64-7ff522c59abb","cf785dde-0fad-fec7-379f-f4ae0421b562"]}]}],"textures":[{"path":"D:\\MyProjects\\Minecraft\\CuboidDroid\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\thatldu_singularity_power_gen_frame.png","name":"thatldu_singularity_power_gen_frame.png","folder":"model","namespace":"cuboidmod","id":"0","particle":true,"visible":true,"mode":"bitmap","saved":true,"uuid":"4569e323-ac0f-8759-118b-50708ddba537","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAgAElEQVR4Xu2dWa9k2ZXX/2eK4d6bd8isyqzMmlxVtstDu91uQGDUFiA1QjyYwjYtsP3IW7d48DdAfIF+aJlvgHjggQckJNRvCKnVNI0wje1qT1V2VWXlUDncOYYzoN9aa0fEvZVVZNshIMJxpFTmjTyxz7l7/dc87Ex//3qnxavKpL1CGrX+aZFJVaZCnXJJecbffCWT0t/883PXVPdKTfNCeu9Eev9k9p0L6y/+UHdS0/kzShaRNG4v/sxn/NdBX60yNQ/H8xWm8f3FNQe85aUr3cfz0nPSLemzz+z7J28f+d/p9x/H9vzHu/GCH/nbrOR/ZPoH1ztB60ayv4eS9kvpsFFRdsrZsCJTXskID61siy/AppM+d1VtWahtO+nxRHr3xG66iK6FPaolnS+AbCsBIL5hoFi4f3+gNpPah5P5h4Bl8VoEUizH6zSjWBNi9i/RMX32+r6UZdLbh79mAEgSAE5gAwYuAYqjWv28VcmGsX8AocxcAnSxoUkIsGWf3Je6TKob6byW7p2pzTLjWiOCw2Z+HV8i3pX4fz6HkEXcyt/8GVYS3P0oJMAk3qH38YzJs9vM1/b3iPvPQnrw3LSELXkJslcH/tG//tmaSwCIClcqUzHo1C869ZpGOcQABMb6rg5mF2IyceHruxKitm6lXu6A4ee3z9SWmdphobbLFgjQuvi3PYdKieCx/iII+k8Q609SFenFEkDj5/TGEL9O73ASD7xS+PMT4Rf/zfcBANd31xUAX73RmfiHk05bFVkQH/E/jU1KehUJsQ0xnKv1uFGO5IBYN/vOoYjbPWR3JmUOALv6mdo8M6lg3Dhp1SAx+O7JAtctin1uhfv7SRxcFCJP81N2iaOnyjXluUiARHf7HQKIAJg/AJ13G/me/LPX7+/xvEmp6b/7Q50/zbNX4Z5M37w13/2HtSp1GlatSggBlyE+EweySYtG1uMG+RpGGl9AjUja67sUYOV3Tl0NIBGS9DCxvKAejhckwCIA2MEqU97LwvB8yi0FeCHXL8vtqTJNu1xKEsBAEOqPv0/ghmb2exZ1q7KQvvba/ed5epNpqlIn6wICB8CClVx1AKBTuSVpGn/SLsL8n9qVityJihhIKuDumYTEQI2wqQgPwLHn95ruvY6FGbR589ju5bY6y9QMC+c422X+BFcWmYr+EwDwzNDVDNz7wQJD9kvpoKe8bpVPWEjKqtyA1Ax7qptOzVkr7VYyyvLIUSNxb95J//2hS4CvXDcQV+8fqxzVemP4rgGAq8h08m/+SOEuPCUo/z+9zQGALjeXTKryTsOiVbkTOrwJokCsVmq/dNVVwLRVEyLSCH7vXMKiBhAQz5iwk167IpW5bypE5gIobx459YP520GptpepAUBON7+G2BNP2L2b2/4MA0CoGW7bG/BLqCil/BwES9ryBfBSml7hRuqwdClV5NJ5GK687w8e+vP/9nX7jgFAnd7Ifr7GAEAcQrSmU9F16petelcL5Vja7CEYYKPzXO21SnW/VIMurwrnQnTq3XP3nWFG1jL93Umv7wT1srlaOJ5Ib4/88yR+B5naIlM95esLgtvsjicY4KiZJOkPF2IDH8dpfCddV0pp0ko/Pp5/lrUu4QDG9x45APJOZdbpjZddBXCtnwRA70Hs5JYXUqXWGM/iAOjutNnbWPMwdKZmq1TeL8w11J2JhItunoRR1kXqb191oEwbJzaSgBjBUYCkcj2fxH971rqlDggwKHkvpMD+JUNwv+ePAXSj2UMvkt9sgfnraFC6bufj3dKB+4Pw+xMYf8NsPel/BgBQh+06A+Cf3OyE721mPRQPj2DUqWg7U5M5ln/af1xCDDjTGs6ZOVx6yhqYyVLe65SbGO+kz1+Rhj0Ty6YexlPp9qmDhe+xLkBJ14hlMrVIkaNWbS5XNc+EZzFz2hdonQjN+ywYgBfRsIAEgPj8joPx7ukMr7b09W13e0PoVEejNVcBX3uuS/p/FpZlA8JKLoaZ2QOEANxfjgsQwNDJrz4MxZ1lKvbyuF/SzS2LJeQEiAAAazweO2cjXVgYIMyCSykwk0lHjVocDaixX5hNOQvkPIm6c+PfDdDZuy4Gd8L3w1bglsehitK9+wOXKM8ODUzVvVOVg3zNbYD0yydvIOL/6WPyACWERFS/EzrzYCDtVGq3esZIzY8eP5nhXj9QsVMpBy0QeVgpP5soZx0MsYOhNK4lrPdJLf30KNIMEakDV3xvt692kKslzIxBd9qpmQSR+cskTeXinfXewTBciFjyb37cJ16BjsvdGMUD4EpRzStVGKn++6y/DYAKSFb7zP3KpE/v+iZh/J1PVVwbqJxMnXDoUjgEovYLs67rNx/NuROVDIez3u9c9/vh8ggaFacT5bePpe2ecuwI9In9fyP9HO8qqJESMfzfrS2XGO9D2EztWae6DlsBwr6yJe1Vvg4geXy+ENUN4kPRAO4sZnEcnkKS+QSdCIolG2DtjUBUABe+8WJ4/q/j7nkWTkVhxC4enKm8f6ocDoJjzTgkqjZV+3Ds6gCJiiSJiJ9+68ABMKikppUeBmFOpnZPUeWz3AIAExZ9+m54JvbzC9v+PsQb4rIYAs9M9z8plr/oUfC9F2OdRHAAzT1XMSozCe+AdwPc2L9mDK+zG4gEQDdjxKXQKAz4t55xd2gX1ylE6X+7p+JqX2XXho7PnGAmQokNdKpHndF5dn2WLFtIhOQJIHbxxReuKutso9Na9szFpNONbV8Ho82I6vfOQMB/Xib2hSeEFHjpyoVP9Y5nLT3ZZPHgCwmhqmvdDVzrOAAGHC6XpYVx3yR9+RlXAbvBGezL/7hvOpTYeNk1DoIEANwxGCdxZQoRf25fOq2lh5eMrRkZIAz1Bq3Fi6zWgHXNMGQ9B0IOQFPtAO9nySIylLlJAYvvA+TFLCEAMrVG5I+kTyh71r5X++f8P6rlKpEj1kxhTH9BQuNl1uqNq3fXOA4A8fmDOrT8KRG8bemZvksAKEOo9M2HElayxXg6leOpcgwudta8BohF6DdEM0Qh23aB2PywyOlBFDO4ELdJfISBF56GrY9b2gtTPzFrj5xCPK8OELA++QsAgGrj3p3CC1QgfparvT9VQ5ST14fwu6Avk4YAL36XXwsA/KsvODVOp5a4cRG86DZdlJi4Zql4pOhJJVnDrUI6i8A+3DQgWNR5sCh9PXlli0ub7s6kFz1aaKA6GSuHeHA3RuO0Vo18uD1S3nQqy9Y5tpepQBUFHpAC4+SSYoMkwvMC/UzFp/cMXF7LkKn9X0duP1DBBOFZiPfZAjjmevyaSIB/+QXYwiN1D8bSmExYcdE/hpNx2fj8LXRwULXMXB0QJyCamIIw5BEGldpBoVq5GnQ+AJmBIZOe2/asIfkBJAzPfTxWdTxSuU2ULlTRpFV7XEv3R65yMEb7MpCkErWMPH+baZTy/ZglyaPBUMWY+9QVs12I9iL6u5+cuupAVeUL+QbAbABwSXRZBZQTdV1fp+uTDPrOZzoT08eEg4NIEJhgzeKF/wwBfnYWyZpUyycVV3LLmFn0Dx0KUblfVJtRhJGrwaVLyRnWIRKHS0ZyJmmFe6eqTicq4UIu3ELi9Y/m9oPFJJKtIEgft3a5LNWb8v2XBJcbma3bMFHfCDjH743VAABEP4v1MQYz6YeHBvTqZmnfW7QB1iklnOlbL3Yz7k5uFKKQTYfzyaSlggw26BekfUMEwCSITopG2eAi1RDKfHyTGJb7R5qXaiwUHCAjjnClJ23ju4cx+faxir1K5YBlI7OIZBihBLwY1aT1zO3rlAo+IKZnr6Pg4zIAMDKzTsVeTyXCJSMAWmj8/sil1HYA0RJGnfR9AlJdAKDTG1fvzIxAU1drkhJ2AHCZiI9ECZtOipTPID5/8I+h1PcehLHoYrYg7s9/8W90ODZimXnalev6luf9q0x1nash8EI+gMu4zZ9ZjGvlo8lC1bHfAjaQB+VepRyvhPQtoccUT0jJyizTqNdXPSjV4JGYS+eXSY3Dc1unyjzJhb4HivVxgCYBgPgG70SyaNKquO3p4K9dW1cAfPN52GguhmfbhmsU9XCERwED11/OQ77FSW1chQT1FHBmMSMDRKoigtMjsoc6mIw7TQ5T9A3iuGF2sdycB3WeJzKu75QjLagZyDMvVXtwPgsY1qzbFZruD+bRSOyOQaFiVKscZMoPPYScspy8Et+rTzpNVWiK2rHwAqXHjfQJ4gWUtB2ZHfCNa++vqQRIoeBL8X+9vOuEO5pc0MF6OQIpW5Wqk7EZVubnQ1S4jk3frVROahfjd87dZkBVEDI2jzNXc31bOSoD2wF1k8S60R7idypvDJXzPdYZNSaqCfPil5slb39gVAzAS4Wj2BeJ4I8wD/2Cm8uCuEBf9bDUNPNi1frOuYPnMDKjRCXRN//pbvbtf6HdbKwUQrR11sUQzJRCwVCGDSATiOX8id2oCYydM5Ee0bRpayHcklqA84m7kHDYXuTon9lSATiyTPm7kTyCUvbfGIWd6ltXCBl4rQDNHlBo1KgY5Mp3SuVwOoBCHU0atedT1SOqfBqVubcywMEIHrPmo/R7Fg0clr7WaKqSNfAAMFeQLICqX6m+0tMUkdV0qh+MvFbwbu3JoCriEX98zwDQdEqVLa5W1sYG+IfXOw+GRHQtlYBDTCz5G1tuA7DT986k++cmii1ECihSPuDO8Vyn90rbIePinx7OU8kkWSgAgXOvD1UXpRp0OlImgnBl1ignQxh62oJSJ1Pj/mlVqKob5RNiA7nHGA4nDoBLEqA46KlM3QikfB8Q9SPa2KlAJbwwtPgCngO/fH00dgDcj/rA50Ki/NvbMwlQ91yQrJMrmOnvRmsYXIHxA6NbMCeXbu1Ir6AKQsffOZWw1LdKy5FbEAZdj3F2OrXUsOX9iRqaDs5VvHvuARgYKlUV8ze5g35p5WXcl2e5fZe4jPaGsUZt7mg7aVTf2DEux9BE6szqAh5PAwBRtWTdS53KYaHcytRrdz/v12FRZqoIbj4/UC1XAdxTjxsH0SPCyY30jCuN33vu9pZq7RSdQzdd6yMB/t6z89gcpVdcGERwNgBIEoC4wC+OLYkDvUv08mKJFVxPEIUlSNkCAO459rp6MxbNrcTY8hhCEf0Dbb8wX9x6DAhIYXQi0iPLODEfPzddjVGYbICkkhBgRjwrJI5nmUEXBShJmkRyyWMCuKcEqrxiebYGPQqkp+lAyjJ9+4v399D/i9zPv9cHAL+bVEDnTR/G0WEyJS+ADYxkjrffLZRp2600hlBHHqngDyKknIwq/G8EC2Fj1EmHDYELSU2h1PSxzam5JyJYe/o569SeNJpMWo27wohkCaOIB7jF7tiFiCSDZsS3TwPXVibm1UuepUjRPbwWAEBYI58DAFUBcKiB6Fp9/YsPrl/m/myiSb2t03XoDfCycMK4JINSHR8guFyEGbKvmnjWzvaXiJlxXidRpGlWXecGIVyOZX816vfR8f3C1YE6VY/GKrDmLYVLzi9XPabKp7GafXMZVWhsup6q4zP34Vl3JrPccMUGoKK4tAbWBeI7OtTWnWqejRQaNTIJYDULuepXtjVtc7UfnLtd8TCk0KeH5jL+0+nbt9aV+511AQDpYJInAIANhsI3PlyMbxw2IQ0cEiIifQYACkcqN/6sIgdO5jYLBHmKF6vc1IcFZs6MWE5LBwHQaI5qjXulJv2e6XwvEaf2f6SqbRwAyanDZbdscqYM9WBBvIVsE5w/9oRfQ5MHEqRuVbX+txl/AAA74O6ZNahMH3hlUvGi2zlfy96+4P+vE/dfBAC5ACOJb4xeuAgAF6+yjNwsLw81rRADCUCtXem7PZ26Zc8VsXXI2CN713NDrpzWyoybU3EHxGo0HXc629vSOUoj0Zq/H42dgEmyhESy8g1TSQtXfM/TxCFBZkGgsElOawtg1S9jXPo8BHv1uxNTAVU9/VA5OE9YF92fdiuzARGIf377RZq/MDd63TEg4pcs7fi6CYLEcbSBRRwAUIwaywaakgA4baOeOmVZps4CPazZKsNYHHdR8etx/Em/0rhfeamXEdMrj1J5VhIAAAmJNW89n3P/ZeJbYkdIEA8iVfT8da3qF3bdgHw8tjDy9PbE3MUqq+3/33jJG0Jw/RqS02ui+y8CgMgsyb8qNhB//dmEhmwmtk06zCJ2iXMTK+I6Rsp41Cij0ydaOk3nH01U7gII0jf+3WLUWMQwGXLu2hGWyEz3172+GtbktbYLVTuFyqNxWPtSOZoYcAjlutvpf7fECXaHavBMkkF7Og0AtWajWJpXreqscP+/X6geVJq+NzLbpLzVs7df11KwiwDgJ2QoZVGXrqi6umRcQagQ/am1K75n/NXlyoeFOjMSifBJ1XisEuMSqTDq1E2nqe7SNtoH0LhEMas+bPaZCL+5rWpQqDwbuwppWuV1bSJ+SpYx6vks/fy4VkMRKoWeydB4MFY1yCxtTXQxSRPPIiK9+h5suoekaVRe9xLzN/KfPw/3r5Prt0jieXv45Xk7BHHQk11m3UGzyzgqETbi5pRYvTxUW1XKdivTySXRN4JCuz0VeaayrpXfThW9LvKNeF2m6pm+qxh2/D7p2Xlkz0T5xEO+EK2fNyppGQ830F3A+QQQrxJGooU0s1Siv73bELx+rmofj6RT/bjVlM8+/4wblO+dWIYhP3DwvPHwL00FrJvxN5cAaT5AGopkhg7+eq78GEMpCO47HiI1NnzcqqV3iw16eahuWFrziE0Voeq37lTslBY0ymn7/WCitp/7rB/ELc2mlHn1cxWTxn38e6dW3eMh2ogYshSdy1mnQdH6+iYsMNw8D9C2Mf0j4RO7Jk37iLlA5v4lADw3UDmamrSwZ33+GcsBZHdPzEbRVbyaXG/c/6EBYN2Mv4sACO43wqdJYGzarFdg3itn1T60a9EbOPLGDJIr5csDz9ennn02rURP18p73I+vXhjBm2kn2sHrPFfZth6yxTAcNyrfOlI7havDlMeu7BXm5+NFUDia3EbwWONxsnYb+YqdUCUv7Hgxymnt4Y1H5+7/BwCs0aXs1N4dOQCIeLLyqHYA3KMgptU3rt27tY7G3xwAkQ6ehWvT/1CGzcZYCi3Yir+srbqzoE1LI6hV6HTKD0r3AsJqJ4pmQZ/jiRmD9fWteQPHea16y+/1wE7rNYOHExWnoKvzil2SDTEtjCER/YyVFscHZCJrO63pPYxy8hhho1veR9CeeiKpeThywy/1It7csoSW7py6EdmvLEnEZYABAG2jN27ee35dud8AX3z9hmlQL8hYuACAde9GitgqpTPJOKxTZi1jrTqr/6eCBkuaCqLcQ7JWyNGqPZyqxqUjrEzzRU1qt1FdlWbmUZ5lSDibSo8moj3c7MorXvTpYjzz0TW5VwHXSq5fp3qvP88EpjpGcx/xN1p1z26p7hWmJswG+L7X+plN0Pdo5RTpkfGM2sLh066Qbg4sefXGyU/WGwD9b1wPE2qR+szw84EQ1ieXZvhZPJ6kDp1BiN08pnyYhTar0PFBktHmTbLF4gN8Bsmx8gs1O5WnlHEtAREAOBx7hU6bqbebqZcHKLEh1KkfuXzvX4kkTq/SFFfRJpbhUoZ9YN5Ip+7Wlrt6RuBO5ZuPoxeAwCVBLWyI0krbyrZRuxUAuE7Ne65//Pgnz66b779I6Wz4By8vxE494ja7UuAn9rTolyr3SuWIbz4jnEqxBWxJzx4x+UR4xLg1YUSjRTxl5nYZVyerPDMjECJTN0hCMN/OQmd7ISiSAHWR2sfS3CG8iJTRC8vwApK9KtnBwvyj8tF0LgHwbnouASoAQDh6wP2FGlRR1+jrL97fW5cS8Ess7jaPASBBAH8aP9mqa6IixiRwroI4/EGlHJ+Q7iBuIXFD4gf//t7I5wVYlU4saCF+C9bOJEIihk1/s85b70lkHA2Etowwqoa+xJgfYS4irqWpjLS2gw33cBwl4e4ZRD+BjbJD2iyEgg0A9VytUMK+w32FVzSzYgmgCk1PG7XTRv/ok/e31iHr9yTizwEABR6RwcvUMpIV3/+QYT8MZuh5xI4qGu47ilYwpmxZGJckTqrP85GDCVDWuTMLFzsnGnGj2LMfdQImJaLUvC6jSmcWcYz6wMPaRxIVnTL8+pgQ2nWZRm1OrMmBSx9BzDGsmxg6xb19bAAvJ/MMJiqe6GFlXkhpuQvmEFAo0mk66lQPck2/+/Zcp3zULq7w5yEBMrWHhFUztUzOwDo/pMyyU7G/UFrF3lHWDRHpxafx47BWa4UXF9SvN3RGHsDuW5zSGS1hqevG1AlNnXmmuojI3IVN7VQceZyg3+tU4JUsDH0GVLSF8Qw8Ap8qEjOCY9axA4BUdiS7TDC1yg56lqPI7zOdqpGeG1iAahxl481331p3ALzUofMAQIM5SFoXwj+iqLNV/1nawa3yMiZ6xWAmXKZRaxm8JOWx+m1gFBcNFhGf9wLO0ifDHpF4oEGjmhd3cL/VEHAfRlhQP4jK+uULQwsBD28fq0pBKci82zODEF8e9TPKSk2e3bbpJWafMI/IikKkajSxFO/sejRWNiw14Hd5L2oYzEjNdU4sgu//8b11B8DLHT39U6x+LgAQ/fskRfoQKm1BqALb0GOMRRpAvc6GiCFFmC7+GRcbI9nADq5WiN2UJq52y8jth8owYEiTrNA4zSYMgxIg5re2rEKnf+fErHkHGiIb5y3XJACAC1e/uqcmpZPT9O9kdJLTQwLZdLGphTkGSIXTMFYzegwynRN+xhpdewB860aHyGOitqVVZzl6x0N14JxKyrgaeDGHEZlZf52XZ5tOTyBJ3GtBoU7tODNdOusSfuyErtC7g3AVARQqiKlwKoyY6bIZPaaKaBnLlL9z6jWGdaOML9wc2sAxZnk1FKK8uqc6yzWlnRzkQuyTiXRn5BVFswlgnszCvrEkNvWMBqie9RicEQvAQF3TIdFpf7PhP3+hoyq3fUTELEa6hsi0AMw+nOqDIivKqtOsRTjW+ujTaLbgfMsSRnYtVASRtjZFCWcdOq7T2/2+z/MfTyMH4IEk1EkCVrIVTHjHaFpm+NJ40lztWxxgghU4mkqfPHAAcBYBxAck9C3coaQsWtcMYA6Aij4DHmVzDFyijLpCZxSJAO+1B8Dvv+zpeQoi0Llptn/y/fcHZgvk47DGac0269+9geQBGLVSatgGQacRcjErGOOSxg/6/yzAk84dmIchEOWm7xdOJZkVgi5IGEsmdZm6tlXzkGgkGT8PWrWfP1BdVfOpZckmGbUW+CnxEhAZNvo+92AU7x2DLIhSmldhKcJW+g931t8GMOIRRjWRvjBT30RjT8WgUI6b1C9VjRC2QexQAQ3cEslCl97OYemwCOPlGAkIHGYHTswEvYMAJBKwsTZU6xf03kCfGhIJKXz7aATBLm3vRcaSRyLJXhi6MUs6egYa/4d5ATS9AmaGU1EvYtHITu22OYWqzzqdEx20xTtpTY+K+ZAK8Aigb/KFAZDmssWUTwZ6M2Q7lWandKsFjoKT08AF+57bC35GQIR17Z+LTOXfg+BJiSC6IXpqCb+Ik85EPMEfDFC3FxfWS7N/eCcGVbBsuBVmT1yllZ31XQpRGka6g2wj4Btf6evcqoRCta29Cvj2cxEJnEfY2FIHQTIMY/aOFfJR1OlhW0sgXSDAwqjWC6VjSWIs2gtB1jSXiQQPr2DTxqWKUPDszKE0z58SbzRJZm1iH5oairi/HZ3HPN8ygxEupN2v7NTfz7y4NR5Pq5mVFxTuqZzv9q0czesRuvW3Afrfeq770BhYY6okwr22z4Y7cEVjh8fx40CJxO222TjzHBvjzR1z7nQuTZrCWdPtCp5PFtBE96SxEQDlLu1iaWDTHCyTMwaZZJowWCKNrWGpw5gi8jCmiZldIOka1cU+4mZA4TK9hxidjJ1pOysRx84ALGMVOqOwhIFnafTtuquA4ps3DQAzPTtLDMTsHIo3ovLLomsQFut5YdCCU7VTiztZR08/sfwkSmZmQQCidfeRr3mcnyFVkclrfTpIvmtkmR9RN23NVW1H0Rm8latJTaSsn5JYtHdDQV/c09Q2CLIvDp7rJcf1jie9CA8TYKq3C+tAIgZQt527kRgF6w4A/f6rnfnVd0691Mq6fdOkz8wtZlPOToC6RO9GatVofMlITmE8O2Qq1Ioxe4yPD0VPHoawbJ5kAtVHXDEfCJfUcjMW24+iVR5lvQidVQKZnv7Ejk8zYWLIky57rksjiyAzsCI8PJ1PVHwwsiDW5NpAI/7jF+eq6RB/NcYBXLYBvvPloerWa+bLfKo//JOVPj8o0x+8ajZAAQDYZ0v62NQF79GjV34+NEvtlZjkhyH1oXFykdSB4CRgLs/rj3Et9pwQ/W4oUkNIDpiq4XkWz/aYwlT+QbQGwqEf4tApjMGGyZ8QmcMqF1xFB20A2UaYRPr5xsDL1xkHW9fKHkxtXmT90hU1mA8/OXYVAAD4PRaPi4P4p5Nt9VpvgJjkE233TlcZBA4ArqjYnZWG4QdbC22wlQ2U9rHtyV00Hc3ZPXD7u2duWVl7WRoGsciSzPWL7qLZokm6dHaeEL49MsEs8p8ywtULVMuqm5d8EcvnueNGdZ5pagCQxCAKPn8xJphgH0BJmzDmkUazW6yDiUEQXr/Aq9p0sed2kvfqoeu/iIMkkgr4MPE79dpMWe9Ef/SnK3t+kAOAwA5TOiAkx8agl6n3YxwbetQGJ4dqwLLGxYqYQY5I5Z5fJA4M1yvZAEFjLxOLZJGZAgvqAYPzOm34rl6M8G8dz8LLnGBaNgSOMELdQIW4Vgn80o6Hmd+nI7lT+/wVNRgV2CpIC4ZamJEYzSAvbfvnbx9ZnIIgUsOhFLeuuNTrMcxKmnKoFdfrr26ZyB/XvRnnX8D1qgNg8dg4frEPKAjxGLpxH2cHWWVQEMx0so+JN138SpcfJJgAAAoBSURBVJy5+2Y6eiUCNqarTQ7b6MAyj9nC6VQxzybPxDbz/7k47QvOzPdQRUmmt6rOvafPTzaddy11h7XVBXquoVV7d+L+RbJFXoghVQdDVU2tckrLWqn24cjiExh+pgMjRG2ziAg0ffrAU9QnO88uiHzn+nSthQq4DIAH6OJIosCJBwAgQrdslJ36EecHYjFf39YUbvtJcEzk+ucVPV71M0vCYlMYJ6MSvBjV8k/n9B52FnI2umO9zzwSqTiLWYEYibR8pZF2xxM7tLqOtjDSzeaUpJH1t4beLnZzxzqIy8eoFg/6WNTT/p0GY7pk4RyC6af2HQCTrec1yS8Sfk30P7/GxYMj2boPgsOvX+oO3o8x8T9bOGOH2X+7pQdNUgKJOQFIjx6h1kz5nZOY5xtZxDhbqABnUd1jscYbMRUkpZPx0y9d1lZO+ThWG6+JKKculaSQ2ao+Q9h+sRPKT31ugIWkv3TVRtYWp4R7vLYBCdDciZCx1Qm4pLOOJUbFAOZXb1xoD5+90orr/vR7BABCqvELM0uHKwEgTd6gHpCNY1QsxMYoHGaqr1DCFQMmWWZ/4GXhW8V8nl96GsQ9b5Qxgc3EP6eCRqHnDQzrxPULInm+477uqFUGtRNQ8O2wBaxGdQ6A9oT4BQAIYLzEGUAzreT/xvaxQhQvGZsDINP0cYDsk8/NAZAkgZ0eOjhZZet/AQAMimQ3wm37wBsz9CwVNdFLj8t2I87pY5Az7tKkNg6qf3zmhz1GDKE48AOjZvKDwhCb8BnEp7sX4yuMveq09rl96HaISjyA17F5RZmdMWyHRr3ElLZOxe1Tq+vLnxt6HwIzfVlrGEWip87Z9c2hS4SfxwklNP6kMwawZyyKWHoDiIn0OL4OFYAN8JkD7y+sh64C+oS4eh49WgP/fw6AbyUARJLGzgOmN44YAKXU0VN/PY5RTy3XZzG67cc0gXrxhVnr2AxQMiV9qANg3jAfGceNFzR7p+Ks8XTslotqPcS679Q+47GW9rz1LqHXdhxI7xx7QOfVK64KaPRgTO0+8QMKQTxS2GD8IanS4dWf3fV6RiqZQlJZCVsCAIdJo07smKRMzecO3PA9G3KG7HidiL6oWTMlABAfh3WtSZT8eOki16J1lHjFySHpGNbb575R8EQeHgN9ftaI2fkhT3Cm1dd3yo7GRmDrKIJwyU20Uq9O7fvnrkruUBmUqYHKCAFv5pNe2nKCHBKx71Te2vb3+sGRv/eej4yfPg5bIwVyrFspTjklpv1WOvUspoa/dTLvNUOb/OaBZxh/HK79yy9vrYOo/5BBFR9kslnBcF7jhZ92YIIDYDZi3WyCoYeJEZFVpfYXp75Rp40fMDlpfWYwkoPvvxAROsjHunfO1NmwnsizE09A5L+4442m77JeHkYoUcgoIKB7B0ziv5u17iK7ur5lASIDgHkNjKHN3HhjXQDA5xSHcgFcOpaJV3Cl8fc/IH5BKDTsj7924ABOM5H//ZoXhPjx8RzHFv4/vX/M8NtKOfOQCMz3h0NOasvHNwSOUKtHU/U5XpVQLhtvJ3zKD4QIC5z6/Aw30foII7R8QHw+V31rR+0WFTzocmYNxYBqDqbg0c8TuiVGj/cxd8Grl/pen/geOj6TXr/igaHvH/lgqd/an8cu+Pm94HzcXC6OxDFCM7MgzhTi55sxpTSxzLrXAzgACAVHNu5axM2tADTFgQnVbtvMn/b+yI2nR5Y6Mc63jB7Gm00LS3P3ewYUa+GCABhjIc0NKJwEio1F5A4JZKd3SeJ0MFy57x26CnglOJ9zCixx7xKhesFL1fQ+uZjcbQQ8gR8e+8CI39h1Px5VgzF3P9YHAKzziVApP6JsvPX3Rjox73DRW1jMBXyUHF3hz31IFEz7xav+i9M8iYgdLhRkpOIOCMxmovPpnYTwRPDgXAjFBr7lodf2WWb3F2p+Flb4azFI8p5LjvZTexbAaf70QRhlITk4P4hg0V+EDn4pJIANlIaQfp5P8aV9DzBxEDXv/dq+TRmtv3doc//0mzHi9s9DsvzOs37ff77nkupvHPjP/+UDJ98Xdv3nH0RO4TORG1h7CQAAuOygyEz68WPPBzBPZ3aodzqXIw6GYM5eL8a0UHHL915xDmx/euL+94tbHmH7KSIWDg0v4v7YOf+zB2roM/yTIACFG1xJBcCZfHR5bhGhaoD42/s20Lt8P0LQryLypfrPH2qKcfL5OAb+z/wUcP2d624D/NeHPt3ib15zoP3ZY5cACTAJAJ+N4eBrD4CvPue1WF/E722lFNN/Zdu7ackSAhGOkoVDfuQHKJTPW1ZmIaAfuQKrFM7Vxjm+Xzg++op8WhzJnulR1zt5mA3P7hbbH3WQ4FML1Fe7w50rzWi7mjbTQd5Y5ULZtWfPXnn4YJ0bOp96g57ixkxfveEdnQCA63vBMa9su46/feqTvj8VAPjxkR+ofJMOopjOhX9vs38ytfZZ7lZ33ekL45OvpPdosnx60lbnp6pmPehnqqa/LBheHR/uHGSn/Wvt6OTqwE+wXKdR7k9Bv1/5lrlZ/aSlvvPl4a3xvWcGWWemcYeDzsg+Tfs7+XRYNR1HatlVTpq6UHs26opLx419/DtOumI6Livj3lFd9CYVE4VwHbOuKy+UD19YqFIz3Z+Ou32NBPHTKDduWueRLr8yxS8t8PEA4ObFEqiFL782/WBwrT7Z7mWNOdpb3XSauPCv+pKJeA9He/2zrLowl/+j1vq4520A8PQU+D8D4GPW+r3vaNir5wcptGP1OrqtQxSnKdtP/zq/+p3rOs/vV9+ZJ6/wKwHg8pKXAZH+//8GMJAiY4Z9ljrZGIBPD5elAuCjHvskYCwTFPSJ9KTxpNR0Q/ynJ77ZWn+125d390dJi1/mCRvC/zK75t/5fwaAX/6VN99c5g5sALDM3VzBtTYAWEGiLfOVNwBY5m6u4FobAKwg0Zb5yhsALHM3V3CtDQBWkGjLfOUNAJa5myu41gYAK0i0Zb7yBgDL3M0VXGsDgBUk2jJfeQOAZe7mCq61AcAKEm2Zr7wBwDJ3cwXX2gBgBYm2zFfeAGCZu7mCa20AsIJEW+YrbwCwzN1cwbU2AFhBoi3zlTcAWOZuruBaGwCsINGW+cobACxzN1dwrQ0AVpBoy3zlDQCWuZsruNYGACtItGW+8gYAy9zNFVxrA4AVJNoyX3kDgGXu5gqutQHAChJtma+8AcAyd3MF19oAYAWJtsxX3gBgmbu5gmttALCCRFvmK28AsMzdXMG1NgBYQaIt85U3AFjmbq7gWhsArCDRlvnKGwAsczdXcK0NAFaQaMt85Q0AlrmbK7jWBgArSLRlvvIGAMvczRVcawOAFSTaMl95A4Bl7uYKrrUBwAoSbZmvvAHAMndzBdfaAGAFibbMV94AYJm7uYJr/W8aghqtn4hjlwAAAABJRU5ErkJggg=="},{"path":"D:\\MyProjects\\Minecraft\\CuboidMod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\singularity_power_gen_support.png","name":"singularity_power_gen_support.png","folder":"model","namespace":"cuboidmod","id":"1","particle":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"49400655-6e50-ae63-bc98-85557cdafcfa","source":"data:image/png;base64,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"},{"path":"D:\\MyProjects\\Minecraft\\CuboidMod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\singularity_power_gen_core.png","name":"singularity_power_gen_core.png","folder":"model","namespace":"cuboidmod","id":"2","particle":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"b84b55ba-ea67-2e31-de7a-0ff8de557072","source":"data:image/png;base64,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"}]} \ No newline at end of file +{"meta":{"format_version":"4.9","model_format":"java_block","box_uv":false},"name":"thatldu_singularity_power_gen","parent":"","ambientocclusion":true,"front_gui_light":false,"visible_box":[1,1,0],"variable_placeholders":"","variable_placeholder_buttons":[],"unhandled_root_fields":{},"resolution":{"width":32,"height":32},"elements":[{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,0,4],"to":[1,1,12],"autouv":0,"color":5,"origin":[0,0,4],"faces":{"north":{"uv":[16,13,16.5,13.5],"texture":0},"east":{"uv":[9,9,13,9.5],"texture":0},"south":{"uv":[16,14,16.5,14.5],"texture":0},"west":{"uv":[9,9.5,13,10],"texture":0},"up":{"uv":[9.5,14,9,10],"texture":0},"down":{"uv":[10,10,9.5,14],"texture":0}},"type":"cube","uuid":"9e90851c-3793-12d0-e91e-2880a32c43c1"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,0,0],"to":[12,1,1],"autouv":0,"color":5,"origin":[4,0,0],"faces":{"north":{"uv":[10.5,4,14.5,4.5],"texture":0},"east":{"uv":[10.5,17,11,17.5],"texture":0},"south":{"uv":[4.5,10.5,8.5,11],"texture":0},"west":{"uv":[11,17,11.5,17.5],"texture":0},"up":{"uv":[14.5,5,10.5,4.5],"texture":0},"down":{"uv":[14.5,5,10.5,5.5],"texture":0}},"type":"cube","uuid":"56d7e3eb-9e38-a9c6-b878-e108d17da6f0"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,0,4],"to":[16,1,12],"autouv":0,"color":5,"origin":[15,0,4],"faces":{"north":{"uv":[17,11.5,17.5,12],"texture":0},"east":{"uv":[10.5,7.5,14.5,8],"texture":0},"south":{"uv":[12,17,12.5,17.5],"texture":0},"west":{"uv":[10.5,8,14.5,8.5],"texture":0},"up":{"uv":[9,14.5,8.5,10.5],"texture":0},"down":{"uv":[10.5,10.5,10,14.5],"texture":0}},"type":"cube","uuid":"924d5413-467e-1404-2d01-f141245a4311"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,0,15],"to":[12,1,16],"autouv":0,"color":5,"origin":[4,0,15],"faces":{"north":{"uv":[4.5,11,8.5,11.5],"texture":0},"east":{"uv":[17,12.5,17.5,13],"texture":0},"south":{"uv":[10.5,11,14.5,11.5],"texture":0},"west":{"uv":[13,17,13.5,17.5],"texture":0},"up":{"uv":[15.5,0.5,11.5,0],"texture":0},"down":{"uv":[15.5,0.5,11.5,1],"texture":0}},"type":"cube","uuid":"e977be96-635d-7d06-4eed-861e2c4dad88"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,0,1],"to":[4,1,2],"autouv":0,"color":5,"origin":[3,0,1],"faces":{"north":{"uv":[11.5,3,12.5,3.5],"texture":0},"east":{"uv":[17,13.5,17.5,14],"texture":0},"south":{"uv":[11.5,3.5,12.5,4],"texture":0},"west":{"uv":[17,14,17.5,14.5],"texture":0},"up":{"uv":[12,12,11,11.5],"texture":0},"down":{"uv":[12,12,11,12.5],"texture":0}},"type":"cube","uuid":"30c03702-8f83-c049-e611-c1a0b6f32444"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,0,2],"to":[2,1,4],"autouv":0,"color":5,"origin":[1,0,2],"faces":{"north":{"uv":[15,17,15.5,17.5],"texture":0},"east":{"uv":[11,12.5,12,13],"texture":0},"south":{"uv":[17,15,17.5,15.5],"texture":0},"west":{"uv":[12,12.5,13,13],"texture":0},"up":{"uv":[13.5,10,13,9],"texture":0},"down":{"uv":[11.5,13,11,14],"texture":0}},"type":"cube","uuid":"f2eb642b-2280-0a7b-4904-c883eb27f234"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[12,0,1],"to":[14,1,2],"autouv":0,"color":5,"origin":[12,0,1],"faces":{"north":{"uv":[13,13,14,13.5],"texture":0},"east":{"uv":[17,16,17.5,16.5],"texture":0},"south":{"uv":[13.5,3,14.5,3.5],"texture":0},"west":{"uv":[16.5,17,17,17.5],"texture":0},"up":{"uv":[14.5,4,13.5,3.5],"texture":0},"down":{"uv":[14.5,9,13.5,9.5],"texture":0}},"type":"cube","uuid":"0049d4bc-6d9c-1400-1857-7c9e8917dc1b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[14,0,2],"to":[15,1,4],"autouv":0,"color":5,"origin":[14,0,2],"faces":{"north":{"uv":[0,17.5,0.5,18],"texture":0},"east":{"uv":[13,13.5,14,14],"texture":0},"south":{"uv":[17.5,0,18,0.5],"texture":0},"west":{"uv":[9,14,10,14.5],"texture":0},"up":{"uv":[11.5,15,11,14],"texture":0},"down":{"uv":[12,14,11.5,15],"texture":0}},"type":"cube","uuid":"5ea29d3e-6e5f-2b75-6005-b9368062318b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,0,12],"to":[2,1,14],"autouv":0,"color":5,"origin":[1,0,12],"faces":{"north":{"uv":[1,17.5,1.5,18],"texture":0},"east":{"uv":[13,14,14,14.5],"texture":0},"south":{"uv":[17.5,1,18,1.5],"texture":0},"west":{"uv":[14,13,15,13.5],"texture":0},"up":{"uv":[14.5,14.5,14,13.5],"texture":0},"down":{"uv":[15,3,14.5,4],"texture":0}},"type":"cube","uuid":"3da30663-1844-7934-43f8-b240eef6aa66"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,0,14],"to":[4,1,15],"autouv":0,"color":5,"origin":[2,0,14],"faces":{"north":{"uv":[14.5,6,15.5,6.5],"texture":0},"east":{"uv":[2,17.5,2.5,18],"texture":0},"south":{"uv":[14.5,6.5,15.5,7],"texture":0},"west":{"uv":[17.5,2,18,2.5],"texture":0},"up":{"uv":[15.5,7.5,14.5,7],"texture":0},"down":{"uv":[15.5,7.5,14.5,8],"texture":0}},"type":"cube","uuid":"fd72beac-2079-5155-b121-d3dd3f79a595"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[14,0,12],"to":[15,1,14],"autouv":0,"color":5,"origin":[14,0,12],"faces":{"north":{"uv":[3,17.5,3.5,18],"texture":0},"east":{"uv":[9.5,14.5,10.5,15],"texture":0},"south":{"uv":[17.5,3,18,3.5],"texture":0},"west":{"uv":[14.5,9.5,15.5,10],"texture":0},"up":{"uv":[15,11.5,14.5,10.5],"texture":0},"down":{"uv":[15,12,14.5,13],"texture":0}},"type":"cube","uuid":"71b213e4-e78a-e813-41a2-c648d7a7837e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[12,0,14],"to":[14,1,15],"autouv":0,"color":5,"origin":[13,0,14],"faces":{"north":{"uv":[0,15,1,15.5],"texture":0},"east":{"uv":[4,17.5,4.5,18],"texture":0},"south":{"uv":[1,15,2,15.5],"texture":0},"west":{"uv":[17.5,4,18,4.5],"texture":0},"up":{"uv":[3,15.5,2,15],"texture":0},"down":{"uv":[4,15,3,15.5],"texture":0}},"type":"cube","uuid":"44ff9ce4-7b00-7b21-1a71-bcaa691c1c5a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,1,0],"to":[4,2,1],"autouv":0,"color":5,"origin":[2,1,0],"faces":{"north":{"uv":[8.5,15,9.5,15.5],"texture":0},"east":{"uv":[5,17.5,5.5,18],"texture":0},"south":{"uv":[9.5,15,10.5,15.5],"texture":0},"west":{"uv":[17.5,5,18,5.5],"texture":0},"up":{"uv":[16,10.5,15,10],"texture":0},"down":{"uv":[16,10.5,15,11],"texture":0}},"type":"cube","uuid":"94701168-2cdd-7395-ea95-7e1554cf4f26"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,1,2],"to":[1,2,4],"autouv":0,"color":5,"origin":[0,1,2],"faces":{"north":{"uv":[6,17.5,6.5,18],"texture":0},"east":{"uv":[15,12,16,12.5],"texture":0},"south":{"uv":[17.5,6,18,6.5],"texture":0},"west":{"uv":[15,12.5,16,13],"texture":0},"up":{"uv":[13.5,16,13,15],"texture":0},"down":{"uv":[14,15,13.5,16],"texture":0}},"type":"cube","uuid":"b7cfee8b-50b8-1073-2016-aa807deb7e5d"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,1,12],"to":[1,2,14],"autouv":0,"color":5,"origin":[0,1,12],"faces":{"north":{"uv":[7,17.5,7.5,18],"texture":0},"east":{"uv":[0,15.5,1,16],"texture":0},"south":{"uv":[17.5,7,18,7.5],"texture":0},"west":{"uv":[15.5,0,16.5,0.5],"texture":0},"up":{"uv":[16,1.5,15.5,0.5],"texture":0},"down":{"uv":[1.5,15.5,1,16.5],"texture":0}},"type":"cube","uuid":"e4c3b53a-9781-aebe-4077-48d9bcef9787"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[12,1,0],"to":[14,2,1],"autouv":0,"color":5,"origin":[12,1,0],"faces":{"north":{"uv":[3,15.5,4,16],"texture":0},"east":{"uv":[8,17.5,8.5,18],"texture":0},"south":{"uv":[4,15.5,5,16],"texture":0},"west":{"uv":[17.5,8,18,8.5],"texture":0},"up":{"uv":[16.5,4.5,15.5,4],"texture":0},"down":{"uv":[16.5,4.5,15.5,5],"texture":0}},"type":"cube","uuid":"0cc0d73d-bcab-f9e4-bb4b-2367b967860b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,1,2],"to":[16,2,4],"autouv":0,"color":5,"origin":[15,1,2],"faces":{"north":{"uv":[9.5,17.5,10,18],"texture":0},"east":{"uv":[7,15.5,8,16],"texture":0},"south":{"uv":[17.5,9.5,18,10],"texture":0},"west":{"uv":[15.5,7,16.5,7.5],"texture":0},"up":{"uv":[16,8.5,15.5,7.5],"texture":0},"down":{"uv":[8.5,15.5,8,16.5],"texture":0}},"type":"cube","uuid":"d9c420ff-3cd0-c91f-6f1d-62dfab218664"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,1,15],"to":[4,2,16],"autouv":0,"color":5,"origin":[2,1,15],"faces":{"north":{"uv":[10,15.5,11,16],"texture":0},"east":{"uv":[17.5,10.5,18,11],"texture":0},"south":{"uv":[11,15.5,12,16],"texture":0},"west":{"uv":[11,17.5,11.5,18],"texture":0},"up":{"uv":[13,16,12,15.5],"texture":0},"down":{"uv":[16.5,13.5,15.5,14],"texture":0}},"type":"cube","uuid":"c6c0f6dc-4b25-16ca-20de-bb9a2e49faba"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[12,1,15],"to":[14,2,16],"autouv":0,"color":5,"origin":[12,1,15],"faces":{"north":{"uv":[16,0.5,17,1],"texture":0},"east":{"uv":[17.5,11.5,18,12],"texture":0},"south":{"uv":[16,1,17,1.5],"texture":0},"west":{"uv":[12,17.5,12.5,18],"texture":0},"up":{"uv":[2.5,16.5,1.5,16],"texture":0},"down":{"uv":[17,2,16,2.5],"texture":0}},"type":"cube","uuid":"7e54b7c1-d340-e68b-3f7a-fd9453c01c0f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,1,12],"to":[16,2,14],"autouv":0,"color":5,"origin":[15,1,13],"faces":{"north":{"uv":[17.5,12.5,18,13],"texture":0},"east":{"uv":[4,16,5,16.5],"texture":0},"south":{"uv":[13,17.5,13.5,18],"texture":0},"west":{"uv":[5,16,6,16.5],"texture":0},"up":{"uv":[14.5,16.5,14,15.5],"texture":0},"down":{"uv":[16.5,5,16,6],"texture":0}},"type":"cube","uuid":"36980e17-17bf-e9db-6396-41bb826d2552"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,2,1],"to":[1,4,2],"autouv":0,"color":5,"origin":[0,2,1],"faces":{"north":{"uv":[9,16,9.5,17],"texture":0},"east":{"uv":[16,9,16.5,10],"texture":0},"south":{"uv":[10,16,10.5,17],"texture":0},"west":{"uv":[16,10,16.5,11],"texture":0},"up":{"uv":[18,14,17.5,13.5],"texture":0},"down":{"uv":[14.5,17.5,14,18],"texture":0}},"type":"cube","uuid":"ad71a685-c870-a0cd-9003-49ffeabe7c1d"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,2,0],"to":[2,4,1],"autouv":0,"color":5,"origin":[1,2,0],"faces":{"north":{"uv":[12,16,12.5,17],"texture":0},"east":{"uv":[16,12,16.5,13],"texture":0},"south":{"uv":[12.5,16,13,17],"texture":0},"west":{"uv":[13,16,13.5,17],"texture":0},"up":{"uv":[18,15,17.5,14.5],"texture":0},"down":{"uv":[15.5,17.5,15,18],"texture":0}},"type":"cube","uuid":"09db055c-44b7-bad5-fed8-73c92aed48c2"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,2,14],"to":[1,4,15],"autouv":0,"color":5,"origin":[0,2,14],"faces":{"north":{"uv":[16,15.5,16.5,16.5],"texture":0},"east":{"uv":[0,16.5,0.5,17.5],"texture":0},"south":{"uv":[0.5,16.5,1,17.5],"texture":0},"west":{"uv":[1,16.5,1.5,17.5],"texture":0},"up":{"uv":[18,16,17.5,15.5],"texture":0},"down":{"uv":[16.5,17.5,16,18],"texture":0}},"type":"cube","uuid":"301c70eb-fe74-8d30-3e98-f7d64691343a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,2,15],"to":[2,4,16],"autouv":0,"color":5,"origin":[1,2,15],"faces":{"north":{"uv":[3.5,16.5,4,17.5],"texture":0},"east":{"uv":[4,16.5,4.5,17.5],"texture":0},"south":{"uv":[16.5,4,17,5],"texture":0},"west":{"uv":[4.5,16.5,5,17.5],"texture":0},"up":{"uv":[18,17,17.5,16.5],"texture":0},"down":{"uv":[17.5,17.5,17,18],"texture":0}},"type":"cube","uuid":"4cb58f04-a80f-5d2c-09cc-0366cb4f80f8"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[14,2,15],"to":[15,4,16],"autouv":0,"color":5,"origin":[14,2,15],"faces":{"north":{"uv":[16.5,6,17,7],"texture":0},"east":{"uv":[6.5,16.5,7,17.5],"texture":0},"south":{"uv":[7,16.5,7.5,17.5],"texture":0},"west":{"uv":[16.5,7,17,8],"texture":0},"up":{"uv":[0.5,18.5,0,18],"texture":0},"down":{"uv":[18.5,0,18,0.5],"texture":0}},"type":"cube","uuid":"9297e69f-d4d6-b92b-d7dc-709c31e276b4"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,2,14],"to":[16,4,15],"autouv":0,"color":5,"origin":[15,2,14],"faces":{"north":{"uv":[9.5,16.5,10,17.5],"texture":0},"east":{"uv":[16.5,10,17,11],"texture":0},"south":{"uv":[16.5,11,17,12],"texture":0},"west":{"uv":[16.5,12,17,13],"texture":0},"up":{"uv":[1.5,18.5,1,18],"texture":0},"down":{"uv":[18.5,1,18,1.5],"texture":0}},"type":"cube","uuid":"6c26cce5-7b18-bc30-f509-8d095bc1432d"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[14,2,0],"to":[15,4,1],"autouv":0,"color":5,"origin":[14,2,0],"faces":{"north":{"uv":[16,16.5,16.5,17.5],"texture":0},"east":{"uv":[16.5,16,17,17],"texture":0},"south":{"uv":[17,0,17.5,1],"texture":0},"west":{"uv":[17,1,17.5,2],"texture":0},"up":{"uv":[2.5,18.5,2,18],"texture":0},"down":{"uv":[18.5,2,18,2.5],"texture":0}},"type":"cube","uuid":"ca2278b1-6462-bf52-cc7e-a716544b1186"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,2,1],"to":[16,4,2],"autouv":0,"color":5,"origin":[15,2,1],"faces":{"north":{"uv":[17,6,17.5,7],"texture":0},"east":{"uv":[17,7,17.5,8],"texture":0},"south":{"uv":[17,8,17.5,9],"texture":0},"west":{"uv":[8.5,17,9,18],"texture":0},"up":{"uv":[3.5,18.5,3,18],"texture":0},"down":{"uv":[18.5,3,18,3.5],"texture":0}},"type":"cube","uuid":"97a3421c-2011-6fd0-06bf-6591732e1458"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,4,0],"to":[1,12,1],"autouv":0,"color":5,"origin":[0,4,0],"faces":{"north":{"uv":[0.5,11,1,15],"texture":0},"east":{"uv":[1,11,1.5,15],"texture":0},"south":{"uv":[1.5,11,2,15],"texture":0},"west":{"uv":[2,11,2.5,15],"texture":0},"up":{"uv":[4.5,18.5,4,18],"texture":0},"down":{"uv":[18.5,4,18,4.5],"texture":0}},"type":"cube","uuid":"e4d7230c-ed61-b6e2-1fbf-95296a7679ce"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,4,0],"to":[16,12,1],"autouv":0,"color":5,"origin":[15,4,0],"faces":{"north":{"uv":[2.5,11,3,15],"texture":0},"east":{"uv":[3,11,3.5,15],"texture":0},"south":{"uv":[3.5,11,4,15],"texture":0},"west":{"uv":[4.5,11.5,5,15.5],"texture":0},"up":{"uv":[5,18.5,4.5,18],"texture":0},"down":{"uv":[18.5,4.5,18,5],"texture":0}},"type":"cube","uuid":"b899bad6-3c85-97e8-f68b-14a4b7cebd6a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,4,15],"to":[16,12,16],"autouv":0,"color":5,"origin":[15,4,15],"faces":{"north":{"uv":[5,11.5,5.5,15.5],"texture":0},"east":{"uv":[5.5,11.5,6,15.5],"texture":0},"south":{"uv":[6,11.5,6.5,15.5],"texture":0},"west":{"uv":[6.5,11.5,7,15.5],"texture":0},"up":{"uv":[5.5,18.5,5,18],"texture":0},"down":{"uv":[18.5,5,18,5.5],"texture":0}},"type":"cube","uuid":"899e6a1a-7850-6b4d-fece-377bd6d4dfd4"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,4,15],"to":[1,12,16],"autouv":0,"color":5,"origin":[0,4,15],"faces":{"north":{"uv":[7,11.5,7.5,15.5],"texture":0},"east":{"uv":[7.5,11.5,8,15.5],"texture":0},"south":{"uv":[8,11.5,8.5,15.5],"texture":0},"west":{"uv":[10.5,11.5,11,15.5],"texture":0},"up":{"uv":[6,18.5,5.5,18],"texture":0},"down":{"uv":[18.5,5.5,18,6],"texture":0}},"type":"cube","uuid":"db9b6e69-6d6f-ceaf-e3bf-1206ceb214c7"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,12,15],"to":[2,14,16],"autouv":0,"color":5,"origin":[1,12,15],"faces":{"north":{"uv":[5,16.5,5.5,17.5],"texture":0},"east":{"uv":[16.5,5,17,6],"texture":0},"south":{"uv":[5.5,16.5,6,17.5],"texture":0},"west":{"uv":[6,16.5,6.5,17.5],"texture":0},"up":{"uv":[18,17.5,17.5,17],"texture":0},"down":{"uv":[18,17.5,17.5,18],"texture":0}},"type":"cube","uuid":"b6fd427c-3647-643f-c957-39ed0f83a408"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,12,14],"to":[1,14,15],"autouv":0,"color":5,"origin":[0,12,14],"faces":{"north":{"uv":[1.5,16.5,2,17.5],"texture":0},"east":{"uv":[2,16.5,2.5,17.5],"texture":0},"south":{"uv":[2.5,16.5,3,17.5],"texture":0},"west":{"uv":[3,16.5,3.5,17.5],"texture":0},"up":{"uv":[18,16.5,17.5,16],"texture":0},"down":{"uv":[17,17.5,16.5,18],"texture":0}},"type":"cube","uuid":"ee188bea-a429-f37c-ea65-e503bbe07dd2"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[14,12,15],"to":[15,14,16],"autouv":0,"color":5,"origin":[14,12,15],"faces":{"north":{"uv":[7.5,16.5,8,17.5],"texture":0},"east":{"uv":[8,16.5,8.5,17.5],"texture":0},"south":{"uv":[16.5,8,17,9],"texture":0},"west":{"uv":[16.5,9,17,10],"texture":0},"up":{"uv":[1,18.5,0.5,18],"texture":0},"down":{"uv":[18.5,0.5,18,1],"texture":0}},"type":"cube","uuid":"f9e13146-ff34-f338-93d6-0a2725915cb0"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,12,14],"to":[16,14,15],"autouv":0,"color":5,"origin":[15,12,14],"faces":{"north":{"uv":[16.5,13,17,14],"texture":0},"east":{"uv":[14,16.5,14.5,17.5],"texture":0},"south":{"uv":[16.5,14,17,15],"texture":0},"west":{"uv":[16.5,15,17,16],"texture":0},"up":{"uv":[2,18.5,1.5,18],"texture":0},"down":{"uv":[18.5,1.5,18,2],"texture":0}},"type":"cube","uuid":"ef060fc4-035e-350e-af57-1eaf50a62709"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,12,1],"to":[16,14,2],"autouv":0,"color":5,"origin":[15,12,1],"faces":{"north":{"uv":[9,17,9.5,18],"texture":0},"east":{"uv":[17,9,17.5,10],"texture":0},"south":{"uv":[10,17,10.5,18],"texture":0},"west":{"uv":[17,10,17.5,11],"texture":0},"up":{"uv":[4,18.5,3.5,18],"texture":0},"down":{"uv":[18.5,3.5,18,4],"texture":0}},"type":"cube","uuid":"bbee4386-a7d6-6058-08e3-154017fdb737"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[14,12,0],"to":[15,14,1],"autouv":0,"color":5,"origin":[14,12,0],"faces":{"north":{"uv":[17,2,17.5,3],"texture":0},"east":{"uv":[17,3,17.5,4],"texture":0},"south":{"uv":[17,4,17.5,5],"texture":0},"west":{"uv":[17,5,17.5,6],"texture":0},"up":{"uv":[3,18.5,2.5,18],"texture":0},"down":{"uv":[18.5,2.5,18,3],"texture":0}},"type":"cube","uuid":"cb8c28db-8c72-fc9a-13b6-f8ba65aed1cc"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,12,0],"to":[2,14,1],"autouv":0,"color":5,"origin":[1,12,0],"faces":{"north":{"uv":[13.5,16,14,17],"texture":0},"east":{"uv":[14.5,16,15,17],"texture":0},"south":{"uv":[15,16,15.5,17],"texture":0},"west":{"uv":[15.5,16,16,17],"texture":0},"up":{"uv":[18,15.5,17.5,15],"texture":0},"down":{"uv":[16,17.5,15.5,18],"texture":0}},"type":"cube","uuid":"f57c8ad1-05f5-3775-c814-dcb1d985b836"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,12,1],"to":[1,14,2],"autouv":0,"color":5,"origin":[0,12,1],"faces":{"north":{"uv":[10.5,16,11,17],"texture":0},"east":{"uv":[11,16,11.5,17],"texture":0},"south":{"uv":[16,11,16.5,12],"texture":0},"west":{"uv":[11.5,16,12,17],"texture":0},"up":{"uv":[18,14.5,17.5,14],"texture":0},"down":{"uv":[15,17.5,14.5,18],"texture":0}},"type":"cube","uuid":"07ea6272-1ed8-b29c-666f-86af2c786d2b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,14,0],"to":[4,15,1],"autouv":0,"color":5,"origin":[2,14,0],"faces":{"north":{"uv":[11,15,12,15.5],"texture":0},"east":{"uv":[5.5,17.5,6,18],"texture":0},"south":{"uv":[15,11,16,11.5],"texture":0},"west":{"uv":[17.5,5.5,18,6],"texture":0},"up":{"uv":[16,12,15,11.5],"texture":0},"down":{"uv":[13,15,12,15.5],"texture":0}},"type":"cube","uuid":"875ebfc4-2874-f1e3-97d2-1416d7108d91"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,14,2],"to":[1,15,4],"autouv":0,"color":5,"origin":[0,14,2],"faces":{"north":{"uv":[6.5,17.5,7,18],"texture":0},"east":{"uv":[15,13,16,13.5],"texture":0},"south":{"uv":[17.5,6.5,18,7],"texture":0},"west":{"uv":[15,14,16,14.5],"texture":0},"up":{"uv":[15,16,14.5,15],"texture":0},"down":{"uv":[15.5,14.5,15,15.5],"texture":0}},"type":"cube","uuid":"07642dbd-9d0a-e4d4-1902-db375d66e3f5"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,14,12],"to":[1,15,14],"autouv":0,"color":5,"origin":[0,14,12],"faces":{"north":{"uv":[7.5,17.5,8,18],"texture":0},"east":{"uv":[1.5,15.5,2.5,16],"texture":0},"south":{"uv":[17.5,7.5,18,8],"texture":0},"west":{"uv":[15.5,1.5,16.5,2],"texture":0},"up":{"uv":[16,3,15.5,2],"texture":0},"down":{"uv":[3,15.5,2.5,16.5],"texture":0}},"type":"cube","uuid":"22b92838-bfd4-b44f-5cbe-c63d7db06852"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,14,15],"to":[4,15,16],"autouv":0,"color":5,"origin":[2,14,15],"faces":{"north":{"uv":[15.5,14.5,16.5,15],"texture":0},"east":{"uv":[17.5,11,18,11.5],"texture":0},"south":{"uv":[15,15.5,16,16],"texture":0},"west":{"uv":[11.5,17.5,12,18],"texture":0},"up":{"uv":[16.5,15.5,15.5,15],"texture":0},"down":{"uv":[1,16,0,16.5],"texture":0}},"type":"cube","uuid":"21ebfc65-21ff-d1e8-5d2b-745c8c3c00fe"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[12,14,15],"to":[14,15,16],"autouv":0,"color":5,"origin":[12,14,15],"faces":{"north":{"uv":[16,2.5,17,3],"texture":0},"east":{"uv":[17.5,12,18,12.5],"texture":0},"south":{"uv":[3,16,4,16.5],"texture":0},"west":{"uv":[12.5,17.5,13,18],"texture":0},"up":{"uv":[17,3.5,16,3],"texture":0},"down":{"uv":[17,3.5,16,4],"texture":0}},"type":"cube","uuid":"f2fd5ae8-c49e-a5fd-f694-da2bdc1fdbdb"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,14,12],"to":[16,15,14],"autouv":0,"color":5,"origin":[15,14,13],"faces":{"north":{"uv":[17.5,13,18,13.5],"texture":0},"east":{"uv":[6,16,7,16.5],"texture":0},"south":{"uv":[13.5,17.5,14,18],"texture":0},"west":{"uv":[7,16,8,16.5],"texture":0},"up":{"uv":[16.5,8.5,16,7.5],"texture":0},"down":{"uv":[9,16,8.5,17],"texture":0}},"type":"cube","uuid":"250c698b-2e97-0762-9f89-eb3226333ecc"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,14,2],"to":[16,15,4],"autouv":0,"color":5,"origin":[15,14,2],"faces":{"north":{"uv":[17.5,10,18,10.5],"texture":0},"east":{"uv":[8.5,15.5,9.5,16],"texture":0},"south":{"uv":[10.5,17.5,11,18],"texture":0},"west":{"uv":[15.5,8.5,16.5,9],"texture":0},"up":{"uv":[16,10,15.5,9],"texture":0},"down":{"uv":[10,15.5,9.5,16.5],"texture":0}},"type":"cube","uuid":"6bede6b5-d9ac-6320-a0f7-528540688592"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[12,14,0],"to":[14,15,1],"autouv":0,"color":5,"origin":[12,14,0],"faces":{"north":{"uv":[5,15.5,6,16],"texture":0},"east":{"uv":[17.5,8.5,18,9],"texture":0},"south":{"uv":[6,15.5,7,16],"texture":0},"west":{"uv":[17.5,9,18,9.5],"texture":0},"up":{"uv":[16.5,6.5,15.5,6],"texture":0},"down":{"uv":[16.5,6.5,15.5,7],"texture":0}},"type":"cube","uuid":"4752dbe6-5119-6cf9-4293-5ccdeedca062"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,15,0],"to":[12,16,1],"autouv":0,"color":5,"origin":[4,15,0],"faces":{"north":{"uv":[10.5,5.5,14.5,6],"texture":0},"east":{"uv":[17,11,17.5,11.5],"texture":0},"south":{"uv":[10.5,6,14.5,6.5],"texture":0},"west":{"uv":[11.5,17,12,17.5],"texture":0},"up":{"uv":[14.5,7,10.5,6.5],"texture":0},"down":{"uv":[14.5,7,10.5,7.5],"texture":0}},"type":"cube","uuid":"48da0043-b95f-ff72-f049-8a0b8961478d"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,15,1],"to":[4,16,2],"autouv":0,"color":5,"origin":[3,15,1],"faces":{"north":{"uv":[12,11.5,13,12],"texture":0},"east":{"uv":[14.5,17,15,17.5],"texture":0},"south":{"uv":[12,12,13,12.5],"texture":0},"west":{"uv":[17,14.5,17.5,15],"texture":0},"up":{"uv":[13.5,3.5,12.5,3],"texture":0},"down":{"uv":[13.5,3.5,12.5,4],"texture":0}},"type":"cube","uuid":"777b3630-64b7-fec2-3559-fd2f8b76ef2f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,15,2],"to":[2,16,4],"autouv":0,"color":5,"origin":[1,15,2],"faces":{"north":{"uv":[15.5,17,16,17.5],"texture":0},"east":{"uv":[11.5,13,12.5,13.5],"texture":0},"south":{"uv":[17,15.5,17.5,16],"texture":0},"west":{"uv":[13,11.5,14,12],"texture":0},"up":{"uv":[13.5,13,13,12],"texture":0},"down":{"uv":[13,13,12.5,14],"texture":0}},"type":"cube","uuid":"6d54b218-4942-a27c-cf54-4d9d06014407"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,15,4],"to":[1,16,12],"autouv":0,"color":5,"origin":[0,15,4],"faces":{"north":{"uv":[16.5,0,17,0.5],"texture":0},"east":{"uv":[10,10,14,10.5],"texture":0},"south":{"uv":[16.5,1.5,17,2],"texture":0},"west":{"uv":[0,10.5,4,11],"texture":0},"up":{"uv":[11,4,10.5,0],"texture":0},"down":{"uv":[4.5,10.5,4,14.5],"texture":0}},"type":"cube","uuid":"42f8e8ef-3183-3ba8-2072-6872b3bf41ce"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,15,12],"to":[2,16,14],"autouv":0,"color":5,"origin":[1,15,12],"faces":{"north":{"uv":[1.5,17.5,2,18],"texture":0},"east":{"uv":[14.5,4,15.5,4.5],"texture":0},"south":{"uv":[17.5,1.5,18,2],"texture":0},"west":{"uv":[14.5,4.5,15.5,5],"texture":0},"up":{"uv":[4.5,15.5,4,14.5],"texture":0},"down":{"uv":[15,5,14.5,6],"texture":0}},"type":"cube","uuid":"a1c815b1-d47b-36dd-79d6-deefb37cca17"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,15,14],"to":[4,16,15],"autouv":0,"color":5,"origin":[2,15,14],"faces":{"north":{"uv":[14.5,8,15.5,8.5],"texture":0},"east":{"uv":[2.5,17.5,3,18],"texture":0},"south":{"uv":[8.5,14.5,9.5,15],"texture":0},"west":{"uv":[17.5,2.5,18,3],"texture":0},"up":{"uv":[15.5,9,14.5,8.5],"texture":0},"down":{"uv":[15.5,9,14.5,9.5],"texture":0}},"type":"cube","uuid":"be34daf4-3803-e6a4-bd42-db5977b3119a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,15,15],"to":[12,16,16],"autouv":0,"color":5,"origin":[4,15,15],"faces":{"north":{"uv":[11.5,1,15.5,1.5],"texture":0},"east":{"uv":[17,13,17.5,13.5],"texture":0},"south":{"uv":[11.5,1.5,15.5,2],"texture":0},"west":{"uv":[13.5,17,14,17.5],"texture":0},"up":{"uv":[15.5,2.5,11.5,2],"texture":0},"down":{"uv":[15.5,2.5,11.5,3],"texture":0}},"type":"cube","uuid":"fea4a94c-d329-7b39-1140-cc4bb5b0038e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[12,15,14],"to":[14,16,15],"autouv":0,"color":5,"origin":[13,15,14],"faces":{"north":{"uv":[15,3,16,3.5],"texture":0},"east":{"uv":[4.5,17.5,5,18],"texture":0},"south":{"uv":[15,3.5,16,4],"texture":0},"west":{"uv":[17.5,4.5,18,5],"texture":0},"up":{"uv":[16,5.5,15,5],"texture":0},"down":{"uv":[16,5.5,15,6],"texture":0}},"type":"cube","uuid":"e8646100-eb66-ca89-a1cb-6ccb819ef77c"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[14,15,12],"to":[15,16,14],"autouv":0,"color":5,"origin":[14,15,12],"faces":{"north":{"uv":[3.5,17.5,4,18],"texture":0},"east":{"uv":[13,14.5,14,15],"texture":0},"south":{"uv":[17.5,3.5,18,4],"texture":0},"west":{"uv":[14.5,13.5,15.5,14],"texture":0},"up":{"uv":[14.5,15.5,14,14.5],"texture":0},"down":{"uv":[15,14,14.5,15],"texture":0}},"type":"cube","uuid":"3ac2bcf3-a18b-c670-3d90-16d5f7916ee7"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,15,4],"to":[16,16,12],"autouv":0,"color":5,"origin":[15,15,4],"faces":{"north":{"uv":[17,12,17.5,12.5],"texture":0},"east":{"uv":[10.5,8.5,14.5,9],"texture":0},"south":{"uv":[12.5,17,13,17.5],"texture":0},"west":{"uv":[10.5,10.5,14.5,11],"texture":0},"up":{"uv":[0.5,15,0,11],"texture":0},"down":{"uv":[11.5,0,11,4],"texture":0}},"type":"cube","uuid":"2977a642-533e-7834-ce55-cf376297caff"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[14,15,2],"to":[15,16,4],"autouv":0,"color":5,"origin":[14,15,2],"faces":{"north":{"uv":[0.5,17.5,1,18],"texture":0},"east":{"uv":[14,10,15,10.5],"texture":0},"south":{"uv":[17.5,0.5,18,1],"texture":0},"west":{"uv":[14,11.5,15,12],"texture":0},"up":{"uv":[12.5,15,12,14],"texture":0},"down":{"uv":[13,14,12.5,15],"texture":0}},"type":"cube","uuid":"c1005a75-6a84-9ae4-ead2-a3a5a216025a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[12,15,1],"to":[14,16,2],"autouv":0,"color":5,"origin":[12,15,1],"faces":{"north":{"uv":[13.5,9.5,14.5,10],"texture":0},"east":{"uv":[17,16.5,17.5,17],"texture":0},"south":{"uv":[11.5,13.5,12.5,14],"texture":0},"west":{"uv":[17,17,17.5,17.5],"texture":0},"up":{"uv":[14.5,12.5,13.5,12],"texture":0},"down":{"uv":[14.5,12.5,13.5,13],"texture":0}},"type":"cube","uuid":"199515ed-4623-c539-f299-8fce49440209"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,1,1],"to":[4,4,4],"autouv":0,"color":5,"origin":[1,1,1],"faces":{"north":{"uv":[0,0,1.5,1.5],"texture":0},"east":{"uv":[0,1.5,1.5,3],"texture":0},"south":{"uv":[1.5,0,3,1.5],"texture":0},"west":{"uv":[1.5,1.5,3,3],"texture":0},"up":{"uv":[1.5,4.5,0,3],"texture":0},"down":{"uv":[4.5,0,3,1.5],"texture":0}},"type":"cube","uuid":"ecefac3a-dd3a-fb75-ddab-0780ddd7252a"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[12,1,1],"to":[15,4,4],"autouv":0,"color":5,"origin":[12,1,1],"faces":{"north":{"uv":[4.5,1.5,6,3],"texture":0},"east":{"uv":[3,4.5,4.5,6],"texture":0},"south":{"uv":[4.5,3,6,4.5],"texture":0},"west":{"uv":[4.5,4.5,6,6],"texture":0},"up":{"uv":[1.5,7.5,0,6],"texture":0},"down":{"uv":[7.5,0,6,1.5],"texture":0}},"type":"cube","uuid":"ccab179a-516e-4b85-3ff1-ebaf89aa401b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[12,1,12],"to":[15,4,15],"autouv":0,"color":5,"origin":[12,1,12],"faces":{"north":{"uv":[6,6,7.5,7.5],"texture":0},"east":{"uv":[0,7.5,1.5,9],"texture":0},"south":{"uv":[7.5,0,9,1.5],"texture":0},"west":{"uv":[1.5,7.5,3,9],"texture":0},"up":{"uv":[9,3,7.5,1.5],"texture":0},"down":{"uv":[4.5,7.5,3,9],"texture":0}},"type":"cube","uuid":"202c31c5-6353-45b9-9bc8-34b64f94f5fc"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,1,12],"to":[4,4,15],"autouv":0,"color":5,"origin":[1,1,12],"faces":{"north":{"uv":[0,9,1.5,10.5],"texture":0},"east":{"uv":[9,0,10.5,1.5],"texture":0},"south":{"uv":[1.5,9,3,10.5],"texture":0},"west":{"uv":[9,1.5,10.5,3],"texture":0},"up":{"uv":[4.5,10.5,3,9],"texture":0},"down":{"uv":[10.5,3,9,4.5],"texture":0}},"type":"cube","uuid":"af9095f8-d98a-268f-ec64-7ff522c59abb"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,12,12],"to":[4,15,15],"autouv":0,"color":5,"origin":[1,12,12],"faces":{"north":{"uv":[4.5,9,6,10.5],"texture":0},"east":{"uv":[9,4.5,10.5,6],"texture":0},"south":{"uv":[6,9,7.5,10.5],"texture":0},"west":{"uv":[9,6,10.5,7.5],"texture":0},"up":{"uv":[9,10.5,7.5,9],"texture":0},"down":{"uv":[10.5,7.5,9,9],"texture":0}},"type":"cube","uuid":"cf785dde-0fad-fec7-379f-f4ae0421b562"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,12,1],"to":[4,15,4],"autouv":0,"color":5,"origin":[1,12,1],"faces":{"north":{"uv":[1.5,3,3,4.5],"texture":0},"east":{"uv":[3,1.5,4.5,3],"texture":0},"south":{"uv":[3,3,4.5,4.5],"texture":0},"west":{"uv":[0,4.5,1.5,6],"texture":0},"up":{"uv":[6,1.5,4.5,0],"texture":0},"down":{"uv":[3,4.5,1.5,6],"texture":0}},"type":"cube","uuid":"cebaad6c-d452-199c-e05c-99d3d368036d"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[12,12,1],"to":[15,15,4],"autouv":0,"color":5,"origin":[12,12,1],"faces":{"north":{"uv":[1.5,6,3,7.5],"texture":0},"east":{"uv":[6,1.5,7.5,3],"texture":0},"south":{"uv":[3,6,4.5,7.5],"texture":0},"west":{"uv":[6,3,7.5,4.5],"texture":0},"up":{"uv":[6,7.5,4.5,6],"texture":0},"down":{"uv":[7.5,4.5,6,6],"texture":0}},"type":"cube","uuid":"2af1e36c-b09c-c8c8-a6af-845f0961b511"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[12,12,12],"to":[15,15,15],"autouv":0,"color":5,"origin":[12,12,12],"faces":{"north":{"uv":[7.5,3,9,4.5],"texture":0},"east":{"uv":[4.5,7.5,6,9],"texture":0},"south":{"uv":[7.5,4.5,9,6],"texture":0},"west":{"uv":[6,7.5,7.5,9],"texture":0},"up":{"uv":[9,7.5,7.5,6],"texture":0},"down":{"uv":[9,7.5,7.5,9],"texture":0}},"type":"cube","uuid":"18cf140a-ef99-3d7e-d22f-251489f2063d"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,4,4],"to":[12,12,12],"autouv":0,"color":7,"origin":[4,4,4],"faces":{"north":{"uv":[0,0,8,8],"texture":2},"east":{"uv":[0,8,8,16],"texture":2},"south":{"uv":[8,0,16,8],"texture":2},"west":{"uv":[8,8,16,16],"texture":2},"up":{"uv":[8,24,0,16],"texture":2},"down":{"uv":[24,0,16,8],"texture":2}},"type":"cube","uuid":"e67782df-95fc-c4f0-20a3-aca4944f7038"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,3,3],"to":[12,4,4],"autouv":0,"color":3,"origin":[4,3,3],"faces":{"north":{"uv":[8,0,16,1],"texture":1},"east":{"uv":[23,18,24,19],"texture":1},"south":{"uv":[8,1,16,2],"texture":1},"west":{"uv":[23,19,24,20],"texture":1},"up":{"uv":[18,7,10,6],"texture":1},"down":{"uv":[18,7,10,8],"texture":1}},"type":"cube","uuid":"fc53356b-48b5-9147-1860-08dc382abef7"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,3,12],"to":[12,4,13],"autouv":0,"color":3,"origin":[4,3,12],"faces":{"north":{"uv":[14,4,22,5],"texture":1},"east":{"uv":[7,24,8,25],"texture":1},"south":{"uv":[14,5,22,6],"texture":1},"west":{"uv":[8,24,9,25],"texture":1},"up":{"uv":[20,15,12,14],"texture":1},"down":{"uv":[20,15,12,16],"texture":1}},"type":"cube","uuid":"fe4ca10c-bc69-b6a9-72c2-407c8c384362"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,12,3],"to":[12,13,4],"autouv":0,"color":3,"origin":[4,12,3],"faces":{"north":{"uv":[6,2,14,3],"texture":1},"east":{"uv":[23,12,24,13],"texture":1},"south":{"uv":[6,3,14,4],"texture":1},"west":{"uv":[23,13,24,14],"texture":1},"up":{"uv":[14,5,6,4],"texture":1},"down":{"uv":[14,5,6,6],"texture":1}},"type":"cube","uuid":"6c2d9147-47c7-7955-8c7c-169c8d6c5165"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,12,12],"to":[12,13,13],"autouv":0,"color":3,"origin":[4,12,12],"faces":{"north":{"uv":[12,12,20,13],"texture":1},"east":{"uv":[24,4,25,5],"texture":1},"south":{"uv":[12,13,20,14],"texture":1},"west":{"uv":[6,24,7,25],"texture":1},"up":{"uv":[22,3,14,2],"texture":1},"down":{"uv":[22,3,14,4],"texture":1}},"type":"cube","uuid":"8d2c9180-961f-7ed1-4431-06e2a0a06451"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[3,3,4],"to":[4,4,12],"autouv":0,"color":3,"origin":[3,3,4],"faces":{"north":{"uv":[24,10,25,11],"texture":1},"east":{"uv":[16,0,24,1],"texture":1},"south":{"uv":[24,11,25,12],"texture":1},"west":{"uv":[16,1,24,2],"texture":1},"up":{"uv":[13,24,12,16],"texture":1},"down":{"uv":[14,16,13,24],"texture":1}},"type":"cube","uuid":"566c8b45-6109-0a02-b2ad-a01f15a67789"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[3,12,4],"to":[4,13,12],"autouv":0,"color":3,"origin":[3,12,4],"faces":{"north":{"uv":[21,11,22,12],"texture":1},"east":{"uv":[0,0,8,1],"texture":1},"south":{"uv":[22,5,23,6],"texture":1},"west":{"uv":[0,1,8,2],"texture":1},"up":{"uv":[1,10,0,2],"texture":1},"down":{"uv":[2,2,1,10],"texture":1}},"type":"cube","uuid":"80a99278-9820-4753-1838-2da1a691ee6c"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[12,12,4],"to":[13,13,12],"autouv":0,"color":3,"origin":[12,12,4],"faces":{"north":{"uv":[24,0,25,1],"texture":1},"east":{"uv":[10,10,18,11],"texture":1},"south":{"uv":[24,1,25,2],"texture":1},"west":{"uv":[10,11,18,12],"texture":1},"up":{"uv":[3,18,2,10],"texture":1},"down":{"uv":[4,10,3,18],"texture":1}},"type":"cube","uuid":"2a0ed8c9-5048-881d-aa2f-ab2adaa0af46"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[12,3,4],"to":[13,4,12],"autouv":0,"color":3,"origin":[12,3,4],"faces":{"north":{"uv":[23,20,24,21],"texture":1},"east":{"uv":[10,8,18,9],"texture":1},"south":{"uv":[23,21,24,22],"texture":1},"west":{"uv":[10,9,18,10],"texture":1},"up":{"uv":[1,18,0,10],"texture":1},"down":{"uv":[2,10,1,18],"texture":1}},"type":"cube","uuid":"b39bcd93-faee-1a1a-d7f7-fe4f89ae3992"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[3,4,3],"to":[4,12,4],"autouv":0,"color":3,"origin":[3,4,3],"faces":{"north":{"uv":[2,2,3,10],"texture":1},"east":{"uv":[3,2,4,10],"texture":1},"south":{"uv":[4,2,5,10],"texture":1},"west":{"uv":[5,2,6,10],"texture":1},"up":{"uv":[23,12,22,11],"texture":1},"down":{"uv":[24,11,23,12],"texture":1}},"type":"cube","uuid":"29d698cc-be0c-acdd-a9ea-0b1002a505df"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[12,4,3],"to":[13,12,4],"autouv":0,"color":3,"origin":[12,4,3],"faces":{"north":{"uv":[6,6,7,14],"texture":1},"east":{"uv":[7,6,8,14],"texture":1},"south":{"uv":[8,6,9,14],"texture":1},"west":{"uv":[9,6,10,14],"texture":1},"up":{"uv":[24,15,23,14],"texture":1},"down":{"uv":[24,15,23,16],"texture":1}},"type":"cube","uuid":"55286858-831d-07c4-0e60-6a57fd09d692"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[12,4,12],"to":[13,12,13],"autouv":0,"color":3,"origin":[12,4,12],"faces":{"north":{"uv":[4,10,5,18],"texture":1},"east":{"uv":[5,10,6,18],"texture":1},"south":{"uv":[10,12,11,20],"texture":1},"west":{"uv":[11,12,12,20],"texture":1},"up":{"uv":[25,3,24,2],"texture":1},"down":{"uv":[25,3,24,4],"texture":1}},"type":"cube","uuid":"938ae65c-51ae-30e3-a84d-90d4cf72f7c3"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[3,4,12],"to":[4,12,13],"autouv":0,"color":3,"origin":[3,4,12],"faces":{"north":{"uv":[6,14,7,22],"texture":1},"east":{"uv":[7,14,8,22],"texture":1},"south":{"uv":[8,14,9,22],"texture":1},"west":{"uv":[9,14,10,22],"texture":1},"up":{"uv":[10,25,9,24],"texture":1},"down":{"uv":[25,9,24,10],"texture":1}},"type":"cube","uuid":"097532e9-d4a0-b5f5-82b8-82b3e6addad1"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,7,7],"to":[4,9,9],"autouv":0,"color":3,"origin":[3,7,7],"faces":{"north":{"uv":[20,12,23,14],"texture":1},"east":{"uv":[0,23,2,25],"texture":1},"south":{"uv":[20,14,23,16],"texture":1},"west":{"uv":[2,23,4,25],"texture":1},"up":{"uv":[23,20,20,18],"texture":1},"down":{"uv":[23,20,20,22],"texture":1}},"type":"cube","uuid":"c568a0de-6f82-d57e-e800-b33e140b6ff8"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[12,7,7],"to":[15,9,9],"autouv":0,"color":3,"origin":[14,7,7],"faces":{"north":{"uv":[18,6,21,8],"texture":1},"east":{"uv":[14,22,16,24],"texture":1},"south":{"uv":[18,8,21,10],"texture":1},"west":{"uv":[16,22,18,24],"texture":1},"up":{"uv":[21,12,18,10],"texture":1},"down":{"uv":[21,16,18,18],"texture":1}},"type":"cube","uuid":"37e212f9-32e4-a2b6-be47-a53949171450"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[7,7,1],"to":[9,9,4],"autouv":0,"color":3,"origin":[7,7,1],"faces":{"north":{"uv":[4,23,6,25],"texture":1},"east":{"uv":[0,21,3,23],"texture":1},"south":{"uv":[23,5,25,7],"texture":1},"west":{"uv":[3,21,6,23],"texture":1},"up":{"uv":[12,23,10,20],"texture":1},"down":{"uv":[23,6,21,9],"texture":1}},"type":"cube","uuid":"c031f4ce-9822-2987-ec23-97b95bdd696e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[7,7,12],"to":[9,9,15],"autouv":0,"color":3,"origin":[7,7,12],"faces":{"north":{"uv":[23,7,25,9],"texture":1},"east":{"uv":[21,9,24,11],"texture":1},"south":{"uv":[10,23,12,25],"texture":1},"west":{"uv":[21,16,24,18],"texture":1},"up":{"uv":[20,24,18,21],"texture":1},"down":{"uv":[24,2,22,5],"texture":1}},"type":"cube","uuid":"62c032e7-209c-a9e2-9afa-2bfecd72a504"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[7,1,7],"to":[9,4,9],"autouv":0,"color":3,"origin":[7,1,7],"faces":{"north":{"uv":[14,16,16,19],"texture":1},"east":{"uv":[16,16,18,19],"texture":1},"south":{"uv":[0,18,2,21],"texture":1},"west":{"uv":[2,18,4,21],"texture":1},"up":{"uv":[8,24,6,22],"texture":1},"down":{"uv":[10,22,8,24],"texture":1}},"type":"cube","uuid":"4f1cfa5e-143c-ea76-7c92-7e9b204822df"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[7,12,7],"to":[9,15,9],"autouv":0,"color":3,"origin":[7,12,7],"faces":{"north":{"uv":[4,18,6,21],"texture":1},"east":{"uv":[18,18,20,21],"texture":1},"south":{"uv":[14,19,16,22],"texture":1},"west":{"uv":[16,19,18,22],"texture":1},"up":{"uv":[22,24,20,22],"texture":1},"down":{"uv":[24,22,22,24],"texture":1}},"type":"cube","uuid":"2190516f-762c-de8c-5bd9-eaa64e284a97"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,6,7],"to":[1,7,9],"autouv":0,"color":7,"origin":[0,6,7],"faces":{"north":{"uv":[14,19,15,20],"texture":2},"east":{"uv":[8,16,10,17],"texture":2},"south":{"uv":[22,14,23,15],"texture":2},"west":{"uv":[16,8,18,9],"texture":2},"up":{"uv":[17,11,16,9],"texture":2},"down":{"uv":[11,16,10,18],"texture":2}},"type":"cube","uuid":"70cf2695-3cbc-de6a-c474-6a7a54177693"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,9,7],"to":[1,10,9],"autouv":0,"color":7,"origin":[0,9,7],"faces":{"north":{"uv":[23,20,24,21],"texture":2},"east":{"uv":[14,16,16,17],"texture":2},"south":{"uv":[23,21,24,22],"texture":2},"west":{"uv":[16,14,18,15],"texture":2},"up":{"uv":[17,17,16,15],"texture":2},"down":{"uv":[9,17,8,19],"texture":2}},"type":"cube","uuid":"09abfff0-01ed-7b96-06ef-76c964eae5f8"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,7,9],"to":[1,9,10],"autouv":0,"color":7,"origin":[0,8,9],"faces":{"north":{"uv":[17,22,18,24],"texture":2},"east":{"uv":[18,22,19,24],"texture":2},"south":{"uv":[19,22,20,24],"texture":2},"west":{"uv":[20,22,21,24],"texture":2},"up":{"uv":[21,25,20,24],"texture":2},"down":{"uv":[25,20,24,21],"texture":2}},"type":"cube","uuid":"c8a20d6d-2ffc-3bf6-2aea-61b20f268111"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,7,6],"to":[1,9,7],"autouv":0,"color":7,"origin":[0,8,6],"faces":{"north":{"uv":[10,23,11,25],"texture":2},"east":{"uv":[11,23,12,25],"texture":2},"south":{"uv":[12,23,13,25],"texture":2},"west":{"uv":[13,23,14,25],"texture":2},"up":{"uv":[23,25,22,24],"texture":2},"down":{"uv":[25,22,24,23],"texture":2}},"type":"cube","uuid":"3d7e1a25-2107-0723-3281-938b0a02644f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,7,6],"to":[16,9,7],"autouv":0,"color":7,"origin":[15,8,6],"faces":{"north":{"uv":[14,23,15,25],"texture":2},"east":{"uv":[23,14,24,16],"texture":2},"south":{"uv":[15,23,16,25],"texture":2},"west":{"uv":[23,16,24,18],"texture":2},"up":{"uv":[24,25,23,24],"texture":2},"down":{"uv":[25,23,24,24],"texture":2}},"type":"cube","uuid":"be3e551f-4618-b81a-612e-fc7ac49e73e9"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,7,9],"to":[16,9,10],"autouv":0,"color":7,"origin":[15,8,9],"faces":{"north":{"uv":[21,22,22,24],"texture":2},"east":{"uv":[22,22,23,24],"texture":2},"south":{"uv":[8,23,9,25],"texture":2},"west":{"uv":[9,23,10,25],"texture":2},"up":{"uv":[22,25,21,24],"texture":2},"down":{"uv":[25,21,24,22],"texture":2}},"type":"cube","uuid":"ee8062ec-3752-f121-d1c4-ac37a313dd00"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,9,7],"to":[16,10,9],"autouv":0,"color":7,"origin":[15,9,7],"faces":{"north":{"uv":[19,24,20,25],"texture":2},"east":{"uv":[22,12,24,13],"texture":2},"south":{"uv":[24,19,25,20],"texture":2},"west":{"uv":[22,13,24,14],"texture":2},"up":{"uv":[16,23,15,21],"texture":2},"down":{"uv":[17,22,16,24],"texture":2}},"type":"cube","uuid":"13b94469-ea15-40a3-dac3-cfbd042a6b8c"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[15,6,7],"to":[16,7,9],"autouv":0,"color":7,"origin":[15,6,7],"faces":{"north":{"uv":[23,18,24,19],"texture":2},"east":{"uv":[11,16,13,17],"texture":2},"south":{"uv":[23,19,24,20],"texture":2},"west":{"uv":[16,11,18,12],"texture":2},"up":{"uv":[17,14,16,12],"texture":2},"down":{"uv":[14,16,13,18],"texture":2}},"type":"cube","uuid":"10098da5-d44c-b181-6a64-2d1a8f0ec7b4"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6,15,7],"to":[7,16,9],"autouv":0,"color":7,"origin":[6,15,7],"faces":{"north":{"uv":[23,22,24,23],"texture":2},"east":{"uv":[17,9,19,10],"texture":2},"south":{"uv":[23,23,24,24],"texture":2},"west":{"uv":[17,10,19,11],"texture":2},"up":{"uv":[10,19,9,17],"texture":2},"down":{"uv":[12,17,11,19],"texture":2}},"type":"cube","uuid":"6fc0c4ad-7ad8-eb44-4672-1d8a752ee7c6"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9,15,7],"to":[10,16,9],"autouv":0,"color":7,"origin":[9,15,7],"faces":{"north":{"uv":[1,24,2,25],"texture":2},"east":{"uv":[15,17,17,18],"texture":2},"south":{"uv":[24,1,25,2],"texture":2},"west":{"uv":[17,15,19,16],"texture":2},"up":{"uv":[18,18,17,16],"texture":2},"down":{"uv":[11,18,10,20],"texture":2}},"type":"cube","uuid":"1f13e445-defc-091a-0444-b5d4cecfd247"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[7,15,9],"to":[9,16,10],"autouv":0,"color":7,"origin":[8,15,9],"faces":{"north":{"uv":[18,14,20,15],"texture":2},"east":{"uv":[3,24,4,25],"texture":2},"south":{"uv":[16,18,18,19],"texture":2},"west":{"uv":[24,3,25,4],"texture":2},"up":{"uv":[20,17,18,16],"texture":2},"down":{"uv":[20,17,18,18],"texture":2}},"type":"cube","uuid":"c3276643-bd47-9702-499f-961c24d9cb18"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[7,15,6],"to":[9,16,7],"autouv":0,"color":7,"origin":[8,15,6],"faces":{"north":{"uv":[21,18,23,19],"texture":2},"east":{"uv":[17,24,18,25],"texture":2},"south":{"uv":[21,19,23,20],"texture":2},"west":{"uv":[24,17,25,18],"texture":2},"up":{"uv":[23,21,21,20],"texture":2},"down":{"uv":[23,21,21,22],"texture":2}},"type":"cube","uuid":"b43ea83d-ccb0-327f-5221-9708b40ce66c"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6,0,7],"to":[7,1,9],"autouv":0,"color":7,"origin":[6,0,7],"faces":{"north":{"uv":[0,24,1,25],"texture":2},"east":{"uv":[17,12,19,13],"texture":2},"south":{"uv":[24,0,25,1],"texture":2},"west":{"uv":[17,13,19,14],"texture":2},"up":{"uv":[13,19,12,17],"texture":2},"down":{"uv":[15,17,14,19],"texture":2}},"type":"cube","uuid":"5b242e2d-d330-ff93-69da-d54a1d72ebf4"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9,0,7],"to":[10,1,9],"autouv":0,"color":7,"origin":[9,0,7],"faces":{"north":{"uv":[2,24,3,25],"texture":2},"east":{"uv":[18,8,20,9],"texture":2},"south":{"uv":[24,2,25,3],"texture":2},"west":{"uv":[18,11,20,12],"texture":2},"up":{"uv":[14,20,13,18],"texture":2},"down":{"uv":[16,18,15,20],"texture":2}},"type":"cube","uuid":"ef8987dd-075f-6c08-4578-77aea69f6a32"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[7,0,9],"to":[9,1,10],"autouv":0,"color":7,"origin":[8,0,9],"faces":{"north":{"uv":[20,14,22,15],"texture":2},"east":{"uv":[16,24,17,25],"texture":2},"south":{"uv":[21,15,23,16],"texture":2},"west":{"uv":[24,16,25,17],"texture":2},"up":{"uv":[23,17,21,16],"texture":2},"down":{"uv":[23,17,21,18],"texture":2}},"type":"cube","uuid":"19b27241-58de-aa91-405a-9b327c6fd51b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[7,0,6],"to":[9,1,7],"autouv":0,"color":7,"origin":[8,0,6],"faces":{"north":{"uv":[22,8,24,9],"texture":2},"east":{"uv":[18,24,19,25],"texture":2},"south":{"uv":[22,9,24,10],"texture":2},"west":{"uv":[24,18,25,19],"texture":2},"up":{"uv":[24,11,22,10],"texture":2},"down":{"uv":[24,11,22,12],"texture":2}},"type":"cube","uuid":"8f25d0ad-8754-f560-d020-2317c2d530d0"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[7,9,15],"to":[9,10,16],"autouv":0,"color":7,"origin":[8,9,15],"faces":{"north":{"uv":[18,18,20,19],"texture":2},"east":{"uv":[4,24,5,25],"texture":2},"south":{"uv":[8,19,10,20],"texture":2},"west":{"uv":[24,4,25,5],"texture":2},"up":{"uv":[21,10,19,9],"texture":2},"down":{"uv":[21,10,19,11],"texture":2}},"type":"cube","uuid":"d9f66cc5-617e-a659-98f3-4e0ba2930f9e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[7,6,15],"to":[9,7,16],"autouv":0,"color":7,"origin":[8,6,15],"faces":{"north":{"uv":[16,19,18,20],"texture":2},"east":{"uv":[6,24,7,25],"texture":2},"south":{"uv":[18,19,20,20],"texture":2},"west":{"uv":[24,6,25,7],"texture":2},"up":{"uv":[10,21,8,20],"texture":2},"down":{"uv":[22,8,20,9],"texture":2}},"type":"cube","uuid":"8323df49-adae-42a4-41be-4cdfa93bd350"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9,7,15],"to":[10,9,16],"autouv":0,"color":7,"origin":[10,7,15],"faces":{"north":{"uv":[16,20,17,22],"texture":2},"east":{"uv":[20,16,21,18],"texture":2},"south":{"uv":[17,20,18,22],"texture":2},"west":{"uv":[18,20,19,22],"texture":2},"up":{"uv":[25,9,24,8],"texture":2},"down":{"uv":[25,9,24,10],"texture":2}},"type":"cube","uuid":"8576bd1a-8936-8d1f-ff1e-8a44c7d32c72"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6,7,15],"to":[7,9,16],"autouv":0,"color":7,"origin":[7,7,15],"faces":{"north":{"uv":[9,21,10,23],"texture":2},"east":{"uv":[21,9,22,11],"texture":2},"south":{"uv":[10,21,11,23],"texture":2},"west":{"uv":[11,21,12,23],"texture":2},"up":{"uv":[25,13,24,12],"texture":2},"down":{"uv":[25,13,24,14],"texture":2}},"type":"cube","uuid":"6434c62d-ea05-e045-961b-25e341d2e0cf"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6,7,0],"to":[7,9,1],"autouv":0,"color":7,"origin":[7,7,0],"faces":{"north":{"uv":[12,21,13,23],"texture":2},"east":{"uv":[21,12,22,14],"texture":2},"south":{"uv":[13,21,14,23],"texture":2},"west":{"uv":[14,21,15,23],"texture":2},"up":{"uv":[25,15,24,14],"texture":2},"down":{"uv":[25,15,24,16],"texture":2}},"type":"cube","uuid":"1e33b753-fea1-37b5-c4ab-38a2d8c03538"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[7,9,0],"to":[9,10,1],"autouv":0,"color":7,"origin":[8,9,0],"faces":{"north":{"uv":[11,19,13,20],"texture":2},"east":{"uv":[5,24,6,25],"texture":2},"south":{"uv":[19,12,21,13],"texture":2},"west":{"uv":[24,5,25,6],"texture":2},"up":{"uv":[21,14,19,13],"texture":2},"down":{"uv":[21,15,19,16],"texture":2}},"type":"cube","uuid":"d3cdc5cb-0d20-5b8f-7b00-a74d6a0745a0"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[9,7,0],"to":[10,9,1],"autouv":0,"color":7,"origin":[10,7,0],"faces":{"north":{"uv":[20,18,21,20],"texture":2},"east":{"uv":[19,20,20,22],"texture":2},"south":{"uv":[20,20,21,22],"texture":2},"west":{"uv":[8,21,9,23],"texture":2},"up":{"uv":[25,11,24,10],"texture":2},"down":{"uv":[25,11,24,12],"texture":2}},"type":"cube","uuid":"5f0bc191-6361-839c-ef1c-5832a8eb5c62"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[7,6,0],"to":[9,7,1],"autouv":0,"color":7,"origin":[8,6,0],"faces":{"north":{"uv":[10,20,12,21],"texture":2},"east":{"uv":[7,24,8,25],"texture":2},"south":{"uv":[20,11,22,12],"texture":2},"west":{"uv":[24,7,25,8],"texture":2},"up":{"uv":[14,21,12,20],"texture":2},"down":{"uv":[16,20,14,21],"texture":2}},"type":"cube","uuid":"3e3f331c-7ef9-03ae-97b2-f90498804287"}],"outliner":[{"name":"VoxelShapes","origin":[1,12,12],"color":0,"uuid":"e79da847-a3da-3079-75ec-9feed9f7f7fc","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"core","origin":[4,4,4],"color":0,"uuid":"09c017b8-a493-b9c0-2f7c-b85f89f37834","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["e67782df-95fc-c4f0-20a3-aca4944f7038","70cf2695-3cbc-de6a-c474-6a7a54177693","10098da5-d44c-b181-6a64-2d1a8f0ec7b4","09abfff0-01ed-7b96-06ef-76c964eae5f8","6fc0c4ad-7ad8-eb44-4672-1d8a752ee7c6","5b242e2d-d330-ff93-69da-d54a1d72ebf4","1f13e445-defc-091a-0444-b5d4cecfd247","ef8987dd-075f-6c08-4578-77aea69f6a32","c3276643-bd47-9702-499f-961c24d9cb18","d9f66cc5-617e-a659-98f3-4e0ba2930f9e","d3cdc5cb-0d20-5b8f-7b00-a74d6a0745a0","8323df49-adae-42a4-41be-4cdfa93bd350","3e3f331c-7ef9-03ae-97b2-f90498804287","8576bd1a-8936-8d1f-ff1e-8a44c7d32c72","5f0bc191-6361-839c-ef1c-5832a8eb5c62","6434c62d-ea05-e045-961b-25e341d2e0cf","1e33b753-fea1-37b5-c4ab-38a2d8c03538","19b27241-58de-aa91-405a-9b327c6fd51b","b43ea83d-ccb0-327f-5221-9708b40ce66c","8f25d0ad-8754-f560-d020-2317c2d530d0","13b94469-ea15-40a3-dac3-cfbd042a6b8c","c8a20d6d-2ffc-3bf6-2aea-61b20f268111","ee8062ec-3752-f121-d1c4-ac37a313dd00","3d7e1a25-2107-0723-3281-938b0a02644f","be3e551f-4618-b81a-612e-fc7ac49e73e9"]},{"name":"core_support","origin":[3,3,4],"color":0,"uuid":"5b2cc6f1-2203-9d3b-6f95-ee379f6f8b34","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["80a99278-9820-4753-1838-2da1a691ee6c","4f1cfa5e-143c-ea76-7c92-7e9b204822df","37e212f9-32e4-a2b6-be47-a53949171450","2190516f-762c-de8c-5bd9-eaa64e284a97","c568a0de-6f82-d57e-e800-b33e140b6ff8","29d698cc-be0c-acdd-a9ea-0b1002a505df","6c2d9147-47c7-7955-8c7c-169c8d6c5165","55286858-831d-07c4-0e60-6a57fd09d692","fc53356b-48b5-9147-1860-08dc382abef7","b39bcd93-faee-1a1a-d7f7-fe4f89ae3992","2a0ed8c9-5048-881d-aa2f-ab2adaa0af46","938ae65c-51ae-30e3-a84d-90d4cf72f7c3","c031f4ce-9822-2987-ec23-97b95bdd696e","8d2c9180-961f-7ed1-4431-06e2a0a06451","fe4ca10c-bc69-b6a9-72c2-407c8c384362","62c032e7-209c-a9e2-9afa-2bfecd72a504","097532e9-d4a0-b5f5-82b8-82b3e6addad1","566c8b45-6109-0a02-b2ad-a01f15a67789"]},{"name":"frame","origin":[1,12,12],"color":0,"uuid":"808bed92-e791-56b8-30de-73fbeb40b7bb","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["9e90851c-3793-12d0-e91e-2880a32c43c1","42f8e8ef-3183-3ba8-2072-6872b3bf41ce","56d7e3eb-9e38-a9c6-b878-e108d17da6f0","48da0043-b95f-ff72-f049-8a0b8961478d","924d5413-467e-1404-2d01-f141245a4311","2977a642-533e-7834-ce55-cf376297caff","e977be96-635d-7d06-4eed-861e2c4dad88","fea4a94c-d329-7b39-1140-cc4bb5b0038e","30c03702-8f83-c049-e611-c1a0b6f32444","777b3630-64b7-fec2-3559-fd2f8b76ef2f","f2eb642b-2280-0a7b-4904-c883eb27f234","6d54b218-4942-a27c-cf54-4d9d06014407","0049d4bc-6d9c-1400-1857-7c9e8917dc1b","199515ed-4623-c539-f299-8fce49440209","5ea29d3e-6e5f-2b75-6005-b9368062318b","c1005a75-6a84-9ae4-ead2-a3a5a216025a","3da30663-1844-7934-43f8-b240eef6aa66","a1c815b1-d47b-36dd-79d6-deefb37cca17","fd72beac-2079-5155-b121-d3dd3f79a595","be34daf4-3803-e6a4-bd42-db5977b3119a","71b213e4-e78a-e813-41a2-c648d7a7837e","3ac2bcf3-a18b-c670-3d90-16d5f7916ee7","44ff9ce4-7b00-7b21-1a71-bcaa691c1c5a","e8646100-eb66-ca89-a1cb-6ccb819ef77c","94701168-2cdd-7395-ea95-7e1554cf4f26","875ebfc4-2874-f1e3-97d2-1416d7108d91","b7cfee8b-50b8-1073-2016-aa807deb7e5d","07642dbd-9d0a-e4d4-1902-db375d66e3f5","e4c3b53a-9781-aebe-4077-48d9bcef9787","22b92838-bfd4-b44f-5cbe-c63d7db06852","0cc0d73d-bcab-f9e4-bb4b-2367b967860b","4752dbe6-5119-6cf9-4293-5ccdeedca062","d9c420ff-3cd0-c91f-6f1d-62dfab218664","6bede6b5-d9ac-6320-a0f7-528540688592","c6c0f6dc-4b25-16ca-20de-bb9a2e49faba","21ebfc65-21ff-d1e8-5d2b-745c8c3c00fe","7e54b7c1-d340-e68b-3f7a-fd9453c01c0f","f2fd5ae8-c49e-a5fd-f694-da2bdc1fdbdb","36980e17-17bf-e9db-6396-41bb826d2552","250c698b-2e97-0762-9f89-eb3226333ecc","ad71a685-c870-a0cd-9003-49ffeabe7c1d","07ea6272-1ed8-b29c-666f-86af2c786d2b","09db055c-44b7-bad5-fed8-73c92aed48c2","f57c8ad1-05f5-3775-c814-dcb1d985b836","301c70eb-fe74-8d30-3e98-f7d64691343a","ee188bea-a429-f37c-ea65-e503bbe07dd2","4cb58f04-a80f-5d2c-09cc-0366cb4f80f8","b6fd427c-3647-643f-c957-39ed0f83a408","9297e69f-d4d6-b92b-d7dc-709c31e276b4","f9e13146-ff34-f338-93d6-0a2725915cb0","6c26cce5-7b18-bc30-f509-8d095bc1432d","ef060fc4-035e-350e-af57-1eaf50a62709","ca2278b1-6462-bf52-cc7e-a716544b1186","cb8c28db-8c72-fc9a-13b6-f8ba65aed1cc","97a3421c-2011-6fd0-06bf-6591732e1458","bbee4386-a7d6-6058-08e3-154017fdb737","e4d7230c-ed61-b6e2-1fbf-95296a7679ce","b899bad6-3c85-97e8-f68b-14a4b7cebd6a","899e6a1a-7850-6b4d-fece-377bd6d4dfd4","db9b6e69-6d6f-ceaf-e3bf-1206ceb214c7","ecefac3a-dd3a-fb75-ddab-0780ddd7252a","cebaad6c-d452-199c-e05c-99d3d368036d","ccab179a-516e-4b85-3ff1-ebaf89aa401b","2af1e36c-b09c-c8c8-a6af-845f0961b511","202c31c5-6353-45b9-9bc8-34b64f94f5fc","18cf140a-ef99-3d7e-d22f-251489f2063d","af9095f8-d98a-268f-ec64-7ff522c59abb","cf785dde-0fad-fec7-379f-f4ae0421b562"]}]}],"textures":[{"path":"D:\\MyProjects\\Minecraft\\CuboidDroid\\cuboidmod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\thatldu_singularity_power_gen_frame.png","name":"thatldu_singularity_power_gen_frame.png","folder":"model","namespace":"cuboidmod","id":"0","width":128,"height":128,"uv_width":32,"uv_height":32,"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":false,"uuid":"4569e323-ac0f-8759-118b-50708ddba537","source":"data:image/png;base64,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","relative_path":"D:/MyProjects/Minecraft/CuboidDroid/cuboidmod/src/main/resources/assets/cuboidmod/textures/model/thatldu_singularity_power_gen_frame.png"},{"path":"D:\\MyProjects\\Minecraft\\CuboidMod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\singularity_power_gen_support.png","name":"singularity_power_gen_support.png","folder":"model","namespace":"cuboidmod","id":"1","width":64,"height":64,"uv_width":32,"uv_height":32,"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":false,"uuid":"49400655-6e50-ae63-bc98-85557cdafcfa","source":"data:image/png;base64,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","relative_path":"D:/MyProjects/Minecraft/CuboidMod/src/main/resources/assets/cuboidmod/textures/model/singularity_power_gen_support.png"},{"path":"D:\\MyProjects\\Minecraft\\CuboidMod\\src\\main\\resources\\assets\\cuboidmod\\textures\\model\\singularity_power_gen_core.png","name":"singularity_power_gen_core.png","folder":"model","namespace":"cuboidmod","id":"2","width":64,"height":64,"uv_width":32,"uv_height":32,"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":false,"uuid":"b84b55ba-ea67-2e31-de7a-0ff8de557072","source":"data:image/png;base64,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","relative_path":"D:/MyProjects/Minecraft/CuboidMod/src/main/resources/assets/cuboidmod/textures/model/singularity_power_gen_core.png"}]} \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 4c2ff4f..4229811 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ forge_version_range=[47,) mod_id=cuboidmod mod_name=CuboidDroid's Support Mod mod_license=All Rights Reserved -mod_version=0.3.0 +mod_version=0.3.0-Indev.4 mod_group_id=com.cuboiddroid.cuboidmod mod_authors=CuboidDroid, Leialoha diff --git a/src/generated/resources/.cache/1831d5c174a2e5d234406a6386e9f4de74fcf295 b/src/generated/resources/.cache/1831d5c174a2e5d234406a6386e9f4de74fcf295 new file mode 100644 index 0000000..f51212a --- /dev/null +++ b/src/generated/resources/.cache/1831d5c174a2e5d234406a6386e9f4de74fcf295 @@ -0,0 +1,43 @@ +// 1.20.1 2024-05-01T14:56:54.4586729 Tags for minecraft:block mod id cuboidmod +089954857dc856af8d77f71c1cfce2cb05056635 data/cuboidmod/tags/blocks/furnaces/eumus.json +70bb7857b11a8b10b040b14136d1726d0f697069 data/cuboidmod/tags/blocks/furnaces/kudbebedda.json +c6d5f1acc85e74791fda23ccb40fa51d791b3c6e data/cuboidmod/tags/blocks/furnaces/notarfbadium.json +019db0a46dde846ed26784cb22ad6bdd5169c8c7 data/cuboidmod/tags/blocks/furnaces/notsogudium.json +d6d927255b49399f978afe6879e646a01616dd64 data/cuboidmod/tags/blocks/furnaces/thatldu.json +a0d4c1728424ebada05df18302694b4710e25cdf data/cuboidmod/tags/blocks/furnaces/wikidium.json +aa4cc8c022df504530cefc20e0695cfd3a0562e7 data/cuboidmod/tags/blocks/needs_kudbebedda_tool.json +ff29c74674439bbe9fe2ab1ee591c85adf931b4d data/cuboidmod/tags/blocks/needs_notarfbadium_tool.json +8d26f60b00fca42e8416b3851608a546f6f1b8cf data/cuboidmod/tags/blocks/needs_notsogudium_tool.json +df003e3cbb282458806957969fb47733d249f8b0 data/cuboidmod/tags/blocks/needs_wikidium_tool.json +6a85da5ddd96e2528b4380ef100eb09b114a0668 data/forge/tags/blocks/chests.json +2fe2bbc5a84d60397fcf377013360dffd96a8dab data/forge/tags/blocks/chests/kudbebedda.json +a2ee7b50fbb9b2d07d0cd2e7bda3e7482377b5f6 data/forge/tags/blocks/chests/notarfbadium.json +ad73f6c1bbbe0ee9221df9575cecc85cdd8bcf82 data/forge/tags/blocks/chests/notsogudium.json +3eca6ba862e4f19d1a784340b6c52744ecbc0549 data/forge/tags/blocks/chests/thatldu.json +cbdc9392325e216346d4dbd39a923c3a6a5a84e1 data/forge/tags/blocks/chests/wikidium.json +d565644cd7ac61d34bc246117b8f209c9a696cf2 data/forge/tags/blocks/crafting_tables/kudbebedda.json +56ff66ec8f8ce31b548a8b24ea43d0e6f788c2d9 data/forge/tags/blocks/crafting_tables/notarfbadium.json +0137573a1a31f241dc429bf284423e389c6f24ae data/forge/tags/blocks/crafting_tables/notsogudium.json +7a7b0b60960e290ddb4764339fdf2ba4ea8d89d0 data/forge/tags/blocks/crafting_tables/thatldu.json +7e8df7688014c80d73468b55c18b7f5dc18e9af5 data/forge/tags/blocks/crafting_tables/wikidium.json +b662bb9181cfbe3622c877dd10dc8fa89e8447ce data/forge/tags/blocks/needs_wood_tool.json +d70ff4d025b6d10856396248e1d996a2c7d34688 data/forge/tags/blocks/ores.json +656e241e3d55d7c3a3d6c9a3765ee52c475b5662 data/forge/tags/blocks/ores/kudbebedda.json +e1da5998b51d1b938629fa8ad634c28c619fee79 data/forge/tags/blocks/ores/notarfbadium.json +c215084651bf6a3b7b182f8606c545b415b883ec data/forge/tags/blocks/ores/notsogudium.json +b66faee0e05f6955d6c055dcd998322d7c7e7e26 data/forge/tags/blocks/ores/thatldu.json +738df3472e4c8427fa8345edbaf8639ec077572b data/forge/tags/blocks/ores/wikidium.json +73f2c9bfb6e55a8d12b5095404204838c590c866 data/forge/tags/blocks/storage_blocks.json +824dbe601299d56d563ae95b80fc9dc317e61f24 data/forge/tags/blocks/storage_blocks/carbon_nanotube.json +f290e1550572555dde4686d2c89375d973445bc7 data/forge/tags/blocks/storage_blocks/cellulose.json +434138fa526f8b707a5dd620fb35feffa911de06 data/forge/tags/blocks/storage_blocks/kudbebedda.json +b468ec8ec2a3aaedb1b1008b54f35fb2d38c0c13 data/forge/tags/blocks/storage_blocks/notarfbadium.json +671f983b34fbd7658070caf743247bf78dbb8d66 data/forge/tags/blocks/storage_blocks/notsogudium.json +87b2584b2857aadc627e11861737f62ae9e15f42 data/forge/tags/blocks/storage_blocks/protein_fiber.json +0ee774f5ee9e966627975b9f71c2c20ba3db764d data/forge/tags/blocks/storage_blocks/protein_paste.json +9f38ed993437d5586b86a3e85a05815406949bde data/forge/tags/blocks/storage_blocks/silica.json +869a980902ae7bcc7f6630cf9bfd438f2915caaf data/forge/tags/blocks/storage_blocks/thatldu.json +36dd1e561e8b9527fa9608a96f91fc00b941927b data/forge/tags/blocks/storage_blocks/wikidium.json +90db11b187a9877c5a12fd0b2b6528a7782f6575 data/minecraft/tags/blocks/mineable/axe.json +3f44a901553159cdd09d9f076a004d70ebdf78ac data/minecraft/tags/blocks/mineable/pickaxe.json +ccd1b3b2564708a8512a7060271bc86d2c430d86 data/minecraft/tags/blocks/mineable/shovel.json diff --git a/src/generated/resources/.cache/2efe03a7ab1d85e2fd577f1a90f87e97ae61a22d b/src/generated/resources/.cache/2efe03a7ab1d85e2fd577f1a90f87e97ae61a22d new file mode 100644 index 0000000..f8d2faa --- /dev/null +++ b/src/generated/resources/.cache/2efe03a7ab1d85e2fd577f1a90f87e97ae61a22d @@ -0,0 +1,60 @@ +// 1.20.1 2024-05-01T16:57:25.0906525 Block Models: cuboidmod +9ce598d645dba76f457ab13efe4938ae91f25033 assets/cuboidmod/models/block/cryogenic_dimensional_teleporter.json +fdc4be4fa41459fae0014f2c1f76972844f250c8 assets/cuboidmod/models/block/cryogenic_dimensional_teleporter_lit.json +67a25737dc43809a6e7b0c8f98c7dea46415b0fb assets/cuboidmod/models/block/fiber_optic_tree.json +7a07d3a161ba3af9493ee8f0047dadcc3c3658df assets/cuboidmod/models/block/fiber_optic_tree_1.json +cb0753f476f545ea163863b3f3009a88c5fe562b assets/cuboidmod/models/block/fiber_optic_tree_10.json +f0b07e493a087c496431f914af3eaa74d5b88054 assets/cuboidmod/models/block/fiber_optic_tree_11.json +4b68a19abf1b719b9ec72aa6b9f265d369020b1b assets/cuboidmod/models/block/fiber_optic_tree_12.json +80da4876520b56cecf2f0e305837e0f3a7e5908e assets/cuboidmod/models/block/fiber_optic_tree_13.json +ba64987c753034219107d7c0139ba54230049d2f assets/cuboidmod/models/block/fiber_optic_tree_14.json +dbfb65be1800b9dee703cba2d7e57fd57728c88e assets/cuboidmod/models/block/fiber_optic_tree_15.json +d1463bd099d3c8421cf89d07129618501e446208 assets/cuboidmod/models/block/fiber_optic_tree_2.json +5c10ca7394ac995ec45af165c33edac061a7485b assets/cuboidmod/models/block/fiber_optic_tree_3.json +096a33383299b3ee80f6bb065d49d8fae8671b6c assets/cuboidmod/models/block/fiber_optic_tree_4.json +7030731b3640b2af8093a89faedc189c15e342e5 assets/cuboidmod/models/block/fiber_optic_tree_5.json +aabc688e36bbd6151ce0209d2c8797743019327e assets/cuboidmod/models/block/fiber_optic_tree_6.json +8a8480baaacc555cd14ec442ded2f80eaee18eb7 assets/cuboidmod/models/block/fiber_optic_tree_7.json +3a6908865bf321184258f5d0090d9d46e079ffbb assets/cuboidmod/models/block/fiber_optic_tree_8.json +741cadef220b3b14ef31b9819f25ea1d4851ce4c assets/cuboidmod/models/block/fiber_optic_tree_9.json +06fcf538dcbd90e91f5277ebf63fe9856873ec9d assets/cuboidmod/models/block/kudbebedda_chest.json +1eb2a178df4049581c057918516dca0911d31366 assets/cuboidmod/models/block/kudbebedda_quantum_collapser.json +680543d3c0679515e09ee66ca56b0cc4deac8dfb assets/cuboidmod/models/block/kudbebedda_quantum_collapser_lit.json +2106d0c72e1bd4b633cf52720d2c9ca232e8c00f assets/cuboidmod/models/block/kudbebedda_singularity_power_generator.json +6e4a5c44f27821e5e61fa514a84c53c3b684bfe0 assets/cuboidmod/models/block/kudbebedda_singularity_power_generator_lit.json +84d2aa80f3c3af31ba14d8685df12e0d5d945d55 assets/cuboidmod/models/block/kudbebedda_singularity_resource_generator.json +217489fcdb1f81efcfb48a78b16136b9a4782d29 assets/cuboidmod/models/block/kudbebedda_singularity_resource_generator_lit.json +4f84344abefbbb1f603fe40a40b9a8ff2615e92f assets/cuboidmod/models/block/molecular_recycler.json +593684d93e338c8022a548e1cd7a25387a950a42 assets/cuboidmod/models/block/molecular_recycler_lit.json +64ac7be9a266acdd59124763c422c3d74bf63032 assets/cuboidmod/models/block/notarfbadium_chest.json +191a315b578c8e80e3b2d518de9b949eee44be79 assets/cuboidmod/models/block/notarfbadium_quantum_collapser.json +e23ad5dc5ac7b638c55b1270f7cf127e61ed7667 assets/cuboidmod/models/block/notarfbadium_quantum_collapser_lit.json +bd6734f3b5b63763fd7077cdf88aa120a12f08f8 assets/cuboidmod/models/block/notarfbadium_singularity_power_generator.json +5d23139a9433b79c6adab270967501da5a70d3c7 assets/cuboidmod/models/block/notarfbadium_singularity_power_generator_lit.json +503aca0750ac19ff531cd13260b6b4e0522bd0fe assets/cuboidmod/models/block/notarfbadium_singularity_resource_generator.json +db5fadfe5413a068ee3353cedf7b93a9a33c4278 assets/cuboidmod/models/block/notarfbadium_singularity_resource_generator_lit.json +c41736e503d1968b25d88dce2855c33a0746fd5f assets/cuboidmod/models/block/notsogudium_chest.json +bb4cfbedcfe8c500fcf47499f4534f4d32f14e10 assets/cuboidmod/models/block/notsogudium_quantum_collapser.json +46a56711db2c57b0d337d8441b94679f43cc80f1 assets/cuboidmod/models/block/notsogudium_quantum_collapser_lit.json +598dc8ab3ee4dd04f25cd1cc2e2ba9d226dd1947 assets/cuboidmod/models/block/notsogudium_singularity_power_generator.json +d40f6eade42b4153a15c30c8aaa7f32f90f56e68 assets/cuboidmod/models/block/notsogudium_singularity_power_generator_lit.json +77745eb4bd2f624cc9048a72936a4e58a1d11752 assets/cuboidmod/models/block/notsogudium_singularity_resource_generator.json +b3d0539d1a1394b488d2107a147372af79e1a9d9 assets/cuboidmod/models/block/notsogudium_singularity_resource_generator_lit.json +be273fab1841c1c79bb554005768c63c49cfe6d1 assets/cuboidmod/models/block/quantum_transmutation_chamber.json +be273fab1841c1c79bb554005768c63c49cfe6d1 assets/cuboidmod/models/block/quantum_transmutation_chamber_lit.json +e40cb1516da70f49ee37cbf1ff5297e6f273a1de assets/cuboidmod/models/block/refined_inscriber.json +b67710be06b43a9e39f00522e018b12e738433e7 assets/cuboidmod/models/block/refined_inscriber_lit.json +3b73b99433fab2c44d81ec6e24eb4cbf34a0136f assets/cuboidmod/models/block/thatldu_chest.json +60e573f3a5eb335287e4d7310b22f3908f05cf48 assets/cuboidmod/models/block/thatldu_quantum_collapser.json +6a0ce5fc8fc96c04b07e7f6c42b7a8433b4d6a21 assets/cuboidmod/models/block/thatldu_quantum_collapser_lit.json +02a0b73629dd2530f7913a7f94c7aa42fa2b3c6e assets/cuboidmod/models/block/thatldu_singularity_power_generator.json +3d4b6dd1202fdbbe1a8775e2f8200ea2b7531fd0 assets/cuboidmod/models/block/thatldu_singularity_power_generator_lit.json +8e7b218e1af3eaa746724d94ae071d6c919f27ad assets/cuboidmod/models/block/thatldu_singularity_resource_generator.json +4c1a77fe96fc42e5ed3264c3535c4b9c49c95742 assets/cuboidmod/models/block/thatldu_singularity_resource_generator_lit.json +a68fec9cab1432a5e384b014c1d947579636d48e assets/cuboidmod/models/block/wikidium_chest.json +c61f49873f5920a442105a087dea3b60dd3a91bd assets/cuboidmod/models/block/wikidium_quantum_collapser.json +3a1cacd43239eafb94b36c5779bbf7bdf9e7953c assets/cuboidmod/models/block/wikidium_quantum_collapser_lit.json +dcf5bb2dd96aedae0698edc211bb315a194dac1f assets/cuboidmod/models/block/wikidium_singularity_power_generator.json +112248797f36856336932408a396de66a3c0dcb4 assets/cuboidmod/models/block/wikidium_singularity_power_generator_lit.json +8f4fe9c5dfe6516d00601aad0b1ec588a0eff835 assets/cuboidmod/models/block/wikidium_singularity_resource_generator.json +14d8dd66ea49c42fa504cd148624a7be8969fc37 assets/cuboidmod/models/block/wikidium_singularity_resource_generator_lit.json diff --git a/src/generated/resources/.cache/59eb3dbb5f86130e09b3c62d89b9525ee01cf52d b/src/generated/resources/.cache/59eb3dbb5f86130e09b3c62d89b9525ee01cf52d new file mode 100644 index 0000000..703f164 --- /dev/null +++ b/src/generated/resources/.cache/59eb3dbb5f86130e09b3c62d89b9525ee01cf52d @@ -0,0 +1,61 @@ +// 1.20.1 2024-05-01T14:56:54.4516958 Loot Tables +3df2f38a587b2df5282dd76b7853ef9a1e4bf970 data/cuboidmod/loot_tables/blocks/aggregate.json +0e05b1929e9d60fc5b89fbeb5f9dba3a966e59ff data/cuboidmod/loot_tables/blocks/carbon_nanotube_block.json +2d274555a3efb809de9bb2727323afa5d6f36ffe data/cuboidmod/loot_tables/blocks/cellulose_block.json +1ee1c157e88cfe31b7a1c81eb7fe57107d7580cc data/cuboidmod/loot_tables/blocks/cellulose_bricks.json +63f81e2ec0dd1634743c42b6e726919b065aa1a5 data/cuboidmod/loot_tables/blocks/cellulose_chiseled_bricks.json +1b4d0f0a6ec78e9e831f8538461b1268762eb9e0 data/cuboidmod/loot_tables/blocks/cryogenic_dimensional_teleporter.json +2a785d6b38aaab91c0c9431ddf59330798368ae5 data/cuboidmod/loot_tables/blocks/drying_cupboard.json +f2df7f16a7fd4a2e759bc91da2f5142f9155eccf data/cuboidmod/loot_tables/blocks/energized_end_stone_bricks.json +a4fc56bd3ad292cd9ffc2b06314b517a378d4597 data/cuboidmod/loot_tables/blocks/energized_nether_bricks.json +9ba52a1e15a7ff84eee5bc7a6b69bae34a68c80b data/cuboidmod/loot_tables/blocks/energized_stone_bricks.json +5061ee0c286fa95f3db9998adb871bd73a3fdc7b data/cuboidmod/loot_tables/blocks/energized_thatlduvium.json +d395f17439112b4fcc4f0dc13cf1f79c2b18da9d data/cuboidmod/loot_tables/blocks/eumus_furnace.json +fe5aad92899f1c370cad665bdc35dedfb5a278aa data/cuboidmod/loot_tables/blocks/fiber_optic_tree.json +debad597a771e824bde7c70dbf4f48e0513602b7 data/cuboidmod/loot_tables/blocks/kudbebedda_block.json +c0fa2c375358457cde42d81c2ed6d239183aff41 data/cuboidmod/loot_tables/blocks/kudbebedda_chest.json +7e1d3d206c7bdcf7ea7c1df3c08dd0d21d983412 data/cuboidmod/loot_tables/blocks/kudbebedda_crafting_table.json +e9e53716b0cdc284e974243d2bfbff17ed5fc782 data/cuboidmod/loot_tables/blocks/kudbebedda_furnace.json +c7bbca74e560995f59be18e1e6a8e1e68527d6d2 data/cuboidmod/loot_tables/blocks/kudbebedda_ore.json +979cbf1e9369a1b08a6189c7c49326c83ba2790b data/cuboidmod/loot_tables/blocks/kudbebedda_quantum_collapser.json +2f1b5e1a38db1a03a5694c65a6ed7d10ca34bf29 data/cuboidmod/loot_tables/blocks/kudbebedda_singularity_power_generator.json +ef920bd9e71ff38c79df794e0ed456193b6f040d data/cuboidmod/loot_tables/blocks/kudbebedda_singularity_resource_generator.json +0c50fccf092e8f689d98b23e4b9763faa56df7f6 data/cuboidmod/loot_tables/blocks/molecular_recycler.json +bc19c75ca33b58a869d4a6f2f5132811ba63935c data/cuboidmod/loot_tables/blocks/notarfbadium_block.json +cfc55bf23ad28c75f25d60ed0881e189c1099039 data/cuboidmod/loot_tables/blocks/notarfbadium_chest.json +8b4877da0f1fe7881f518dc52432522c6400399e data/cuboidmod/loot_tables/blocks/notarfbadium_crafting_table.json +a8233b2f5ebffa5d205efa7533ac66b316d8d7f3 data/cuboidmod/loot_tables/blocks/notarfbadium_furnace.json +fe47b39c1e1b7ac74f2904d12408178c859f4f14 data/cuboidmod/loot_tables/blocks/notarfbadium_ore.json +9b8a6879dc2e72b82ab904312d34028f9a7e1c0c data/cuboidmod/loot_tables/blocks/notarfbadium_quantum_collapser.json +60c62a614cb2f67f28e6642d1ab001232790e74e data/cuboidmod/loot_tables/blocks/notarfbadium_singularity_power_generator.json +da74f43e506a2526252dc1d0582b17d5ce2e15e1 data/cuboidmod/loot_tables/blocks/notarfbadium_singularity_resource_generator.json +8680f14bcd1ffe15d176730fee4f45b496777ff7 data/cuboidmod/loot_tables/blocks/notsogudium_block.json +7d89bd9b66b205268116cd39e74d34355409074e data/cuboidmod/loot_tables/blocks/notsogudium_chest.json +bd4c6a47feb1e2b5b42691dbe37e54a6b2762942 data/cuboidmod/loot_tables/blocks/notsogudium_crafting_table.json +755a9e68f9ea2c4cdfa9b39351d425229fb0cd78 data/cuboidmod/loot_tables/blocks/notsogudium_furnace.json +f9c1848b0954b6fa0708e9f7bf8c33e0fc09cbcc data/cuboidmod/loot_tables/blocks/notsogudium_ore.json +9648fb8eb3c86983169f3defe022a739ce7df971 data/cuboidmod/loot_tables/blocks/notsogudium_quantum_collapser.json +b6ea9871fa110d7a3e9119f8455750e939aa7584 data/cuboidmod/loot_tables/blocks/notsogudium_singularity_power_generator.json +866ba2def9e565a40620c9fb29c4c1db29a73b22 data/cuboidmod/loot_tables/blocks/notsogudium_singularity_resource_generator.json +c8f971533b17d917d84c0d45ddecc6ede0393edc data/cuboidmod/loot_tables/blocks/organically_enriched_sand.json +12813ff25cb45932e64b93678845e69f8db2042d data/cuboidmod/loot_tables/blocks/protein_fiber_block.json +55f497f40ae1ffd10384fe01f8dcc2bbf92488e6 data/cuboidmod/loot_tables/blocks/protein_paste_block.json +492cfb3f64ada243d3b2b3219d82a4570c883b62 data/cuboidmod/loot_tables/blocks/quantum_transmutation_chamber.json +98961e9894ad8948868db9bdd6f2281f375b00db data/cuboidmod/loot_tables/blocks/refined_inscriber.json +9d7bad652c3cf7733afb50d391ecdf79a53fe49e data/cuboidmod/loot_tables/blocks/silica_dust_block.json +a6697678a459f9e6f6d32c92a489d5e0ca283722 data/cuboidmod/loot_tables/blocks/thatldu_block.json +c1c0badaae7d0c3267ffc74fe2bafdbe607686d8 data/cuboidmod/loot_tables/blocks/thatldu_chest.json +78b21a2b53c1ec906ac73b9d43dde66a80872cad data/cuboidmod/loot_tables/blocks/thatldu_crafting_table.json +0c10a6e42d37c81f783fca9551df0c54b3ff7a42 data/cuboidmod/loot_tables/blocks/thatldu_furnace.json +a899ec32ef05467cde7ac17c1df9187bf03ded9b data/cuboidmod/loot_tables/blocks/thatldu_ore.json +a19c2786a5e105ff3989c381b0e7cefcf7fa5ae6 data/cuboidmod/loot_tables/blocks/thatldu_quantum_collapser.json +2ae7c1d16d7ef777a3452e630fa4fb6e26f2f6fb data/cuboidmod/loot_tables/blocks/thatldu_singularity_power_generator.json +ec6fee61c41ccb16e2f27cf389a3d288a1671289 data/cuboidmod/loot_tables/blocks/thatldu_singularity_resource_generator.json +c3a9fab528a35479400eb7d7eee28ca29242e4c0 data/cuboidmod/loot_tables/blocks/wikidium_block.json +d55e15fbd2366cc989b347c3001c1f7a3fedfd57 data/cuboidmod/loot_tables/blocks/wikidium_chest.json +ab365168df4105d3b82bd7870cbd700221cdc06f data/cuboidmod/loot_tables/blocks/wikidium_crafting_table.json +89e6362bb9294dda694ae770219c37303490bc3a data/cuboidmod/loot_tables/blocks/wikidium_furnace.json +7fe9b5f732e938c67fcd6b5ce5521e7adb8a4580 data/cuboidmod/loot_tables/blocks/wikidium_ore.json +55261c961c731be03b383584d0c5b77e885d7a2d data/cuboidmod/loot_tables/blocks/wikidium_quantum_collapser.json +17642b95958d2e6abca2faba9a8d38a42c9c0bc5 data/cuboidmod/loot_tables/blocks/wikidium_singularity_power_generator.json +6170858801abcaf6041b1ba59b3f74f50bf9ee57 data/cuboidmod/loot_tables/blocks/wikidium_singularity_resource_generator.json diff --git a/src/generated/resources/.cache/7336b9f00871ee49923b161c81bc7b86944d5b04 b/src/generated/resources/.cache/7336b9f00871ee49923b161c81bc7b86944d5b04 new file mode 100644 index 0000000..17e2eb9 --- /dev/null +++ b/src/generated/resources/.cache/7336b9f00871ee49923b161c81bc7b86944d5b04 @@ -0,0 +1,217 @@ +// 1.20.1 2024-05-01T14:56:54.4566799 Item Models: cuboidmod +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/acacia_log_quantum_singularity.json +7edc20fa0e9de9ac482329d87eb9dc039b821b42 assets/cuboidmod/models/item/aggregate.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/aluminium_quantum_singularity.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/andesite_quantum_singularity.json +40470aebec56e24023b2e9aad1fd6945eecc1a70 assets/cuboidmod/models/item/apple_cider_vinegar.json +abab9d345bd774387645310e3c9b1c822d4551ca assets/cuboidmod/models/item/arachnugget.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/basalt_quantum_singularity.json +5a6ed741ed9220c6f8fc85d91b1cbff553e164d7 assets/cuboidmod/models/item/biltong_beef.json +96468adbec47cc69956de9be29e333cf1372bf57 assets/cuboidmod/models/item/biltong_zombie.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/birch_log_quantum_singularity.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/blackstone_quantum_singularity.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/bronze_quantum_singularity.json +16f3ce8c54bbeddbed8b44bff7a12bc9907a5a25 assets/cuboidmod/models/item/broth.json +5a35aa65b34cdcfdea97f9bc09f0fe2fdb76c365 assets/cuboidmod/models/item/carbon_deposit.json +9f3f38f7f8440347238c4a9a43f2f937b4272eb0 assets/cuboidmod/models/item/carbon_nanotube.json +2146c2b4a6111ad2d9f15a266d3f501bbf3cb91d assets/cuboidmod/models/item/carbon_nanotube_block.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/carbon_nanotube_quantum_singularity.json +33c31043a62802808386314535a31434d1a358f0 assets/cuboidmod/models/item/cellulose.json +3268fe67444e8fb460a2d2186d0256f355d09ab6 assets/cuboidmod/models/item/cellulose_block.json +a549c2eb42bbdb5c3bb08ee4e32affccdf207740 assets/cuboidmod/models/item/cellulose_bricks.json +8456a96841a14c56a84c62bec4a2a70626f405dc assets/cuboidmod/models/item/cellulose_chiseled_bricks.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/cellulose_quantum_singularity.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/clay_quantum_singularity.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/coal_quantum_singularity.json +04be743024787c956bf39bcde79c47e2b083b339 assets/cuboidmod/models/item/cobalt_dust.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/cobalt_quantum_singularity.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/cobblestone_quantum_singularity.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/copper_quantum_singularity.json +c48639125331a6d192f6cca9c943197873380c12 assets/cuboidmod/models/item/cryogenic_dimensional_teleporter.json +7a3e3ff18269c7fb67fe406a96c3c42bacb957dc assets/cuboidmod/models/item/cured_beef.json +fd8df08738b0af877c28c2e911a414b777b019da assets/cuboidmod/models/item/cured_flesh.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/dark_oak_log_quantum_singularity.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/diamond_quantum_singularity.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/diorite_quantum_singularity.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/dirt_quantum_singularity.json +936e8913a37404dfbf98175c4bfb7eca3d842465 assets/cuboidmod/models/item/drying_cupboard.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/dust_quantum_singularity.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/electrum_quantum_singularity.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/emerald_quantum_singularity.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/endstone_quantum_singularity.json +d43270e15bffef3c90754fb5c6486f80cef628f2 assets/cuboidmod/models/item/energized_end_stone_bricks.json +f880a134166773bac061c673c4f4068e2c4f0950 assets/cuboidmod/models/item/energized_nether_bricks.json +55822a26533cb8a2d8ba4ca76a46c6636818cc48 assets/cuboidmod/models/item/energized_stone_bricks.json +e2412eec2ca4c3bf2c0e77ed697c476170e01401 assets/cuboidmod/models/item/energized_thatlduvium.json +9765e19d2ffa0cbd3b9a158c6eb560d9fd644020 assets/cuboidmod/models/item/eumus_furnace.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/glowstone_quantum_singularity.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/gold_quantum_singularity.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/granite_quantum_singularity.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/gravel_quantum_singularity.json +e353f501ba96d484adcedbf9048c09afc53a46fb assets/cuboidmod/models/item/gruel.json +34af3702bef98d9ee37f3978129e16ff83317e80 assets/cuboidmod/models/item/hardfiskur.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/invar_quantum_singularity.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/iron_quantum_singularity.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/jungle_log_quantum_singularity.json +fb6c3831eb51db3e562d9f644d88fd5913404881 assets/cuboidmod/models/item/kebab_cooked.json +7274ff99600c6bb664defdd91b3c27ab3479d124 assets/cuboidmod/models/item/kebab_raw.json +37f44d6a551da524baffecd04beaf5a88ecddf96 assets/cuboidmod/models/item/kudbebedda_axe.json +74e62731f1a710965896a0ca2600418e33e90bdf assets/cuboidmod/models/item/kudbebedda_block.json +653eb04b9e7acca680008486628581ec7c0a1704 assets/cuboidmod/models/item/kudbebedda_boots.json +0a582ef329ad52b8284fe1cfe5c0c6cc6576d3e1 assets/cuboidmod/models/item/kudbebedda_chest.json +3c938c44a4036cf9a5616af0b08f9c0fd9c7977f assets/cuboidmod/models/item/kudbebedda_chestplate.json +2846555f75790b2c097f00eb0160a3b72aece97d assets/cuboidmod/models/item/kudbebedda_chunk.json +5c32a96b5337fc2fe958602a3197e6c284517605 assets/cuboidmod/models/item/kudbebedda_crafting_table.json +b54261dc51236002d5135d5c553702ef0e793bdf assets/cuboidmod/models/item/kudbebedda_dust.json +de66074b1e39cd1654846f4cd966b5d8b571b03d assets/cuboidmod/models/item/kudbebedda_furnace.json +b8902e18999b26135b3042843541e3ff2e83e4d6 assets/cuboidmod/models/item/kudbebedda_helmet.json +7f2c9ee59789e90355351ec6aa3496469bad144e assets/cuboidmod/models/item/kudbebedda_hoe.json +27fe48ba186f48ebc2977ab65861ae690b89e046 assets/cuboidmod/models/item/kudbebedda_ingot.json +418a6e6e62577b3afd1671370fb3445d42f18737 assets/cuboidmod/models/item/kudbebedda_leggings.json +c736e289f1665b37ddaa804b18e6feec12dec513 assets/cuboidmod/models/item/kudbebedda_nugget.json +1fd1ef8f3458e4f96bd7e28cadbffd87b9803cdd assets/cuboidmod/models/item/kudbebedda_ore.json +91152d4d54a9e597733a6acc770257119a666829 assets/cuboidmod/models/item/kudbebedda_pickaxe.json +9ead475da722f3eddf629903762b21adc90ad95f assets/cuboidmod/models/item/kudbebedda_piece.json +fc7867c140c409f49d30eeb2877c0d812b277216 assets/cuboidmod/models/item/kudbebedda_quantum_collapser.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/kudbebedda_quantum_singularity.json +406c65ae5605d8e8496823ff6920c79da4137af4 assets/cuboidmod/models/item/kudbebedda_rod.json +5746d6a2bc271c1f9e6bd3a018121f43fa608810 assets/cuboidmod/models/item/kudbebedda_shovel.json +6796278206675730e848031d5de7a8f8b3c4abfa assets/cuboidmod/models/item/kudbebedda_singularity_power_generator.json +c85538856c6035b80b2376ed7a7b996f684afdb8 assets/cuboidmod/models/item/kudbebedda_singularity_resource_generator.json +0be41e73dd2083d4b9a37122365cd01db68c6828 assets/cuboidmod/models/item/kudbebedda_smasher.json +7c352a5da29a6e48f5d2091de87e049abeaf3d42 assets/cuboidmod/models/item/kudbebedda_sword.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/lapis_quantum_singularity.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/lead_quantum_singularity.json +69459a80477c51b396b111fac05b8649d276b7e7 assets/cuboidmod/models/item/molecular_recycler.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/netherrack_quantum_singularity.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/nickel_quantum_singularity.json +eba63a413dce6d8aa74d672630f046046e563a11 assets/cuboidmod/models/item/notarfbadium_axe.json +ae84323329c84ad710d9772e8cbef843134e6664 assets/cuboidmod/models/item/notarfbadium_block.json +a402c6bd3a3d88c7174bb590b95491b66b526ce9 assets/cuboidmod/models/item/notarfbadium_boots.json +0a582ef329ad52b8284fe1cfe5c0c6cc6576d3e1 assets/cuboidmod/models/item/notarfbadium_chest.json +e1c0204b83778767b2f10916ee511fff98f9e367 assets/cuboidmod/models/item/notarfbadium_chestplate.json +06725eec13de4d846ca5484e758c22b00c8559ef assets/cuboidmod/models/item/notarfbadium_chunk.json +64f32f22427e779b949bb95fd545b369da349dd3 assets/cuboidmod/models/item/notarfbadium_crafting_table.json +ef2844adc2fb5b38d4305ebef0c357892b9f348a assets/cuboidmod/models/item/notarfbadium_dust.json +7005475038c77db752706d6715ecce574e030f51 assets/cuboidmod/models/item/notarfbadium_furnace.json +d6c232d9dbcd5499702a0345a651ef39167741f8 assets/cuboidmod/models/item/notarfbadium_helmet.json +3ff4d8d152f2627ff8d3d84b8e1a90d2b36f6f27 assets/cuboidmod/models/item/notarfbadium_hoe.json +24e6575a0cb301ffc4565cadd3fde0e49c9f5992 assets/cuboidmod/models/item/notarfbadium_ingot.json +3730e811fc9d8669690a255325eb78efb90b0e46 assets/cuboidmod/models/item/notarfbadium_leggings.json +0da713a6ab62e78f3757a4ef52623bad97eaa0a7 assets/cuboidmod/models/item/notarfbadium_nugget.json +feaa78899770a5231020faf9156d2d29e1db0bfe assets/cuboidmod/models/item/notarfbadium_ore.json +39cd4a06eabb98495a75d275ced086afb7978dc6 assets/cuboidmod/models/item/notarfbadium_pickaxe.json +0e609f39b83813df02b40ba5b6c5650732fda7f7 assets/cuboidmod/models/item/notarfbadium_piece.json +f61b9b0816022112f430efeebf89c1245eb5b588 assets/cuboidmod/models/item/notarfbadium_quantum_collapser.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/notarfbadium_quantum_singularity.json +0b1583f99db397c7bd84b940bd4cfd1fadee155b assets/cuboidmod/models/item/notarfbadium_rod.json +bdaec91f2307f20c7d2be26c81c45be4dd084dc3 assets/cuboidmod/models/item/notarfbadium_shovel.json +4b90fa033a823ed17508cc8964f6d335d741cfb0 assets/cuboidmod/models/item/notarfbadium_singularity_power_generator.json +16572c51d654978ffe26deb8fc1080830630c4bb assets/cuboidmod/models/item/notarfbadium_singularity_resource_generator.json +d0f5efc03ad9089e3ab2f4da1d49495451e52160 assets/cuboidmod/models/item/notarfbadium_smasher.json +74da5fd98a8374d1668d8c7f0120f8a32c4581a4 assets/cuboidmod/models/item/notarfbadium_sword.json +5c2f5bb6857b5f5bf9317bc6185e6897ddda3643 assets/cuboidmod/models/item/notsogudium_axe.json +4768d39fbf5d1fc1c8e033b361fa0c484a13b979 assets/cuboidmod/models/item/notsogudium_block.json +ba0d1300e7fc1a837dccce3a24087f9a973765a7 assets/cuboidmod/models/item/notsogudium_boots.json +47dfe115db7c00b0d579e4d2e296fe7530b812d4 assets/cuboidmod/models/item/notsogudium_bowl.json +0a582ef329ad52b8284fe1cfe5c0c6cc6576d3e1 assets/cuboidmod/models/item/notsogudium_chest.json +67a5a856fd4622583e6b15642cc4e4544907769f assets/cuboidmod/models/item/notsogudium_chestplate.json +632d22932e192acefd120ad654019ae0a2cc434c assets/cuboidmod/models/item/notsogudium_chunk.json +505b377dd2d844773003e33e36880f4a60c1f114 assets/cuboidmod/models/item/notsogudium_crafting_table.json +ec55092b9e6c4c2cb23fa3e307774bff87c17768 assets/cuboidmod/models/item/notsogudium_dust.json +0b6064407b68a91ef5a8490daf676430a6968e93 assets/cuboidmod/models/item/notsogudium_furnace.json +6f16c5a105a5f8b86acedea5b2805b30d2f0f82c assets/cuboidmod/models/item/notsogudium_helmet.json +c46c60b2fdbad81014340136fcfb798018640c93 assets/cuboidmod/models/item/notsogudium_hoe.json +4aeb1f9ab91e845d16a7791601702210e3c6a45b assets/cuboidmod/models/item/notsogudium_ingot.json +dfdd73c22a8f85df9a8fc349a7232a1a03898f6b assets/cuboidmod/models/item/notsogudium_leggings.json +72c1c7d1c97e3470d943a582ba6790df1400fc8b assets/cuboidmod/models/item/notsogudium_nugget.json +5e43aec436105142a5515bfb83c905304c5e332e assets/cuboidmod/models/item/notsogudium_ore.json +26e92c7381c7ca8e420518807b99f2deefe09037 assets/cuboidmod/models/item/notsogudium_pickaxe.json +41a8c60cc57572cfee6b6f457f5afd7f231a05a6 assets/cuboidmod/models/item/notsogudium_piece.json +7fdf0b755d5963b34e05c507378458c4ed818aa6 assets/cuboidmod/models/item/notsogudium_quantum_collapser.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/notsogudium_quantum_singularity.json +020e6ee5eba4826a550975510ef248df30899a36 assets/cuboidmod/models/item/notsogudium_rod.json +9b26c92648848dc5b7b060c6b74413c8f3480040 assets/cuboidmod/models/item/notsogudium_shovel.json +49f70b2f08ccccc6f126bbbdf0ef7a27efebbfa9 assets/cuboidmod/models/item/notsogudium_singularity_power_generator.json +4181f18510d894705be918f0dc54acce6fc494a9 assets/cuboidmod/models/item/notsogudium_singularity_resource_generator.json +9c9b125b4a001d5f510d5d62c51b441d8fdec4d5 assets/cuboidmod/models/item/notsogudium_smasher.json +476cb0607d1b2ab79ccb337d3a4266e168aa0a2a assets/cuboidmod/models/item/notsogudium_sword.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/oak_log_quantum_singularity.json +2b529c7ec34a2276b00884d8866ae194b5803827 assets/cuboidmod/models/item/organically_enriched_sand.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/osmium_quantum_singularity.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/platinum_quantum_singularity.json +b48698ae2485238bc658c723d5f41e861a3755a5 assets/cuboidmod/models/item/protein_bar.json +24a24d497d6cc8dc5ef5b6c46e95ca553b5bce88 assets/cuboidmod/models/item/protein_fiber.json +dd9348ffd1c20b1dad84eb9cb863386d8aa996f6 assets/cuboidmod/models/item/protein_fiber_block.json +2fec1e6e1d599478b7211564392c03a3029ec80a assets/cuboidmod/models/item/protein_paste.json +63e870bf15351f09ba48a93d6fde44692db7705c assets/cuboidmod/models/item/protein_paste_block.json +897e836654c0b2d561ff0ea51fad02c14f7c66cb assets/cuboidmod/models/item/quantum_transmutation_chamber.json +70055116e5f1496470b9d28bc926a6f537db34d9 assets/cuboidmod/models/item/ration_pack.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/redstone_quantum_singularity.json +b57fda30a7097f24ffc635167274e40b5013433e assets/cuboidmod/models/item/refined_inscriber.json +54f7d02ed290d0b345e0d9fb6d5df36d65202fdc assets/cuboidmod/models/item/rotten_apple.json +8f0cae97b072ebadcd1339f135675a637ca1f8ea assets/cuboidmod/models/item/salt.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/sand_quantum_singularity.json +b2c31a1f2f9d2123b7dc44036aa51a6f084ce4f2 assets/cuboidmod/models/item/silica_dust.json +4855344e1ce59dcd60be24de45a67ad0306722ab assets/cuboidmod/models/item/silica_dust_block.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/silica_dust_quantum_singularity.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/silver_quantum_singularity.json +51423590f128741b6b1257be68cd84577834c456 assets/cuboidmod/models/item/smoosher.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/spruce_log_quantum_singularity.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/steel_quantum_singularity.json +71c758087045d8935360fa42f8f6cd2d73145da1 assets/cuboidmod/models/item/stick_bundle.json +cb0e65215cdbb3b9d10f4a7d5f8f491ced2f506b assets/cuboidmod/models/item/thatldu_axe.json +895158bb83c9b7d7612d88e609785ca3af7c50c3 assets/cuboidmod/models/item/thatldu_block.json +b991a95d9dddda371fa13e91b1789c7954c46c11 assets/cuboidmod/models/item/thatldu_boots.json +0a582ef329ad52b8284fe1cfe5c0c6cc6576d3e1 assets/cuboidmod/models/item/thatldu_chest.json +ba247304be8273af1c4486f1be45b7d1803f296c assets/cuboidmod/models/item/thatldu_chestplate.json +11e6b0d9f938a1ed177e40b8041407a0aa64ffb8 assets/cuboidmod/models/item/thatldu_chunk.json +b9ff4bd747b17749c10bce8b26a46717f84b1e8c assets/cuboidmod/models/item/thatldu_crafting_table.json +38657e90ffb7fbf272b08b67752ef56f9e006fa5 assets/cuboidmod/models/item/thatldu_dust.json +a9296d53cc118b1bb77169066f91a631fdd8cfa3 assets/cuboidmod/models/item/thatldu_furnace.json +62c5a0af00bac9950900fb7149c19a1fa0701369 assets/cuboidmod/models/item/thatldu_helmet.json +b004b7468d383825788bd7f0b79209d3ed5ff57d assets/cuboidmod/models/item/thatldu_hoe.json +bbe91f7ac1dc93db728787a5e8ce3d3c1174d796 assets/cuboidmod/models/item/thatldu_ingot.json +4de9cf82e896ba77bb47fc5b0d4a78ce3973f5f8 assets/cuboidmod/models/item/thatldu_leggings.json +9a1ac006906f1947778532165ffc074b2d650155 assets/cuboidmod/models/item/thatldu_nugget.json +126700f641ef1ce1e8fc16f541f3d4aac7fabd87 assets/cuboidmod/models/item/thatldu_ore.json +720cc25d94a9a5657cf642bb48539980bfe7a242 assets/cuboidmod/models/item/thatldu_pickaxe.json +39146969e6805208112bb7820524aea51ebe704e assets/cuboidmod/models/item/thatldu_piece.json +a8d138beb7e675ab7be6862a2ca3530002119112 assets/cuboidmod/models/item/thatldu_quantum_collapser.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/thatldu_quantum_singularity.json +d1d548ba198a27b0e551751320256a96f266436c assets/cuboidmod/models/item/thatldu_rod.json +9c12dc5832a092954abad077b91e1f5635681c62 assets/cuboidmod/models/item/thatldu_shovel.json +cdf021849a15f322f5eb5cb8bcc878083590c888 assets/cuboidmod/models/item/thatldu_singularity_power_generator.json +d6251ec731109ad0fadc1027ef25d3efe66cbc15 assets/cuboidmod/models/item/thatldu_singularity_resource_generator.json +904b6b18392b5561e39e08856f907c8f5f37388f assets/cuboidmod/models/item/thatldu_smasher.json +88637081f7814751ea68b51cda6c67df765c0a08 assets/cuboidmod/models/item/thatldu_sword.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/tin_quantum_singularity.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/uraninite_quantum_singularity.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/uranium_quantum_singularity.json +1c272867a689cc98275b2ab4592b598a78291347 assets/cuboidmod/models/item/wikidium_axe.json +1e23e2b01fda86609f50edfae373766a42a7bd9e assets/cuboidmod/models/item/wikidium_block.json +0f8539001b1123af711090f81f9a5f8465dae00b assets/cuboidmod/models/item/wikidium_boots.json +0a582ef329ad52b8284fe1cfe5c0c6cc6576d3e1 assets/cuboidmod/models/item/wikidium_chest.json +42d1a0a03263f476b8e69a128a0da7889f94edaa assets/cuboidmod/models/item/wikidium_chestplate.json +18887718ebf547ae880dc85e8a46fe0f565a1882 assets/cuboidmod/models/item/wikidium_chunk.json +02e2a9660598c94442f084ee4f7ac576782255ad assets/cuboidmod/models/item/wikidium_crafting_table.json +cd37822ef78fe4a8b83326b89bdadd1c179cf1b9 assets/cuboidmod/models/item/wikidium_dust.json +7b1fbeb8564456a6d08d485a2134072ab8f29d2d assets/cuboidmod/models/item/wikidium_furnace.json +922d5f34a0eb7474e586a8813e5834e016d61813 assets/cuboidmod/models/item/wikidium_helmet.json +9e14d3ace14cdf40c4bb622e63c0ad527121388d assets/cuboidmod/models/item/wikidium_hoe.json +cc928895641b1cc3057bff85a3a637aea3f2b4e0 assets/cuboidmod/models/item/wikidium_ingot.json +1f94e171567c01411c3873b738f0f33f746a04c2 assets/cuboidmod/models/item/wikidium_leggings.json +ba49f1fac65f6c3ad4f94fefc983365a8bbb1ba0 assets/cuboidmod/models/item/wikidium_nugget.json +adda1ed2323fa93bf31c4089fa6ad1f4f57cd051 assets/cuboidmod/models/item/wikidium_ore.json +be4b9d8c84dda0401c219894c54d18ab6b851555 assets/cuboidmod/models/item/wikidium_pickaxe.json +4c835bd0f30acaf46cb08d6cfb1e686ea141760f assets/cuboidmod/models/item/wikidium_piece.json +a85cc5771854d9e4d477fd64eebed4457047969e assets/cuboidmod/models/item/wikidium_quantum_collapser.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/wikidium_quantum_singularity.json +5b5a962dc275f6e3f9df7a956dc860c2a5dd9c7a assets/cuboidmod/models/item/wikidium_rod.json +ae284d1779dc1166a2f31b02665ea5a6c83b5616 assets/cuboidmod/models/item/wikidium_shovel.json +664fc377a07c50867af7d953a1dd414f6d4ab5f8 assets/cuboidmod/models/item/wikidium_singularity_power_generator.json +4eb773f1510d4e5a6c0a0b9cc3a0fb418373d805 assets/cuboidmod/models/item/wikidium_singularity_resource_generator.json +e581173f4531bc3bcb3b09b1ecb562ae2472e2b4 assets/cuboidmod/models/item/wikidium_smasher.json +7cedcb1ccca11a0ab014265dcf72844a78043ab9 assets/cuboidmod/models/item/wikidium_sword.json +26bacc0edf554109a630929be2a6b5cff31b9971 assets/cuboidmod/models/item/zinc_dust.json +ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/zinc_quantum_singularity.json diff --git a/src/generated/resources/.cache/93ff37d91d45d23f21b0c5f261be2f674c7f7a80 b/src/generated/resources/.cache/93ff37d91d45d23f21b0c5f261be2f674c7f7a80 new file mode 100644 index 0000000..0c8385a --- /dev/null +++ b/src/generated/resources/.cache/93ff37d91d45d23f21b0c5f261be2f674c7f7a80 @@ -0,0 +1,78 @@ +// 1.20.1 2024-05-01T14:56:54.4507005 Block States: cuboidmod +aa865fca2fda3e66e2455e4752b4c11a49dfb8b6 assets/cuboidmod/blockstates/aggregate.json +7788064988012a43950560e96ec8fd184f37b727 assets/cuboidmod/blockstates/carbon_nanotube_block.json +6bb9f67a347cb057c4af8bdf01e914edddbf99be assets/cuboidmod/blockstates/cellulose_block.json +7857dee5c320fa7a117711be071dbeb11e8d0d5f assets/cuboidmod/blockstates/cellulose_bricks.json +8a22978e9cfba42b6c4daaf15a2276e0939c6364 assets/cuboidmod/blockstates/cellulose_chiseled_bricks.json +331dd766c5bfaa814482b2b8120979bf8988271e assets/cuboidmod/blockstates/drying_cupboard.json +d16544df1977d53221a893c9fc7f7f58579c92a4 assets/cuboidmod/blockstates/energized_end_stone_bricks.json +a6c279b8c85990705478b94ffb7496bba456e191 assets/cuboidmod/blockstates/energized_nether_bricks.json +9a98d7eb6e5686e4394263c021b63e973070d31e assets/cuboidmod/blockstates/energized_stone_bricks.json +bca2cebedd70269d1172f12f2f984ab69aebca8e assets/cuboidmod/blockstates/energized_thatlduvium.json +34856c65d23fca4133ab96c2e7a15a68379b37e8 assets/cuboidmod/blockstates/eumus_furnace.json +748b2efa6ea07eadd8128903a5c20e0c298955d2 assets/cuboidmod/blockstates/kudbebedda_block.json +bd93f829ef44a8d0a0c591782fc129178e1c9b29 assets/cuboidmod/blockstates/kudbebedda_crafting_table.json +65fbad29f74fc49529ccbb7410f4d5a9d957a8bf assets/cuboidmod/blockstates/kudbebedda_furnace.json +f6a8db8d72bf87485bcf687f964c4741dffdaf05 assets/cuboidmod/blockstates/kudbebedda_ore.json +b2cd38526d6534c121102e37d434a5fb46f40a10 assets/cuboidmod/blockstates/notarfbadium_block.json +690cf04e1ce45c4f7766c6471ce2203f780c6bb2 assets/cuboidmod/blockstates/notarfbadium_crafting_table.json +039865afaa50285edaef5556d6043f298f5cf08b assets/cuboidmod/blockstates/notarfbadium_furnace.json +20c3b1448155b0857702469850a0642e6cd7836f assets/cuboidmod/blockstates/notarfbadium_ore.json +87ce641a6565134db48ba80c79d6a628f7c826e3 assets/cuboidmod/blockstates/notsogudium_block.json +fd6860f94dbdc79bea6f42421016362629a862f1 assets/cuboidmod/blockstates/notsogudium_crafting_table.json +f929964bf109b8435b164ead1e3966590d98c120 assets/cuboidmod/blockstates/notsogudium_furnace.json +1300e24163cbf49b423b9ae82da7a396e4104011 assets/cuboidmod/blockstates/notsogudium_ore.json +74d211d355b1c4a9550f9f86072d6c1a208a6aa5 assets/cuboidmod/blockstates/organically_enriched_sand.json +d8fd6f7e3cb113bfa3af89f2a314a00296af8a22 assets/cuboidmod/blockstates/protein_fiber_block.json +f8d871987ffa5b5585d9e947f1bc62495ee8c260 assets/cuboidmod/blockstates/protein_paste_block.json +137743650f771343caf0cc9607363c1c5ae85e79 assets/cuboidmod/blockstates/silica_dust_block.json +62953b13ec4d265477d2babf6169a4f2c9d11bd1 assets/cuboidmod/blockstates/thatldu_block.json +cffbec7bd76e05c2d50c8ff1f0257eb8f9c06626 assets/cuboidmod/blockstates/thatldu_crafting_table.json +bd808f4515e418c283cfc3805d6a083e24ff567f assets/cuboidmod/blockstates/thatldu_furnace.json +5733b933f30a3c10409364b46db7180ff9d19495 assets/cuboidmod/blockstates/thatldu_ore.json +7122bf6903e2cd89d3e5abf5e648e5d51213bbb1 assets/cuboidmod/blockstates/wikidium_block.json +67852ea6d6825d4e2a75ccae206a57217a419e48 assets/cuboidmod/blockstates/wikidium_crafting_table.json +59ec21f6dc572b722e66bec10e80f78520fd1630 assets/cuboidmod/blockstates/wikidium_furnace.json +949b2cb6ebfc28d5abb263c07513df2a49afb765 assets/cuboidmod/blockstates/wikidium_ore.json +2c2a84a0e25e6266ae0da4e2c2cca2118c9f26c9 assets/cuboidmod/models/block/aggregate.json +b7528652993be976dc613d18bfa31dd719d31080 assets/cuboidmod/models/block/carbon_nanotube_block.json +bf2d8d6ea97d68468c33a9320144735f2ec45c33 assets/cuboidmod/models/block/cellulose_block.json +d055cdc1091376d01158de909ef0ca978851b6d8 assets/cuboidmod/models/block/cellulose_bricks.json +3ba625fd00c890b1fc8a6891fffd5d453715ac22 assets/cuboidmod/models/block/cellulose_chiseled_bricks.json +5bba952121858133fa46d3df77fc94b142b77882 assets/cuboidmod/models/block/drying_cupboard.json +0297842c184d61f74b25f56a62eeaaed7fcf4dc5 assets/cuboidmod/models/block/drying_cupboard_on.json +c27943f34e64c8f9080fa18e80d12193b977eec0 assets/cuboidmod/models/block/energized_end_stone_bricks.json +142424b9b078d6af3df58557c5fcd8e7752b9f67 assets/cuboidmod/models/block/energized_nether_bricks.json +e0ebdc14ca599d6d92f784ff8778991529abf8fb assets/cuboidmod/models/block/energized_stone_bricks.json +ad42f3a7aea438a5fb5fcb27ff1a1f25df4ca741 assets/cuboidmod/models/block/energized_thatlduvium.json +8c041f07dfa50b1afc4516c99f094008ae21cc46 assets/cuboidmod/models/block/eumus_furnace.json +eaab8556e143423829c88ebfe0005a9fd7e86c5b assets/cuboidmod/models/block/eumus_furnace_on.json +54afdf6f762e48b86f9c76f39e2fbf3ca7eaf3be assets/cuboidmod/models/block/kudbebedda_block.json +3be67261561d9517deb891157531327519be02ba assets/cuboidmod/models/block/kudbebedda_crafting_table.json +7e7138a25b99c041b647f77d662b02f35ad4eaf1 assets/cuboidmod/models/block/kudbebedda_furnace.json +2450976668370b255f9a1e2b956fcaefc9781543 assets/cuboidmod/models/block/kudbebedda_furnace_on.json +731cff59c9af2a262fdf5ba42fe76f9fc40a1708 assets/cuboidmod/models/block/kudbebedda_ore.json +80324c57c21bf7b86fe674c41638e4fb07c5f16f assets/cuboidmod/models/block/notarfbadium_block.json +9bbda21c48cd1af40ff62186d1a715692b5b4f88 assets/cuboidmod/models/block/notarfbadium_crafting_table.json +89468f2ff514df6d9e9598aeabb6420eb8dcb3b8 assets/cuboidmod/models/block/notarfbadium_furnace.json +c5b7da2aa5d23f555b9ca6f48ea8dccca0d345d4 assets/cuboidmod/models/block/notarfbadium_furnace_on.json +dff4d1f1295cff7a2aa620e8ae47495fd748a4a3 assets/cuboidmod/models/block/notarfbadium_ore.json +a67c2e6efe51d29a6814a1ccf231f9c6c8d50edb assets/cuboidmod/models/block/notsogudium_block.json +ca3aefa5fd2ef1e24b8573d58a335db4bdff93cf assets/cuboidmod/models/block/notsogudium_crafting_table.json +b7d54d1b4aea6dd9bfa40d039955bd44daddcf23 assets/cuboidmod/models/block/notsogudium_furnace.json +390233b8c4b2d89cfa163f346e1ccd442360d382 assets/cuboidmod/models/block/notsogudium_furnace_on.json +cda22834cf766d05bf1f948e611dc6caa6db6ca1 assets/cuboidmod/models/block/notsogudium_ore.json +c374f1b3db155d65e40c1d5724b2a6ec8b2eb307 assets/cuboidmod/models/block/organically_enriched_sand.json +82aea2a3f48235d288cc6b6e4cab8d35d9153b43 assets/cuboidmod/models/block/protein_fiber_block.json +490ccc2476727b0b9fa7982948e87ab71f0b9745 assets/cuboidmod/models/block/protein_paste_block.json +79939b880e57b3b6a630855d131711279d21cdc1 assets/cuboidmod/models/block/silica_dust_block.json +d2e47530b7cf927ae8119d2b0f18724c9709fcad assets/cuboidmod/models/block/thatldu_block.json +97b685fcc689edadb875f4f044cc64e5346b81ae assets/cuboidmod/models/block/thatldu_crafting_table.json +6b8a3a245e349fbb6f6060c97dbbf39359172d12 assets/cuboidmod/models/block/thatldu_furnace.json +bfd8c1532cbac12656bf78c7fc3b270f3ebf1677 assets/cuboidmod/models/block/thatldu_furnace_on.json +230938fc1f96eeae31952a5d52948dbbd59345df assets/cuboidmod/models/block/thatldu_ore.json +2177236885b8cc940d696fe86bd66c3ee807d8d9 assets/cuboidmod/models/block/wikidium_block.json +f18854b16f40a5aad5d8ac19f0c523cc0cbefdf8 assets/cuboidmod/models/block/wikidium_crafting_table.json +d74d21034521b17d0a732b8c8c2124cfb0496752 assets/cuboidmod/models/block/wikidium_furnace.json +421d8ab38deebb50ff5e50ad3c54e402f59bd571 assets/cuboidmod/models/block/wikidium_furnace_on.json +d3bf5017a067e762fa0e426e9db0f5fea43caa8d assets/cuboidmod/models/block/wikidium_ore.json diff --git a/src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e b/src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e new file mode 100644 index 0000000..e8cefa9 --- /dev/null +++ b/src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e @@ -0,0 +1,459 @@ +// 1.20.1 2024-05-01T14:56:54.4526927 Recipes +1dbbdaff99f657f44175569b77ae7c07d6607e12 data/cuboidmod/advancements/recipes/combat/carbon_nanotube_block_from_carbon_nanotubes.json +b65a409e3f23c23b28c650f9a1c46eb3a0296b0d data/cuboidmod/advancements/recipes/combat/cellulose_block_from_cellulose.json +3540d678ce66806c732ef91228f9bd7d8c8391cb data/cuboidmod/advancements/recipes/combat/kudbebedda_block_from_ingots.json +089c868560796fa760038269aaa7351fe7c34cb9 data/cuboidmod/advancements/recipes/combat/notarfbadium_block_from_ingots.json +e6546c23c2758bdef38faabe827df8930bcbcbb9 data/cuboidmod/advancements/recipes/combat/notsogudium_block_from_ingots.json +1e482052dbcd987465a360fd609e75841ac96cae data/cuboidmod/advancements/recipes/combat/protein_fiber_block_from_protein_fiber.json +bd6285c891729125e3b265ed6c216b6151c1b258 data/cuboidmod/advancements/recipes/combat/protein_paste_block_from_protein_paste.json +dbe3eaa2a24c699f1cf2eb5011aebbfd5130ffdf data/cuboidmod/advancements/recipes/combat/silica_dust_block_from_silica_dust.json +6055e5b90a8a57ab9c53690f38f30a5adfb4f060 data/cuboidmod/advancements/recipes/combat/thatldu_block_from_ingots.json +4651e67285e58fd249a62c4ab11a1539cbb05b2d data/cuboidmod/advancements/recipes/combat/wikidium_block_from_ingots.json +f49a9b9e51a2ee3234b5393cdaf18f649533e7bf data/cuboidmod/advancements/recipes/misc/arachnugget_from_spider_eye_smelting.json +851b02bf094429c2f948f378d4d52d09fd91b9d7 data/cuboidmod/advancements/recipes/misc/blast_furnace_from_blocks.json +a5abcfdfbe883ab9242ab1bb3aef54a66c8614fd data/cuboidmod/advancements/recipes/misc/broth_from_water_bucket_and_bone_meal.json +c1b801688f112ce85c24299568fa2225c30dcdbe data/cuboidmod/advancements/recipes/misc/bucket_from_kudbebedda_ingots.json +3c6580f9745adb1cdd8844fb4c14ba10223004c1 data/cuboidmod/advancements/recipes/misc/bucket_from_notarfbadium_ingots.json +52014f1f26214726c18c9085a7e52de902fb478c data/cuboidmod/advancements/recipes/misc/bucket_from_notsogudium_ingots.json +bac344dec88d0b84704269b7336f88cc4088b5a5 data/cuboidmod/advancements/recipes/misc/bucket_from_thatldu_ingots.json +25f3c57a17d128c27c92b7b83bdff4aa7cfe5a5c data/cuboidmod/advancements/recipes/misc/bucket_from_wikidium_ingots.json +210d0cad1b8a8e4457589e2008545db9de3876d3 data/cuboidmod/advancements/recipes/misc/carbon_nanotubes_from_carbon_nanotube_block.json +b87488cc6b9cf1130ee0de400fad84923dcf2a14 data/cuboidmod/advancements/recipes/misc/cellulose_bricks_from_blocks.json +74fd193a6989e5ac77521df62d11a12a0a7938c5 data/cuboidmod/advancements/recipes/misc/cellulose_bricks_from_block_sc.json +09cbd39b7585f7b2cfb1b1d01006b299c5acff9b data/cuboidmod/advancements/recipes/misc/cellulose_bricks_from_chiseled_bricks_sc.json +6359494b75234966f84459a65fd6bdb70f6523d1 data/cuboidmod/advancements/recipes/misc/cellulose_chiseled_bricks_from_block_sc.json +88250d3b9fd30cf28b931ec58e0f1091f357c7e6 data/cuboidmod/advancements/recipes/misc/cellulose_chiseled_bricks_from_bricks.json +63efe6590e5a219e75f239d68eb8d23e9fe2f6cd data/cuboidmod/advancements/recipes/misc/cellulose_chiseled_bricks_from_bricks_sc.json +c418bd24dfe25ac79ad8f2d15b85968cbe878690 data/cuboidmod/advancements/recipes/misc/cellulose_from_cellulose_block.json +93b96ea7c2f08c49f4bc948f4c85f0eb4eb88f70 data/cuboidmod/advancements/recipes/misc/coal_from_carbon_deposits.json +c741b964be5d9662249d19b976feab50bc458654 data/cuboidmod/advancements/recipes/misc/cooked_kebab_from_raw_kebab_smelting.json +42e09b1063738f3f46587e06f175b9ed959c5fce data/cuboidmod/advancements/recipes/misc/cured_beef_from_acv_and_raw_beef.json +04d13d48bfca18d75caee6cf520c132e689ac937 data/cuboidmod/advancements/recipes/misc/cured_flesh_from_acv_and_rotten_flesh.json +4fb1351e1f475e7040fa32986f3a115ead7316e6 data/cuboidmod/advancements/recipes/misc/furnace_from_chunks.json +13a6d669a65d35a8e9814a5c2b0eae4d71584d33 data/cuboidmod/advancements/recipes/misc/gruel_from_broth_and_protein_paste.json +cc9fb597a161c642c6a71da4957c3d424b4235f0 data/cuboidmod/advancements/recipes/misc/hopper_from_ingots_and_chest.json +9f78754fb0ead3adb20bda2ba7f4d5bebc196865 data/cuboidmod/advancements/recipes/misc/kudbebedda_axe_from_ingots_and_rods.json +ff5b41f3e45b3d887ae5cb97c2cf26feaba293a7 data/cuboidmod/advancements/recipes/misc/kudbebedda_boots_from_ingots.json +facc7b3f818f98610a56d524bbe4bc1409648f40 data/cuboidmod/advancements/recipes/misc/kudbebedda_chestplate_from_ingots.json +a2aaf8657ae1e14113dd5f1f43c434e51097925f data/cuboidmod/advancements/recipes/misc/kudbebedda_chest_from_ingots.json +433a855a48cadf571768f88f5f2ecb933c367968 data/cuboidmod/advancements/recipes/misc/kudbebedda_chest_from_prev.json +7fc69558864d59057c3c5b5cf82501d64d96e283 data/cuboidmod/advancements/recipes/misc/kudbebedda_chunk_from_pieces.json +401ae042dd57473a22e8bef8b82a63a3ed2b777a data/cuboidmod/advancements/recipes/misc/kudbebedda_chunk_ingot_blasting.json +0a46d6e1af71cdbb4d91c0df40d56704267fa61e data/cuboidmod/advancements/recipes/misc/kudbebedda_chunk_ingot_smelting.json +75152f42a6819ee9df77159aa778361e5ee04691 data/cuboidmod/advancements/recipes/misc/kudbebedda_crafting_table_from_silica_and_chunk.json +65e63dce6fa5c25b6bc59307d933e10ab6877563 data/cuboidmod/advancements/recipes/misc/kudbebedda_dust_ingot_blasting.json +7716078de0e0d7fbc53c06b071980c505dc9f25c data/cuboidmod/advancements/recipes/misc/kudbebedda_dust_ingot_smelting.json +b52dcd6d800790f2f0f512aa141afaed68dc0f89 data/cuboidmod/advancements/recipes/misc/kudbebedda_dust_with_smoosher_and_chunk.json +2ccd2ff2a16b8f3bc972d47eee6d56b79e818cb8 data/cuboidmod/advancements/recipes/misc/kudbebedda_dust_with_smoosher_and_ingot.json +990465c3e2a504a2314abe9ce21f59863801d17a data/cuboidmod/advancements/recipes/misc/kudbebedda_dust_with_smoosher_and_ore.json +aaf741bc67cd254269ed6d6d8533540c08ef10cb data/cuboidmod/advancements/recipes/misc/kudbebedda_furnace_upgrade_from_vanilla_furnace.json +d1570140517e7cc9fcde649eff31f30c234bdeff data/cuboidmod/advancements/recipes/misc/kudbebedda_furnace_upgrade_with_four_ingots.json +97e3109afc9635620da73c25ea1e7d7e18ea243d data/cuboidmod/advancements/recipes/misc/kudbebedda_helmet_from_ingots.json +9b7790c08038f39aace838ac052fe281276cd239 data/cuboidmod/advancements/recipes/misc/kudbebedda_hoe_from_ingots_and_rods.json +5d280e9bcf633dbbc38cd3451351e87328df647b data/cuboidmod/advancements/recipes/misc/kudbebedda_ingots_from_block.json +a3ad242fbc4759f6f06ac53164b78df5a8ce7ca0 data/cuboidmod/advancements/recipes/misc/kudbebedda_ingot_from_nuggets.json +ced02ff7addfd886545723e16ad764b523017d39 data/cuboidmod/advancements/recipes/misc/kudbebedda_leggings_from_ingots.json +20bcd6b433c9fe95826566d739e46670ee0af4c4 data/cuboidmod/advancements/recipes/misc/kudbebedda_nuggets_from_ingot.json +3ba5351f720579e26c95506a92be35339c73861c data/cuboidmod/advancements/recipes/misc/kudbebedda_ore_ingot_blasting.json +ef30c5f4ff4875870b8c76f49466bceee8e94b15 data/cuboidmod/advancements/recipes/misc/kudbebedda_ore_ingot_smelting.json +9a75caabebf631239f610314d77a9daa930e6ee2 data/cuboidmod/advancements/recipes/misc/kudbebedda_pickaxe_from_ingots_and_rods.json +9b01621dbe2d51b44d70a87e544a9c77e8d9a38b data/cuboidmod/advancements/recipes/misc/kudbebedda_quantum_collapser_from_blocks_and_furnace.json +898603bf1bb61b87ef574b9d34c7e993c0973819 data/cuboidmod/advancements/recipes/misc/kudbebedda_quantum_collapser_upgrade.json +e2a777384018e5244eca4be7c6eeac5cc9bd007f data/cuboidmod/advancements/recipes/misc/kudbebedda_rod_from_ingots.json +3f62671d75e15ae51c60a9919da698fc8a73bcf2 data/cuboidmod/advancements/recipes/misc/kudbebedda_shovel_from_ingots_and_rods.json +70b7b51e6d0ef653a0b2c14b920c166e8e53568a data/cuboidmod/advancements/recipes/misc/kudbebedda_smasher_from_blocks_ingot_and_rods.json +c1ffd40995ddec2cda02f47dce7c5945bca2b903 data/cuboidmod/advancements/recipes/misc/kudbebedda_spg_from_blocks_furnace_and_redstone_block.json +0422a39bd042b233fd7870f387da348ccccd67bf data/cuboidmod/advancements/recipes/misc/kudbebedda_spg_upgrade.json +0d755165add58c475837088c08288f1e8ed12503 data/cuboidmod/advancements/recipes/misc/kudbebedda_srg_from_blocks_furnace_and_crafting_table.json +1d4e552334b9558359f86090f6b6938b1b34e331 data/cuboidmod/advancements/recipes/misc/kudbebedda_srg_upgrade.json +ff67a85925b387806b6b4a4e536dc85a56e42794 data/cuboidmod/advancements/recipes/misc/kudbebedda_sword_from_ingots_and_rod.json +281cc1c129b3fb6ef43bb43d2f5aaa8323052ce7 data/cuboidmod/advancements/recipes/misc/lantern_from_nuggets_and_torch.json +c6898c3b7fcbfcb37c7c3ffe2ad1ac3beb88a5bf data/cuboidmod/advancements/recipes/misc/notarfbadium_axe_from_ingots_and_rods.json +2a6f3ac989be903ebfff2f90f1fedb6bbfdc39ac data/cuboidmod/advancements/recipes/misc/notarfbadium_boots_from_ingots.json +b063cd5653ce6d7563a9d81157f12cba3348e7c2 data/cuboidmod/advancements/recipes/misc/notarfbadium_chestplate_from_ingots.json +663006e4ebb65cd1218b58fdd169832ea181ac70 data/cuboidmod/advancements/recipes/misc/notarfbadium_chest_from_ingots.json +6c080c703fee7c86ae73dbf806916d670f0bc6fb data/cuboidmod/advancements/recipes/misc/notarfbadium_chest_from_prev.json +14a75091876e35682761d00bc0962b5e780a8c1a data/cuboidmod/advancements/recipes/misc/notarfbadium_chunk_from_pieces.json +cb4798d306966328d337fe6b5f53434dff728a26 data/cuboidmod/advancements/recipes/misc/notarfbadium_chunk_ingot_blasting.json +485443a1c95dd2ac5cb2c22d9f316b52658c4800 data/cuboidmod/advancements/recipes/misc/notarfbadium_chunk_ingot_smelting.json +ec89faad9a3eed715d46298552f5ef1083ad3350 data/cuboidmod/advancements/recipes/misc/notarfbadium_crafting_table_from_silica_and_chunk.json +ca764564c6d2e6cbd45cc406a5f2afa0a70fc542 data/cuboidmod/advancements/recipes/misc/notarfbadium_dust_ingot_blasting.json +8e50528025d984cae22f0126aa44c003f004937b data/cuboidmod/advancements/recipes/misc/notarfbadium_dust_ingot_smelting.json +0a09c675e9dbc680b85592b5f62787e2dfbc115c data/cuboidmod/advancements/recipes/misc/notarfbadium_dust_with_smoosher_and_chunk.json +1d24e2115dd3fd1e1a5f107291fa4ae745ad9c98 data/cuboidmod/advancements/recipes/misc/notarfbadium_dust_with_smoosher_and_ingot.json +d1b55db4e9dfdd6d93c9a6932ba86c2f71eda59f data/cuboidmod/advancements/recipes/misc/notarfbadium_dust_with_smoosher_and_ore.json +c808226486883ef153a97f7bc62fc337ff6a6498 data/cuboidmod/advancements/recipes/misc/notarfbadium_furnace_upgrade_from_notsogudium_furnace.json +81771d982edd23c614d5adfb595a61e7b2cf0c44 data/cuboidmod/advancements/recipes/misc/notarfbadium_furnace_upgrade_from_vanilla_furnace.json +c1439dc0f6698b303da6974ff38005daa1e65699 data/cuboidmod/advancements/recipes/misc/notarfbadium_furnace_upgrade_with_four_ingots.json +59e4a295cca240f8792852e8542fc61ccc9f604a data/cuboidmod/advancements/recipes/misc/notarfbadium_helmet_from_ingots.json +6da3a28539a9cf08d2ce28f233293ab5bc3f3ef6 data/cuboidmod/advancements/recipes/misc/notarfbadium_hoe_from_ingots_and_rods.json +201dba842641e68dd24726e8e47a0cd32f0719c4 data/cuboidmod/advancements/recipes/misc/notarfbadium_ingots_from_block.json +47d268ff709fb1e4119123ec215ea473e2f00066 data/cuboidmod/advancements/recipes/misc/notarfbadium_ingot_from_nuggets.json +f048bfa533ef39d4e9b69a03f1882f0c66e73892 data/cuboidmod/advancements/recipes/misc/notarfbadium_leggings_from_ingots.json +055f2642fe4c6922ce57b6ede9d7025fb3461a03 data/cuboidmod/advancements/recipes/misc/notarfbadium_nuggets_from_ingot.json +18b76edc6b92cdcf819f180972205a2e1bcb9f3f data/cuboidmod/advancements/recipes/misc/notarfbadium_ore_ingot_blasting.json +01c55ab27418da564d5f4b5ebafdc262511dac61 data/cuboidmod/advancements/recipes/misc/notarfbadium_ore_ingot_smelting.json +48cb31c226bfaeb0ddfd6fcab5d82a16f19f381d data/cuboidmod/advancements/recipes/misc/notarfbadium_pickaxe_from_ingots_and_rods.json +617eacb1603c8189a83b1bd89c4c96ab08ed323a data/cuboidmod/advancements/recipes/misc/notarfbadium_quantum_collapser_from_blocks_and_furnace.json +54e549cf9247b1fbd44d16db42597058bffbf07d data/cuboidmod/advancements/recipes/misc/notarfbadium_quantum_collapser_upgrade.json +d21c60507f438238c207aa0f044877f13ff6d2a0 data/cuboidmod/advancements/recipes/misc/notarfbadium_rod_from_ingots.json +df74eeb025b0bc0956bc9d688ea1deac2ac8da09 data/cuboidmod/advancements/recipes/misc/notarfbadium_shovel_from_ingots_and_rods.json +f6ff61968261b0bc02c104573d53b2dd267336b2 data/cuboidmod/advancements/recipes/misc/notarfbadium_smasher_from_blocks_ingot_and_rods.json +01ffdb56b6448a42bce94e1a05a3e4ee1a9751e3 data/cuboidmod/advancements/recipes/misc/notarfbadium_spg_from_blocks_furnace_and_redstone_block.json +0e3483ed8f4923d334b320883974db5f4aa801e6 data/cuboidmod/advancements/recipes/misc/notarfbadium_spg_upgrade.json +db8a7b980b02edb9959126eccc591a4f983c4086 data/cuboidmod/advancements/recipes/misc/notarfbadium_srg_from_blocks_furnace_and_crafting_table.json +b222c94ee8ad2820b63e594dfee79f27a6f7a536 data/cuboidmod/advancements/recipes/misc/notarfbadium_srg_upgrade.json +067c23bcbdf03a4ee2a182700303c068857a296d data/cuboidmod/advancements/recipes/misc/notarfbadium_sword_from_ingots_and_rod.json +4003db26f035f9871e4f760cf69c72c7ab5dfae0 data/cuboidmod/advancements/recipes/misc/notsogudium_axe_from_ingots_and_rods.json +0d2b3dc6e9204e2587580ea6dcc53b96a96eb0e6 data/cuboidmod/advancements/recipes/misc/notsogudium_boots_from_ingots.json +beccfda0355619da4832fa5ceb1226a9df067cbf data/cuboidmod/advancements/recipes/misc/notsogudium_bowls_from_ingots.json +9ee2e6d855f2d4ea30d895a2e97e556b8943bc35 data/cuboidmod/advancements/recipes/misc/notsogudium_chestplate_from_ingots.json +d7d8adfb8954bfeab3783e8cf11a35973ea72e9d data/cuboidmod/advancements/recipes/misc/notsogudium_chest_from_ingots.json +a2903d6efe5b833ef7e3f08391f293e7647fbb16 data/cuboidmod/advancements/recipes/misc/notsogudium_chunk_from_pieces.json +556973a17cc8dea5e11d7007f1f2e69f135f0825 data/cuboidmod/advancements/recipes/misc/notsogudium_chunk_ingot_blasting.json +3e8a8033e3806ea47d7cb719a660e27817dfe66f data/cuboidmod/advancements/recipes/misc/notsogudium_chunk_ingot_smelting.json +baa3928a3d7b36526fa550105159ea1b85d2991a data/cuboidmod/advancements/recipes/misc/notsogudium_crafting_table_from_silica_and_chunk.json +a5c4d2be83d40297d773eface1cb913b0e8db830 data/cuboidmod/advancements/recipes/misc/notsogudium_dust_ingot_blasting.json +f637f08e9ce9db7b604f1135e054618356bb23a8 data/cuboidmod/advancements/recipes/misc/notsogudium_dust_ingot_smelting.json +1d833cd30fba38620bdbc1a617270523fd847326 data/cuboidmod/advancements/recipes/misc/notsogudium_dust_with_smoosher_and_chunk.json +cb65c954a3ee7411dadc9e21e8328b991c162dd1 data/cuboidmod/advancements/recipes/misc/notsogudium_dust_with_smoosher_and_ingot.json +91d47cdb4761cc5318d8b75f7ae4aa7e2583f8ed data/cuboidmod/advancements/recipes/misc/notsogudium_dust_with_smoosher_and_ore.json +b3250aa8588661c8c07d724a90bd80c620066d1f data/cuboidmod/advancements/recipes/misc/notsogudium_eumus_furnace_upgrade_with_four_ingots.json +f8bec01c14fe106b729e5bdcadc43d03e7f3b7b5 data/cuboidmod/advancements/recipes/misc/notsogudium_furnace_upgrade_with_four_ingots.json +d994392e9e27fe30288050fab8a2f98a1554f9d1 data/cuboidmod/advancements/recipes/misc/notsogudium_helmet_from_ingots.json +2b9eaf5f268254fe9836e1ccd7d22698c9f723e4 data/cuboidmod/advancements/recipes/misc/notsogudium_hoe_from_ingots_and_rods.json +8e17d36af53070b9f008fcbc352d4d9ba89a556c data/cuboidmod/advancements/recipes/misc/notsogudium_ingots_from_block.json +3a6bed00dd4a172035d7bffa527dbc7dd1d656ae data/cuboidmod/advancements/recipes/misc/notsogudium_ingot_from_nuggets.json +99d9624f363acb21627f84c53daa4f227b15f66b data/cuboidmod/advancements/recipes/misc/notsogudium_leggings_from_ingots.json +1acae2db81cf5a7071370e250b27d77dcb0a5a8e data/cuboidmod/advancements/recipes/misc/notsogudium_nuggets_from_ingot.json +f57ffe55f7bbeaaaa5c7b7cdffb51c56de2eb65a data/cuboidmod/advancements/recipes/misc/notsogudium_ore_ingot_blasting.json +3ffc54439e7bf59069a3ae570f2a8adc9c8b33b0 data/cuboidmod/advancements/recipes/misc/notsogudium_ore_ingot_smelting.json +38232bed2ec7897b4d91322178282c1f4a957587 data/cuboidmod/advancements/recipes/misc/notsogudium_pickaxe_from_ingots_and_rods.json +c2b8cf23696a98522c2b503ac44290d018b9adf2 data/cuboidmod/advancements/recipes/misc/notsogudium_quantum_collapser_from_blocks_and_furnace.json +08883e12668a8a9e28164a7d371e191eeeb17911 data/cuboidmod/advancements/recipes/misc/notsogudium_rod_from_ingots.json +26571df39830a0ca94b50a5916c94fdca5b1df0c data/cuboidmod/advancements/recipes/misc/notsogudium_shovel_from_ingots_and_rods.json +36461d2c18b3052403429f0d4ccb263326d23ff8 data/cuboidmod/advancements/recipes/misc/notsogudium_smasher_from_blocks_ingot_and_rods.json +e1e8b9b36018ec9aee4420cf37a8a1475bf31869 data/cuboidmod/advancements/recipes/misc/notsogudium_spg_from_blocks_furnace_and_redstone_block.json +1e2bf84e0c196c4c61efcc72ea0d76930a3086e1 data/cuboidmod/advancements/recipes/misc/notsogudium_srg_from_blocks_furnace_and_crafting_table.json +dc288236a67be5e14cf1af315f78ef079e813352 data/cuboidmod/advancements/recipes/misc/notsogudium_sword_from_ingots_and_rod.json +02c28d75d26fb5da1c6b1da79d8728104c63140f data/cuboidmod/advancements/recipes/misc/organically_enriched_sand_from_sand_and_stuff.json +279deda5b72dc679be26d45b3560dbe13eeba68f data/cuboidmod/advancements/recipes/misc/protein_bar_from_protein_paste_smelting.json +37bcdcbf4ee8af914c9ec4107afb57b6aaa1beaf data/cuboidmod/advancements/recipes/misc/protein_fiber_from_protein_fiber_block.json +e7b1e90f947903d7d72a9d92eb071a4f3dc54a91 data/cuboidmod/advancements/recipes/misc/protein_paste_from_protein_paste_block.json +7002c8caa448626d8438152eae96708106e82d9b data/cuboidmod/advancements/recipes/misc/qtc_from_thatldu_collapser_spg_and_singularities.json +dd3ee8400c87cf2acfbde277e38172e2d5d49984 data/cuboidmod/advancements/recipes/misc/qtc_from_wikidium_collapser_spg_and_singularities.json +fe3321cda26f351ffff043148c28afdc41c82091 data/cuboidmod/advancements/recipes/misc/raw_kebab.json +6cdade2815c7ab72aa7f83525835a9163276cc8d data/cuboidmod/advancements/recipes/misc/silica_dust_from_silica_dust_block.json +d0c8d9714bb12d5544fe8a29a78ce6b466a300c7 data/cuboidmod/advancements/recipes/misc/smelt_glass_from_silica_dust_block_blasting.json +a068e2a6fd5d455efd418d70f2d7603338ca0e44 data/cuboidmod/advancements/recipes/misc/smelt_glass_from_silica_dust_block_smelting.json +e4634e1acdce0b1d95f73bbbed86a0d157ba10a5 data/cuboidmod/advancements/recipes/misc/smithing_table_when_thatldu_ingot.json +43021221afe9a40b8c6bfe61bc44bcccfa266dbf data/cuboidmod/advancements/recipes/misc/smoosher_from_blocks_ingot_and_rods.json +b556e31e98c6772f45b1ebef4ed645bd828ab1c1 data/cuboidmod/advancements/recipes/misc/sticks_from_stick_bundle.json +dbf9f630a4d174d19fa25bbbb8dabee6a3d3c277 data/cuboidmod/advancements/recipes/misc/stick_bundle_from_sticks.json +559df645f81912cb282cc4bc375c5278b14ee44a data/cuboidmod/advancements/recipes/misc/string_from_nanotubes_and_protein_fiber.json +f7f1c09f211a1344478c6c464262229e72858eee data/cuboidmod/advancements/recipes/misc/thatldu_axe_smithing.json +a6aab6fc9b6cea3281130ed535a11c1b6658367c data/cuboidmod/advancements/recipes/misc/thatldu_boots_smithing.json +3555ed76c6cf8bcafdff3c08ad601d232c74df48 data/cuboidmod/advancements/recipes/misc/thatldu_chestplate_smithing.json +918379c21ef63074d051a3c1e95b155a3acb0509 data/cuboidmod/advancements/recipes/misc/thatldu_chest_from_ingots.json +f387d46309acc3fee3e9e819b716548120895b9d data/cuboidmod/advancements/recipes/misc/thatldu_chest_from_prev.json +9a7ad3a3c57a7f69f96ad32ca5e26c27e8880cd0 data/cuboidmod/advancements/recipes/misc/thatldu_chunk_from_pieces.json +f20b9485baa2305bc99df33054c288f040c51a7f data/cuboidmod/advancements/recipes/misc/thatldu_chunk_ingot_blasting.json +58b96e45cca10a3f77e51cddbd42cdfdf84a9816 data/cuboidmod/advancements/recipes/misc/thatldu_chunk_ingot_smelting.json +3dd1565c41b4fa395cd5e98877cd706dad32585b data/cuboidmod/advancements/recipes/misc/thatldu_crafting_table_from_silica_and_chunk.json +957d51faf42e3d8679ec6eb28e31598ede5be445 data/cuboidmod/advancements/recipes/misc/thatldu_dust_ingot_blasting.json +dde23645347e4e0f164e28ad3d7178f63bba5dca data/cuboidmod/advancements/recipes/misc/thatldu_dust_ingot_smelting.json +cf684147631a316e68e497a1c60af15b3b7cc2c4 data/cuboidmod/advancements/recipes/misc/thatldu_dust_with_smoosher_and_chunk.json +89dfbb9bc73599f718e519bf6ddb17f020c3ad13 data/cuboidmod/advancements/recipes/misc/thatldu_dust_with_smoosher_and_ingot.json +b3568210a13a667ed1ae87c1f8dce9161cc074b9 data/cuboidmod/advancements/recipes/misc/thatldu_dust_with_smoosher_and_ore.json +3a30e2fd24835bd0c3453ee687e17b88276f2306 data/cuboidmod/advancements/recipes/misc/thatldu_furnace_upgrade_from_kudbebedda_furnace.json +3adf9314fde9e0d55d739ce2c4008b648d301a8c data/cuboidmod/advancements/recipes/misc/thatldu_furnace_upgrade_from_notarfbadium_furnace.json +8ba370859248fa24ad9f00330ab4dac695bf2bb7 data/cuboidmod/advancements/recipes/misc/thatldu_furnace_upgrade_from_notsogudium_furnace.json +8d376003f744b9b4846a10c32dfe3d221150ff2d data/cuboidmod/advancements/recipes/misc/thatldu_furnace_upgrade_from_vanilla_furnace.json +19a662d17f525622d77ebaa905bb60909d08ca88 data/cuboidmod/advancements/recipes/misc/thatldu_furnace_upgrade_with_four_ingots.json +ef06552e8569351218d1e2c6bc7f635fe5babf0e data/cuboidmod/advancements/recipes/misc/thatldu_helmet_smithing.json +ccb62bdee51a572f0c529a7ced6876922056d6c5 data/cuboidmod/advancements/recipes/misc/thatldu_hoe_smithing.json +0b41142dd080ab116642bae0b79c8da9791215cd data/cuboidmod/advancements/recipes/misc/thatldu_ingots_from_block.json +8af692f88608b67d4e5018b7766df669cfbfd991 data/cuboidmod/advancements/recipes/misc/thatldu_ingot_from_nuggets.json +f20bd515930d2d8f69ee870196ef4ee45974f495 data/cuboidmod/advancements/recipes/misc/thatldu_leggings_smithing.json +a14e099807440a75e621b7eb4c1a9dea53851762 data/cuboidmod/advancements/recipes/misc/thatldu_nuggets_from_ingot.json +0d65fdbc656c7598b38e1c015286a6d2992a22e9 data/cuboidmod/advancements/recipes/misc/thatldu_ore_ingot_blasting.json +e23e2f470b800c9d5e621af25326541a5becd8cd data/cuboidmod/advancements/recipes/misc/thatldu_ore_ingot_smelting.json +e4b7951f46b70b7915e947665cab84e248825818 data/cuboidmod/advancements/recipes/misc/thatldu_pickaxe_smithing.json +212c3610bb993c3dc6636f92051ea2a548241ef2 data/cuboidmod/advancements/recipes/misc/thatldu_quantum_collapser_from_blocks_and_furnace.json +427d0a6199cc86ec078dd7b26c1e09456324f91c data/cuboidmod/advancements/recipes/misc/thatldu_quantum_collapser_upgrade.json +4e0a5f93ff4c2248147511b9259726e62b4d7e71 data/cuboidmod/advancements/recipes/misc/thatldu_rod_from_ingots.json +fbaa8d88ebbbcde601a8f3fa808a0686514a838e data/cuboidmod/advancements/recipes/misc/thatldu_shovel_smithing.json +10be6fbc74f511e8f8e959ee9f4820d97fd7abe3 data/cuboidmod/advancements/recipes/misc/thatldu_smasher_smithing.json +d0fe7ac4003a0343223df44625a2446013c94505 data/cuboidmod/advancements/recipes/misc/thatldu_spg_from_blocks_furnace_and_redstone_block.json +aa21a24b020199bdad6395414603bf761db46077 data/cuboidmod/advancements/recipes/misc/thatldu_spg_upgrade.json +8fafac212aa12d2833d22fabce425e06c332e331 data/cuboidmod/advancements/recipes/misc/thatldu_srg_from_blocks_furnace_and_crafting_table.json +475b21bb57823246b74a6014833a3ba13f7f0e35 data/cuboidmod/advancements/recipes/misc/thatldu_srg_upgrade.json +12d15a8299468f7ef087dca6e1ef3a0651df80d0 data/cuboidmod/advancements/recipes/misc/thatldu_sword_smithing.json +08bf3b415c54ba0211bcfcdbb153137406465c5b data/cuboidmod/advancements/recipes/misc/torches_from_charcoal_and_rod.json +0e7a66f7a47d2385105ce984522590055808e11f data/cuboidmod/advancements/recipes/misc/torches_from_coal_and_rod.json +3d51dd052fbc0a37b37eca747608d923d9677147 data/cuboidmod/advancements/recipes/misc/wikidium_axe_from_ingots_and_rods.json +b99082b8833ca13c12adbb0e985619e570a6052a data/cuboidmod/advancements/recipes/misc/wikidium_boots_from_ingots.json +4e2b1f22feb0c0a5dc3aca00d52713de07aa148c data/cuboidmod/advancements/recipes/misc/wikidium_chestplate_from_ingots.json +11e224ca34135e9176ce9cb2b73de5b851bb799e data/cuboidmod/advancements/recipes/misc/wikidium_chest_from_ingots.json +8c2179f46736287d48ec9dd529b1048d18628893 data/cuboidmod/advancements/recipes/misc/wikidium_chest_from_prev.json +477dd0ee77c46087d26e2c4cd3fc3ab449040c92 data/cuboidmod/advancements/recipes/misc/wikidium_chunk_from_pieces.json +c25d293a91f99d30214a7504e4e57491d5f43e15 data/cuboidmod/advancements/recipes/misc/wikidium_chunk_ingot_blasting.json +15993f4bf356d64f20a1f688253696f9ba179e99 data/cuboidmod/advancements/recipes/misc/wikidium_chunk_ingot_smelting.json +0534f60c55639c10cf84d94c65b2a185f840e098 data/cuboidmod/advancements/recipes/misc/wikidium_crafting_table_from_silica_and_chunk.json +a823ab1742f58d841e5746883958f456994a9e57 data/cuboidmod/advancements/recipes/misc/wikidium_dust_ingot_blasting.json +aafe8b345ad6b792f7244fbb8df4920d127439b8 data/cuboidmod/advancements/recipes/misc/wikidium_dust_ingot_smelting.json +23a7112f35704a7dec1a8ff7e6cb49917f38a2f5 data/cuboidmod/advancements/recipes/misc/wikidium_dust_with_smoosher_and_chunk.json +4a1d738b906b79b86f8f8b8d1dc8ffda28c4b24b data/cuboidmod/advancements/recipes/misc/wikidium_dust_with_smoosher_and_ingot.json +378b11ad40f9f97f71f4faf239e1da955dc9a1ab data/cuboidmod/advancements/recipes/misc/wikidium_dust_with_smoosher_and_ore.json +3457f29d713c55270011d1b610fcd71b5579e4c7 data/cuboidmod/advancements/recipes/misc/wikidium_furnace_upgrade_from_kudbebedda_furnace.json +7c86312e6486ee546755157107776ac1ebc11a89 data/cuboidmod/advancements/recipes/misc/wikidium_furnace_upgrade_from_notsogudium_furnace.json +0e4eaae9b2d1dc5b327130e499e7862385d0ca3c data/cuboidmod/advancements/recipes/misc/wikidium_furnace_upgrade_from_vanilla_furnace.json +5d3229ced68a61261d6b99715158c79b8a0adce5 data/cuboidmod/advancements/recipes/misc/wikidium_furnace_upgrade_with_four_ingots.json +9b9d0220b23108bc6084fe0ec5ed39e221ca9bb6 data/cuboidmod/advancements/recipes/misc/wikidium_helmet_from_ingots.json +bc2e721b070b57193aab7f93118b9892a120802f data/cuboidmod/advancements/recipes/misc/wikidium_hoe_from_ingots_and_rods.json +6609d36aa89d1882aec067404ddec43159102933 data/cuboidmod/advancements/recipes/misc/wikidium_ingots_from_block.json +6274e6581d450220a6ef51a348a6ca075f21f8a9 data/cuboidmod/advancements/recipes/misc/wikidium_ingot_from_nuggets.json +9ccba140f062527722e9892866bb64611ee400da data/cuboidmod/advancements/recipes/misc/wikidium_leggings_from_ingots.json +b534ebb1df4b21e0c18737505d3dd3765759cd1f data/cuboidmod/advancements/recipes/misc/wikidium_nuggets_from_ingot.json +98e37aff04a72b8cd5810c36e70740a848939dd6 data/cuboidmod/advancements/recipes/misc/wikidium_ore_ingot_blasting.json +87003d724790357dbd3f6468718420dec81b45b7 data/cuboidmod/advancements/recipes/misc/wikidium_ore_ingot_smelting.json +8f4b1203622e8b3c95799fd6f35a62af34dfd064 data/cuboidmod/advancements/recipes/misc/wikidium_pickaxe_from_ingots_and_rods.json +0ab0380e8e36aecf2bd7de452f4286905d6b7605 data/cuboidmod/advancements/recipes/misc/wikidium_quantum_collapser_from_blocks_and_furnace.json +8032dcd011d3e1dff31e2305001523f67d4a1228 data/cuboidmod/advancements/recipes/misc/wikidium_quantum_collapser_upgrade.json +994d3e3ba9ae465f4268459f0ac935d8fcdd0016 data/cuboidmod/advancements/recipes/misc/wikidium_rod_from_ingots.json +a532f04516109c3122f2be5aef13ad6fd556d711 data/cuboidmod/advancements/recipes/misc/wikidium_shovel_from_ingots_and_rods.json +0d8ae793c6da82b53d4ec7b2911c6865ece428ff data/cuboidmod/advancements/recipes/misc/wikidium_smasher_from_blocks_ingot_and_rods.json +2ace1609282495e6f74ef781953417c45a8dd78d data/cuboidmod/advancements/recipes/misc/wikidium_spg_from_blocks_furnace_and_redstone_block.json +7cf60af49c713f7d78283f08ecb1054512fc0b26 data/cuboidmod/advancements/recipes/misc/wikidium_spg_upgrade.json +70484574d0261b62acf02497f0d585700647a5dd data/cuboidmod/advancements/recipes/misc/wikidium_srg_from_blocks_furnace_and_crafting_table.json +cd28939f19ab06b7bd6a13b6b602209b2fc110dc data/cuboidmod/advancements/recipes/misc/wikidium_srg_upgrade.json +c6d32dfe9dbc95665ce7ae8b12a103ce2bc3e3c8 data/cuboidmod/advancements/recipes/misc/wikidium_sword_from_ingots_and_rod.json +6da928e2e8073ae9ff724a7d8e1a50ebc611c8f4 data/cuboidmod/recipes/arachnugget_from_spider_eye_smelting.json +1893d510e2fcaea8786717dee3305ff4c57651de data/cuboidmod/recipes/blast_furnace_from_blocks.json +09a444df50204d25ea6dd891632717513e2c428c data/cuboidmod/recipes/broth_from_water_bucket_and_bone_meal.json +7d27a248d066120f6978ca9fb8478559b2ef925b data/cuboidmod/recipes/bucket_from_kudbebedda_ingots.json +8cadb8f893f36bd38563389253920a9f39a3052e data/cuboidmod/recipes/bucket_from_notarfbadium_ingots.json +cb9edf23da609c9ea32fad61a64fb017979cd0d6 data/cuboidmod/recipes/bucket_from_notsogudium_ingots.json +8a0cb244e022c00604bd3c7038e48976621a974c data/cuboidmod/recipes/bucket_from_thatldu_ingots.json +bd504fc7769640122c940190953ae0ab5a896440 data/cuboidmod/recipes/bucket_from_wikidium_ingots.json +d250728be34a6b3d5eee6bfbc283f991e4527413 data/cuboidmod/recipes/carbon_nanotubes_from_carbon_nanotube_block.json +2c3c5a3e14a9cc4f639682887f90701cdd8cff82 data/cuboidmod/recipes/carbon_nanotube_block_from_carbon_nanotubes.json +6d2739b32f31e3a4f705fd0610be2f0b61f79a02 data/cuboidmod/recipes/cellulose_block_from_cellulose.json +d09d29abaade2abf769a65040c0bf45cd82f2dc2 data/cuboidmod/recipes/cellulose_bricks_from_blocks.json +0617c533d773d84dfe9eafe2023b9ae3d901bf3c data/cuboidmod/recipes/cellulose_bricks_from_block_sc.json +34fd339acc21e053267c601ef5b2fa92bf1b4245 data/cuboidmod/recipes/cellulose_bricks_from_chiseled_bricks_sc.json +410167b99d9751be5b69a7413418c8864a2a0a86 data/cuboidmod/recipes/cellulose_chiseled_bricks_from_block_sc.json +91bac8ad3a9a68190dcf95723850390c266da9e4 data/cuboidmod/recipes/cellulose_chiseled_bricks_from_bricks.json +71f522008e7f2f878bea0a2a639281e39c5cac07 data/cuboidmod/recipes/cellulose_chiseled_bricks_from_bricks_sc.json +1fbdbea6fab1b631c38eb11a4c8616b525459361 data/cuboidmod/recipes/cellulose_from_cellulose_block.json +ad14b9c1a588d3eb2ac191a02422372e3addf03e data/cuboidmod/recipes/coal_from_carbon_deposits.json +27f923157905daf4f7d887e72d12f9783662fb54 data/cuboidmod/recipes/cooked_kebab_from_raw_kebab_smelting.json +205e6928ce9da2e17ed0d44e66444edc7c012a2e data/cuboidmod/recipes/cured_beef_from_acv_and_raw_beef.json +c08ce02d1ccd0daaf9e033439ee41a7ebd18ca13 data/cuboidmod/recipes/cured_flesh_from_acv_and_rotten_flesh.json +05c066916136cb90f550d8aadca3b53224bf312d data/cuboidmod/recipes/furnace_from_chunks.json +7be601b669bb7c84d9de80eeb7fd8970fbc49271 data/cuboidmod/recipes/gruel_from_broth_and_protein_paste.json +ffbbbbe6aaea579760fa15290539a35c90356b46 data/cuboidmod/recipes/hopper_from_ingots_and_chest.json +3b8c2bb6dd2e07ac90cf6fd59da07961412083c5 data/cuboidmod/recipes/kudbebedda_axe_from_ingots_and_rods.json +84b6163b218907b4b32080a415961bf70d443b4b data/cuboidmod/recipes/kudbebedda_block_from_ingots.json +68a4c6e477da19ddb7eef5d3925f7fd30a98f6a3 data/cuboidmod/recipes/kudbebedda_boots_from_ingots.json +ab1409a6188e3fe374f7d8fcd80b4f5717adedd8 data/cuboidmod/recipes/kudbebedda_chestplate_from_ingots.json +b13178af18854c989ba0c7161cb592795591974a data/cuboidmod/recipes/kudbebedda_chest_from_ingots.json +145e199808289567895593601ea6228143b68f6d data/cuboidmod/recipes/kudbebedda_chest_from_prev.json +09dcdee93017fb58f8851dc651b6f0992e266bce data/cuboidmod/recipes/kudbebedda_chunk_from_pieces.json +177b96a66ee08039487bb46e220bae8815b7681e data/cuboidmod/recipes/kudbebedda_chunk_ingot_blasting.json +8723ec6d06c02ae5cc1097d14c4a0961cd25b735 data/cuboidmod/recipes/kudbebedda_chunk_ingot_smelting.json +ab26e3842798a994b19c9a32a95949c8b07c9327 data/cuboidmod/recipes/kudbebedda_crafting_table_from_silica_and_chunk.json +e009cffd836aa7953287cd4602c9ea8776a51d1f data/cuboidmod/recipes/kudbebedda_dust_ingot_blasting.json +cc71b69624340c901adca227b17cfb0b0614f8bd data/cuboidmod/recipes/kudbebedda_dust_ingot_smelting.json +9434a6c8f57704943097dd3382f7eb7d49ff81b7 data/cuboidmod/recipes/kudbebedda_dust_with_smoosher_and_chunk.json +a89c2f776174839bb7b811d7a8d06f49fcb5c1f0 data/cuboidmod/recipes/kudbebedda_dust_with_smoosher_and_ingot.json +a926dc81017b84e39a5f9547da7c8a615f566f43 data/cuboidmod/recipes/kudbebedda_dust_with_smoosher_and_ore.json +bd6b3d9c0f14097d1e64d69e58441e7298e53939 data/cuboidmod/recipes/kudbebedda_furnace_upgrade_from_vanilla_furnace.json +9a7cd099232426d89bb07e67ee3168d9f484ebe9 data/cuboidmod/recipes/kudbebedda_furnace_upgrade_with_four_ingots.json +e6948565a73bcbe8bae9b56e44f00fe81c30fc36 data/cuboidmod/recipes/kudbebedda_helmet_from_ingots.json +41376179ce9f98a27711721c8e06739d22b348a7 data/cuboidmod/recipes/kudbebedda_hoe_from_ingots_and_rods.json +fec8325e856623d7218a21e0e5ace7c337e49626 data/cuboidmod/recipes/kudbebedda_ingots_from_block.json +e1bb7fdaf3e5a4bb02258645b0842514f247b0fb data/cuboidmod/recipes/kudbebedda_ingot_from_nuggets.json +0f460fbe320b16bc7aae32828967e53be52ea5ea data/cuboidmod/recipes/kudbebedda_leggings_from_ingots.json +368bd4afa3d06e321074e727daef0b36a120ae3d data/cuboidmod/recipes/kudbebedda_nuggets_from_ingot.json +31c05d3e51b86639012a2dc1d920ec505cbabb0a data/cuboidmod/recipes/kudbebedda_ore_ingot_blasting.json +bf803ee0fa5650fdc99508a147775a670b043836 data/cuboidmod/recipes/kudbebedda_ore_ingot_smelting.json +dfc7d76345f8171b3949616ab4931240cf280c89 data/cuboidmod/recipes/kudbebedda_pickaxe_from_ingots_and_rods.json +0f08cbd37f35271ab689014150eb2be9e77b9fba data/cuboidmod/recipes/kudbebedda_quantum_collapser_from_blocks_and_furnace.json +881a1544e7f21ad9797538bae28d76fec94a3e80 data/cuboidmod/recipes/kudbebedda_quantum_collapser_upgrade.json +ed218abb43635176bdb25fefc043ec7c70498ce0 data/cuboidmod/recipes/kudbebedda_rod_from_ingots.json +7e115792800c3e8afa55aff5b5de952259c5a0f5 data/cuboidmod/recipes/kudbebedda_shovel_from_ingots_and_rods.json +e7d70ad14abdd91146f5d0e8c14976c6f9dd7515 data/cuboidmod/recipes/kudbebedda_smasher_from_blocks_ingot_and_rods.json +0ff3d42095b0aa516d7b4223dbd8ed7e6eaa040c data/cuboidmod/recipes/kudbebedda_spg_from_blocks_furnace_and_redstone_block.json +1b678f1c07c87ee39111b7442d506c9d4f84fdb9 data/cuboidmod/recipes/kudbebedda_spg_upgrade.json +35305fdb3264994f052333ebd317a62ca3a39592 data/cuboidmod/recipes/kudbebedda_srg_from_blocks_furnace_and_crafting_table.json +e403d15ffe577a3f8a2424c43efb4287995260cb data/cuboidmod/recipes/kudbebedda_srg_upgrade.json +d82a82eff63d6271e7497de9d8243e32bbe41a69 data/cuboidmod/recipes/kudbebedda_sword_from_ingots_and_rod.json +5db2d91d83b2235519b9c1545c00da6e1e9b2cdf data/cuboidmod/recipes/lantern_from_nuggets_and_torch.json +bf2dd28176611f16b634d8f572ec0a5b90e5cf75 data/cuboidmod/recipes/notarfbadium_axe_from_ingots_and_rods.json +415cd6f94a37900e19de83b7408e86f0dfa01c48 data/cuboidmod/recipes/notarfbadium_block_from_ingots.json +93d7b828f10a0a0bfa8d9f6878f0c00b29076f46 data/cuboidmod/recipes/notarfbadium_boots_from_ingots.json +9e31ea6883344ebb030f0f0daf21beff61a968d1 data/cuboidmod/recipes/notarfbadium_chestplate_from_ingots.json +aa975815f33d5af1d397df1fda9db74462780c9a data/cuboidmod/recipes/notarfbadium_chest_from_ingots.json +f5a22155d54b680fbef183e4bdc211d0b8876681 data/cuboidmod/recipes/notarfbadium_chest_from_prev.json +efe455cd8105f94c58b4dd6d013e89673b486273 data/cuboidmod/recipes/notarfbadium_chunk_from_pieces.json +421818108cdb16aa1b6f7bf7968e0a7fed5f83d2 data/cuboidmod/recipes/notarfbadium_chunk_ingot_blasting.json +39e910511d2af4fa7e012464b7ac4ed42e0b5d4e data/cuboidmod/recipes/notarfbadium_chunk_ingot_smelting.json +1f964e63e906b7537c41bacc09ccb8b8ca5cadb5 data/cuboidmod/recipes/notarfbadium_crafting_table_from_silica_and_chunk.json +b84b5f69aaac1ba82f4d3a64ba56f6b8efe5313f data/cuboidmod/recipes/notarfbadium_dust_ingot_blasting.json +fa5082554b9252ef44c27bb9976d369f338be857 data/cuboidmod/recipes/notarfbadium_dust_ingot_smelting.json +a6ef29c7d184fd02ce772e2c5f103ffcde6d7bc4 data/cuboidmod/recipes/notarfbadium_dust_with_smoosher_and_chunk.json +35d00ab9a5dc18929408d7df87d14123c9f5842c data/cuboidmod/recipes/notarfbadium_dust_with_smoosher_and_ingot.json +092d75396fa7ea402550b810da6c2b27bca89565 data/cuboidmod/recipes/notarfbadium_dust_with_smoosher_and_ore.json +6f432a78f2c9beb040b8a5f156ba881223276ab8 data/cuboidmod/recipes/notarfbadium_furnace_upgrade_from_notsogudium_furnace.json +4b4a7d364d2983be73277db18387c3add09a4bc9 data/cuboidmod/recipes/notarfbadium_furnace_upgrade_from_vanilla_furnace.json +78103f9ddce808538cb10eebc328ebd59b0ab448 data/cuboidmod/recipes/notarfbadium_furnace_upgrade_with_four_ingots.json +c5b9c804b4ee0a23ccdc529fee8991017a14f396 data/cuboidmod/recipes/notarfbadium_helmet_from_ingots.json +a882ccee0158633d02f638cbaee6e8c444526a7a data/cuboidmod/recipes/notarfbadium_hoe_from_ingots_and_rods.json +9bbf197c88d59d82d258f2304e177b709d2810b1 data/cuboidmod/recipes/notarfbadium_ingots_from_block.json +a37a08a8e8261fb619dc5f03e734913cf7b5882e data/cuboidmod/recipes/notarfbadium_ingot_from_nuggets.json +5d8a0c474d184f992c37be2319b770d670cdd732 data/cuboidmod/recipes/notarfbadium_leggings_from_ingots.json +41c3021005489661cb836beb851e44d86d448491 data/cuboidmod/recipes/notarfbadium_nuggets_from_ingot.json +4877199eb7e1e210e88e71f4350484393a25ffe0 data/cuboidmod/recipes/notarfbadium_ore_ingot_blasting.json +c059da1448ab72c3b728169c5aded02abf50fb20 data/cuboidmod/recipes/notarfbadium_ore_ingot_smelting.json +870dba532481ef9feaa087bd1300c8c91a34c2d3 data/cuboidmod/recipes/notarfbadium_pickaxe_from_ingots_and_rods.json +7f1a18fe0db7967c64dae29b44ce1f2ab1566561 data/cuboidmod/recipes/notarfbadium_quantum_collapser_from_blocks_and_furnace.json +ffa2061c4ec00bbf59aea3164c3be8129d71cd00 data/cuboidmod/recipes/notarfbadium_quantum_collapser_upgrade.json +98df2910b67191f7403698f25ca5edfb6d5c8bcc data/cuboidmod/recipes/notarfbadium_rod_from_ingots.json +43d2a7021135ed1659ca88589e3855cc4a7b595e data/cuboidmod/recipes/notarfbadium_shovel_from_ingots_and_rods.json +3284f4639705ba4dafd7061bedbaccbcca03e976 data/cuboidmod/recipes/notarfbadium_smasher_from_blocks_ingot_and_rods.json +742897588b8e9d79f3758ad4898a2ddfece92fb2 data/cuboidmod/recipes/notarfbadium_spg_from_blocks_furnace_and_redstone_block.json +b5d3535c61d860b449debe79f375690ee764b69d data/cuboidmod/recipes/notarfbadium_spg_upgrade.json +37f3d74830ecde39189eb5d168d4f50198195dac data/cuboidmod/recipes/notarfbadium_srg_from_blocks_furnace_and_crafting_table.json +5aab7a3626bbdb44a27b6d96e602159e34c769d2 data/cuboidmod/recipes/notarfbadium_srg_upgrade.json +b87cbf4cc689d396836222ba9c6318c1f07a0078 data/cuboidmod/recipes/notarfbadium_sword_from_ingots_and_rod.json +c6fa90e88a4556c9ad87523c6579dc2c4664867a data/cuboidmod/recipes/notsogudium_axe_from_ingots_and_rods.json +0cc6e7651ecdeb265d27139d5d6e4fa501c13fbd data/cuboidmod/recipes/notsogudium_block_from_ingots.json +01f7be643852e0a9e5b6d11a9de081dfb69ae512 data/cuboidmod/recipes/notsogudium_boots_from_ingots.json +03825925af97866d533eec4b38689b9fb6050c00 data/cuboidmod/recipes/notsogudium_bowls_from_ingots.json +b59965255b0bb7939f47e41ca0dac70b1b40d0e0 data/cuboidmod/recipes/notsogudium_chestplate_from_ingots.json +415aa51d5934c6057d0cc91d5dc55fc05bf53fad data/cuboidmod/recipes/notsogudium_chest_from_ingots.json +67b181b453927ac83f01554cd699e3420010b3b2 data/cuboidmod/recipes/notsogudium_chunk_from_pieces.json +2d1f7a47ae87c4cb72f549d30a952218bfaf79bc data/cuboidmod/recipes/notsogudium_chunk_ingot_blasting.json +968f202ec59105e255694fb8878bdb2401053149 data/cuboidmod/recipes/notsogudium_chunk_ingot_smelting.json +24ce358b3d6573c7ed99626ed76859618a137944 data/cuboidmod/recipes/notsogudium_crafting_table_from_silica_and_chunk.json +1171ff7fcf0a6e5dc9e7bf4ef38bc9a32c451989 data/cuboidmod/recipes/notsogudium_dust_ingot_blasting.json +f905a1bdc513b1381f136f8e47ce14773d193088 data/cuboidmod/recipes/notsogudium_dust_ingot_smelting.json +eba5341cf71a9a800e64053387e97c78d5281740 data/cuboidmod/recipes/notsogudium_dust_with_smoosher_and_chunk.json +641ba9cb26f7bf7181422f1b9adb25d7e3606cef data/cuboidmod/recipes/notsogudium_dust_with_smoosher_and_ingot.json +d349b224bfd12630fb0f852654bf4701e51eee3e data/cuboidmod/recipes/notsogudium_dust_with_smoosher_and_ore.json +2ca2e58e65fecea38533865c9d034544e025fdcd data/cuboidmod/recipes/notsogudium_eumus_furnace_upgrade_with_four_ingots.json +37130408cee435321a2a801ae5f977d5230a93f1 data/cuboidmod/recipes/notsogudium_furnace_upgrade_with_four_ingots.json +347971cd6f9e1c7a9de3358490caf923e6b2c080 data/cuboidmod/recipes/notsogudium_helmet_from_ingots.json +5fee09f9fe4e038e43030d4573969c5cfad8e0c5 data/cuboidmod/recipes/notsogudium_hoe_from_ingots_and_rods.json +85701c00fef2aee706a53a36611ce0d77322ff2b data/cuboidmod/recipes/notsogudium_ingots_from_block.json +bae3633ee6cca101467ff8d5eba66e21e1ac2d30 data/cuboidmod/recipes/notsogudium_ingot_from_nuggets.json +1025417917c11207b6478e3f4b1d964d79263fd4 data/cuboidmod/recipes/notsogudium_leggings_from_ingots.json +af3703b0c4c6054a7f265a24391210dc13f4dd06 data/cuboidmod/recipes/notsogudium_nuggets_from_ingot.json +f41b47639793a14533362acb78f662f68024c846 data/cuboidmod/recipes/notsogudium_ore_ingot_blasting.json +598ae263e44fcaf7a901d8944f2e07c8ffd61dd0 data/cuboidmod/recipes/notsogudium_ore_ingot_smelting.json +515b0b58b675b98e1f686859afc4f7f2b610666a data/cuboidmod/recipes/notsogudium_pickaxe_from_ingots_and_rods.json +b77edd8876ee28212ae4917c002a3f2fb6fc06a1 data/cuboidmod/recipes/notsogudium_quantum_collapser_from_blocks_and_furnace.json +130e1b85185c416ac0e44e4d4c171c01929f9cd3 data/cuboidmod/recipes/notsogudium_rod_from_ingots.json +b231367e082331c9bf672c703914cd402f4a057a data/cuboidmod/recipes/notsogudium_shovel_from_ingots_and_rods.json +b4b32519925a17e613621232f4b225054da5feae data/cuboidmod/recipes/notsogudium_smasher_from_blocks_ingot_and_rods.json +bd8947e3f39ed1d1b0d1be72254c7aeb6ef74057 data/cuboidmod/recipes/notsogudium_spg_from_blocks_furnace_and_redstone_block.json +51116b26eb02f493b988a0524236499a0ddc22e3 data/cuboidmod/recipes/notsogudium_srg_from_blocks_furnace_and_crafting_table.json +9ad5c194fefe77e700679ffd2ac4223f23a95c1a data/cuboidmod/recipes/notsogudium_sword_from_ingots_and_rod.json +bdbe0b81d7f2313e2df999c59c8c9d3b0a7ea800 data/cuboidmod/recipes/organically_enriched_sand_from_sand_and_stuff.json +07fc38fbd7e5b4f74d37aa5a40706a40ef6506e2 data/cuboidmod/recipes/protein_bar_from_protein_paste_smelting.json +90c3d44af2a67a76b413dc6cc18030c99627e1a8 data/cuboidmod/recipes/protein_fiber_block_from_protein_fiber.json +3abe17a61f418e545ab1f9a1054bbafc57e6bf4c data/cuboidmod/recipes/protein_fiber_from_protein_fiber_block.json +6d327cb41b492b6c201d1ebde75bc814be035694 data/cuboidmod/recipes/protein_paste_block_from_protein_paste.json +333bf046d38a14ba9ccbe0fc7a9847854a42a694 data/cuboidmod/recipes/protein_paste_from_protein_paste_block.json +ee2b9932859ea03c3c345660e88807f801cb623f data/cuboidmod/recipes/qtc_from_thatldu_collapser_spg_and_singularities.json +c9f38d20af7b28b0ffe588754e0f02256fa9b580 data/cuboidmod/recipes/qtc_from_wikidium_collapser_spg_and_singularities.json +8571c2391b75f1efb165b1e7ac1e3c750169993e data/cuboidmod/recipes/raw_kebab.json +adbb47fa196b565ba6c7f25e50eaf2eba981b836 data/cuboidmod/recipes/silica_dust_block_from_silica_dust.json +0689be04e2446ceb8693b6d2943b4385a016b5ef data/cuboidmod/recipes/silica_dust_from_silica_dust_block.json +201aa8787fc7c1b4c4efb993ac0a01a90622be4c data/cuboidmod/recipes/smelt_glass_from_silica_dust_block_blasting.json +d495fea7eed332c92205e6d382acfa0890a2e319 data/cuboidmod/recipes/smelt_glass_from_silica_dust_block_smelting.json +a211d357016777afa8c77aaaca4da82ad822693d data/cuboidmod/recipes/smithing_table_when_thatldu_ingot.json +c8426364cdb636e75e1924f1bf8e814c6b7150d0 data/cuboidmod/recipes/smoosher_from_blocks_ingot_and_rods.json +706cc14db4e6ae205430e8c7e840620a262cc9eb data/cuboidmod/recipes/sticks_from_stick_bundle.json +ab4660604f0b033aec0a55d9c955ac536f0cea9b data/cuboidmod/recipes/stick_bundle_from_sticks.json +8a55b4c5602acd63396de982b8b3c43570dbb1d0 data/cuboidmod/recipes/string_from_nanotubes_and_protein_fiber.json +3bb0c26887ab365a2bd2d1aa99b8a9355e40f8d3 data/cuboidmod/recipes/thatldu_axe_smithing.json +259670c8bf8c6bd137fa373ad24e4eaf9dc1e232 data/cuboidmod/recipes/thatldu_block_from_ingots.json +8ce59129e15a42c7a7db5ce3a08b9e5bfab7ed64 data/cuboidmod/recipes/thatldu_boots_smithing.json +b1cbdebfea55db229c1d0e9efa386ce17b7d5104 data/cuboidmod/recipes/thatldu_chestplate_smithing.json +ab36b94d3d9a216a5f9d2fb1dba07ed33925f4b6 data/cuboidmod/recipes/thatldu_chest_from_ingots.json +a49571bb7d47914e85468bb88a61f13134c53d63 data/cuboidmod/recipes/thatldu_chest_from_prev.json +3ee81ff4462d9cbb08503b1404ee5e44715bc33e data/cuboidmod/recipes/thatldu_chunk_from_pieces.json +d93b0dd0fcef3bc6d52d5ba9d7275fe693c5421a data/cuboidmod/recipes/thatldu_chunk_ingot_blasting.json +923386f38ffbd2796ffcecd9731d0060c0eb0d4c data/cuboidmod/recipes/thatldu_chunk_ingot_smelting.json +c86318de41839f1fd6408172d8dd8257c2a2321e data/cuboidmod/recipes/thatldu_crafting_table_from_silica_and_chunk.json +2c3e8ab114d662949f6a175833340bad4e0a4281 data/cuboidmod/recipes/thatldu_dust_ingot_blasting.json +7d5a55397de8fb9df3c91127463efc99adaee431 data/cuboidmod/recipes/thatldu_dust_ingot_smelting.json +289285f935fd7e62d1a94778b17ec8e01d2df420 data/cuboidmod/recipes/thatldu_dust_with_smoosher_and_chunk.json +cdc520ade24f5a29dc7c4b35bd26a717084c2d2d data/cuboidmod/recipes/thatldu_dust_with_smoosher_and_ingot.json +92e29bc5bd1ee7852d49a889f34b5b150f73769b data/cuboidmod/recipes/thatldu_dust_with_smoosher_and_ore.json +a979d54ba57a7222d06caa78cae10277dacab7b2 data/cuboidmod/recipes/thatldu_furnace_upgrade_from_kudbebedda_furnace.json +382d9addfb864f420023c00f2b08058e1618dab8 data/cuboidmod/recipes/thatldu_furnace_upgrade_from_notarfbadium_furnace.json +befebdb04eded24f8db7b82fb79920dba8b7c533 data/cuboidmod/recipes/thatldu_furnace_upgrade_from_notsogudium_furnace.json +f4d96098d48326bf88f32a3a131c9ff9b0cd1601 data/cuboidmod/recipes/thatldu_furnace_upgrade_from_vanilla_furnace.json +3236385ff0f6f57109d612fea815980472feb212 data/cuboidmod/recipes/thatldu_furnace_upgrade_with_four_ingots.json +007dd08ca3f90ad23c2bcade87ad6a662baaeb71 data/cuboidmod/recipes/thatldu_helmet_smithing.json +51e1d21b6519925752ada89a22bce0a5da238428 data/cuboidmod/recipes/thatldu_hoe_smithing.json +1a570449f2e08fb0bc45a185c0baea0e4ddf1fc6 data/cuboidmod/recipes/thatldu_ingots_from_block.json +d859b9ed986a709625dc2e4ce85cedb04ee230e5 data/cuboidmod/recipes/thatldu_ingot_from_nuggets.json +403b41ba99c4b29b4c6b7d95606f732f581c9fc3 data/cuboidmod/recipes/thatldu_leggings_smithing.json +5a3a06b121bbf4f7d1c859d746810626bd66cf74 data/cuboidmod/recipes/thatldu_nuggets_from_ingot.json +65a43c45d65c26bf24b5f5b4a8a995f0676c56f2 data/cuboidmod/recipes/thatldu_ore_ingot_blasting.json +d0abcd4cde0b2729e6ab84f837a845b89d18ccd9 data/cuboidmod/recipes/thatldu_ore_ingot_smelting.json +4f19332e19966bbe41fd82068947d1dc481d5e0e data/cuboidmod/recipes/thatldu_pickaxe_smithing.json +4c2d7f7bc74c85884b7cc58ddffb16ae90bc5d26 data/cuboidmod/recipes/thatldu_quantum_collapser_from_blocks_and_furnace.json +d4b7b68d9af59376d0fed3f2739e398f5701b24c data/cuboidmod/recipes/thatldu_quantum_collapser_upgrade.json +bd7dca62f1f84b554b7b3b99f368fe1d0e23ae26 data/cuboidmod/recipes/thatldu_rod_from_ingots.json +f3ddad365e2f94e974b6baa5c02985cf3c490656 data/cuboidmod/recipes/thatldu_shovel_smithing.json +99f148fb937bf05466781c830b558bcf403db06a data/cuboidmod/recipes/thatldu_smasher_smithing.json +e712bf163b64f4213b340cc4b9c43a5989520028 data/cuboidmod/recipes/thatldu_spg_from_blocks_furnace_and_redstone_block.json +6ab6c1b13d0e086be2b119bb47d91840ec5fa976 data/cuboidmod/recipes/thatldu_spg_upgrade.json +0e79471993d4d9cc247be969051620ef1b2e18a0 data/cuboidmod/recipes/thatldu_srg_from_blocks_furnace_and_crafting_table.json +f6bc9d144e5cd4a29d71744109b7af4740e2e15b data/cuboidmod/recipes/thatldu_srg_upgrade.json +8c4c631aa6f7aef7a335f0ea4c617c6f45c7f84a data/cuboidmod/recipes/thatldu_sword_smithing.json +4df1ce57792f1e0f68036a933ebeb4bc7306e5c9 data/cuboidmod/recipes/torches_from_charcoal_and_rod.json +324fcaf12c40d1af2243aeae7cbb31fb61a371ff data/cuboidmod/recipes/torches_from_coal_and_rod.json +a660309ccc2f2ef9215795811e30a47eeaedc7ef data/cuboidmod/recipes/wikidium_axe_from_ingots_and_rods.json +f5ea4a7d5762d67d89ba1d0a6fbafedfed0f5f8c data/cuboidmod/recipes/wikidium_block_from_ingots.json +f314893ec4911e8ed15e990187fb7da53ee05511 data/cuboidmod/recipes/wikidium_boots_from_ingots.json +88a0aea1d7fa2244b8367be3ee82f611b954a875 data/cuboidmod/recipes/wikidium_chestplate_from_ingots.json +a7138692737ca5eb4528f649a5bc49e55374a6f2 data/cuboidmod/recipes/wikidium_chest_from_ingots.json +704b28de76e526dd90721edce004671accae62e7 data/cuboidmod/recipes/wikidium_chest_from_prev.json +c18002e41e6735699456e1ec1c9a1643b852ef36 data/cuboidmod/recipes/wikidium_chunk_from_pieces.json +6017af486b2aa14b09d2db2747cd547de4a0e8c0 data/cuboidmod/recipes/wikidium_chunk_ingot_blasting.json +d837601e8a27a205027318bcc7852c5dc5edbb61 data/cuboidmod/recipes/wikidium_chunk_ingot_smelting.json +1aefd8efc181082513454ffaba2b9103b6fa7ad5 data/cuboidmod/recipes/wikidium_crafting_table_from_silica_and_chunk.json +10e1fc6ee1696388781317d55f65852203ec81f5 data/cuboidmod/recipes/wikidium_dust_ingot_blasting.json +75668a444554a812028a112d09b42a4e86dbd245 data/cuboidmod/recipes/wikidium_dust_ingot_smelting.json +24ef226432075fbf12ce87f9e170bb9dece5f597 data/cuboidmod/recipes/wikidium_dust_with_smoosher_and_chunk.json +23a891b4f85c7c36f83646f9b18a9c6da9501024 data/cuboidmod/recipes/wikidium_dust_with_smoosher_and_ingot.json +f681770a6697d410f7f51705cf9cb6137eca9b0e data/cuboidmod/recipes/wikidium_dust_with_smoosher_and_ore.json +124a71cb2fd269ed28108d39e43a84c35dae4e85 data/cuboidmod/recipes/wikidium_furnace_upgrade_from_kudbebedda_furnace.json +110baedd2ae280511f46897cc636c76e78c90dc0 data/cuboidmod/recipes/wikidium_furnace_upgrade_from_notsogudium_furnace.json +efc2dd3f1bc6ce15eef4ae3806425064c7f89249 data/cuboidmod/recipes/wikidium_furnace_upgrade_from_vanilla_furnace.json +5bf279a3868be9ab2f43f61b7e293cf2056b4ec1 data/cuboidmod/recipes/wikidium_furnace_upgrade_with_four_ingots.json +23dfa2ac6109295f4250a5e06dd14ee11bc6824f data/cuboidmod/recipes/wikidium_helmet_from_ingots.json +c82ca9cd94089b76506c9d6e6b7fc6a381dcc560 data/cuboidmod/recipes/wikidium_hoe_from_ingots_and_rods.json +b789d8e4fadff6431660d2c73103960b4baff91f data/cuboidmod/recipes/wikidium_ingots_from_block.json +ede82f5697ea520044dfd68e847240d9b7ada016 data/cuboidmod/recipes/wikidium_ingot_from_nuggets.json +a025cea750073906e92430b19c283934262721f8 data/cuboidmod/recipes/wikidium_leggings_from_ingots.json +616146b0b99ad8bb295901f413e2f0afd3797950 data/cuboidmod/recipes/wikidium_nuggets_from_ingot.json +6a142736a4256b6c3ff4d95bbb98b8e56e54afbd data/cuboidmod/recipes/wikidium_ore_ingot_blasting.json +c7e73e2255a19d0439ad87e8438c43169379aff9 data/cuboidmod/recipes/wikidium_ore_ingot_smelting.json +0ebb1be1483849eb51e984187c0755b0716db271 data/cuboidmod/recipes/wikidium_pickaxe_from_ingots_and_rods.json +3d84838e61d4e0b5c7fadec575d2c1e7bac83d79 data/cuboidmod/recipes/wikidium_quantum_collapser_from_blocks_and_furnace.json +7f67cea18789a6e4055e6d1c4665cee85a8154b4 data/cuboidmod/recipes/wikidium_quantum_collapser_upgrade.json +722ea71b1d8a05c9f1c63d1d5e5c178695967a4b data/cuboidmod/recipes/wikidium_rod_from_ingots.json +ec7432574245116f53cd71fddb58079222c6f832 data/cuboidmod/recipes/wikidium_shovel_from_ingots_and_rods.json +2b86794f9cc23b5f98ebfe4e051e646324262329 data/cuboidmod/recipes/wikidium_smasher_from_blocks_ingot_and_rods.json +8c84a11d397179f7d30c6d3a5e1f5f6f2ce8c057 data/cuboidmod/recipes/wikidium_spg_from_blocks_furnace_and_redstone_block.json +0500321723c51c4bf5b24926e63094c7220c1a9a data/cuboidmod/recipes/wikidium_spg_upgrade.json +b167fd04566cb97802a571b38e882505dfdf33b0 data/cuboidmod/recipes/wikidium_srg_from_blocks_furnace_and_crafting_table.json +83709002ec48ade4a97ed40f399ca977a2acdba8 data/cuboidmod/recipes/wikidium_srg_upgrade.json +c2a91caa00df1ec41e93d43235603da6a1489b8f data/cuboidmod/recipes/wikidium_sword_from_ingots_and_rod.json diff --git a/src/generated/resources/.cache/c9041c0df774bf8d48ce5068adef034a86aed0e4 b/src/generated/resources/.cache/c9041c0df774bf8d48ce5068adef034a86aed0e4 new file mode 100644 index 0000000..299b8cc --- /dev/null +++ b/src/generated/resources/.cache/c9041c0df774bf8d48ce5068adef034a86aed0e4 @@ -0,0 +1,152 @@ +// 1.20.1 2024-05-01T14:56:54.4596703 Tags for minecraft:item mod id cuboidmod +e04b044dcd3d34a3e43faa01fa7c2985171b84f7 data/cuboidmod/tags/items/carbon_nanotube.json +20aa845ad152b7fdd4fce9e77ef8ed30dc857717 data/cuboidmod/tags/items/cellulose.json +6a85da5ddd96e2528b4380ef100eb09b114a0668 data/cuboidmod/tags/items/chests.json +15e6fe50db93a51c16d1a790a6d63ebc7fc015ab data/cuboidmod/tags/items/crafting_tables.json +5b523e5c048c99af959a931e05ce5ae2383b5c74 data/cuboidmod/tags/items/dusts.json +b95ee8dc7c3b4a25565d5a3f5df74600bc1b377c data/cuboidmod/tags/items/food.json +39b055ac03603a80e4102c29cc0b1057de02b272 data/cuboidmod/tags/items/food/apple_cider_vinegar.json +429be2163c1c2bd4f3055b0f94622e5677609f8c data/cuboidmod/tags/items/food/arachnugget.json +7d71fac620ce212b60d4bc6f1c2bab4682b10486 data/cuboidmod/tags/items/food/beef_biltong.json +e81a5d981b61de944fc2b0c393d6a15e846066e2 data/cuboidmod/tags/items/food/broth.json +82538b9b7319ade81e9d8f55b55c3c1382edb6f2 data/cuboidmod/tags/items/food/cured_beef.json +1d11e91dab9752ae56247e90d40a28ff96f3455a data/cuboidmod/tags/items/food/cured_flesh.json +b59f9de7936d0b1434e5d706716a2a20e9798731 data/cuboidmod/tags/items/food/gruel.json +788d091565fa2427a4be0c0249ddfd3f9c85e066 data/cuboidmod/tags/items/food/hardfiskur.json +10d772ddcfb442b752ed27b6e972017602298026 data/cuboidmod/tags/items/food/kebab_cooked.json +f32d901fcacbe2a8001eda9e662cebda85a8242a data/cuboidmod/tags/items/food/kebab_raw.json +6f740f87f65126e185f8b4088cfd646eddc74cc9 data/cuboidmod/tags/items/food/protein_bar.json +1a3624ec4235e882d5156126b94ab2349ce7c5ef data/cuboidmod/tags/items/food/protein_paste.json +d1baf63f8de9223cc7d4d3a72dc72f7083c2cf60 data/cuboidmod/tags/items/food/ration_pack.json +cf1c1fb439d27d8ee3f919d3f1842e2570e90b0e data/cuboidmod/tags/items/food/rotten_apple.json +f4f1420ff1cffc490e49232e9e5c291889c2bacd data/cuboidmod/tags/items/food/zombie_biltong.json +07b428f8a89cc5e72a1126bc7216a44258b3a7c6 data/cuboidmod/tags/items/furnaces.json +b9f59e18237b7ae20323d4ebb630f6e3ab7f4fc3 data/cuboidmod/tags/items/ingots.json +6e6e758b3cc2ac86bb063355e9843f255d62e45f data/cuboidmod/tags/items/nuggets.json +920258ae67dd98764d8fa2a5f6e51a6b714a2301 data/cuboidmod/tags/items/ores.json +cad5ab06ef5c6ec766e19a8a1a4321093e163d17 data/cuboidmod/tags/items/pieces.json +edb04beb00892efe31cbbcebdc6190391b7683e2 data/cuboidmod/tags/items/pieces/kudbebedda.json +e987d4e104f9117c0e7a1c8bf548e8d0247eee88 data/cuboidmod/tags/items/pieces/notarfbadium.json +718030f87f110b8b39923c2cbeea8281559ca7cd data/cuboidmod/tags/items/pieces/notsogudium.json +f5895632709693e21ebe0dee4d2ecec077b187dc data/cuboidmod/tags/items/pieces/thatldu.json +1997f2f98c86b018ff8815433dbc9e1687ca242a data/cuboidmod/tags/items/pieces/wikidium.json +4b3bd8e3f24c38e20a6ee54aca7d077f38f3f9d7 data/cuboidmod/tags/items/protein_fiber.json +1a3624ec4235e882d5156126b94ab2349ce7c5ef data/cuboidmod/tags/items/protein_paste.json +af5793cdd5e1897dd5700a75766778b22d0d26ce data/cuboidmod/tags/items/quantum_singularities.json +ac39a34a399a37c0cebcabc36a574b31648f9212 data/cuboidmod/tags/items/quantum_singularities/aluminium.json +76e54c88477aaca2d4155d79dc5e46e253f1d3dc data/cuboidmod/tags/items/quantum_singularities/andesite.json +8f2abdd54f20de04f29af919288e96f462a8db9f data/cuboidmod/tags/items/quantum_singularities/basalt.json +5ae0394fbcd10db891869bbb08ab8adb2862fc82 data/cuboidmod/tags/items/quantum_singularities/blackstone.json +0338be40ddfe140253ccf77edde2455b1792f58b data/cuboidmod/tags/items/quantum_singularities/bronze.json +5bf7f6d67dbd5e21ecf6def209d843eea7d95ada data/cuboidmod/tags/items/quantum_singularities/carbon_nanotube.json +5daff14b49882801e3b1a4808fb09d588b18591c data/cuboidmod/tags/items/quantum_singularities/cellulose.json +a62e977ef33cea7293ea45666388871ca33cc836 data/cuboidmod/tags/items/quantum_singularities/clay.json +d837b1e67ffa8ada5782b3f7f71695b43961c8c5 data/cuboidmod/tags/items/quantum_singularities/coal.json +827bdd8b87b8a5c78a35156e4cd09b2a45e0f05f data/cuboidmod/tags/items/quantum_singularities/cobalt.json +62dce329ea187e56decbdc0e9d4eb42cf91b2d6e data/cuboidmod/tags/items/quantum_singularities/cobblestone.json +0674b9c4d792e3e8564cc98bb78e831444d5f905 data/cuboidmod/tags/items/quantum_singularities/copper.json +43b24c2d8876080539259b5cb56294889cae6803 data/cuboidmod/tags/items/quantum_singularities/diamond.json +6d194fde9954a0709a2bf59b7f17f466956e64e6 data/cuboidmod/tags/items/quantum_singularities/diorite.json +abf319d2019b3ecd9aa3396c50e14ba5d6df4a20 data/cuboidmod/tags/items/quantum_singularities/dirt.json +22f8c2566c50bfcbba1f231abcdd169f55ee920c data/cuboidmod/tags/items/quantum_singularities/dust.json +25898936f519f4ed0beec897fb2b9c9b5a4b33a9 data/cuboidmod/tags/items/quantum_singularities/electrum.json +2488073d07d278cdb47c5b498b5f308d5139ed79 data/cuboidmod/tags/items/quantum_singularities/emerald.json +eb3bba355344554c8758d2f07cbf3fac164cc517 data/cuboidmod/tags/items/quantum_singularities/endstone.json +730a2943461b6bd946d975b8a4079209957c7296 data/cuboidmod/tags/items/quantum_singularities/glowstone.json +d3084b3dabbfe4da1488f5c228005cee88fe9dce data/cuboidmod/tags/items/quantum_singularities/gold.json +833f0ab951173751fa74c4f328341c680936666e data/cuboidmod/tags/items/quantum_singularities/granite.json +fb57e2ceeb2d7df5fa36ed3ade3dbe2b012fe0ca data/cuboidmod/tags/items/quantum_singularities/gravel.json +55be5677b7446b5701f45677610cd32e2bdf576c data/cuboidmod/tags/items/quantum_singularities/invar.json +902bc557b97539cc27b85d75f2750480753a0b89 data/cuboidmod/tags/items/quantum_singularities/iron.json +64903c0c953349b7944cb5038d8a19178ad2889d data/cuboidmod/tags/items/quantum_singularities/kudbebedda.json +9daf0392853aff9cfbaa20a4a826e8edad7ef0c3 data/cuboidmod/tags/items/quantum_singularities/lapis.json +c28534d48fd720379b8b28564ee073f54538a616 data/cuboidmod/tags/items/quantum_singularities/lead.json +6a18e2b7b846fad4b0aec54343d82303131a2214 data/cuboidmod/tags/items/quantum_singularities/log_acacia.json +19ba10cee876505d03043c7d015ead503b97e7c6 data/cuboidmod/tags/items/quantum_singularities/log_birch.json +955ed819d234e9987e2e8f64d018ace7f5e2b8ea data/cuboidmod/tags/items/quantum_singularities/log_dark_oak.json +0de6282ab033114172b33bada3d228c9e8632a1f data/cuboidmod/tags/items/quantum_singularities/log_jungle.json +a565f929418f87ae1b86b0b57306acdff3d0b029 data/cuboidmod/tags/items/quantum_singularities/log_oak.json +1d0b0738b33503a6004e65e3d854f3ed7073a0e5 data/cuboidmod/tags/items/quantum_singularities/log_spruce.json +4559939764020de43287cdc5021e49d52da62e20 data/cuboidmod/tags/items/quantum_singularities/netherrack.json +8469102d1b203ca28cbe52dee1dc6048dee90f0e data/cuboidmod/tags/items/quantum_singularities/nickel.json +7ebf951199fa3d7c40e75e5eb59b2b472655d2d1 data/cuboidmod/tags/items/quantum_singularities/notarfbadium.json +41e45b6403847d3418be609dc2bc20fbe2e615ed data/cuboidmod/tags/items/quantum_singularities/notsogudium.json +cd9b097dff3d545984de832f11de2c50f6db5f51 data/cuboidmod/tags/items/quantum_singularities/osmium.json +75052325c0c4d40b3ec9c1f8c7ba2957f22ea5ea data/cuboidmod/tags/items/quantum_singularities/platinum.json +747977133558b726a9ab559d2ab5f32127ffb734 data/cuboidmod/tags/items/quantum_singularities/redstone.json +658144fccbd1e6cd1ce901a286817d2f1533e6bc data/cuboidmod/tags/items/quantum_singularities/sand.json +e0d2b38c4b053f25d57f6aa2565360c2389f3315 data/cuboidmod/tags/items/quantum_singularities/silica_dust.json +9f3423a5935cda4c025d0169e798ac870771a28c data/cuboidmod/tags/items/quantum_singularities/silver.json +18d5a1f2760aeae72e3577d8d5aabdabf50000b0 data/cuboidmod/tags/items/quantum_singularities/steel.json +628a36381d9f39ed670e29396a395bf0d4c4a705 data/cuboidmod/tags/items/quantum_singularities/thatldu.json +c72aa10d87b8591b407225f220b5e8ca70faa4ed data/cuboidmod/tags/items/quantum_singularities/tin.json +54d1ad406b0c0ab80bd8d3ed1c93f1d8bd3d0e9e data/cuboidmod/tags/items/quantum_singularities/uraninite.json +87a4ed5ddddb102c2d9bfd183473c5447660b1f1 data/cuboidmod/tags/items/quantum_singularities/uranium.json +27b0a0ef7935fcd22a3d7e9d110e5c82b66c5596 data/cuboidmod/tags/items/quantum_singularities/wikidium.json +149399865e46126787a0e056b982f27463f896ca data/cuboidmod/tags/items/quantum_singularities/zinc.json +bdd90a0eece467f2626bcf32ac87f7dd59cde9f6 data/cuboidmod/tags/items/rods.json +232a1482395bfd9bef8570d1a42d1ab2a3024b3f data/cuboidmod/tags/items/stick_bundle.json +53a9e3d94daab0c368a99640a94160f0a159b708 data/cuboidmod/tags/items/storage_blocks.json +6a85da5ddd96e2528b4380ef100eb09b114a0668 data/forge/tags/items/chests.json +2fe2bbc5a84d60397fcf377013360dffd96a8dab data/forge/tags/items/chests/kudbebedda.json +a2ee7b50fbb9b2d07d0cd2e7bda3e7482377b5f6 data/forge/tags/items/chests/notarfbadium.json +ad73f6c1bbbe0ee9221df9575cecc85cdd8bcf82 data/forge/tags/items/chests/notsogudium.json +3eca6ba862e4f19d1a784340b6c52744ecbc0549 data/forge/tags/items/chests/thatldu.json +cbdc9392325e216346d4dbd39a923c3a6a5a84e1 data/forge/tags/items/chests/wikidium.json +d565644cd7ac61d34bc246117b8f209c9a696cf2 data/forge/tags/items/crafting_tables/kudbebedda.json +56ff66ec8f8ce31b548a8b24ea43d0e6f788c2d9 data/forge/tags/items/crafting_tables/notarfbadium.json +0137573a1a31f241dc429bf284423e389c6f24ae data/forge/tags/items/crafting_tables/notsogudium.json +7a7b0b60960e290ddb4764339fdf2ba4ea8d89d0 data/forge/tags/items/crafting_tables/thatldu.json +7e8df7688014c80d73468b55c18b7f5dc18e9af5 data/forge/tags/items/crafting_tables/wikidium.json +ff2ca4e1168a34412db36303b4a3fc4c7d2829e9 data/forge/tags/items/dusts.json +858c018297286bc4c7717f3541eff439c1dec45a data/forge/tags/items/dusts/cobalt.json +0a20231e0987e66f0ef953ddca570e6d96931bf6 data/forge/tags/items/dusts/kudbebedda.json +fec77af016111ef7cd37f91ec59ee6651c52a703 data/forge/tags/items/dusts/notarfbadium.json +168564a6558f1629136ca35d4c8d6c0abbc14338 data/forge/tags/items/dusts/notsogudium.json +9816d4f02ce7966e78f3aa900edf023d9112c9c8 data/forge/tags/items/dusts/salt.json +cc7b48300d5b904ee9e99a05a475e2de10ff684c data/forge/tags/items/dusts/silica.json +9b1f14fa5416cafe1cbe1045256d028fdaecb614 data/forge/tags/items/dusts/thatldu.json +e6ca0170c3668fa29207cdb8124b898f61647033 data/forge/tags/items/dusts/wikidium.json +cd48d509beabaa145f3acfbce12d2a340837ed45 data/forge/tags/items/dusts/zinc.json +089954857dc856af8d77f71c1cfce2cb05056635 data/forge/tags/items/furnaces/eumus.json +70bb7857b11a8b10b040b14136d1726d0f697069 data/forge/tags/items/furnaces/kudbebedda.json +c6d5f1acc85e74791fda23ccb40fa51d791b3c6e data/forge/tags/items/furnaces/notarfbadium.json +019db0a46dde846ed26784cb22ad6bdd5169c8c7 data/forge/tags/items/furnaces/notsogudium.json +d6d927255b49399f978afe6879e646a01616dd64 data/forge/tags/items/furnaces/thatldu.json +a0d4c1728424ebada05df18302694b4710e25cdf data/forge/tags/items/furnaces/wikidium.json +b9f59e18237b7ae20323d4ebb630f6e3ab7f4fc3 data/forge/tags/items/ingots.json +4fcdfb81155db792387064f99501cc6b9b9b1643 data/forge/tags/items/ingots/kudbebedda.json +dcc168ab49f2dda8cf95a77e4e815503da3ed5f2 data/forge/tags/items/ingots/notarfbadium.json +c912a5190d42d159af1f7ce45bfdec210bc712f9 data/forge/tags/items/ingots/notsogudium.json +7065ddf3523861c986764ff6bd2a7c947bb01dc7 data/forge/tags/items/ingots/thatldu.json +292a97dc1ba389be337b4e9d5a458a42718cc881 data/forge/tags/items/ingots/wikidium.json +6e6e758b3cc2ac86bb063355e9843f255d62e45f data/forge/tags/items/nuggets.json +d416a5387a406c61248dc3c1a8fa4ab1ae63fe5c data/forge/tags/items/nuggets/kudbebedda.json +bf1df4c88936a2169b7f419742cfc0b85ab5313f data/forge/tags/items/nuggets/notarfbadium.json +91ad07c980773697b345729f7bb7fc9e9d46e84f data/forge/tags/items/nuggets/notsogudium.json +361468133702860e67cb81cb1423fb95b3312395 data/forge/tags/items/nuggets/thatldu.json +a9f182609bf56e1d8eeefb649add51650ce09d4b data/forge/tags/items/nuggets/wikidium.json +1d16d6126c1d93ad0f2332887a38e71b879a3c64 data/forge/tags/items/ores.json +5ac8eb8d18a26f6046ec8b65218434545a69140d data/forge/tags/items/ores/kudbebedda.json +065e3f8d36aaa5d23969f12efe766a3410b2f7a0 data/forge/tags/items/ores/notarfbadium.json +f61d366bd6ca0e3b40934ef955d5340380613729 data/forge/tags/items/ores/notsogudium.json +8e00b757489fb8af718113d6c782e6d6b592487f data/forge/tags/items/ores/thatldu.json +c678d0e2f71f0e3aa0bc0809efc8264cd67b4fef data/forge/tags/items/ores/wikidium.json +139dc067826f7d07263ccb31f6e40163c6956afc data/forge/tags/items/pieces/carbon_deposit.json +bdd90a0eece467f2626bcf32ac87f7dd59cde9f6 data/forge/tags/items/rods.json +1072c6cca75dbca2bc5991fde43ca0fccb3ebd5f data/forge/tags/items/rods/kudbebedda.json +2747e72461f519c1be35e6a257c44a21f8f6ef8b data/forge/tags/items/rods/notarfbadium.json +5b46fb7b8887c91a2b0b53a98fe1bb01c172acdb data/forge/tags/items/rods/notsogudium.json +a388dc6ce995c85778f114c9ac08182293e06a20 data/forge/tags/items/rods/thatldu.json +ecb9fba142d7039bcc7e3dfb794b0669ab3b35f1 data/forge/tags/items/rods/wikidium.json +73f2c9bfb6e55a8d12b5095404204838c590c866 data/forge/tags/items/storage_blocks.json +824dbe601299d56d563ae95b80fc9dc317e61f24 data/forge/tags/items/storage_blocks/carbon_nanotube.json +f290e1550572555dde4686d2c89375d973445bc7 data/forge/tags/items/storage_blocks/cellulose.json +434138fa526f8b707a5dd620fb35feffa911de06 data/forge/tags/items/storage_blocks/kudbebedda.json +b468ec8ec2a3aaedb1b1008b54f35fb2d38c0c13 data/forge/tags/items/storage_blocks/notarfbadium.json +671f983b34fbd7658070caf743247bf78dbb8d66 data/forge/tags/items/storage_blocks/notsogudium.json +87b2584b2857aadc627e11861737f62ae9e15f42 data/forge/tags/items/storage_blocks/protein_fiber.json +0ee774f5ee9e966627975b9f71c2c20ba3db764d data/forge/tags/items/storage_blocks/protein_paste.json +9f38ed993437d5586b86a3e85a05815406949bde data/forge/tags/items/storage_blocks/silica.json +869a980902ae7bcc7f6630cf9bfd438f2915caaf data/forge/tags/items/storage_blocks/thatldu.json +36dd1e561e8b9527fa9608a96f91fc00b941927b data/forge/tags/items/storage_blocks/wikidium.json diff --git a/src/generated/resources/.cache/cache b/src/generated/resources/.cache/cache deleted file mode 100644 index d3b237d..0000000 --- a/src/generated/resources/.cache/cache +++ /dev/null @@ -1,1004 +0,0 @@ -0afb96846bca28581d5a9363c2ce678ce155f6c7 assets/cuboidmod/blockstates/aggregate.json -142f28a2663b34d4477d5480b625fcbb19b6ed8a assets/cuboidmod/blockstates/carbon_nanotube_block.json -42261804cca218f2474588e7b1d8609d36f5ca4d assets/cuboidmod/blockstates/cellulose_block.json -edb144957532ddf7dc5336cdeaa56bb2313cdfc1 assets/cuboidmod/blockstates/cellulose_bricks.json -62446b86bfff5c6a5fe0800abc7e030f9a3f2c16 assets/cuboidmod/blockstates/cellulose_chiseled_bricks.json -cfe46cc83c612c7a4bb29f4bffd74b4efe0a8049 assets/cuboidmod/blockstates/drying_cupboard.json -2a4df2620a8fffca296810096eaa1bb50c3c0d1b assets/cuboidmod/blockstates/energized_end_stone_bricks.json -884491fa9eb50a5764336aa94074e7582327297b assets/cuboidmod/blockstates/energized_nether_bricks.json -22cb676483ee6d2a3f50c27aee4755c3bd12cfa1 assets/cuboidmod/blockstates/energized_stone_bricks.json -b3ecca7eae616532755010cb951bf468d8537287 assets/cuboidmod/blockstates/energized_thatlduvium.json -5aa30b0947f18756bfbe9904c57f62dca8d340be assets/cuboidmod/blockstates/eumus_furnace.json -51e48d9d635b36710529158d4182b23029b28850 assets/cuboidmod/blockstates/kudbebedda_block.json -d76c579673c21b4e27ac962166f38123e098c5f9 assets/cuboidmod/blockstates/kudbebedda_crafting_table.json -83d82391fbebd3ec396df854b31619fd5d2f9273 assets/cuboidmod/blockstates/kudbebedda_furnace.json -73ad41cfc36ad6baed0ff27505d7b662f1074b00 assets/cuboidmod/blockstates/kudbebedda_ore.json -297255ff63312d654e1c6b63ad7e5bf77708432c assets/cuboidmod/blockstates/notarfbadium_block.json -95f6da7d2f831b1c85a00f3de72fd0de20bfe167 assets/cuboidmod/blockstates/notarfbadium_crafting_table.json -fab0901ae0867a1450575ac0ad66d44538a1b8d1 assets/cuboidmod/blockstates/notarfbadium_furnace.json -1ac533e246de92fedc9e97308f66ae18724eaa40 assets/cuboidmod/blockstates/notarfbadium_ore.json -fc3dae0520f5234a03bd6ae157355e580a9d41f5 assets/cuboidmod/blockstates/notsogudium_block.json -a24743f3c0d9d8b7a53048fbf97f26f8230f1dd2 assets/cuboidmod/blockstates/notsogudium_crafting_table.json -4bd9677507b6c76c7060ea1805231f43e83579f1 assets/cuboidmod/blockstates/notsogudium_furnace.json -cc83b47d018718a1ed8caa2608b69cfedc7d2fa2 assets/cuboidmod/blockstates/notsogudium_ore.json -5d3e2c9eaeee4f0cc0fa29389ce59a276a2f983e assets/cuboidmod/blockstates/organically_enriched_sand.json -8f02cf37477e32f2330363aba9972b764331ece8 assets/cuboidmod/blockstates/protein_fiber_block.json -2b333eb9fd3aa8e228725e318e21e93380e21d68 assets/cuboidmod/blockstates/protein_paste_block.json -f326cf6be52a331d294ba282a94fdcd8b77871fa assets/cuboidmod/blockstates/silica_dust_block.json -6619c2d92339130ce18829e8c90b7d745d1637e1 assets/cuboidmod/blockstates/thatldu_block.json -ea9a201de5ef7b695a6538d6e213d304e613a64e assets/cuboidmod/blockstates/thatldu_crafting_table.json -db970f24979a92fb87f269aa4929a5831ea8d4ab assets/cuboidmod/blockstates/thatldu_furnace.json -6ef540057391a987f71b8fe3d4ae3ce9128ad783 assets/cuboidmod/blockstates/thatldu_ore.json -a4a7eec863c1b857f8e443146c25d60d45c97ed8 assets/cuboidmod/blockstates/wikidium_block.json -2ef281197a21a201ed472eddc233b8b3757a9fc1 assets/cuboidmod/blockstates/wikidium_crafting_table.json -824aff2b4c830cc8ee8b1549636ec01d36efbd3a assets/cuboidmod/blockstates/wikidium_furnace.json -0db00022f6c3f2d16f230a75ab7a5206fd7dbc39 assets/cuboidmod/blockstates/wikidium_ore.json -eff5818ea57c076fcde6fe8a0621950b1152c57e assets/cuboidmod/models/block/aggregate.json -54f26174134829577da06665204313d66a272c5b assets/cuboidmod/models/block/carbon_nanotube_block.json -1869f0b64806c3c1ed08805be795db676db8fdcf assets/cuboidmod/models/block/cellulose_block.json -7ac47b285377667bbc0a5c5f0566b05dfbb90e21 assets/cuboidmod/models/block/cellulose_bricks.json -8d8102af95cb440f94d73d4cf4d77bcfcd443917 assets/cuboidmod/models/block/cellulose_chiseled_bricks.json -f53ba161c153c53abb36a5e07d0752dcda743b89 assets/cuboidmod/models/block/drying_cupboard.json -47c8d49899487bfad683cf3d3318bc934d919d89 assets/cuboidmod/models/block/drying_cupboard_on.json -ada6461a256d866bd3deb7c00484f83d660fa9d7 assets/cuboidmod/models/block/energized_end_stone_bricks.json -2746064c03846c6c943bb0956db7602a8d7bd715 assets/cuboidmod/models/block/energized_nether_bricks.json -53b9d19ca99bf1350ce8d48a545b46246acd35ca assets/cuboidmod/models/block/energized_stone_bricks.json -b6b7393267cc041d71b2ddc6d88b422ca646ad8f assets/cuboidmod/models/block/energized_thatlduvium.json -584ccda345e79572c4529e3bdef10051471004b9 assets/cuboidmod/models/block/eumus_furnace.json -ae74d02198d16cdd405881d030bc082de3b18677 assets/cuboidmod/models/block/eumus_furnace_on.json -22a57babc80453a4ef8e64b4dc443d06df63cc78 assets/cuboidmod/models/block/kudbebedda_block.json -82b9becd81e4ddde4f2714b7f01207c53179eb2c assets/cuboidmod/models/block/kudbebedda_crafting_table.json -981421487ab80e163f9b35e88d0ad535de2e0e52 assets/cuboidmod/models/block/kudbebedda_furnace.json -9afc2a2c3809b03c84c80d1c6b118a75fe5cf5cc assets/cuboidmod/models/block/kudbebedda_furnace_on.json -26418fa374c1a5541496209087669a9d8b72a50f assets/cuboidmod/models/block/kudbebedda_ore.json -7a298c89e7609e1bbfd18643a2c7b6bd4b572adf assets/cuboidmod/models/block/notarfbadium_block.json -29fde3b7fc508e55d819655f75f5dbedfe0dd323 assets/cuboidmod/models/block/notarfbadium_crafting_table.json -c9799e5056b1736484fac8256ccb8ae2c6d1dadf assets/cuboidmod/models/block/notarfbadium_furnace.json -2931055161b16e4076418ea51409141ac9a99f49 assets/cuboidmod/models/block/notarfbadium_furnace_on.json -90c7be1c3b95a0c086dc07fe5815d66027829797 assets/cuboidmod/models/block/notarfbadium_ore.json -88f23e890593b841f687b4e69a9bc9538ea1fd92 assets/cuboidmod/models/block/notsogudium_block.json -6879eaaf9a02d86d9c6594082f1c9da577151941 assets/cuboidmod/models/block/notsogudium_crafting_table.json -145d7bdb99bc92af19ec411615db55b0acf8b16d assets/cuboidmod/models/block/notsogudium_furnace.json -e53bfa67b460cb0dba1f0456f6f5b53cab946285 assets/cuboidmod/models/block/notsogudium_furnace_on.json -1efddd6646fd54b8b7ecc5705cf7b21b6296e901 assets/cuboidmod/models/block/notsogudium_ore.json -3bb5c21a1e9e2b8be60db08fdc0391f54ee6a17d assets/cuboidmod/models/block/organically_enriched_sand.json -eb6b87095f9fc820edca1cf72521afa552134be5 assets/cuboidmod/models/block/protein_fiber_block.json -9546c3c432fa6eb5d7039f5b93d7047e24d2614c assets/cuboidmod/models/block/protein_paste_block.json -24b054cd9e934532cde78658c0e90f6f23d5f83b assets/cuboidmod/models/block/silica_dust_block.json -01c02c2d5ed3ff874eaeab9d7bb972a65e0c2181 assets/cuboidmod/models/block/thatldu_block.json -51eca1beae0378687131f5d3f0b246e2f1f890c5 assets/cuboidmod/models/block/thatldu_crafting_table.json -6a0c790a0d8781d7652ab5ca5f0ad9df98db9f92 assets/cuboidmod/models/block/thatldu_furnace.json -530b2c3b2fa8b8e5bd5d319a7c00e43266e679a9 assets/cuboidmod/models/block/thatldu_furnace_on.json -816e4b71846fccd8065b548eb2496b78a3adebf2 assets/cuboidmod/models/block/thatldu_ore.json -4fb251f876b8d068f34773757019f4ab68f320e4 assets/cuboidmod/models/block/wikidium_block.json -fc01ce90f69096bf40cd8632b23f40159178ecbf assets/cuboidmod/models/block/wikidium_crafting_table.json -2dcde24bf0d92a52c4d328c26fe28ff827c6f8ef assets/cuboidmod/models/block/wikidium_furnace.json -030df5719e6a9c95d2d278cf960afe077f741de6 assets/cuboidmod/models/block/wikidium_furnace_on.json -828f87931957ec7dc523a032e56f2a476628a102 assets/cuboidmod/models/block/wikidium_ore.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/acacia_log_quantum_singularity.json -1a9fbe7d967b65859ea72dd9d530aa0ce15540be assets/cuboidmod/models/item/aggregate.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/aluminium_quantum_singularity.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/andesite_quantum_singularity.json -4ce2d52676c1bb79d983355bd7b8e82322151880 assets/cuboidmod/models/item/apple_cider_vinegar.json -7ee8d0b28dfb9b651e91e818d125cefdfda15744 assets/cuboidmod/models/item/arachnugget.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/basalt_quantum_singularity.json -c4b92b2880df3a3868187f78c46ab8f2667bfcb7 assets/cuboidmod/models/item/biltong_beef.json -29d2a847235ac2bafb4ac8bd8826197c958ec657 assets/cuboidmod/models/item/biltong_zombie.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/birch_log_quantum_singularity.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/blackstone_quantum_singularity.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/bronze_quantum_singularity.json -0e7bd6d4aace895d9fe272ddb9edda257f5a7e3d assets/cuboidmod/models/item/broth.json -882d6edf15a16828e70e000e76c1e1ef6e874746 assets/cuboidmod/models/item/carbon_deposit.json -2e83866aec844a911678d79dfd9fbc96c1a6f26f assets/cuboidmod/models/item/carbon_nanotube.json -3667a1a0dd74d4d62418225c8359732b1dc9ad9a assets/cuboidmod/models/item/carbon_nanotube_block.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/carbon_nanotube_quantum_singularity.json -fbf9c1f5c10959378a10015d199e4099dce44f3a assets/cuboidmod/models/item/cellulose.json -7ce30cc7ee8233d02670ab1c8381514379eb8586 assets/cuboidmod/models/item/cellulose_block.json -d126e7d2dc11735c59b85dfffc9c5dc88f479956 assets/cuboidmod/models/item/cellulose_bricks.json -965bcbae5034a2502044383653f8490677aa5c3d assets/cuboidmod/models/item/cellulose_chiseled_bricks.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/cellulose_quantum_singularity.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/clay_quantum_singularity.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/coal_quantum_singularity.json -c43d94796310b8b3cecbb7d6fac98dcb8ffab278 assets/cuboidmod/models/item/cobalt_dust.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/cobalt_quantum_singularity.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/cobblestone_quantum_singularity.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/copper_quantum_singularity.json -6d15cf25127065cf2bf48f7bbef676961e03e963 assets/cuboidmod/models/item/cryogenic_dimensional_teleporter.json -16c2ff60eff2f4faa2e2ad34bf16ae63bca3270a assets/cuboidmod/models/item/cured_beef.json -e26ad4aaa551750a1f6e4243ac78bd748014d7b5 assets/cuboidmod/models/item/cured_flesh.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/dark_oak_log_quantum_singularity.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/diamond_quantum_singularity.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/diorite_quantum_singularity.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/dirt_quantum_singularity.json -bbcb22ae59dc2341942c68702ab62b87d209fe3b assets/cuboidmod/models/item/drying_cupboard.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/dust_quantum_singularity.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/electrum_quantum_singularity.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/emerald_quantum_singularity.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/endstone_quantum_singularity.json -4c462c794417dcfa3c05c74ff01af116a7997c00 assets/cuboidmod/models/item/energized_end_stone_bricks.json -859a85296a1cdca1af9770c26c68594b42b6fee6 assets/cuboidmod/models/item/energized_nether_bricks.json -f5c0107c6eb3217b211e3be9465b3dfd83b029a0 assets/cuboidmod/models/item/energized_stone_bricks.json -f8d1210018e454b262ef2975e1ebaf3d823bfcd0 assets/cuboidmod/models/item/energized_thatlduvium.json -2fe289eccf888ac65274c6e5d3f06e250b33985a assets/cuboidmod/models/item/eumus_furnace.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/glowstone_quantum_singularity.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/gold_quantum_singularity.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/granite_quantum_singularity.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/gravel_quantum_singularity.json -a2a7f39023fbc42a12ace242d502c91bb6a202ae assets/cuboidmod/models/item/gruel.json -e55c32538b3d123e29d2d4b9560bbb796e3d3967 assets/cuboidmod/models/item/hardfiskur.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/invar_quantum_singularity.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/iron_quantum_singularity.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/jungle_log_quantum_singularity.json -703e08e11904d07ad67a9233b1072e0f2d668f28 assets/cuboidmod/models/item/kebab_cooked.json -0cc9c752abf185c525026c51658342559849fb51 assets/cuboidmod/models/item/kebab_raw.json -2b03f7e2c184682693c856cc49ecdd90bef493ae assets/cuboidmod/models/item/kudbebedda_axe.json -bfe3aeba2837260fb9219466f694b768321d18dc assets/cuboidmod/models/item/kudbebedda_block.json -8510ba543755f191e50bb834aa11d765de0ff6de assets/cuboidmod/models/item/kudbebedda_boots.json -02c2b4daf9b7d27dfb1d15dcb5944d00bad1a882 assets/cuboidmod/models/item/kudbebedda_chest.json -bf09d036ebb8cd09698d892896c4c7a7331c1d99 assets/cuboidmod/models/item/kudbebedda_chestplate.json -290cb595ea08970e0dcf7ee4d08297cae8ad3404 assets/cuboidmod/models/item/kudbebedda_chunk.json -5612cb1cf93982fe37b041061870dfa8a767db84 assets/cuboidmod/models/item/kudbebedda_crafting_table.json -bc1b3837f74371cde2886d9d778ce22781a74c66 assets/cuboidmod/models/item/kudbebedda_dust.json -a0dccbd8efbae328bc6455e33d307fb7ee55ec68 assets/cuboidmod/models/item/kudbebedda_furnace.json -f31e6ffbde77a7f5cc370adecffdd5f74234813b assets/cuboidmod/models/item/kudbebedda_helmet.json -e9d4447bdf8d1094111f7cf0bd4e779900b423c9 assets/cuboidmod/models/item/kudbebedda_hoe.json -70eb11e7ef2c765f0becc7fd676e137370f26183 assets/cuboidmod/models/item/kudbebedda_ingot.json -2172262bf3d3ddae1ea4e41a85a7b3e16f45c7fc assets/cuboidmod/models/item/kudbebedda_leggings.json -678a2229825b51e4ce5f5e1f166a8e460cae4f1e assets/cuboidmod/models/item/kudbebedda_nugget.json -ad8e87b437f730c38b2dda12b431349fdc8515e3 assets/cuboidmod/models/item/kudbebedda_ore.json -e7a0e76e5a71d467ca78180c44df644ba22b4bb6 assets/cuboidmod/models/item/kudbebedda_pickaxe.json -f4d410cbffd3ba9bc8cdf12f55a996adc868c4af assets/cuboidmod/models/item/kudbebedda_piece.json -2cbfa665ddedae0b66afe2f5a611bc147cedfd15 assets/cuboidmod/models/item/kudbebedda_quantum_collapser.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/kudbebedda_quantum_singularity.json -99f6ea2809b09b4e432d75f47d58510d276ddbd0 assets/cuboidmod/models/item/kudbebedda_rod.json -9de47562a357c0ddb717707626903ea69ad5ad54 assets/cuboidmod/models/item/kudbebedda_shovel.json -968f1c982a25c25b06fdc2825297b50fc0426eb9 assets/cuboidmod/models/item/kudbebedda_singularity_power_generator.json -324649d93e0dc99f8eabdecbbc9c83817b9e1e6e assets/cuboidmod/models/item/kudbebedda_singularity_resource_generator.json -8deab1d41d88d9cd4a9e21636d404b03a49b4b7b assets/cuboidmod/models/item/kudbebedda_smasher.json -d322a158ab93869516f5d54f213f18258d938894 assets/cuboidmod/models/item/kudbebedda_sword.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/lapis_quantum_singularity.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/lead_quantum_singularity.json -267539db20e5b9a925043192d00694475cdc7091 assets/cuboidmod/models/item/molecular_recycler.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/netherrack_quantum_singularity.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/nickel_quantum_singularity.json -c934926f66bf6e7965bb70a1f4482944864f8e82 assets/cuboidmod/models/item/notarfbadium_axe.json -8c824569844dfb03005f8a7dc1c17c573cfc5109 assets/cuboidmod/models/item/notarfbadium_block.json -1b6a10dc8ed318b0618b08dbe1e4a1a5590f1c12 assets/cuboidmod/models/item/notarfbadium_boots.json -02c2b4daf9b7d27dfb1d15dcb5944d00bad1a882 assets/cuboidmod/models/item/notarfbadium_chest.json -a7d1203b55d9c6e87cedfbef96fa081a30c42de3 assets/cuboidmod/models/item/notarfbadium_chestplate.json -47006148c93c31c492cf19ac99a2fa5ee72a9f7e assets/cuboidmod/models/item/notarfbadium_chunk.json -223b89ac024468cceb9809ca80a9e7aa98c674d6 assets/cuboidmod/models/item/notarfbadium_crafting_table.json -f79adc1a491e5f7fa0165bc30b075ce8395a2dad assets/cuboidmod/models/item/notarfbadium_dust.json -d5a9a805f14b0dde9d935996b493e49595fa2ac8 assets/cuboidmod/models/item/notarfbadium_furnace.json -b8c133d5b9ccbcc2a6316b0f76cf4200fc080bb1 assets/cuboidmod/models/item/notarfbadium_helmet.json -020b6132d613cfbb4535bc4997a818bbd0d8b4fc assets/cuboidmod/models/item/notarfbadium_hoe.json -679b42a916677d933e78c051c1f205be4798a526 assets/cuboidmod/models/item/notarfbadium_ingot.json -4b61f1d8130b16456172c4f65e802905d013f000 assets/cuboidmod/models/item/notarfbadium_leggings.json -c413f91efb649e3d13afdc49bb6f9ac7c4391abf assets/cuboidmod/models/item/notarfbadium_nugget.json -e02c5bee1f73111273de102c47148450c5c7717d assets/cuboidmod/models/item/notarfbadium_ore.json -969ab366843c4b18c4227b09ac76ed040f531550 assets/cuboidmod/models/item/notarfbadium_pickaxe.json -8b856e31fce33ea95415f14500170646dbc30428 assets/cuboidmod/models/item/notarfbadium_piece.json -81ea9475a82c14c10b80f08b9cd200bd7eed9932 assets/cuboidmod/models/item/notarfbadium_quantum_collapser.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/notarfbadium_quantum_singularity.json -7691078d3de4738905d54f2b67ca35f9ffebc39d assets/cuboidmod/models/item/notarfbadium_rod.json -745390d826dc79a621d3f0302a41fa04532179a8 assets/cuboidmod/models/item/notarfbadium_shovel.json -f1f67b43e2f2411d7c99a85400181c3acab0f55b assets/cuboidmod/models/item/notarfbadium_singularity_power_generator.json -83f83ef39fd5d7f002289c95bfe3f454e4257e21 assets/cuboidmod/models/item/notarfbadium_singularity_resource_generator.json -7cf88b87f4bb8218ca59162ed79ab8d7f61001fd assets/cuboidmod/models/item/notarfbadium_smasher.json -5628e29bdb7e964cf2b23520200ca7063c8a377d assets/cuboidmod/models/item/notarfbadium_sword.json -d70d1b2b4b248ac7bad966d7c6a12309c3b50cce assets/cuboidmod/models/item/notsogudium_axe.json -b6391f4a4cb89afcff2594a889b1845151945174 assets/cuboidmod/models/item/notsogudium_block.json -922d290929b6efb030eef59c70745a674383fa22 assets/cuboidmod/models/item/notsogudium_boots.json -6c72f815630a4e6c969efb2a83bc17139ec87c77 assets/cuboidmod/models/item/notsogudium_bowl.json -02c2b4daf9b7d27dfb1d15dcb5944d00bad1a882 assets/cuboidmod/models/item/notsogudium_chest.json -5f5752e2d589100214909791a45bf0de9c3cbd6e assets/cuboidmod/models/item/notsogudium_chestplate.json -254b8b6fd52ac9671bba8e0dbb919b59e1b11014 assets/cuboidmod/models/item/notsogudium_chunk.json -ffb072a25bd4d2488dfe99a40722b534bde8fcbc assets/cuboidmod/models/item/notsogudium_crafting_table.json -2df268c2c460c3507ec19c393b00d290a6bf4ff6 assets/cuboidmod/models/item/notsogudium_dust.json -87ee5e5d8425b92c374379f242050b9980cb22c6 assets/cuboidmod/models/item/notsogudium_furnace.json -ef54e3ebff2be4466dce30e247647475eca26844 assets/cuboidmod/models/item/notsogudium_helmet.json -7517d69bd15044d42175ef3670166b6b7c32859d assets/cuboidmod/models/item/notsogudium_hoe.json -baf1c973b648b410d7d33c824576816fb1c56cdf assets/cuboidmod/models/item/notsogudium_ingot.json -0875ca97e2925381d92abf3b3859ae25e770a5f4 assets/cuboidmod/models/item/notsogudium_leggings.json -2e2959e35451b995e3f553909737e71b66641a6e assets/cuboidmod/models/item/notsogudium_nugget.json -3a186c557c75f5ad18faa73870f85cacb61fcd8f assets/cuboidmod/models/item/notsogudium_ore.json -b18bde78008ca301a2efd60fe5d07496f9d225c5 assets/cuboidmod/models/item/notsogudium_pickaxe.json -baf20b85e2656810e96a5610ca8851cb5dac5458 assets/cuboidmod/models/item/notsogudium_piece.json -aa00be49b2d986c34343d80ddb3c206924ef4b4d assets/cuboidmod/models/item/notsogudium_quantum_collapser.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/notsogudium_quantum_singularity.json -002687221afff68b604faeb19745960c34202eb1 assets/cuboidmod/models/item/notsogudium_rod.json -793d35b0d583eebb9eded2bb4385629fbb3bf765 assets/cuboidmod/models/item/notsogudium_shovel.json -ac48a1a628165509fb233d3c3a68949885b7d4f8 assets/cuboidmod/models/item/notsogudium_singularity_power_generator.json -7f6c2b127f8725baae31c57d8c4d86e7b45eb14b assets/cuboidmod/models/item/notsogudium_singularity_resource_generator.json -2121a1334ae16e434495887d106d4d5ccd535901 assets/cuboidmod/models/item/notsogudium_smasher.json -5244d2cc562aeefed2b2cbfff6f567827361185d assets/cuboidmod/models/item/notsogudium_sword.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/oak_log_quantum_singularity.json -86a81cdc046d776c484e1bb4ca8840795ddd28ae assets/cuboidmod/models/item/organically_enriched_sand.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/osmium_quantum_singularity.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/platinum_quantum_singularity.json -b1cbd829b95f73660ef0fd4d85fdab98aff82dfd assets/cuboidmod/models/item/protein_bar.json -fdb8742fc6df001808d52bd3d8165a879508e173 assets/cuboidmod/models/item/protein_fiber.json -d698756eff3a63de919217122798027957c83052 assets/cuboidmod/models/item/protein_fiber_block.json -6d61c450bae6d6e2bd32e4adbb6b497179dbd207 assets/cuboidmod/models/item/protein_paste.json -610a4017981f39ddcf83038743646cc2a36c419b assets/cuboidmod/models/item/protein_paste_block.json -f4384c985ca581a725c91d8e00aec0fc939945fc assets/cuboidmod/models/item/quantum_transmutation_chamber.json -ba3e4104407bf9f1e782c1e9f125b900828109dc assets/cuboidmod/models/item/ration_pack.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/redstone_quantum_singularity.json -54f1d404c6e6672c148e51d32f1f0ded1906c02d assets/cuboidmod/models/item/refined_inscriber.json -ed89bf9e34494d8b516e0022fd0653ebd308b1e2 assets/cuboidmod/models/item/rotten_apple.json -f4f8810b9bf36361b1d32463169445c39ea889f6 assets/cuboidmod/models/item/salt.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/sand_quantum_singularity.json -a7799ccd7b988f22504cb2673ee6d57a407bb176 assets/cuboidmod/models/item/silica_dust.json -dd251289168d34f283f5fbb8e5f313de42940e0c assets/cuboidmod/models/item/silica_dust_block.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/silica_dust_quantum_singularity.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/silver_quantum_singularity.json -8d6c1fa3ba4d95c19fcce08435fe7d3894d52806 assets/cuboidmod/models/item/smoosher.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/spruce_log_quantum_singularity.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/steel_quantum_singularity.json -fd6d120113c9cf17ff3264e0cbc4b98443e2039b assets/cuboidmod/models/item/stick_bundle.json -0ef91aa392e99e2f618f674cb6b7f33bae459584 assets/cuboidmod/models/item/thatldu_axe.json -540bf7c1c017e6dc6ece61277c396080f6c87c52 assets/cuboidmod/models/item/thatldu_block.json -29d04622a42177e64ffc9ce7b980b8fa556957a8 assets/cuboidmod/models/item/thatldu_boots.json -02c2b4daf9b7d27dfb1d15dcb5944d00bad1a882 assets/cuboidmod/models/item/thatldu_chest.json -650c66ba24cf55cabdfcd25160e67ce0d58f1691 assets/cuboidmod/models/item/thatldu_chestplate.json -d91a154c2de6341da83ecdf0dbe9c42a829ddee1 assets/cuboidmod/models/item/thatldu_chunk.json -bcaa909a3122a0fdb7eb1a0fab95f9a94084d77e assets/cuboidmod/models/item/thatldu_crafting_table.json -c2d4331b893bab9295b877fb0a12d605ecee195a assets/cuboidmod/models/item/thatldu_dust.json -455ad1a3c16e4d0700adcd5df16c1a422f3b9ff1 assets/cuboidmod/models/item/thatldu_furnace.json -9481370009ffa2f8e31573576fd154f4fcfcb455 assets/cuboidmod/models/item/thatldu_helmet.json -f87df110d5fbfe215d4d0fef0db20c49eb03fc17 assets/cuboidmod/models/item/thatldu_hoe.json -70ac25116ab15b985cc7d975b35c07e28aa6338d assets/cuboidmod/models/item/thatldu_ingot.json -51be793d9c6c52d8d680b6ce08598a39379abaf6 assets/cuboidmod/models/item/thatldu_leggings.json -a53e7bca125dddde6bacda76042a1b1de273c904 assets/cuboidmod/models/item/thatldu_nugget.json -2f3d3eacdf2a76de7f6eac38ad1271c1a836ce69 assets/cuboidmod/models/item/thatldu_ore.json -3c1b617ed41e00e0d926d08415b04ca16423d5fe assets/cuboidmod/models/item/thatldu_pickaxe.json -2136fb87f37b7eb5d59296ee35f00487c0fb04e3 assets/cuboidmod/models/item/thatldu_piece.json -dd76cc2343c577393eeac7e4fd56aecd7a0b06b0 assets/cuboidmod/models/item/thatldu_quantum_collapser.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/thatldu_quantum_singularity.json -2a212600a7b0b298b2a0a9e46d7122470fcfd54e assets/cuboidmod/models/item/thatldu_rod.json -8d4c71a7236a4166027728412a78598b8fb3b7a4 assets/cuboidmod/models/item/thatldu_shovel.json -d1799abc62b0300760f400dd287591bf713eeea5 assets/cuboidmod/models/item/thatldu_singularity_power_generator.json -dfced7f3e83a244ddf91ff784faedf6f40169890 assets/cuboidmod/models/item/thatldu_singularity_resource_generator.json -e2c94102dedd56c4136140bcb2a60b8a69603593 assets/cuboidmod/models/item/thatldu_smasher.json -d8f0d20bbc82a6e06550fa3c125a8d5a1cce01db assets/cuboidmod/models/item/thatldu_sword.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/tin_quantum_singularity.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/uraninite_quantum_singularity.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/uranium_quantum_singularity.json -126df9df61e66e2dffd489fcff2beebed7b1ada4 assets/cuboidmod/models/item/wikidium_axe.json -15fa5da8cf08a0177c3a0fe6825b5d91730ca83b assets/cuboidmod/models/item/wikidium_block.json -68501a600a9e8b1accf745f66e979e271f27a9dc assets/cuboidmod/models/item/wikidium_boots.json -02c2b4daf9b7d27dfb1d15dcb5944d00bad1a882 assets/cuboidmod/models/item/wikidium_chest.json -2f07414310792cdb5f75d68c7104d2f37f37b950 assets/cuboidmod/models/item/wikidium_chestplate.json -0dbcf8a489b7734d798878510600c40054a1a3ee assets/cuboidmod/models/item/wikidium_chunk.json -5cea3ded55905033833c228d822d201f5bcdd3d1 assets/cuboidmod/models/item/wikidium_crafting_table.json -8c628625eb52f756511fce28e5dff4dd2418bc1d assets/cuboidmod/models/item/wikidium_dust.json -68a7324659a2974c8b9c453bc3b8c54e5e82d3a5 assets/cuboidmod/models/item/wikidium_furnace.json -8d827782fa995e38d0c7bd121d58adc722059cc1 assets/cuboidmod/models/item/wikidium_helmet.json -e1e362b9b034c4b978b40bba441c9aa4940bbae3 assets/cuboidmod/models/item/wikidium_hoe.json -31e32dfa1960d93caae4d2cb51a53cf93b8034bb assets/cuboidmod/models/item/wikidium_ingot.json -5c33cdacdf6f60fff9aaec99bae83e131eb0b6f7 assets/cuboidmod/models/item/wikidium_leggings.json -d56b2eaf6825ebadda0e86167d37f95d4bd8b289 assets/cuboidmod/models/item/wikidium_nugget.json -4dc92b15e95abb63d770d3cddcafd080fa3a31c0 assets/cuboidmod/models/item/wikidium_ore.json -a35d7951a3b1c33e3a2d5e25ae220a5ead211b77 assets/cuboidmod/models/item/wikidium_pickaxe.json -2c391b84476987b4313293a493dcf44bdd1e7c47 assets/cuboidmod/models/item/wikidium_piece.json -42b5529133ed66d6b93c39a8ec31819207acb504 assets/cuboidmod/models/item/wikidium_quantum_collapser.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/wikidium_quantum_singularity.json -2da7025ebfabaf065cc5cca6319da2259d0bb7b1 assets/cuboidmod/models/item/wikidium_rod.json -f0791f32276416f464a676f96ab484a51b7bd926 assets/cuboidmod/models/item/wikidium_shovel.json -a61d2bfb1829b3a1b1509005536f77781de4021b assets/cuboidmod/models/item/wikidium_singularity_power_generator.json -9107d4335736f8627cf1af1fae98ce45ec93db1b assets/cuboidmod/models/item/wikidium_singularity_resource_generator.json -01781b39b5838ea5178e3afb9c6c95167d297b4e assets/cuboidmod/models/item/wikidium_smasher.json -5af2c0eed23745aa5e120ffb9add484c17607a44 assets/cuboidmod/models/item/wikidium_sword.json -3af76e8b2c3f8933fb7a9aaa6fc0e3bbdb46523a assets/cuboidmod/models/item/zinc_dust.json -39bb3069b5cdd1b3e31b41ab0f569a3170af56b0 assets/cuboidmod/models/item/zinc_quantum_singularity.json -164eb4e8ada5bd022600eb60d1d67e132f553c4f data/cuboidmod/advancements/recipes/building_blocks/smelt_glass_from_silica_dust_block_blasting.json -245dbc9476156b3ffc15aebfb490fbfc5815235c data/cuboidmod/advancements/recipes/building_blocks/smelt_glass_from_silica_dust_block_smelting.json -d65536d32adfa7ad9aa55e2f45eca0969e66f1d1 data/cuboidmod/advancements/recipes/cuboidmod/arachnugget_from_spider_eye_smelting.json -5f624437059109227524968641ca38fc3cf32701 data/cuboidmod/advancements/recipes/cuboidmod/broth_from_water_bucket_and_bone_meal.json -8dcfb0dd4459f1cb1d3dc076b09bedabbbe41aa7 data/cuboidmod/advancements/recipes/cuboidmod/carbon_nanotube_block_from_carbon_nanotubes.json -b0c259f4255e3e24a0f992d2ca4c90549f37dc99 data/cuboidmod/advancements/recipes/cuboidmod/carbon_nanotubes_from_carbon_nanotube_block.json -9129ef3cf00685b61fd2ec464739f8b6050226e2 data/cuboidmod/advancements/recipes/cuboidmod/cellulose_block_from_cellulose.json -b2e3541e61597d99e614c81f50843b38912600bb data/cuboidmod/advancements/recipes/cuboidmod/cellulose_bricks_from_block_sc.json -9d9c9450288aabb64a5606fccde88a989ccb4b09 data/cuboidmod/advancements/recipes/cuboidmod/cellulose_bricks_from_blocks.json -89802c5c195a2bb7470ce977a3938530f4154ca9 data/cuboidmod/advancements/recipes/cuboidmod/cellulose_bricks_from_chiseled_bricks_sc.json -2ff15b4d534d20c019c1e80f450988e3c1624621 data/cuboidmod/advancements/recipes/cuboidmod/cellulose_chiseled_bricks_from_block_sc.json -b6f673b7b25a5d65fe585bdacfbf095d21ec867a data/cuboidmod/advancements/recipes/cuboidmod/cellulose_chiseled_bricks_from_bricks.json -39c94e9e9e7f63c94fee4bd11b75553379afd4c2 data/cuboidmod/advancements/recipes/cuboidmod/cellulose_chiseled_bricks_from_bricks_sc.json -e3a39f6985a12f35093de57ddc47e9198b55f5c5 data/cuboidmod/advancements/recipes/cuboidmod/cellulose_from_cellulose_block.json -0df5da953476334a642b47127f837c60a80f736a data/cuboidmod/advancements/recipes/cuboidmod/cooked_kebab_from_raw_kebab_smelting.json -664e73ea30aa4cc767dd260e3b0be463bc0651e0 data/cuboidmod/advancements/recipes/cuboidmod/cured_beef_from_acv_and_raw_beef.json -7ae25d7cf8499be5229af1c289eed3273b320f01 data/cuboidmod/advancements/recipes/cuboidmod/cured_flesh_from_acv_and_rotten_flesh.json -0754239d22872d9ab0eacaf17ae4c3de568c720c data/cuboidmod/advancements/recipes/cuboidmod/gruel_from_broth_and_protein_paste.json -0ba948f3ce6f3d63248133c5e718a01ae0039b28 data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_axe_from_ingots_and_rods.json -83fd9daef732e86582e970f5ec3d478e2f18e574 data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_block_from_ingots.json -c7efcb6df23be69759adccfdf6b77085e18b4332 data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_boots_from_ingots.json -e00ed94ae4267752ecf013aa9f225c7b606b3bad data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_chest_from_ingots.json -8db84de147e12ac20bea27adaeeb24f797446752 data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_chest_from_prev.json -8c98ea48bc28b5dd6f0f1ce2ae37c48495325f8e data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_chestplate_from_ingots.json -de968bc1e0cfe3ea119f3984551bece774f72134 data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_chunk_from_pieces.json -c964884d595136b44ff4fff485d8c60ace10f975 data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_chunk_ingot_blasting.json -6d41f61c0aefea91d35af8fe0c20dc2996768573 data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_chunk_ingot_smelting.json -7ac6943feff03f1625391a4a229546d4ab117871 data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_crafting_table_from_silica_and_chunk.json -b2067667a5c9ccc4e811ef1af5017a218d869876 data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_dust_ingot_blasting.json -38dba10260e214d762f21baae49a649d2a1172e9 data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_dust_ingot_smelting.json -3b453fb3b56e3c03b28b02469def629a27e20885 data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_dust_with_smoosher_and_chunk.json -8ce3905eb2e09fb70527a1ab8556376fbb162bdb data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_dust_with_smoosher_and_ingot.json -cc3c7463b100b86bdf605c6a04b235e3ba9abdfd data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_dust_with_smoosher_and_ore.json -cebf87e0948db18c8c5534f9c4f557b9f8d848b2 data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_furnace_upgrade_from_vanilla_furnace.json -f5dc3077029527be4a9725c4b7863664caa4dce3 data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_furnace_upgrade_with_four_ingots.json -f4648718e6ad9968ff1c403b6bffe545f9da959c data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_helmet_from_ingots.json -688003be973b252bd73a114e12026bd1337d22c5 data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_hoe_from_ingots_and_rods.json -e814af9b85eb25d9a74706135a9c72b9fe1f7831 data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_ingot_from_nuggets.json -4da656067cd57d09d031c9c55d646b7748761a69 data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_ingots_from_block.json -90ef16f028fbdce474675f598ba7b41326c3220a data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_leggings_from_ingots.json -0ddc1a197e99c1b914b10dd53b64ab6e966feef8 data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_nuggets_from_ingot.json -7fd141730ad462de6f56a617f9df32ea2336c495 data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_ore_ingot_blasting.json -50f35877ca3809fd4f7e2ec19022c865208e35ad data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_ore_ingot_smelting.json -e3ca4fb5bbe6741643afb8855bd799d85a1ae357 data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_pickaxe_from_ingots_and_rods.json -56a0402de2f2d5385df770e04e1a7a96c4cef234 data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_quantum_collapser_from_blocks_and_furnace.json -317fe005418600764111d56dbd79bc7f29ec2d42 data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_quantum_collapser_upgrade.json -7c9ae517dd1d546cf18e7683227ae4b4d7968f7f data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_rod_from_ingots.json -4355aa83be9d480068079412abf6953f12c70f73 data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_shovel_from_ingots_and_rods.json -d2d2a0a8f472ceb827be369c3d0e5e39347650d3 data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_smasher_from_blocks_ingot_and_rods.json -d049bfdb18d1063474cc60d16e508f37eb36976f data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_spg_from_blocks_furnace_and_redstone_block.json -2f6e2895da203d6026f7e28fcec581a200f67c8a data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_spg_upgrade.json -190b4a98edb94effe2be3beeaa858721016782f7 data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_srg_from_blocks_furnace_and_crafting_table.json -dea893458efc70576fd249da76547b67e2028282 data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_srg_upgrade.json -5e4ad6c50598e277cc6928b90039d421d93dbc57 data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_sword_from_ingots_and_rod.json -e936d85dfb55c5cd3e7cb70ccdffb4610a2aafca data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_axe_from_ingots_and_rods.json -cec8b1516afb77a0d098527c77dc917e9bc19694 data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_block_from_ingots.json -4a4d6a6cf0fea87ef0ef7af03cb81f26a215a667 data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_boots_from_ingots.json -da437d373a82c539621111964ab52c5ff8aaa0a1 data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_chest_from_ingots.json -3d6b00bc1ada2659e94583ebe82a14d63998d3c0 data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_chest_from_prev.json -2fe6830e45910c6f22641a29b413d203142ac9f1 data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_chestplate_from_ingots.json -50c9eec0d5d5a285f99036e73ee59d6f0a40e4c5 data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_chunk_from_pieces.json -69bf4f6c7f59b13d6fa698fec91cc49f05a818b5 data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_chunk_ingot_blasting.json -1a56f5341cbc8c625966ae853f1c1302a9b2cb64 data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_chunk_ingot_smelting.json -ee1266719aeea13dbccee92d0be8e23acbceda1b data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_crafting_table_from_silica_and_chunk.json -6d8f6048b62e2379750d603975deb710d2f1b056 data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_dust_ingot_blasting.json -ecc9e1b7a6d2cc2089add48535fa3b557abdce6d data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_dust_ingot_smelting.json -eb80dec4411d36340ba940d8b41ac6d8675022c6 data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_dust_with_smoosher_and_chunk.json -987a3cac8da145b478ee7e422c00870c64255208 data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_dust_with_smoosher_and_ingot.json -49f2a8817fa7b16517ac776f52fd8a54ffb14320 data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_dust_with_smoosher_and_ore.json -4f9ebab022a01b709e672b548f4a25c3d61c3913 data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_furnace_upgrade_from_notsogudium_furnace.json -4a8019210d773dcc94dcefc64c71b6d8105db9b9 data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_furnace_upgrade_from_vanilla_furnace.json -8a34d7430c630fea4cf333a21b9c561e705dd751 data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_furnace_upgrade_with_four_ingots.json -17e15b53fe6d3a6dd541f3f763b55cb469534ef2 data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_helmet_from_ingots.json -66ba6634ba86b6b4afbded3cbb1908b0f2ac08ad data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_hoe_from_ingots_and_rods.json -d5827f2a18c3a3c9a5690fd54e26497cb9829c82 data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_ingot_from_nuggets.json -9450334127c16e27359593d7f9f707f12612e394 data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_ingots_from_block.json -ed54656cc137d261fec743ed54a1212704ad866b data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_leggings_from_ingots.json -4b79a005781ce68924b8f73a244e994b8a99e802 data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_nuggets_from_ingot.json -a5411f75b134a0e18ba2c76d2dca6d0bf1507b47 data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_ore_ingot_blasting.json -1530735a8952c18f2f65e273ca523d2de3528fb4 data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_ore_ingot_smelting.json -00465b0c2002d7e62486a97ab9d4410fe589b4c8 data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_pickaxe_from_ingots_and_rods.json -a016b0253f72d5dfc68b7e3fe492919b17ac772a data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_quantum_collapser_from_blocks_and_furnace.json -cc4f9537aea08100ab2b4d3da5ad2f035b0dcbf6 data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_quantum_collapser_upgrade.json -0395c8111b17f20151502a12cabe6dea881c0ebb data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_rod_from_ingots.json -b82f4ab37419d4dad3f3a099a21e6c196a59b024 data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_shovel_from_ingots_and_rods.json -67acdea8d5071d5d1a6f605ae02703ee493904b6 data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_smasher_from_blocks_ingot_and_rods.json -d497b16341549392365e522c1ac53deb5a94183f data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_spg_from_blocks_furnace_and_redstone_block.json -dfa66960296f0e9e44550ee1611dbc77754a336a data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_spg_upgrade.json -26a9ac95dcfa00f53f9b59a4623bff58902865cd data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_srg_from_blocks_furnace_and_crafting_table.json -f55051b904f156454c90334308c9f234b665524f data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_srg_upgrade.json -761337f39fd1a154ddeb89943e0ca1b1161c9510 data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_sword_from_ingots_and_rod.json -79530dd5c8a6c65d5b86b60720194350e22e291d data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_axe_from_ingots_and_rods.json -158da45a2c7620674d9e9a9918ad72c16b20cd5f data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_block_from_ingots.json -6d503a78cc4ab45b61bae9f0d92d9fb35c67e973 data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_boots_from_ingots.json -4d33f73e43edbbd22f9377885e430f3d9dfef82c data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_bowls_from_ingots.json -bdf32631d7617e17abf9a1348bdb27509834b665 data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_chest_from_ingots.json -d8d96d1ec53a5a8f3240ce7fad0da44e620a911f data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_chestplate_from_ingots.json -ee858b56be728c6cf72e071e4947c25a9dd974d6 data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_chunk_from_pieces.json -75c51bc552e99c0ff02287817a05537703050f35 data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_chunk_ingot_blasting.json -edc4fc0ac9a667394132ff09e59f96e67dd39abe data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_chunk_ingot_smelting.json -694775d293fecb2790856184d7f96ee811f96ed6 data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_crafting_table_from_silica_and_chunk.json -ed966a6f41f03e5a237ecd189bab291f8d6367a8 data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_dust_ingot_blasting.json -ac97bcc22bbac176b7bf7062294622f337baeda3 data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_dust_ingot_smelting.json -6f98477aee29406e2a768fe1f8d87e030ffadad9 data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_dust_with_smoosher_and_chunk.json -9fdd74be4a01b3034f778fc28d42260b266e6bb8 data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_dust_with_smoosher_and_ingot.json -e16eddda17a2f7c3fbf7a27e55dcf618a3b5f06d data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_dust_with_smoosher_and_ore.json -6c917a884af1d25e19525fb417abf52d443b50c5 data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_eumus_furnace_upgrade_with_four_ingots.json -8c34e501439649727dd798a85edff238065ce4ae data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_furnace_upgrade_with_four_ingots.json -098b67035e824e13b1bcd265a219b7bec3d2da79 data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_helmet_from_ingots.json -5c28019449e09fe905acfeb07748e1723824ac0b data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_hoe_from_ingots_and_rods.json -0f9e1dc5a4eddeee95adecc5c218978b93341985 data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_ingot_from_nuggets.json -8415221b91ad1f2591a9fa3898725a38ffb21f65 data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_ingots_from_block.json -d28789b8789e6f91e2e8c3a5f80f7cd7f9ccd9e9 data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_leggings_from_ingots.json -3367ddd3309e85818c8cac03bbb411ff96bb851c data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_nuggets_from_ingot.json -55b880f3af5b040b4a056ee294be1d9a87ccebe8 data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_ore_ingot_blasting.json -8c4586b0113e6e2418188649c5637fec5f721f69 data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_ore_ingot_smelting.json -1841dc3235a289927754670b936e969dedfdacec data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_pickaxe_from_ingots_and_rods.json -edcec7061855997e5fc97eb0afd83e4b78c5d803 data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_quantum_collapser_from_blocks_and_furnace.json -39d522657e7863492298dbd2249a3858a3e0e95d data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_rod_from_ingots.json -bb82b0b725d8ec3a5c2297d39fffbc9739065728 data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_shovel_from_ingots_and_rods.json -6fbd10e875bbc3785f385ffe53ee5f7469d1e73e data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_smasher_from_blocks_ingot_and_rods.json -2148fb7f990702214cbf363fc510f238c8dcd735 data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_spg_from_blocks_furnace_and_redstone_block.json -21081327418ce6307deb747457902965b7cbd3a8 data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_srg_from_blocks_furnace_and_crafting_table.json -78af64e4845741dcd88993adc7704c71c89528ad data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_sword_from_ingots_and_rod.json -25fb20956c694c6b6f34407175e0d8ef2fd3fee6 data/cuboidmod/advancements/recipes/cuboidmod/organically_enriched_sand_from_sand_and_stuff.json -d68dfa56b7e6388de17b445f3248ddf187b84da9 data/cuboidmod/advancements/recipes/cuboidmod/protein_bar_from_protein_paste_smelting.json -cb7657a1f7e59a8a582d9108a3f5186b1e74e231 data/cuboidmod/advancements/recipes/cuboidmod/protein_fiber_block_from_protein_fiber.json -32e8168598610fef5f696b8d1b4c51c4f2b5633c data/cuboidmod/advancements/recipes/cuboidmod/protein_fiber_from_protein_fiber_block.json -0a073c9d99771a1d0b427392767e01b8f6430f9d data/cuboidmod/advancements/recipes/cuboidmod/protein_paste_block_from_protein_paste.json -41030cb179389db244a36bad88befb59560e040a data/cuboidmod/advancements/recipes/cuboidmod/protein_paste_from_protein_paste_block.json -4746a9609786fb2f3182e209da3b0840581f51ac data/cuboidmod/advancements/recipes/cuboidmod/qtc_from_thatldu_collapser_spg_and_singularities.json -17155258e8df55297ccba36064982d3e4803e4cc data/cuboidmod/advancements/recipes/cuboidmod/qtc_from_wikidium_collapser_spg_and_singularities.json -0a80c8209e24260a3d1d5fcb1291bb565c9f69a0 data/cuboidmod/advancements/recipes/cuboidmod/raw_kebab.json -080b7bb838bcc6f5a026175b1184bd31736446b6 data/cuboidmod/advancements/recipes/cuboidmod/silica_dust_block_from_silica_dust.json -cb3c32104d9d02fa99cf318785b38603ab21ce48 data/cuboidmod/advancements/recipes/cuboidmod/silica_dust_from_silica_dust_block.json -eec1509bbe3a9b45d4b3f6ab963727685eff9f87 data/cuboidmod/advancements/recipes/cuboidmod/smoosher_from_blocks_ingot_and_rods.json -043a228c54a26d9c30025c84c358ea4e2fcc3faa data/cuboidmod/advancements/recipes/cuboidmod/stick_bundle_from_sticks.json -78266d5c6273c8de23ea4ab224fb133867e912f0 data/cuboidmod/advancements/recipes/cuboidmod/thatldu_axe_smithing.json -2b667449eadddff6ef48870c283ca4f3058a4461 data/cuboidmod/advancements/recipes/cuboidmod/thatldu_block_from_ingots.json -8c9615f5a9a3d872c90ec6cd327a9425774c42e6 data/cuboidmod/advancements/recipes/cuboidmod/thatldu_boots_smithing.json -4cb02883f0d43cd56e325357424e347e41ab557d data/cuboidmod/advancements/recipes/cuboidmod/thatldu_chest_from_ingots.json -ba7a3f95901ec63bb7bd0bab4f72d3690fc22c0d data/cuboidmod/advancements/recipes/cuboidmod/thatldu_chest_from_prev.json -4178bfde6f6387adfd6a5dba2f5ef7b12ce4471a data/cuboidmod/advancements/recipes/cuboidmod/thatldu_chestplate_smithing.json -d480178c4e8f4b29ed946e124aaec7c1a7ccd0ae data/cuboidmod/advancements/recipes/cuboidmod/thatldu_chunk_from_pieces.json -074083f4268f9a8daa1bf735b3641e63ec39cc9f data/cuboidmod/advancements/recipes/cuboidmod/thatldu_chunk_ingot_blasting.json -bfe228b48a62e1cbbb0829b0a74ae7c7fcc685c2 data/cuboidmod/advancements/recipes/cuboidmod/thatldu_chunk_ingot_smelting.json -e8123241a9fd1ec910364c1b5b42c7b9b41863f4 data/cuboidmod/advancements/recipes/cuboidmod/thatldu_crafting_table_from_silica_and_chunk.json -e4e8746577a1924d350126fb3c26be6a51280088 data/cuboidmod/advancements/recipes/cuboidmod/thatldu_dust_ingot_blasting.json -f096ee6493e2da3f75aff70d8881ae2c80ef5cce data/cuboidmod/advancements/recipes/cuboidmod/thatldu_dust_ingot_smelting.json -1776710caa49af629e5ca2c47b605f44bb83bd86 data/cuboidmod/advancements/recipes/cuboidmod/thatldu_dust_with_smoosher_and_chunk.json -2718175b0fb73490568181ffb10479b91e9d2d60 data/cuboidmod/advancements/recipes/cuboidmod/thatldu_dust_with_smoosher_and_ingot.json -714aba1aa768582c1b75fb865d1330ad5179564e data/cuboidmod/advancements/recipes/cuboidmod/thatldu_dust_with_smoosher_and_ore.json -49793d42aa94696de9115629a57ad079253f0ac8 data/cuboidmod/advancements/recipes/cuboidmod/thatldu_furnace_upgrade_from_kudbebedda_furnace.json -fda89efd842b2c5d3c0508a9beed14848272180a data/cuboidmod/advancements/recipes/cuboidmod/thatldu_furnace_upgrade_from_notarfbadium_furnace.json -868425c1e79a649cc77d7fb4b9256f86ab155b66 data/cuboidmod/advancements/recipes/cuboidmod/thatldu_furnace_upgrade_from_notsogudium_furnace.json -215c0f6a50a992c76cfd2d95100d8b9bb3b2e60c data/cuboidmod/advancements/recipes/cuboidmod/thatldu_furnace_upgrade_from_vanilla_furnace.json -b38b3b8ce04fa847953adbab4b35eef0fb590cd7 data/cuboidmod/advancements/recipes/cuboidmod/thatldu_furnace_upgrade_with_four_ingots.json -63c0cacec6f4c2f94cee3c52ea13f8eb3679275b data/cuboidmod/advancements/recipes/cuboidmod/thatldu_helmet_smithing.json -fb9645027a4774016504868664d647f8f2cd50ce data/cuboidmod/advancements/recipes/cuboidmod/thatldu_hoe_smithing.json -9b613d70ab6c9d57616bb62e373d3e31ff632c9f data/cuboidmod/advancements/recipes/cuboidmod/thatldu_ingot_from_nuggets.json -801657fb224476b018b12d3fcdfc6f1f4b00ae91 data/cuboidmod/advancements/recipes/cuboidmod/thatldu_ingots_from_block.json -a766b83437341273a5d7555836647a7118b7f9bc data/cuboidmod/advancements/recipes/cuboidmod/thatldu_leggings_smithing.json -66a5bd29b0b57577e162dda1cb2193aeb1c62582 data/cuboidmod/advancements/recipes/cuboidmod/thatldu_nuggets_from_ingot.json -b52c7ab7e14d297f9822498cbeb5f9afd8262ad2 data/cuboidmod/advancements/recipes/cuboidmod/thatldu_ore_ingot_blasting.json -0d0b2ac8fcf864c62e67ea2a340fe6d223c80474 data/cuboidmod/advancements/recipes/cuboidmod/thatldu_ore_ingot_smelting.json -97f4cafb54feb160d6ea4428f2d24473fca0bd85 data/cuboidmod/advancements/recipes/cuboidmod/thatldu_pickaxe_smithing.json -02a420f333e19f319d6e79e3f9b499179fa5c3a1 data/cuboidmod/advancements/recipes/cuboidmod/thatldu_quantum_collapser_from_blocks_and_furnace.json -8bafeca3e723bc6eeb9586b56e42cdb1a0c0375f data/cuboidmod/advancements/recipes/cuboidmod/thatldu_quantum_collapser_upgrade.json -c4867601aa5a26887a9ba725509736f086cfbb8d data/cuboidmod/advancements/recipes/cuboidmod/thatldu_rod_from_ingots.json -8a8abdb8a43aa309ef0b76f687abd692740af55d data/cuboidmod/advancements/recipes/cuboidmod/thatldu_shovel_smithing.json -a46e7fead45c1cb03ece52692d69449ef5f3f920 data/cuboidmod/advancements/recipes/cuboidmod/thatldu_smasher_smithing.json -b00a6e7c6042046b5a28a4b203d56f8d81920ab8 data/cuboidmod/advancements/recipes/cuboidmod/thatldu_spg_from_blocks_furnace_and_redstone_block.json -b91abbb7ed4f3e82c4283d50b3bedd6cb8698858 data/cuboidmod/advancements/recipes/cuboidmod/thatldu_spg_upgrade.json -3bf9edf4590297e53be23609b26b801c3baf31bf data/cuboidmod/advancements/recipes/cuboidmod/thatldu_srg_from_blocks_furnace_and_crafting_table.json -c303ea7966290673ff79f7216549d8e8575a16e0 data/cuboidmod/advancements/recipes/cuboidmod/thatldu_srg_upgrade.json -716ba024621b096b1437136c3b1c13ec29ffae14 data/cuboidmod/advancements/recipes/cuboidmod/thatldu_sword_smithing.json -d8ae6bfbf4135a3c4094b3653bc17788e8c53e19 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_axe_from_ingots_and_rods.json -c6f47658251e8e23ef8838b6d238720b7b7b2083 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_block_from_ingots.json -3efee2f3162d8c50175320eb429e76bfbf061307 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_boots_from_ingots.json -af86720cacd995722b8f73070908098ff102dc20 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_chest_from_ingots.json -ff22a700c45330d00a89270ed3f074a2ec4c6fe9 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_chest_from_prev.json -7c62b3a2885051d90a82681f1791e42d1dca9e7d data/cuboidmod/advancements/recipes/cuboidmod/wikidium_chestplate_from_ingots.json -7dce16d4f45e160ac3e608e2db1a9ed6a4bb634f data/cuboidmod/advancements/recipes/cuboidmod/wikidium_chunk_from_pieces.json -ba0fe6618607eb8a9ccac182cece437c99564df1 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_chunk_ingot_blasting.json -e7779fc20c60e8a27003e208d9b986ca15880fa2 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_chunk_ingot_smelting.json -d290747c30327bfb27d13af2742b12a306d8cde3 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_crafting_table_from_silica_and_chunk.json -247163094e5c36a99356f38ec5411d0fb62445d5 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_dust_ingot_blasting.json -fbce6c813c265e71bd71216beafd4e7cf99be7c1 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_dust_ingot_smelting.json -ead85f61cbd4433080ea2cfd0b51baa14994d697 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_dust_with_smoosher_and_chunk.json -cad76ef074b9c66d5a65776270c3f581b31a96ac data/cuboidmod/advancements/recipes/cuboidmod/wikidium_dust_with_smoosher_and_ingot.json -fc0609a84bbc9b3a295bcdf8a7822a599168e5c1 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_dust_with_smoosher_and_ore.json -68376486f197ffc143eab82cd7b4521a8a331ef6 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_furnace_upgrade_from_kudbebedda_furnace.json -e64f71690da0b1623ece6ad617754065bfd47e29 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_furnace_upgrade_from_notsogudium_furnace.json -884fe719253ab1d35515f5fedd14af20fcc7d019 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_furnace_upgrade_from_vanilla_furnace.json -93356f2c9a15c043ce515aaa1cfaa5c846b160d4 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_furnace_upgrade_with_four_ingots.json -2b8bce3310bf3298bd3871f5b857300852053080 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_helmet_from_ingots.json -46845843f2b340731327ec3986f41fd87c3acd61 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_hoe_from_ingots_and_rods.json -14bf911e792dced7d35cd649b878e73663d99944 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_ingot_from_nuggets.json -1a8092f2b57273f722e91994f14bf827bc6e7c7e data/cuboidmod/advancements/recipes/cuboidmod/wikidium_ingots_from_block.json -023c3d5ae8c1db1c070d448615b4f7fd146e2b5a data/cuboidmod/advancements/recipes/cuboidmod/wikidium_leggings_from_ingots.json -9ff94f9ffa3c6c7e0d537ccff96c6844717b6ab2 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_nuggets_from_ingot.json -14ec90e41fe4fd0cf6b090476b4c3ae05fddd8f7 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_ore_ingot_blasting.json -371e7163a8720df959beb860214358972e3542f6 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_ore_ingot_smelting.json -212b94e1d780cdb163539ce936a553c67f53f398 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_pickaxe_from_ingots_and_rods.json -3283eb4b4c07beaaec6a457b04fdbfe03993b1b9 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_quantum_collapser_from_blocks_and_furnace.json -e90ddcb17d1536584152b1d0fa373479bdec7fe9 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_quantum_collapser_upgrade.json -f6732e9f137a863ed345cb187184a664885297a6 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_rod_from_ingots.json -aef076ff26cf7931803c362c0f4084eae6b0a926 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_shovel_from_ingots_and_rods.json -6d1393c8148dde5df123ee01a3faa4a9550828b0 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_smasher_from_blocks_ingot_and_rods.json -1a481fb2e0ebbb1367895568d6dff40068ac36b2 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_spg_from_blocks_furnace_and_redstone_block.json -96714d7574c1c59c65d51053543b9bf20f5681a0 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_spg_upgrade.json -1fb412cac3dca5790de9506a2834b29517808967 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_srg_from_blocks_furnace_and_crafting_table.json -22e421a210abbd1d3bd15900d32b22a7c4e033dc data/cuboidmod/advancements/recipes/cuboidmod/wikidium_srg_upgrade.json -995de7455aa985260601536feeef55638a1eb758 data/cuboidmod/advancements/recipes/cuboidmod/wikidium_sword_from_ingots_and_rod.json -901bc60d27c2916f977bff89b87285d64b822d41 data/cuboidmod/advancements/recipes/decorations/blast_furnace_from_blocks.json -a0be9f3dec04a6a169b8ced0e19b7c0b4a4092fb data/cuboidmod/advancements/recipes/decorations/furnace_from_chunks.json -77c41e5abfd2cc654d0545f10ab084aef4ec38a4 data/cuboidmod/advancements/recipes/decorations/lantern_from_nuggets_and_torch.json -4afca629ed54cfd2c9179a8029e799b150537d7d data/cuboidmod/advancements/recipes/decorations/smithing_table_when_thatldu_ingot.json -b4c353ae2e3b141d814afece7d248d67a009b31a data/cuboidmod/advancements/recipes/decorations/torches_from_charcoal_and_rod.json -a836e98134b6f36020a206372aa33cde61bd6ab5 data/cuboidmod/advancements/recipes/decorations/torches_from_coal_and_rod.json -a82c45c6903857f7003fb2c5a38118828b19dfb7 data/cuboidmod/advancements/recipes/misc/bucket_from_kudbebedda_ingots.json -7e2e2a65fc8c5ba93813725fa5c42e8f5d151f17 data/cuboidmod/advancements/recipes/misc/bucket_from_notarfbadium_ingots.json -a1ac0a906686a9653dbf41180aeda2f19199438a data/cuboidmod/advancements/recipes/misc/bucket_from_notsogudium_ingots.json -457a6a9c5e8818565935a30c2535a7372a278e53 data/cuboidmod/advancements/recipes/misc/bucket_from_thatldu_ingots.json -30c47287ae9a54f2c186592d466734288c76a855 data/cuboidmod/advancements/recipes/misc/bucket_from_wikidium_ingots.json -acfd056a4ebbe1e192ce1a4ee27809db6a933c8b data/cuboidmod/advancements/recipes/misc/coal_from_carbon_deposits.json -c45671bcc7836fcd00b3a36e4264fd373cbf4773 data/cuboidmod/advancements/recipes/misc/sticks_from_stick_bundle.json -877e1c13635f39f3e52cafed3236fecb3e294b87 data/cuboidmod/advancements/recipes/misc/string_from_nanotubes_and_protein_fiber.json -71a371ec5e47ec9146f04a5611736fde9984b7f2 data/cuboidmod/advancements/recipes/redstone/hopper_from_ingots_and_chest.json -96ea414461e8127c01ea38f7f1c97f392b5688da data/cuboidmod/loot_tables/blocks/aggregate.json -562e9316807325ee8c8e59b28a4af32735a2aa13 data/cuboidmod/loot_tables/blocks/carbon_nanotube_block.json -15a7adcd9700ec964780086ff53651a23eb82882 data/cuboidmod/loot_tables/blocks/cellulose_block.json -b0afcf73dcfffe21bd61b19c995b2306b5d8135e data/cuboidmod/loot_tables/blocks/cellulose_bricks.json -6877afc7d0745ea800d5359d4d5d57c8cff74dba data/cuboidmod/loot_tables/blocks/cellulose_chiseled_bricks.json -e149168b8f92ed798297665abb5a4a25f52e0346 data/cuboidmod/loot_tables/blocks/cryogenic_dimensional_teleporter.json -5e6c8facf91327a4045668e4055af146fffcbf32 data/cuboidmod/loot_tables/blocks/drying_cupboard.json -da8b5f7418d37208bdd81d8005988b8dc9d62c6b data/cuboidmod/loot_tables/blocks/energized_end_stone_bricks.json -b2b918885859b728dbc3fdaf578d5a621a1040e8 data/cuboidmod/loot_tables/blocks/energized_nether_bricks.json -8d4ac0f6fb89be56cffc9ad16bcbe4f052d7cfbe data/cuboidmod/loot_tables/blocks/energized_stone_bricks.json -eb0919c202489df9b484105f72f3103aba21c509 data/cuboidmod/loot_tables/blocks/energized_thatlduvium.json -b45d92e64fa18dbc303c5934efb119351a537741 data/cuboidmod/loot_tables/blocks/eumus_furnace.json -49b98c185a45e438f470e0226a835387f00dd5b8 data/cuboidmod/loot_tables/blocks/fiber_optic_tree.json -5bfe647c3940db0c26a1ce28f5c1ab79239de1a9 data/cuboidmod/loot_tables/blocks/kudbebedda_block.json -1e1e5bc7adfca490a922bacaee459a54de129f1f data/cuboidmod/loot_tables/blocks/kudbebedda_chest.json -0c5c5c6186e15f539773f8158081f12f0c191a8d data/cuboidmod/loot_tables/blocks/kudbebedda_crafting_table.json -c049b088e0c7279c701751aead51d7e69add5e8d data/cuboidmod/loot_tables/blocks/kudbebedda_furnace.json -b4a44d553724a6466d7b89ffbec87fb71ca9ba4b data/cuboidmod/loot_tables/blocks/kudbebedda_ore.json -d2169b1b9ae14186a298abec32aed65727732529 data/cuboidmod/loot_tables/blocks/kudbebedda_quantum_collapser.json -b04975da86653a33504cf17dab3bd2cb540e28bb data/cuboidmod/loot_tables/blocks/kudbebedda_singularity_power_generator.json -8d6dddd98464a59048b166874911c39d966b0f8b data/cuboidmod/loot_tables/blocks/kudbebedda_singularity_resource_generator.json -aec0a09031b0ec1f051818c65ca26351a286fdbe data/cuboidmod/loot_tables/blocks/molecular_recycler.json -2b413de0d2637c842d165a1ba414dec00f965bbd data/cuboidmod/loot_tables/blocks/notarfbadium_block.json -a1d86ea976ede5e30b7402f56b33bbdede443093 data/cuboidmod/loot_tables/blocks/notarfbadium_chest.json -52b9da91fb1b7d894e5c577d7202eb05ca0de74e data/cuboidmod/loot_tables/blocks/notarfbadium_crafting_table.json -46b8ef7e3e7d0748ddce26fdfbe622663c38f3f4 data/cuboidmod/loot_tables/blocks/notarfbadium_furnace.json -ecae7cf07699b07da9fd5a1d14e529a1d867759b data/cuboidmod/loot_tables/blocks/notarfbadium_ore.json -b5a2d36687701f2e9978e44ca7b6a19f1ce93ddf data/cuboidmod/loot_tables/blocks/notarfbadium_quantum_collapser.json -41dfb75639b07a69e95d9dcb87f593a9e7c421ab data/cuboidmod/loot_tables/blocks/notarfbadium_singularity_power_generator.json -7940ddcc1f8e453e3adf53c6ea31964abde97155 data/cuboidmod/loot_tables/blocks/notarfbadium_singularity_resource_generator.json -3dbb4e91aa231420e417abbf9ece8855b7a2ca1d data/cuboidmod/loot_tables/blocks/notsogudium_block.json -ab96c379249dd2fda234a8e8105b01f6ee7f9a62 data/cuboidmod/loot_tables/blocks/notsogudium_chest.json -d4b08033bcbae3a086d47aac134c225a0e7a077c data/cuboidmod/loot_tables/blocks/notsogudium_crafting_table.json -29ebf8e5f2755228c589caa7296ba8df65f86fec data/cuboidmod/loot_tables/blocks/notsogudium_furnace.json -3df85431f91096376476c0f2144c3a962fcb84d7 data/cuboidmod/loot_tables/blocks/notsogudium_ore.json -77e4063529708224b405166cd609c8e2340b75e6 data/cuboidmod/loot_tables/blocks/notsogudium_quantum_collapser.json -a1a4aa5f7e948638d9ef8596e5e94c52ef25c6ba data/cuboidmod/loot_tables/blocks/notsogudium_singularity_power_generator.json -0dc5606747c9147f0f5aa62d543f7d9be9d78090 data/cuboidmod/loot_tables/blocks/notsogudium_singularity_resource_generator.json -2d35dbb5677bfc844c7e98dbdd8787f52b9dd9fe data/cuboidmod/loot_tables/blocks/organically_enriched_sand.json -66434f25d10cc729caa6fc848c5f95a351fd201a data/cuboidmod/loot_tables/blocks/protein_fiber_block.json -e0e838e3262629672e16e0227d65de4db5e84e53 data/cuboidmod/loot_tables/blocks/protein_paste_block.json -5579cbb5212a1eb478dd18f7963c88246d98e356 data/cuboidmod/loot_tables/blocks/quantum_transmutation_chamber.json -20f9fea4c4f859b2aeb22056082ef3984c406b60 data/cuboidmod/loot_tables/blocks/refined_inscriber.json -1b936859c8fcf065e19a622339051abbac334dbb data/cuboidmod/loot_tables/blocks/silica_dust_block.json -fe081ba3c5200f30a18e2bdb6fd14b3293f5958b data/cuboidmod/loot_tables/blocks/thatldu_block.json -3a55b37c6028e1bfe9863ae4c512e1ad4a788e2d data/cuboidmod/loot_tables/blocks/thatldu_chest.json -63ee65aa6c3f46b575f3ca5d13608630a5b1a8f4 data/cuboidmod/loot_tables/blocks/thatldu_crafting_table.json -3246e011c161ff03b82d4f45e87d7a2f6e6b3f99 data/cuboidmod/loot_tables/blocks/thatldu_furnace.json -564c70bf820e04ae933b505b9abffca2f97e3cca data/cuboidmod/loot_tables/blocks/thatldu_ore.json -1edaf559c9dcd13de631794d276427d76be74ff7 data/cuboidmod/loot_tables/blocks/thatldu_quantum_collapser.json -d4f455d66f0825d85c259a919da5b489e4a0fca9 data/cuboidmod/loot_tables/blocks/thatldu_singularity_power_generator.json -4dfc80f86e2e3023eda2013d861ae1d03de37933 data/cuboidmod/loot_tables/blocks/thatldu_singularity_resource_generator.json -2235b3ada30d98054d17581f104c34964e1d1404 data/cuboidmod/loot_tables/blocks/wikidium_block.json -61f855d5dd1309d5913b4935441e9150c67f27e5 data/cuboidmod/loot_tables/blocks/wikidium_chest.json -c3895e1634b50904e30f0991ab99b16352759001 data/cuboidmod/loot_tables/blocks/wikidium_crafting_table.json -f8e3400aa38ece96cdec9c0ca41b925dae18a428 data/cuboidmod/loot_tables/blocks/wikidium_furnace.json -2f0feed4120ac9476dff0e6ef9858d8ffbed8020 data/cuboidmod/loot_tables/blocks/wikidium_ore.json -fd003343d8b42cdce86be73428e9d178f6a08573 data/cuboidmod/loot_tables/blocks/wikidium_quantum_collapser.json -a6b989309b1edbbf0f4644f0ada15070a769783e data/cuboidmod/loot_tables/blocks/wikidium_singularity_power_generator.json -39e6f771a55b303047965441413e8b539935d3e0 data/cuboidmod/loot_tables/blocks/wikidium_singularity_resource_generator.json -734c7cfd6571b8824b91131b9b8783517cd10938 data/cuboidmod/recipes/arachnugget_from_spider_eye_smelting.json -f35f8685201d2da4f03b3d526ac3649bb79e396c data/cuboidmod/recipes/blast_furnace_from_blocks.json -6c699f36b673dc600792f30cd33dce1d82aa0975 data/cuboidmod/recipes/broth_from_water_bucket_and_bone_meal.json -f374d971f83de0012880974141d4ab29c1178c0b data/cuboidmod/recipes/bucket_from_kudbebedda_ingots.json -20069bf9289000a21fe05c620e009b50ec8d9952 data/cuboidmod/recipes/bucket_from_notarfbadium_ingots.json -1f45dbe9c77003aae8039f810969b8217bedad2b data/cuboidmod/recipes/bucket_from_notsogudium_ingots.json -a592d2f28060e5ce497de24d42df815045cfe65c data/cuboidmod/recipes/bucket_from_thatldu_ingots.json -14c38fdca543471e56233cc5a2712c9006ffe9c0 data/cuboidmod/recipes/bucket_from_wikidium_ingots.json -7009698d3e24844fb65aabe2cbb18692fd575c61 data/cuboidmod/recipes/carbon_nanotube_block_from_carbon_nanotubes.json -64da148c65b334876f2d47d019710d3af08c2cb7 data/cuboidmod/recipes/carbon_nanotubes_from_carbon_nanotube_block.json -81d9f70982d8280063ab97eea1d140ff14ab7031 data/cuboidmod/recipes/cellulose_block_from_cellulose.json -e5d63a3dae27dc22a56ffef4147648c068b7e5ea data/cuboidmod/recipes/cellulose_bricks_from_block_sc.json -30d82ff58a047a984b946dc507847a393b441031 data/cuboidmod/recipes/cellulose_bricks_from_blocks.json -1e7a253563323ab7cac0597ff79a07d90b9817da data/cuboidmod/recipes/cellulose_bricks_from_chiseled_bricks_sc.json -032802e370a5c7308c3312a98310feacd3d4f22d data/cuboidmod/recipes/cellulose_chiseled_bricks_from_block_sc.json -6eb2fec335281739b02fa42ad51834fcbecaeb77 data/cuboidmod/recipes/cellulose_chiseled_bricks_from_bricks.json -8ef68aa50e9ee602cc380e7f40445706bc78f5ed data/cuboidmod/recipes/cellulose_chiseled_bricks_from_bricks_sc.json -fca01484663d5070a6610ada958d4a1cb3c2eec1 data/cuboidmod/recipes/cellulose_from_cellulose_block.json -461cf0b80369eeddd4ef91e8ef14edaf456e9769 data/cuboidmod/recipes/coal_from_carbon_deposits.json -0fde32f5c4a1f4be1a3636f0b25dc92a1f642f45 data/cuboidmod/recipes/cooked_kebab_from_raw_kebab_smelting.json -5f45529e91b99ab2bba9913a1789c8e536a7fc08 data/cuboidmod/recipes/cured_beef_from_acv_and_raw_beef.json -c715cbbe795dc56bc4198375b954ccd3f790cc8a data/cuboidmod/recipes/cured_flesh_from_acv_and_rotten_flesh.json -aa733d6104cea8b0a3cce666574e160a8536f510 data/cuboidmod/recipes/furnace_from_chunks.json -9eabc8d13a1d726ca02fa5c6b2b97e0dee10c584 data/cuboidmod/recipes/gruel_from_broth_and_protein_paste.json -52c09572f6c8729e9fc545b5057f1015e39cb9fb data/cuboidmod/recipes/hopper_from_ingots_and_chest.json -ac62d676ef8cfc332d25b6c3014595f8024288f5 data/cuboidmod/recipes/kudbebedda_axe_from_ingots_and_rods.json -c0541dbc016a592cd67f912123a04a226c61eb69 data/cuboidmod/recipes/kudbebedda_block_from_ingots.json -9a081dd62b4e448fa2896693d883c446f30f418c data/cuboidmod/recipes/kudbebedda_boots_from_ingots.json -712e507ceaad9b5da2db89bd73de64441e502525 data/cuboidmod/recipes/kudbebedda_chest_from_ingots.json -a4b958ec61ae15624981844cd8396fde9eec6a36 data/cuboidmod/recipes/kudbebedda_chest_from_prev.json -b9e52cbe0670e455b91701a87bc9efaf5ca729e7 data/cuboidmod/recipes/kudbebedda_chestplate_from_ingots.json -a1d64947e7ca3581244141054ce47fcef3991f9c data/cuboidmod/recipes/kudbebedda_chunk_from_pieces.json -1435280959796e3385b6dd5436f271f18d613926 data/cuboidmod/recipes/kudbebedda_chunk_ingot_blasting.json -afc65dc28ef1517f0c15804e66b6ee8ba96fca10 data/cuboidmod/recipes/kudbebedda_chunk_ingot_smelting.json -e314e75ddb4c69a2919e9da7fe018eb7d2aca396 data/cuboidmod/recipes/kudbebedda_crafting_table_from_silica_and_chunk.json -157d4d81c01abcee097b1a1354ae8794bb7b06a9 data/cuboidmod/recipes/kudbebedda_dust_ingot_blasting.json -10d812039f2cb30d190fcb952dc31a1277e6cb14 data/cuboidmod/recipes/kudbebedda_dust_ingot_smelting.json -e341bd18412eb39f9e1367e1189bb74d34089441 data/cuboidmod/recipes/kudbebedda_dust_with_smoosher_and_chunk.json -f4f4f3b59abfd1cc0623ac1c395a65f67cd9d959 data/cuboidmod/recipes/kudbebedda_dust_with_smoosher_and_ingot.json -c0420854630c8f3ec0838b06d32ef8d8711bd276 data/cuboidmod/recipes/kudbebedda_dust_with_smoosher_and_ore.json -8445d8cb400587670ec86c9e9d2ac8403aa5c6a9 data/cuboidmod/recipes/kudbebedda_furnace_upgrade_from_vanilla_furnace.json -21bf199c5ac2e9ec6b36f5b7a93d71020a5f4ed2 data/cuboidmod/recipes/kudbebedda_furnace_upgrade_with_four_ingots.json -3f4629768912b000154912e1cf38208082e4400a data/cuboidmod/recipes/kudbebedda_helmet_from_ingots.json -7661e4b6a64de0db79cb4095e81fb2f968fa8266 data/cuboidmod/recipes/kudbebedda_hoe_from_ingots_and_rods.json -3753d44948dd0e6cddca1039e6e0e96ac804603e data/cuboidmod/recipes/kudbebedda_ingot_from_nuggets.json -2b53d4763f622b623376bc1db3a119b371c87b82 data/cuboidmod/recipes/kudbebedda_ingots_from_block.json -ecc44fbd57ab1bb781355a97635521b6fb6dd896 data/cuboidmod/recipes/kudbebedda_leggings_from_ingots.json -f2f46fadb8b3390947a6e9fb30046c143b66f628 data/cuboidmod/recipes/kudbebedda_nuggets_from_ingot.json -731735e5c489e783935af9acf6ba3a199ea4138a data/cuboidmod/recipes/kudbebedda_ore_ingot_blasting.json -6d079a24ede4eba58800b2e25b52641ff69dfbbe data/cuboidmod/recipes/kudbebedda_ore_ingot_smelting.json -932c0188428f451a76bd40280a2d9b8252b17813 data/cuboidmod/recipes/kudbebedda_pickaxe_from_ingots_and_rods.json -b14d06c1009a122acc5754d569cae0ca79806eb0 data/cuboidmod/recipes/kudbebedda_quantum_collapser_from_blocks_and_furnace.json -dc2224c51c7219f144e65c970c07f46dda678f69 data/cuboidmod/recipes/kudbebedda_quantum_collapser_upgrade.json -c3d9af5802317dfbd2ef8baee5e882a9f39c4e03 data/cuboidmod/recipes/kudbebedda_rod_from_ingots.json -2f7750ac8bf071b4a3d4f28ac5aeecd7640d8b8f data/cuboidmod/recipes/kudbebedda_shovel_from_ingots_and_rods.json -3d687764c12e9201b6a1cf7ea5caa621bf928a87 data/cuboidmod/recipes/kudbebedda_smasher_from_blocks_ingot_and_rods.json -a962a7799bb891764863bfa11d807f514774643e data/cuboidmod/recipes/kudbebedda_spg_from_blocks_furnace_and_redstone_block.json -65233a238e4680f103534faa7e8c2f1e54f2d168 data/cuboidmod/recipes/kudbebedda_spg_upgrade.json -086937228e79427673a34655e2f9abca08f71724 data/cuboidmod/recipes/kudbebedda_srg_from_blocks_furnace_and_crafting_table.json -439927d77003343148e9b9b036998766aaecd852 data/cuboidmod/recipes/kudbebedda_srg_upgrade.json -474539864a7cebc6d59f2dde59964cba551ea2ec data/cuboidmod/recipes/kudbebedda_sword_from_ingots_and_rod.json -69e6c75cc1eeb0dd2448de516b57abf281ccebab data/cuboidmod/recipes/lantern_from_nuggets_and_torch.json -1d17bc34fd3d776e2bd9643316b0f81dcdc240f0 data/cuboidmod/recipes/notarfbadium_axe_from_ingots_and_rods.json -9da4b6a06ff0a9b67b43610d8458e16cf6864f2e data/cuboidmod/recipes/notarfbadium_block_from_ingots.json -80a6867aef19624efe265f5be880f40ffacf6a3a data/cuboidmod/recipes/notarfbadium_boots_from_ingots.json -2f491a46e2787ad8f11164d6047f809bc0412c17 data/cuboidmod/recipes/notarfbadium_chest_from_ingots.json -4a5d59059d4b29280e9c055226aea45f1be249d3 data/cuboidmod/recipes/notarfbadium_chest_from_prev.json -f1ba328bddf8b9dcca99cf66ee8062f0823c70f2 data/cuboidmod/recipes/notarfbadium_chestplate_from_ingots.json -05bad3716b89fbb8b6b40eb4fbfa76cd007c1817 data/cuboidmod/recipes/notarfbadium_chunk_from_pieces.json -efef5b79abdd493b633af7805036ec72d321825f data/cuboidmod/recipes/notarfbadium_chunk_ingot_blasting.json -7456d610fc28b14d42d50a58a0902cbcfa8c8aba data/cuboidmod/recipes/notarfbadium_chunk_ingot_smelting.json -05a82c0d23030b94a9e2bae70ccf298cbf8fcf6d data/cuboidmod/recipes/notarfbadium_crafting_table_from_silica_and_chunk.json -ab770e644e514d48c817e04c2400e345232bf745 data/cuboidmod/recipes/notarfbadium_dust_ingot_blasting.json -2ee246b775636fef452cd846db323b7c226474e2 data/cuboidmod/recipes/notarfbadium_dust_ingot_smelting.json -f49f48693264eaad59a3f245f6789fc379987222 data/cuboidmod/recipes/notarfbadium_dust_with_smoosher_and_chunk.json -b2eb111c3cc37fa2ba49c94fe7b0489e8d13bcd8 data/cuboidmod/recipes/notarfbadium_dust_with_smoosher_and_ingot.json -2dcc00219c0595c3aac3920e82977e684479b8ce data/cuboidmod/recipes/notarfbadium_dust_with_smoosher_and_ore.json -8bac5405564ed3243197a6ec1bdb99e612e86ab2 data/cuboidmod/recipes/notarfbadium_furnace_upgrade_from_notsogudium_furnace.json -ee5316b2f62ca25f6400c4417e824666b871eece data/cuboidmod/recipes/notarfbadium_furnace_upgrade_from_vanilla_furnace.json -08684c9b27f60f31d0a160a822c3ab084a6f953d data/cuboidmod/recipes/notarfbadium_furnace_upgrade_with_four_ingots.json -3f388f52e5bca7b7bfed29ee9c8896eeb3e27b29 data/cuboidmod/recipes/notarfbadium_helmet_from_ingots.json -ac5357e274eaa001a3fa619829618307665161fc data/cuboidmod/recipes/notarfbadium_hoe_from_ingots_and_rods.json -26b0a7bb4c18cc3272932f45b1f058133b4d9687 data/cuboidmod/recipes/notarfbadium_ingot_from_nuggets.json -25274ee160d6496f1d01eccc582ac2a354466872 data/cuboidmod/recipes/notarfbadium_ingots_from_block.json -a1bc7c59410a5135d5cfaf00bf74a77dd65f94c3 data/cuboidmod/recipes/notarfbadium_leggings_from_ingots.json -7113847a8dd7f7e3fed92f3c890d66ca2cd34c07 data/cuboidmod/recipes/notarfbadium_nuggets_from_ingot.json -b550d58c214c053f4559cb2e66c9886d02023b2e data/cuboidmod/recipes/notarfbadium_ore_ingot_blasting.json -e239ca3c49d2a3f949f27bbf835fa0238d9098ae data/cuboidmod/recipes/notarfbadium_ore_ingot_smelting.json -24d9918205c3d76a7b07fee238bcc387b1a9b2d3 data/cuboidmod/recipes/notarfbadium_pickaxe_from_ingots_and_rods.json -4922c4d9f4b7b208a617377a9b82e99e466ccd74 data/cuboidmod/recipes/notarfbadium_quantum_collapser_from_blocks_and_furnace.json -cb3729e46d79f5c278250ee324b62c88a54a28c0 data/cuboidmod/recipes/notarfbadium_quantum_collapser_upgrade.json -2fc4c910dc861df9e1e371ecc1ca3eec8fe25a25 data/cuboidmod/recipes/notarfbadium_rod_from_ingots.json -f019e623d94e5e9f01151fe3702145b9c4183920 data/cuboidmod/recipes/notarfbadium_shovel_from_ingots_and_rods.json -60895d8e540ebf734078faedf8920c350ab0a4b8 data/cuboidmod/recipes/notarfbadium_smasher_from_blocks_ingot_and_rods.json -30955ca483fa28de8628e45e2f0d88a69f76c29e data/cuboidmod/recipes/notarfbadium_spg_from_blocks_furnace_and_redstone_block.json -2425b7725f47c9e1d196f5ce58659b928ba19dda data/cuboidmod/recipes/notarfbadium_spg_upgrade.json -27e34302d44f754bb7f8277077b97c7e530e0557 data/cuboidmod/recipes/notarfbadium_srg_from_blocks_furnace_and_crafting_table.json -a061c15b10d3dc18224e0d46799f8090f97a7b19 data/cuboidmod/recipes/notarfbadium_srg_upgrade.json -622ded440bb155f20cb89eb9cc8dc9c881e2a6ac data/cuboidmod/recipes/notarfbadium_sword_from_ingots_and_rod.json -c09be7711765ceaf2959ac85e1844513171f9cf4 data/cuboidmod/recipes/notsogudium_axe_from_ingots_and_rods.json -b720a395057944a9b7f33be4d2213312689cd222 data/cuboidmod/recipes/notsogudium_block_from_ingots.json -0727695397b5c328f2d7722b1177307cb5918c68 data/cuboidmod/recipes/notsogudium_boots_from_ingots.json -2cdee15427157bc3ad2ae1e62fcdabed0df1f438 data/cuboidmod/recipes/notsogudium_bowls_from_ingots.json -8e5c2ddc3b8cdaae5918cbad9ebf2bb88decd1c4 data/cuboidmod/recipes/notsogudium_chest_from_ingots.json -d63adfc7b5a21c0d1f2fdb23a8388bedd85a470b data/cuboidmod/recipes/notsogudium_chestplate_from_ingots.json -3161c0bc78f5fbcfc8f0cc9e105dffd7b67dc06b data/cuboidmod/recipes/notsogudium_chunk_from_pieces.json -44fa19da97709b3977c40b4c1905e62bba59782b data/cuboidmod/recipes/notsogudium_chunk_ingot_blasting.json -cd9dac4ab57b76d6aede3d9c0f5cc4113a48e097 data/cuboidmod/recipes/notsogudium_chunk_ingot_smelting.json -4a9814b8aedbb50f1e8ab7c26ff11f0d522ddaac data/cuboidmod/recipes/notsogudium_crafting_table_from_silica_and_chunk.json -e0b96048b1be641a6c57003884a7c148b5b80197 data/cuboidmod/recipes/notsogudium_dust_ingot_blasting.json -f08fff938b5644119255da567e35781d5f8bf354 data/cuboidmod/recipes/notsogudium_dust_ingot_smelting.json -765f88b5ca4bc9476fb9d3603f269de70abe9c6e data/cuboidmod/recipes/notsogudium_dust_with_smoosher_and_chunk.json -b98cfeae38d0785a2494ff20e289a1b9b6ac8b6b data/cuboidmod/recipes/notsogudium_dust_with_smoosher_and_ingot.json -109481b57e9a8276463f1ef68da63030642996d7 data/cuboidmod/recipes/notsogudium_dust_with_smoosher_and_ore.json -79c9c3075408b344b185d07f3628f379587d3660 data/cuboidmod/recipes/notsogudium_eumus_furnace_upgrade_with_four_ingots.json -632a27bdd97d42e63eed09a465b7554be2c84911 data/cuboidmod/recipes/notsogudium_furnace_upgrade_with_four_ingots.json -742e2ce05f1fa56ce541b62a667dc6886688ae0d data/cuboidmod/recipes/notsogudium_helmet_from_ingots.json -d210605e223a9b0dc17a10242c39659d2d0df804 data/cuboidmod/recipes/notsogudium_hoe_from_ingots_and_rods.json -30c488de4c6671791912bdf43add79bf2a1916b8 data/cuboidmod/recipes/notsogudium_ingot_from_nuggets.json -9da69d9a80ae8164895e31428e01da8f580148a7 data/cuboidmod/recipes/notsogudium_ingots_from_block.json -0c548cf4c3510f5dc496fd72d368f0e135b2bf2d data/cuboidmod/recipes/notsogudium_leggings_from_ingots.json -3fa11c34b3e81b75bcfe4b47042ce998562762f2 data/cuboidmod/recipes/notsogudium_nuggets_from_ingot.json -1a0c53a73b5af38d32d20215e388e42ac4bacc73 data/cuboidmod/recipes/notsogudium_ore_ingot_blasting.json -9b0ca7d1a01cdfced7cceca50e74d23068d8cf38 data/cuboidmod/recipes/notsogudium_ore_ingot_smelting.json -9c1f6db40dee72f7fe2e77fa0d5ceae0e7535db6 data/cuboidmod/recipes/notsogudium_pickaxe_from_ingots_and_rods.json -505205196b68cf1dc63cca61729048bf77dcb47a data/cuboidmod/recipes/notsogudium_quantum_collapser_from_blocks_and_furnace.json -59c13dac5b7671987d2b65e9ffb73b50aaecb2d9 data/cuboidmod/recipes/notsogudium_rod_from_ingots.json -9607f90ab16326cebfb863f9f5c297e3faa58f36 data/cuboidmod/recipes/notsogudium_shovel_from_ingots_and_rods.json -415cb93e046fd44e7cfc0dd5c97dec17d490587e data/cuboidmod/recipes/notsogudium_smasher_from_blocks_ingot_and_rods.json -858e276e0afd0a3597ea0190f32373e569f22e55 data/cuboidmod/recipes/notsogudium_spg_from_blocks_furnace_and_redstone_block.json -f477b70db680164211f50c8b5c14cb3528cbc801 data/cuboidmod/recipes/notsogudium_srg_from_blocks_furnace_and_crafting_table.json -1caee54133614c3b3b8dfabc634cac535f7376d6 data/cuboidmod/recipes/notsogudium_sword_from_ingots_and_rod.json -8184591c4b7b9e49a05c445ddda0724e99efbd58 data/cuboidmod/recipes/organically_enriched_sand_from_sand_and_stuff.json -7fbb8495786f585f26800b50fd4cd77710f9b68c data/cuboidmod/recipes/protein_bar_from_protein_paste_smelting.json -54ef4ebcfcf2e72b533d8b9e45c44c0b329c675e data/cuboidmod/recipes/protein_fiber_block_from_protein_fiber.json -464844c481efdb480538eaafbe1c8aa24501ba4b data/cuboidmod/recipes/protein_fiber_from_protein_fiber_block.json -c14ecee426d400d37381fecae83ea386875d9841 data/cuboidmod/recipes/protein_paste_block_from_protein_paste.json -9cd665b814c759a11d8ca3713e6b7929cdcc53e6 data/cuboidmod/recipes/protein_paste_from_protein_paste_block.json -63acaf49007ad39aaccee8acc4bcf0e8bd5b2c3a data/cuboidmod/recipes/qtc_from_thatldu_collapser_spg_and_singularities.json -598af16736c283108f077ba4a3124467a02e7b20 data/cuboidmod/recipes/qtc_from_wikidium_collapser_spg_and_singularities.json -9b849a8d84a584244ec4336a77a1130953b1c612 data/cuboidmod/recipes/raw_kebab.json -3ba04861252a97a4e3cf4feca50ef2c577acf85b data/cuboidmod/recipes/silica_dust_block_from_silica_dust.json -03dee07697885fec23611844004959f65fd99a75 data/cuboidmod/recipes/silica_dust_from_silica_dust_block.json -88b25b4c667ad10d0c92ff1ce05a9433c2010915 data/cuboidmod/recipes/smelt_glass_from_silica_dust_block_blasting.json -8fcf37e70a66463e055812d4f252550dd1b35d2e data/cuboidmod/recipes/smelt_glass_from_silica_dust_block_smelting.json -0313269d422d15eb6865676ce6015f1e72068fa4 data/cuboidmod/recipes/smithing_table_when_thatldu_ingot.json -74c89f65467a1db88c207d441dec9ee0424015f1 data/cuboidmod/recipes/smoosher_from_blocks_ingot_and_rods.json -2900b48da2e1588b8f8b13fdca5ec166a7bb97f3 data/cuboidmod/recipes/stick_bundle_from_sticks.json -410bfff67d6ad328c87348a8f7a2cb8fcae10df9 data/cuboidmod/recipes/sticks_from_stick_bundle.json -edc8ad9134b47eced7b6212845de9987dede8aa5 data/cuboidmod/recipes/string_from_nanotubes_and_protein_fiber.json -745a3ee946871fe9f984d37008fcaca4d51d8a33 data/cuboidmod/recipes/thatldu_axe_smithing.json -4c0cf7af2d02cd8b64c467d6c275827b886399da data/cuboidmod/recipes/thatldu_block_from_ingots.json -ff805d606788520aea8ea1f161fdbfac350bd459 data/cuboidmod/recipes/thatldu_boots_smithing.json -4edeb4125147c3ec6a3e004192cbd8dc08f1dd2e data/cuboidmod/recipes/thatldu_chest_from_ingots.json -1f690061b7db7e7a8792fec138dd5452c3d3ed7e data/cuboidmod/recipes/thatldu_chest_from_prev.json -7da7ac8d5b4e4311a68492541e40fb178111b38f data/cuboidmod/recipes/thatldu_chestplate_smithing.json -d158a343060ede6b6488d16c6b555ffeea8ff4e5 data/cuboidmod/recipes/thatldu_chunk_from_pieces.json -20ac9f98cb77a58f1295d9117dad79abe4d5309b data/cuboidmod/recipes/thatldu_chunk_ingot_blasting.json -760a8d17ca289d5cab937d5c62c8a2adbda97e06 data/cuboidmod/recipes/thatldu_chunk_ingot_smelting.json -c20cd22f50ff800c71c281f0e1381d32374e1ecf data/cuboidmod/recipes/thatldu_crafting_table_from_silica_and_chunk.json -a5e09abc580ee0c3e8a95b0a520b2e148c374f21 data/cuboidmod/recipes/thatldu_dust_ingot_blasting.json -a89280103cd1420b58b080dd9b5dbf29196d24c1 data/cuboidmod/recipes/thatldu_dust_ingot_smelting.json -baab2120a67501d15b6547b833178a2c24fc5bee data/cuboidmod/recipes/thatldu_dust_with_smoosher_and_chunk.json -fbf49ca9a335edf6a7c1e746da9e5a0e2c455e7f data/cuboidmod/recipes/thatldu_dust_with_smoosher_and_ingot.json -23579cce6b11561c35c3fc05b3a6746102ed6dae data/cuboidmod/recipes/thatldu_dust_with_smoosher_and_ore.json -a0af43f5d4f54f391f4889e73b1f01e2686f1f2c data/cuboidmod/recipes/thatldu_furnace_upgrade_from_kudbebedda_furnace.json -41515ee1bfb83c602bea859a223065586f34edf6 data/cuboidmod/recipes/thatldu_furnace_upgrade_from_notarfbadium_furnace.json -dd29fec9613131fa5942223b5f9c8083c918f15b data/cuboidmod/recipes/thatldu_furnace_upgrade_from_notsogudium_furnace.json -3000caabb0bfb0b9c33564419ab82385b42f2092 data/cuboidmod/recipes/thatldu_furnace_upgrade_from_vanilla_furnace.json -d2f02d422438684915d431b69c1dddcf8ded7fda data/cuboidmod/recipes/thatldu_furnace_upgrade_with_four_ingots.json -fe4d93c952def6228d75d88aa87b586b5754eb6b data/cuboidmod/recipes/thatldu_helmet_smithing.json -c0a845345b737b03231421cd2fa728a4b2113a4f data/cuboidmod/recipes/thatldu_hoe_smithing.json -0612c0aba3681fb905fd5cb0afd2ead93a1c5eb9 data/cuboidmod/recipes/thatldu_ingot_from_nuggets.json -20ce72d50aa015ddf5ae377ecbd333abb2d41fc3 data/cuboidmod/recipes/thatldu_ingots_from_block.json -43a308e81d821c43fdf87ea129ad9296c9f90cae data/cuboidmod/recipes/thatldu_leggings_smithing.json -7a8c0efac8f94743426fb8009f296af43f922d3b data/cuboidmod/recipes/thatldu_nuggets_from_ingot.json -0b483b8246afed1d98d514d1df8bc0015c6b80f3 data/cuboidmod/recipes/thatldu_ore_ingot_blasting.json -44f15d3a453fe8bc0438f186b0392abc7ada04ed data/cuboidmod/recipes/thatldu_ore_ingot_smelting.json -73f2135d2da037e046a47feda8e8e30ebbb72929 data/cuboidmod/recipes/thatldu_pickaxe_smithing.json -f046208116c42fc98038cacf49d9916089aadefd data/cuboidmod/recipes/thatldu_quantum_collapser_from_blocks_and_furnace.json -0602769afe1fc719ba3dd2422b0f776f5a8b1c30 data/cuboidmod/recipes/thatldu_quantum_collapser_upgrade.json -9c0ac6c901c3c1dc060b5d24e63908ccd1153f4d data/cuboidmod/recipes/thatldu_rod_from_ingots.json -6071fdeaaae646f2160b41aba480ede01983086d data/cuboidmod/recipes/thatldu_shovel_smithing.json -22b256546d16e106b22c62bab3d8915ae048b46e data/cuboidmod/recipes/thatldu_smasher_smithing.json -4825ccef4e38b7bbbccff9c86f1824fe01e73a77 data/cuboidmod/recipes/thatldu_spg_from_blocks_furnace_and_redstone_block.json -2d980228f26bebf6bd5d3fbf7a56def5e179c96f data/cuboidmod/recipes/thatldu_spg_upgrade.json -e8c9bf89ff5e552ead4e7f7e9af5f642ccb9f29f data/cuboidmod/recipes/thatldu_srg_from_blocks_furnace_and_crafting_table.json -9a8f000478c2713db206eeb1668b89d5c6e9aa8a data/cuboidmod/recipes/thatldu_srg_upgrade.json -c79f866537512636314d841f8724faa405732a13 data/cuboidmod/recipes/thatldu_sword_smithing.json -c5ef1e978bb97b2a5c8ad93bf2d481ea6e36d105 data/cuboidmod/recipes/torches_from_charcoal_and_rod.json -331873a4bd13ea81dff7d1b68b47e017c74ac884 data/cuboidmod/recipes/torches_from_coal_and_rod.json -fc93bd23178f7520de2464eaf117633cfda7b0b5 data/cuboidmod/recipes/wikidium_axe_from_ingots_and_rods.json -29b5d0c1cba662573afa12ab00336087265eb214 data/cuboidmod/recipes/wikidium_block_from_ingots.json -88f551ced9827465a63ca627e706824686fabf07 data/cuboidmod/recipes/wikidium_boots_from_ingots.json -8a6dc88219df4a9a5e1b89b6ca287803ae81a2ea data/cuboidmod/recipes/wikidium_chest_from_ingots.json -3a0c0613a63471f4f3c75041a5d13bde526580e3 data/cuboidmod/recipes/wikidium_chest_from_prev.json -94f3c074f7e509808ec9b3644a5fbc71272c5274 data/cuboidmod/recipes/wikidium_chestplate_from_ingots.json -b955330937d2e90bb17475ea781f8d6ae3b601b0 data/cuboidmod/recipes/wikidium_chunk_from_pieces.json -a3c271144ef0830f5b96e4c7f8f74f490daaf912 data/cuboidmod/recipes/wikidium_chunk_ingot_blasting.json -7a7833828e843428f6c25d436d80e6b69c84382c data/cuboidmod/recipes/wikidium_chunk_ingot_smelting.json -9d31fb990ef57adfd9cfe51e87686a469a573173 data/cuboidmod/recipes/wikidium_crafting_table_from_silica_and_chunk.json -a9a90b5d71b0b7aacaa94c3cd7796dc3d28e66e7 data/cuboidmod/recipes/wikidium_dust_ingot_blasting.json -b55443e56223c67b689914bb2b780a8680b188d9 data/cuboidmod/recipes/wikidium_dust_ingot_smelting.json -f0efba0584c007aec25d742a530253e2483b0287 data/cuboidmod/recipes/wikidium_dust_with_smoosher_and_chunk.json -e5bdc7d98c30e271b0fdab3eeb9033b5752bc65f data/cuboidmod/recipes/wikidium_dust_with_smoosher_and_ingot.json -5cefd2e880f4b3b2c2dc5f73c14c530d672ed112 data/cuboidmod/recipes/wikidium_dust_with_smoosher_and_ore.json -ab461e414fa1f7f3aed98051598063a663d29b56 data/cuboidmod/recipes/wikidium_furnace_upgrade_from_kudbebedda_furnace.json -2e47574890d3b222b3046a8dc6e5828d363cb5fd data/cuboidmod/recipes/wikidium_furnace_upgrade_from_notsogudium_furnace.json -035000a68d26ee8bd00150b0d664bc9c047cdc25 data/cuboidmod/recipes/wikidium_furnace_upgrade_from_vanilla_furnace.json -c2c17783cd9743f2ec983434d340212c83eea8b0 data/cuboidmod/recipes/wikidium_furnace_upgrade_with_four_ingots.json -8386759df009fef6a2a2f48c373b0bb99ba343d2 data/cuboidmod/recipes/wikidium_helmet_from_ingots.json -5d36c5091754ab944851dc7003be70501381a8a2 data/cuboidmod/recipes/wikidium_hoe_from_ingots_and_rods.json -611d26c275d7e1ca757170aa4afc834648255363 data/cuboidmod/recipes/wikidium_ingot_from_nuggets.json -57af4534245cc2a824e73d04d88e65e6dba9bac9 data/cuboidmod/recipes/wikidium_ingots_from_block.json -2ad97bcaa6daae33977d718122fd186ed90f0c52 data/cuboidmod/recipes/wikidium_leggings_from_ingots.json -25cd0a4652b80a8b75b944e1552d2dfd3528fbba data/cuboidmod/recipes/wikidium_nuggets_from_ingot.json -4d626c0687011613389eb3e3d90384f775b8d7d9 data/cuboidmod/recipes/wikidium_ore_ingot_blasting.json -15a70d4a33901adebeba29c6a4e316b92f9bfbd9 data/cuboidmod/recipes/wikidium_ore_ingot_smelting.json -ea91a89e3b85f035c8021c85d946c9be7c257651 data/cuboidmod/recipes/wikidium_pickaxe_from_ingots_and_rods.json -041a407b5c0ddf1d700d37f3d145c0e06ceab6b2 data/cuboidmod/recipes/wikidium_quantum_collapser_from_blocks_and_furnace.json -c1334ab4bb21354138edd1b69b7452a75104a5cd data/cuboidmod/recipes/wikidium_quantum_collapser_upgrade.json -022d2178f496250e29b4eb83885de2901780b016 data/cuboidmod/recipes/wikidium_rod_from_ingots.json -2888a13e7f0a87a6a57cafd95ed1e4c03aee4fc1 data/cuboidmod/recipes/wikidium_shovel_from_ingots_and_rods.json -52f701315fe9e6154f86aedf452e42607a3b4561 data/cuboidmod/recipes/wikidium_smasher_from_blocks_ingot_and_rods.json -8ac44341dbdf1cc407a63498084ec21d33343e4f data/cuboidmod/recipes/wikidium_spg_from_blocks_furnace_and_redstone_block.json -e715ca587a9a4a24f54b733514a84560e3bedff3 data/cuboidmod/recipes/wikidium_spg_upgrade.json -0db9f87890cf03ee566cadfd7a8f64da8115180b data/cuboidmod/recipes/wikidium_srg_from_blocks_furnace_and_crafting_table.json -6eb670c39f019dd3e59086fb31c3743611ab230e data/cuboidmod/recipes/wikidium_srg_upgrade.json -1ce64fb5c2e31e6a10cc4d17955dc0106017f390 data/cuboidmod/recipes/wikidium_sword_from_ingots_and_rod.json -0c3dafcad95962a04103bd6da74f56f9ef5ffe16 data/cuboidmod/tags/blocks/furnaces/eumus.json -41feb9561f9e7d39c4c9bb25a4d5e9f364014d16 data/cuboidmod/tags/blocks/furnaces/kudbebedda.json -2763f251e21c76d26f58b9a05f15e432cbe7775a data/cuboidmod/tags/blocks/furnaces/notarfbadium.json -32d082edcb55a001226c6d1de45748d98970657b data/cuboidmod/tags/blocks/furnaces/notsogudium.json -e8e0e05de0f7da457fdab84d392f8cf57b4f19c4 data/cuboidmod/tags/blocks/furnaces/thatldu.json -e1d7b7fdf68771af703eb5ae2be3d451a5e6a202 data/cuboidmod/tags/blocks/furnaces/wikidium.json -f00f40d9eb9dc589d2d1f54068ad714771ddc29e data/cuboidmod/tags/blocks/needs_kudbebedda_tool.json -0c84f31a7217dea349de6be4cee123e8008f66f9 data/cuboidmod/tags/blocks/needs_notarfbadium_tool.json -d13e620ec16dae4b71ada3f7994598598451be8f data/cuboidmod/tags/blocks/needs_notsogudium_tool.json -0c8d4f72eb571f3dda15d6fefe436739fef9fe92 data/cuboidmod/tags/blocks/needs_wikidium_tool.json -68c931aa8bc746d3eb4621cbba48370101154935 data/cuboidmod/tags/items/carbon_nanotube.json -717f682d07e806fc3b044a3b4ea47576920ad946 data/cuboidmod/tags/items/cellulose.json -b86abb4360bcaf75095293e5be369c50f632bf39 data/cuboidmod/tags/items/chests.json -6f95b49f086628d0d83bf07af518eb4fbb37f6b7 data/cuboidmod/tags/items/crafting_tables.json -23af11920c0e5515dcb1800af30510e223c5b456 data/cuboidmod/tags/items/dusts.json -e87e9aa40a6873dbcc2969021e7a00e0656b771b data/cuboidmod/tags/items/food.json -593c6169e847981e58ad942b556cee39d5abb116 data/cuboidmod/tags/items/food/apple_cider_vinegar.json -0765046f59f461ac4cb641e8a85325997f0ccd3c data/cuboidmod/tags/items/food/arachnugget.json -afe133898a926f4885036b6b404eb67c414853ec data/cuboidmod/tags/items/food/beef_biltong.json -d21fd94de8cd2dacd6a537804bcbe72344e2c4f4 data/cuboidmod/tags/items/food/broth.json -f06dbca801065bd3c36a26bcef7843acad1d59dc data/cuboidmod/tags/items/food/cured_beef.json -b472708dc74730f447cf99ac59bcad4c72903249 data/cuboidmod/tags/items/food/cured_flesh.json -a0b7998c208bad82da1a40a976f4fc5e338e2da7 data/cuboidmod/tags/items/food/gruel.json -cbfc76dc4892dfe068726f7b82c2cd19339d65e2 data/cuboidmod/tags/items/food/hardfiskur.json -dbd77305a3bb99c4c203a7f0a39c4bf9fe8dd8c9 data/cuboidmod/tags/items/food/kebab_cooked.json -4c27264e4366d2b694672d5965a842aa4b59cd5a data/cuboidmod/tags/items/food/kebab_raw.json -302568066b9fc88349ab6e5c7d49eeb117911815 data/cuboidmod/tags/items/food/protein_bar.json -1f3a6df535aace760908713728e3dacece5319b3 data/cuboidmod/tags/items/food/protein_paste.json -45c0cda3fab412e5eff31f58d9982f0664f91b49 data/cuboidmod/tags/items/food/ration_pack.json -6d90f85b95c7789decf5c97d0352de673495eb05 data/cuboidmod/tags/items/food/rotten_apple.json -1ef2ae02e67a30ad771e11e6a750b6647fb39ab5 data/cuboidmod/tags/items/food/zombie_biltong.json -cb1a2171db5662fdfc320aa001c03510b3cffa7d data/cuboidmod/tags/items/furnaces.json -8a6ed98d4d0fbebdfe580bd2aa057eca24855bc6 data/cuboidmod/tags/items/ingots.json -410491aa060e2e92df904eed9420e0a73432781e data/cuboidmod/tags/items/nuggets.json -cd8f81db03c7f23c539701e6ac7ed68c0827613a data/cuboidmod/tags/items/ores.json -fc2d3e9c98ee6eaf6428169d2f2f28ccc3f1fd6f data/cuboidmod/tags/items/pieces.json -7edaf98d84af9436b94fafdfa8ef19fad656d100 data/cuboidmod/tags/items/pieces/kudbebedda.json -acc2871f90293c74bcfa77f2d94bcd8fa759b40d data/cuboidmod/tags/items/pieces/notarfbadium.json -711c352b743885d756c0143067f7b18a236ac56c data/cuboidmod/tags/items/pieces/notsogudium.json -2f56b7dcb70bdcffdc29cf6e57d54a81e89932e8 data/cuboidmod/tags/items/pieces/thatldu.json -a792cac83d91a8c3c85bbec572dbfa65e021d736 data/cuboidmod/tags/items/pieces/wikidium.json -06c584caba95413be5393f83e3125b556894beba data/cuboidmod/tags/items/protein_fiber.json -1f3a6df535aace760908713728e3dacece5319b3 data/cuboidmod/tags/items/protein_paste.json -629b411f0fa5bc6bacceace6cffac6392f4922cd data/cuboidmod/tags/items/quantum_singularities.json -3408c527d18453018eddd24a801650170bf7144f data/cuboidmod/tags/items/quantum_singularities/aluminium.json -4746820ff528acf296e02815d926b1adacdce6f6 data/cuboidmod/tags/items/quantum_singularities/andesite.json -9f86c9558713dd74e4e453f6a582673689f093b9 data/cuboidmod/tags/items/quantum_singularities/basalt.json -8b2e84906ea58bda833833e3508bd0fd4ed00e13 data/cuboidmod/tags/items/quantum_singularities/blackstone.json -313c6881a193d69126fdbb7f393296b0972aba88 data/cuboidmod/tags/items/quantum_singularities/bronze.json -5ce611d27dc06c7a30384feb3f1dd863a7d77245 data/cuboidmod/tags/items/quantum_singularities/carbon_nanotube.json -07793d012af543faba60b3696d281d400cf02103 data/cuboidmod/tags/items/quantum_singularities/cellulose.json -46115b34dbc45369859786d40b5e13716d9bca07 data/cuboidmod/tags/items/quantum_singularities/clay.json -03b4baf321ebdab56aff41efe89e36fee7b33313 data/cuboidmod/tags/items/quantum_singularities/coal.json -76811d7f07cdb0831e1c09f298ea87051e4d9930 data/cuboidmod/tags/items/quantum_singularities/cobalt.json -cf1e835de21026b3a030ff13cfced4b91d94ea65 data/cuboidmod/tags/items/quantum_singularities/cobblestone.json -117944f410cc9a9a485dfba6183bf88b6a1baa06 data/cuboidmod/tags/items/quantum_singularities/copper.json -4496e934e3fae29685b543390c0d23430b77cfb1 data/cuboidmod/tags/items/quantum_singularities/diamond.json -a84907fc7cf2c81a8dac007823321bfab95d5eeb data/cuboidmod/tags/items/quantum_singularities/diorite.json -db9ee2a013e7efd20c41ba6c4a8c6f8259e5b532 data/cuboidmod/tags/items/quantum_singularities/dirt.json -fc46a36dc7ac5499060adbf1d836d0f0fe942ca7 data/cuboidmod/tags/items/quantum_singularities/dust.json -f37153615045e46fdb10bb5c94719385cff20b99 data/cuboidmod/tags/items/quantum_singularities/electrum.json -d2d9aeba4a611c4dfd5f6b53da312535bd7b61e4 data/cuboidmod/tags/items/quantum_singularities/emerald.json -5719361d4d4d82cc5c73bea1789d78983f3be16e data/cuboidmod/tags/items/quantum_singularities/endstone.json -fcd8341f307cf40ae7cae8a3930392e638e7a63c data/cuboidmod/tags/items/quantum_singularities/glowstone.json -1c35b5669ea33f2f0190d91c9fbb9cf3b7cb7d5c data/cuboidmod/tags/items/quantum_singularities/gold.json -66ef61779ffdcf984eaf68fc3b6fc4530a1d13d4 data/cuboidmod/tags/items/quantum_singularities/granite.json -bb8375e80fd417d46d0bc3edeba5b75f28f42281 data/cuboidmod/tags/items/quantum_singularities/gravel.json -6e8767842ec12278e5ccce8cee24cb5b093d348b data/cuboidmod/tags/items/quantum_singularities/invar.json -0ad17c897f43553032e395b32b400da0314ef811 data/cuboidmod/tags/items/quantum_singularities/iron.json -bcd34b5b4d794f9d6d11fbb026fa13557b0841c7 data/cuboidmod/tags/items/quantum_singularities/kudbebedda.json -0472a28d25312ca13378c462ab4b3b8973c35887 data/cuboidmod/tags/items/quantum_singularities/lapis.json -19e1d8f82177ca408141956ee285d50f453bed7d data/cuboidmod/tags/items/quantum_singularities/lead.json -4080c43f2d09e43c743a85a2b740f4046a07aa34 data/cuboidmod/tags/items/quantum_singularities/log_acacia.json -cbd3bdb8be49ca2b05c807c2e19d25d174e48a82 data/cuboidmod/tags/items/quantum_singularities/log_birch.json -e7483e0513f458d1716ec1e7bf623150e769edba data/cuboidmod/tags/items/quantum_singularities/log_dark_oak.json -cc2c264941c52c26877ca7bae62829ae902ba0bf data/cuboidmod/tags/items/quantum_singularities/log_jungle.json -bbbf651c5ae8137fa269c2aead825507a8ad2f90 data/cuboidmod/tags/items/quantum_singularities/log_oak.json -27722e09e52c59a2cff962fbd4beaa261e212f71 data/cuboidmod/tags/items/quantum_singularities/log_spruce.json -8589a4ac1bfdcdd89b46601f51d802b73f34181d data/cuboidmod/tags/items/quantum_singularities/netherrack.json -c4d75b541f09a229cd969428b6538fa37fbf85f4 data/cuboidmod/tags/items/quantum_singularities/nickel.json -28c9df9f852955320d037762bc875e397078731e data/cuboidmod/tags/items/quantum_singularities/notarfbadium.json -c724dcb9aac5cac5445b0cba0533f2ff19e88974 data/cuboidmod/tags/items/quantum_singularities/notsogudium.json -5d29dec37d9c8aa08d6353858397043727756447 data/cuboidmod/tags/items/quantum_singularities/osmium.json -e9181703c3f81819f8f297dc9349b6d9696072d7 data/cuboidmod/tags/items/quantum_singularities/platinum.json -fc1c645270e30be3d44acf6ab1e569d7e65c880d data/cuboidmod/tags/items/quantum_singularities/redstone.json -f1057cc4d88389564918ce80a68a22600215ef88 data/cuboidmod/tags/items/quantum_singularities/sand.json -6a56a520d45432569c61f447933f4522eb4f3b4a data/cuboidmod/tags/items/quantum_singularities/silica_dust.json -7ea995f49b624fe506ee68bd7a5cd29ac92b6d16 data/cuboidmod/tags/items/quantum_singularities/silver.json -d7445e7af0b46817d59407948a774c52629b47a2 data/cuboidmod/tags/items/quantum_singularities/steel.json -02c917a9cfd6e246aa94d3ae6bd7d5fcdf6477d3 data/cuboidmod/tags/items/quantum_singularities/thatldu.json -de654a875a5ef032daacb7533e4de9cd1b862617 data/cuboidmod/tags/items/quantum_singularities/tin.json -4d03e8a3563c974e881d9eda1af2b01d0d16c269 data/cuboidmod/tags/items/quantum_singularities/uraninite.json -24b93daf2d4be13f04081769cdc09706c5f31935 data/cuboidmod/tags/items/quantum_singularities/uranium.json -c4c63d7fea6f30d0d99bc51c969b0e2e63c86bbd data/cuboidmod/tags/items/quantum_singularities/wikidium.json -3803006e4b6d13d943bf57bea011c3da7d5046b9 data/cuboidmod/tags/items/quantum_singularities/zinc.json -2d1abfd8628122b9b5b5258405ef66879cb00d55 data/cuboidmod/tags/items/rods.json -271bf2e05aacaa2ccb1f17b47e9ed566ae8d75f9 data/cuboidmod/tags/items/stick_bundle.json -cc14c1a8be3d393cc0ecdc17ad9984319cf43142 data/cuboidmod/tags/items/storage_blocks.json -b86abb4360bcaf75095293e5be369c50f632bf39 data/forge/tags/blocks/chests.json -235297f4d5f5aee4e8ed0da885be36a7ac474da1 data/forge/tags/blocks/chests/kudbebedda.json -bc5a84dbb98b84db8b914b6aef216d0232b4427c data/forge/tags/blocks/chests/notarfbadium.json -9298442261d6220a07ce37ce4a6ff84e9eb6a4fd data/forge/tags/blocks/chests/notsogudium.json -059ef9e942f7a00f84eab331e9d5631a8da45870 data/forge/tags/blocks/chests/thatldu.json -9da4f3cf0b9964e54ea9a424f8c1a2d5877b5378 data/forge/tags/blocks/chests/wikidium.json -d31be22074f460d76dad9c2787403f59fdb18ff4 data/forge/tags/blocks/crafting_tables/kudbebedda.json -903d19ff4f59f5bb03146bc95d1247212285c9d5 data/forge/tags/blocks/crafting_tables/notarfbadium.json -1df8a3cd7f0ce36b1cfcd0d6528dae0bb932745d data/forge/tags/blocks/crafting_tables/notsogudium.json -9490b316f8ca60bcae97db9a9b1707354bc6a500 data/forge/tags/blocks/crafting_tables/thatldu.json -2895456605bdb94e69c9cbbd84bb343e7e0e51a9 data/forge/tags/blocks/crafting_tables/wikidium.json -59883395aa9b6d4c5f68c0cc778591dcf14e1770 data/forge/tags/blocks/needs_wood_tool.json -270a34b254a3dbb803d41e630faf1810414e8789 data/forge/tags/blocks/ores.json -e832f780f44723b6e01931a026cb40c0fc7ea8c5 data/forge/tags/blocks/ores/kudbebedda.json -0e48d5bb1a00e0bed905371d473e46734c83459c data/forge/tags/blocks/ores/notarfbadium.json -12cb0a6d80365d531d982a6ca5b72522136fc360 data/forge/tags/blocks/ores/notsogudium.json -9ae27f574a1814e8e755c162d0b2d4b091acc250 data/forge/tags/blocks/ores/thatldu.json -015716185bb0292ad30b62692c02574f8326344d data/forge/tags/blocks/ores/wikidium.json -1f29c270d86e8fb2482970c4dc0679acaa653e5a data/forge/tags/blocks/storage_blocks.json -355c28acf42536e19d93cc0002b349f6faec23ff data/forge/tags/blocks/storage_blocks/carbon_nanotube.json -a5e6a65a7a088da8166b8609e5f36fc63ce37d08 data/forge/tags/blocks/storage_blocks/cellulose.json -0026161cd2625846a79798a7236ffbab7ae12e9c data/forge/tags/blocks/storage_blocks/kudbebedda.json -92e28529304802551b66352e8ad0682158446e50 data/forge/tags/blocks/storage_blocks/notarfbadium.json -b4c645e0822768212f445312b239891c43d2a37b data/forge/tags/blocks/storage_blocks/notsogudium.json -faee0d2bb226bf1ac22493552340402fb148d238 data/forge/tags/blocks/storage_blocks/protein_fiber.json -e9084245325c2762e6694d8b5ccd3924a4847ef9 data/forge/tags/blocks/storage_blocks/protein_paste.json -4899abe502e1e83052fbfb7083ca5941230c3095 data/forge/tags/blocks/storage_blocks/silica.json -7f3b002f9ed62f86b1f8c6baeb3acaa911e00541 data/forge/tags/blocks/storage_blocks/thatldu.json -75fe3c304dad1a11a652d0935a8c2ab8734d8d54 data/forge/tags/blocks/storage_blocks/wikidium.json -b86abb4360bcaf75095293e5be369c50f632bf39 data/forge/tags/items/chests.json -235297f4d5f5aee4e8ed0da885be36a7ac474da1 data/forge/tags/items/chests/kudbebedda.json -bc5a84dbb98b84db8b914b6aef216d0232b4427c data/forge/tags/items/chests/notarfbadium.json -9298442261d6220a07ce37ce4a6ff84e9eb6a4fd data/forge/tags/items/chests/notsogudium.json -059ef9e942f7a00f84eab331e9d5631a8da45870 data/forge/tags/items/chests/thatldu.json -9da4f3cf0b9964e54ea9a424f8c1a2d5877b5378 data/forge/tags/items/chests/wikidium.json -d31be22074f460d76dad9c2787403f59fdb18ff4 data/forge/tags/items/crafting_tables/kudbebedda.json -903d19ff4f59f5bb03146bc95d1247212285c9d5 data/forge/tags/items/crafting_tables/notarfbadium.json -1df8a3cd7f0ce36b1cfcd0d6528dae0bb932745d data/forge/tags/items/crafting_tables/notsogudium.json -9490b316f8ca60bcae97db9a9b1707354bc6a500 data/forge/tags/items/crafting_tables/thatldu.json -2895456605bdb94e69c9cbbd84bb343e7e0e51a9 data/forge/tags/items/crafting_tables/wikidium.json -2438efe40b972be608bf529949b2da0dc77d831b data/forge/tags/items/dusts.json -bd9479e5d7c86d7f4ab811fa1278799c9cada3e4 data/forge/tags/items/dusts/cobalt.json -0b5476eda837185a34db7625a8058d62491c4d60 data/forge/tags/items/dusts/kudbebedda.json -0b052e22af28910795e80e3b044e3965fa7307fa data/forge/tags/items/dusts/notarfbadium.json -19b725298b734e2ea2124c7718c35726e2165522 data/forge/tags/items/dusts/notsogudium.json -7cd67ed07caa164f7dbac0846bbf3d05a8a77a91 data/forge/tags/items/dusts/salt.json -292d631b74164544a8f3a14d959fb8e14537c193 data/forge/tags/items/dusts/silica.json -13fb82563e7849331238c2f1853d306c6b2c0aaa data/forge/tags/items/dusts/thatldu.json -f36d6e95c883896f7aa01250c6cec177b0681390 data/forge/tags/items/dusts/wikidium.json -fc7e4bfcc303a4ef8bc8bbc88e02df307a0a0845 data/forge/tags/items/dusts/zinc.json -0c3dafcad95962a04103bd6da74f56f9ef5ffe16 data/forge/tags/items/furnaces/eumus.json -41feb9561f9e7d39c4c9bb25a4d5e9f364014d16 data/forge/tags/items/furnaces/kudbebedda.json -2763f251e21c76d26f58b9a05f15e432cbe7775a data/forge/tags/items/furnaces/notarfbadium.json -32d082edcb55a001226c6d1de45748d98970657b data/forge/tags/items/furnaces/notsogudium.json -e8e0e05de0f7da457fdab84d392f8cf57b4f19c4 data/forge/tags/items/furnaces/thatldu.json -e1d7b7fdf68771af703eb5ae2be3d451a5e6a202 data/forge/tags/items/furnaces/wikidium.json -8a6ed98d4d0fbebdfe580bd2aa057eca24855bc6 data/forge/tags/items/ingots.json -f7cd61f8e8789230aa3b2a4cac1254827f1868d3 data/forge/tags/items/ingots/kudbebedda.json -7964d3912f41ec793abf79f9360b634ebcee7b68 data/forge/tags/items/ingots/notarfbadium.json -9be67918b192a196e95594ed375ffcce37492e06 data/forge/tags/items/ingots/notsogudium.json -a45afe151ec615f3c612e48a753bd9d4f2de3789 data/forge/tags/items/ingots/thatldu.json -2e4e91cc2a0807eed528c843ef83b798a2c44bb9 data/forge/tags/items/ingots/wikidium.json -410491aa060e2e92df904eed9420e0a73432781e data/forge/tags/items/nuggets.json -9bc257a9584d3c031452b92b0bbf91ec401f4a13 data/forge/tags/items/nuggets/kudbebedda.json -0a31a377f4a8223561ee6d5a90dc61b3fefdecfc data/forge/tags/items/nuggets/notarfbadium.json -19fc1541ef06e540e47300cd85cbe9cae2edb81a data/forge/tags/items/nuggets/notsogudium.json -5576623aa9e97867f8c38731ba7bd661174bdbbc data/forge/tags/items/nuggets/thatldu.json -4ef77abc7caf9be63dc52269d636daf36757de5d data/forge/tags/items/nuggets/wikidium.json -f1dfb117dfbf33097d1d7574015e2a7d2e06e03a data/forge/tags/items/ores.json -6e902435bc5b3b39015c336c94bb4f11ef8b4c0d data/forge/tags/items/ores/kudbebedda.json -940f8bf7a272778966e3f6656635b42ccc34e7bd data/forge/tags/items/ores/notarfbadium.json -4c0c9ea9874a8eb7c84a2fbeda8fc5692744c471 data/forge/tags/items/ores/notsogudium.json -bcbe67a0dab8aafec6fee571c30f5561f9f8b16a data/forge/tags/items/ores/thatldu.json -b6e360dc206aa7204660529166b4212d474a4e56 data/forge/tags/items/ores/wikidium.json -97c6e624aedff9ccedff058fc2ddeac09dbe02a0 data/forge/tags/items/pieces/carbon_deposit.json -2d1abfd8628122b9b5b5258405ef66879cb00d55 data/forge/tags/items/rods.json -fa2d15ebb48a6797b99c6153a6d6a889af46be7d data/forge/tags/items/rods/kudbebedda.json -10b33fdb619ca5eef2795581f1b53228a59ef1d9 data/forge/tags/items/rods/notarfbadium.json -746c95ae1252c62ddea45cd5f1c71c4d456f3c00 data/forge/tags/items/rods/notsogudium.json -2e74a905d2e630828eee2f9615ebdf9bc8153d42 data/forge/tags/items/rods/thatldu.json -78c5b39bc901909eff39f169849663a7c63b568b data/forge/tags/items/rods/wikidium.json -1f29c270d86e8fb2482970c4dc0679acaa653e5a data/forge/tags/items/storage_blocks.json -355c28acf42536e19d93cc0002b349f6faec23ff data/forge/tags/items/storage_blocks/carbon_nanotube.json -a5e6a65a7a088da8166b8609e5f36fc63ce37d08 data/forge/tags/items/storage_blocks/cellulose.json -0026161cd2625846a79798a7236ffbab7ae12e9c data/forge/tags/items/storage_blocks/kudbebedda.json -92e28529304802551b66352e8ad0682158446e50 data/forge/tags/items/storage_blocks/notarfbadium.json -b4c645e0822768212f445312b239891c43d2a37b data/forge/tags/items/storage_blocks/notsogudium.json -faee0d2bb226bf1ac22493552340402fb148d238 data/forge/tags/items/storage_blocks/protein_fiber.json -e9084245325c2762e6694d8b5ccd3924a4847ef9 data/forge/tags/items/storage_blocks/protein_paste.json -4899abe502e1e83052fbfb7083ca5941230c3095 data/forge/tags/items/storage_blocks/silica.json -7f3b002f9ed62f86b1f8c6baeb3acaa911e00541 data/forge/tags/items/storage_blocks/thatldu.json -75fe3c304dad1a11a652d0935a8c2ab8734d8d54 data/forge/tags/items/storage_blocks/wikidium.json -4a7a6388bb0b31fe628e1033008050688e34f157 data/minecraft/tags/blocks/mineable/axe.json -b52696995b78f4d1705266dad25c5be31146f03f data/minecraft/tags/blocks/mineable/pickaxe.json -ecfeb212d649e0b5305e127ce778b387d307bdcc data/minecraft/tags/blocks/mineable/shovel.json diff --git a/src/generated/resources/assets/cuboidmod/blockstates/drying_cupboard.json b/src/generated/resources/assets/cuboidmod/blockstates/drying_cupboard.json index 03a2e65..1b4f5a7 100644 --- a/src/generated/resources/assets/cuboidmod/blockstates/drying_cupboard.json +++ b/src/generated/resources/assets/cuboidmod/blockstates/drying_cupboard.json @@ -1,34 +1,34 @@ { "variants": { - "facing=north,lit=false": { - "model": "cuboidmod:block/drying_cupboard" - }, - "facing=south,lit=false": { - "model": "cuboidmod:block/drying_cupboard", - "y": 180 - }, - "facing=west,lit=false": { - "model": "cuboidmod:block/drying_cupboard", - "y": 270 - }, "facing=east,lit=false": { "model": "cuboidmod:block/drying_cupboard", "y": 90 }, + "facing=east,lit=true": { + "model": "cuboidmod:block/drying_cupboard_on", + "y": 90 + }, + "facing=north,lit=false": { + "model": "cuboidmod:block/drying_cupboard" + }, "facing=north,lit=true": { "model": "cuboidmod:block/drying_cupboard_on" }, + "facing=south,lit=false": { + "model": "cuboidmod:block/drying_cupboard", + "y": 180 + }, "facing=south,lit=true": { "model": "cuboidmod:block/drying_cupboard_on", "y": 180 }, - "facing=west,lit=true": { - "model": "cuboidmod:block/drying_cupboard_on", + "facing=west,lit=false": { + "model": "cuboidmod:block/drying_cupboard", "y": 270 }, - "facing=east,lit=true": { + "facing=west,lit=true": { "model": "cuboidmod:block/drying_cupboard_on", - "y": 90 + "y": 270 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/blockstates/eumus_furnace.json b/src/generated/resources/assets/cuboidmod/blockstates/eumus_furnace.json index c32fce1..74b4070 100644 --- a/src/generated/resources/assets/cuboidmod/blockstates/eumus_furnace.json +++ b/src/generated/resources/assets/cuboidmod/blockstates/eumus_furnace.json @@ -1,34 +1,34 @@ { "variants": { - "facing=north,lit=false": { - "model": "cuboidmod:block/eumus_furnace" - }, - "facing=south,lit=false": { - "model": "cuboidmod:block/eumus_furnace", - "y": 180 - }, - "facing=west,lit=false": { - "model": "cuboidmod:block/eumus_furnace", - "y": 270 - }, "facing=east,lit=false": { "model": "cuboidmod:block/eumus_furnace", "y": 90 }, + "facing=east,lit=true": { + "model": "cuboidmod:block/eumus_furnace_on", + "y": 90 + }, + "facing=north,lit=false": { + "model": "cuboidmod:block/eumus_furnace" + }, "facing=north,lit=true": { "model": "cuboidmod:block/eumus_furnace_on" }, + "facing=south,lit=false": { + "model": "cuboidmod:block/eumus_furnace", + "y": 180 + }, "facing=south,lit=true": { "model": "cuboidmod:block/eumus_furnace_on", "y": 180 }, - "facing=west,lit=true": { - "model": "cuboidmod:block/eumus_furnace_on", + "facing=west,lit=false": { + "model": "cuboidmod:block/eumus_furnace", "y": 270 }, - "facing=east,lit=true": { + "facing=west,lit=true": { "model": "cuboidmod:block/eumus_furnace_on", - "y": 90 + "y": 270 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/blockstates/kudbebedda_furnace.json b/src/generated/resources/assets/cuboidmod/blockstates/kudbebedda_furnace.json index cf8252f..3459f83 100644 --- a/src/generated/resources/assets/cuboidmod/blockstates/kudbebedda_furnace.json +++ b/src/generated/resources/assets/cuboidmod/blockstates/kudbebedda_furnace.json @@ -1,34 +1,34 @@ { "variants": { - "facing=north,lit=false": { - "model": "cuboidmod:block/kudbebedda_furnace" - }, - "facing=south,lit=false": { - "model": "cuboidmod:block/kudbebedda_furnace", - "y": 180 - }, - "facing=west,lit=false": { - "model": "cuboidmod:block/kudbebedda_furnace", - "y": 270 - }, "facing=east,lit=false": { "model": "cuboidmod:block/kudbebedda_furnace", "y": 90 }, + "facing=east,lit=true": { + "model": "cuboidmod:block/kudbebedda_furnace_on", + "y": 90 + }, + "facing=north,lit=false": { + "model": "cuboidmod:block/kudbebedda_furnace" + }, "facing=north,lit=true": { "model": "cuboidmod:block/kudbebedda_furnace_on" }, + "facing=south,lit=false": { + "model": "cuboidmod:block/kudbebedda_furnace", + "y": 180 + }, "facing=south,lit=true": { "model": "cuboidmod:block/kudbebedda_furnace_on", "y": 180 }, - "facing=west,lit=true": { - "model": "cuboidmod:block/kudbebedda_furnace_on", + "facing=west,lit=false": { + "model": "cuboidmod:block/kudbebedda_furnace", "y": 270 }, - "facing=east,lit=true": { + "facing=west,lit=true": { "model": "cuboidmod:block/kudbebedda_furnace_on", - "y": 90 + "y": 270 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/blockstates/notarfbadium_furnace.json b/src/generated/resources/assets/cuboidmod/blockstates/notarfbadium_furnace.json index a518bd8..41513a1 100644 --- a/src/generated/resources/assets/cuboidmod/blockstates/notarfbadium_furnace.json +++ b/src/generated/resources/assets/cuboidmod/blockstates/notarfbadium_furnace.json @@ -1,34 +1,34 @@ { "variants": { - "facing=north,lit=false": { - "model": "cuboidmod:block/notarfbadium_furnace" - }, - "facing=south,lit=false": { - "model": "cuboidmod:block/notarfbadium_furnace", - "y": 180 - }, - "facing=west,lit=false": { - "model": "cuboidmod:block/notarfbadium_furnace", - "y": 270 - }, "facing=east,lit=false": { "model": "cuboidmod:block/notarfbadium_furnace", "y": 90 }, + "facing=east,lit=true": { + "model": "cuboidmod:block/notarfbadium_furnace_on", + "y": 90 + }, + "facing=north,lit=false": { + "model": "cuboidmod:block/notarfbadium_furnace" + }, "facing=north,lit=true": { "model": "cuboidmod:block/notarfbadium_furnace_on" }, + "facing=south,lit=false": { + "model": "cuboidmod:block/notarfbadium_furnace", + "y": 180 + }, "facing=south,lit=true": { "model": "cuboidmod:block/notarfbadium_furnace_on", "y": 180 }, - "facing=west,lit=true": { - "model": "cuboidmod:block/notarfbadium_furnace_on", + "facing=west,lit=false": { + "model": "cuboidmod:block/notarfbadium_furnace", "y": 270 }, - "facing=east,lit=true": { + "facing=west,lit=true": { "model": "cuboidmod:block/notarfbadium_furnace_on", - "y": 90 + "y": 270 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/blockstates/notsogudium_furnace.json b/src/generated/resources/assets/cuboidmod/blockstates/notsogudium_furnace.json index 4569b46..e3f673f 100644 --- a/src/generated/resources/assets/cuboidmod/blockstates/notsogudium_furnace.json +++ b/src/generated/resources/assets/cuboidmod/blockstates/notsogudium_furnace.json @@ -1,34 +1,34 @@ { "variants": { - "facing=north,lit=false": { - "model": "cuboidmod:block/notsogudium_furnace" - }, - "facing=south,lit=false": { - "model": "cuboidmod:block/notsogudium_furnace", - "y": 180 - }, - "facing=west,lit=false": { - "model": "cuboidmod:block/notsogudium_furnace", - "y": 270 - }, "facing=east,lit=false": { "model": "cuboidmod:block/notsogudium_furnace", "y": 90 }, + "facing=east,lit=true": { + "model": "cuboidmod:block/notsogudium_furnace_on", + "y": 90 + }, + "facing=north,lit=false": { + "model": "cuboidmod:block/notsogudium_furnace" + }, "facing=north,lit=true": { "model": "cuboidmod:block/notsogudium_furnace_on" }, + "facing=south,lit=false": { + "model": "cuboidmod:block/notsogudium_furnace", + "y": 180 + }, "facing=south,lit=true": { "model": "cuboidmod:block/notsogudium_furnace_on", "y": 180 }, - "facing=west,lit=true": { - "model": "cuboidmod:block/notsogudium_furnace_on", + "facing=west,lit=false": { + "model": "cuboidmod:block/notsogudium_furnace", "y": 270 }, - "facing=east,lit=true": { + "facing=west,lit=true": { "model": "cuboidmod:block/notsogudium_furnace_on", - "y": 90 + "y": 270 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/blockstates/thatldu_furnace.json b/src/generated/resources/assets/cuboidmod/blockstates/thatldu_furnace.json index 9c310c5..a8e4a22 100644 --- a/src/generated/resources/assets/cuboidmod/blockstates/thatldu_furnace.json +++ b/src/generated/resources/assets/cuboidmod/blockstates/thatldu_furnace.json @@ -1,34 +1,34 @@ { "variants": { - "facing=north,lit=false": { - "model": "cuboidmod:block/thatldu_furnace" - }, - "facing=south,lit=false": { - "model": "cuboidmod:block/thatldu_furnace", - "y": 180 - }, - "facing=west,lit=false": { - "model": "cuboidmod:block/thatldu_furnace", - "y": 270 - }, "facing=east,lit=false": { "model": "cuboidmod:block/thatldu_furnace", "y": 90 }, + "facing=east,lit=true": { + "model": "cuboidmod:block/thatldu_furnace_on", + "y": 90 + }, + "facing=north,lit=false": { + "model": "cuboidmod:block/thatldu_furnace" + }, "facing=north,lit=true": { "model": "cuboidmod:block/thatldu_furnace_on" }, + "facing=south,lit=false": { + "model": "cuboidmod:block/thatldu_furnace", + "y": 180 + }, "facing=south,lit=true": { "model": "cuboidmod:block/thatldu_furnace_on", "y": 180 }, - "facing=west,lit=true": { - "model": "cuboidmod:block/thatldu_furnace_on", + "facing=west,lit=false": { + "model": "cuboidmod:block/thatldu_furnace", "y": 270 }, - "facing=east,lit=true": { + "facing=west,lit=true": { "model": "cuboidmod:block/thatldu_furnace_on", - "y": 90 + "y": 270 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/blockstates/wikidium_furnace.json b/src/generated/resources/assets/cuboidmod/blockstates/wikidium_furnace.json index e7e79a0..1c9493d 100644 --- a/src/generated/resources/assets/cuboidmod/blockstates/wikidium_furnace.json +++ b/src/generated/resources/assets/cuboidmod/blockstates/wikidium_furnace.json @@ -1,34 +1,34 @@ { "variants": { - "facing=north,lit=false": { - "model": "cuboidmod:block/wikidium_furnace" - }, - "facing=south,lit=false": { - "model": "cuboidmod:block/wikidium_furnace", - "y": 180 - }, - "facing=west,lit=false": { - "model": "cuboidmod:block/wikidium_furnace", - "y": 270 - }, "facing=east,lit=false": { "model": "cuboidmod:block/wikidium_furnace", "y": 90 }, + "facing=east,lit=true": { + "model": "cuboidmod:block/wikidium_furnace_on", + "y": 90 + }, + "facing=north,lit=false": { + "model": "cuboidmod:block/wikidium_furnace" + }, "facing=north,lit=true": { "model": "cuboidmod:block/wikidium_furnace_on" }, + "facing=south,lit=false": { + "model": "cuboidmod:block/wikidium_furnace", + "y": 180 + }, "facing=south,lit=true": { "model": "cuboidmod:block/wikidium_furnace_on", "y": 180 }, - "facing=west,lit=true": { - "model": "cuboidmod:block/wikidium_furnace_on", + "facing=west,lit=false": { + "model": "cuboidmod:block/wikidium_furnace", "y": 270 }, - "facing=east,lit=true": { + "facing=west,lit=true": { "model": "cuboidmod:block/wikidium_furnace_on", - "y": 90 + "y": 270 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/cryogenic_dimensional_teleporter.json b/src/generated/resources/assets/cuboidmod/models/block/cryogenic_dimensional_teleporter.json new file mode 100644 index 0000000..860e178 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/cryogenic_dimensional_teleporter.json @@ -0,0 +1,6 @@ +{ + "parent": "cuboidmod:block/templates/cryogenic_dimensional_teleporter", + "textures": { + "pillar": "cuboidmod:block/model/cryogenic_dimensional_teleporter_pillar" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/cryogenic_dimensional_teleporter_lit.json b/src/generated/resources/assets/cuboidmod/models/block/cryogenic_dimensional_teleporter_lit.json new file mode 100644 index 0000000..27e2c3f --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/cryogenic_dimensional_teleporter_lit.json @@ -0,0 +1,6 @@ +{ + "parent": "cuboidmod:block/templates/cryogenic_dimensional_teleporter", + "textures": { + "pillar": "cuboidmod:block/model/cryogenic_dimensional_teleporter_pillar_lit" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/drying_cupboard.json b/src/generated/resources/assets/cuboidmod/models/block/drying_cupboard.json index 6d69fff..4f29320 100644 --- a/src/generated/resources/assets/cuboidmod/models/block/drying_cupboard.json +++ b/src/generated/resources/assets/cuboidmod/models/block/drying_cupboard.json @@ -2,11 +2,11 @@ "parent": "minecraft:block/cube", "textures": { "down": "cuboidmod:block/drying_cupboard_top", - "up": "cuboidmod:block/drying_cupboard_top", + "east": "cuboidmod:block/drying_cupboard_left", "north": "cuboidmod:block/drying_cupboard_front", + "particle": "cuboidmod:block/drying_cupboard_left", "south": "cuboidmod:block/drying_cupboard_back", - "east": "cuboidmod:block/drying_cupboard_left", - "west": "cuboidmod:block/drying_cupboard_right", - "particle": "cuboidmod:block/drying_cupboard_left" + "up": "cuboidmod:block/drying_cupboard_top", + "west": "cuboidmod:block/drying_cupboard_right" } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/drying_cupboard_on.json b/src/generated/resources/assets/cuboidmod/models/block/drying_cupboard_on.json index 7db8297..dc005e1 100644 --- a/src/generated/resources/assets/cuboidmod/models/block/drying_cupboard_on.json +++ b/src/generated/resources/assets/cuboidmod/models/block/drying_cupboard_on.json @@ -2,11 +2,11 @@ "parent": "minecraft:block/cube", "textures": { "down": "cuboidmod:block/drying_cupboard_top", - "up": "cuboidmod:block/drying_cupboard_top", + "east": "cuboidmod:block/drying_cupboard_left", "north": "cuboidmod:block/drying_cupboard_front_lit", + "particle": "cuboidmod:block/drying_cupboard_left", "south": "cuboidmod:block/drying_cupboard_back_lit", - "east": "cuboidmod:block/drying_cupboard_left", - "west": "cuboidmod:block/drying_cupboard_right", - "particle": "cuboidmod:block/drying_cupboard_left" + "up": "cuboidmod:block/drying_cupboard_top", + "west": "cuboidmod:block/drying_cupboard_right" } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/eumus_furnace.json b/src/generated/resources/assets/cuboidmod/models/block/eumus_furnace.json index 2e151ea..1e83f90 100644 --- a/src/generated/resources/assets/cuboidmod/models/block/eumus_furnace.json +++ b/src/generated/resources/assets/cuboidmod/models/block/eumus_furnace.json @@ -2,11 +2,11 @@ "parent": "minecraft:block/cube", "textures": { "down": "cuboidmod:block/eumus_furnace_top", - "up": "cuboidmod:block/eumus_furnace_top", + "east": "cuboidmod:block/eumus_furnace_side", "north": "cuboidmod:block/eumus_furnace_front", + "particle": "cuboidmod:block/eumus_furnace_side", "south": "cuboidmod:block/eumus_furnace_side", - "east": "cuboidmod:block/eumus_furnace_side", - "west": "cuboidmod:block/eumus_furnace_side", - "particle": "cuboidmod:block/eumus_furnace_side" + "up": "cuboidmod:block/eumus_furnace_top", + "west": "cuboidmod:block/eumus_furnace_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/eumus_furnace_on.json b/src/generated/resources/assets/cuboidmod/models/block/eumus_furnace_on.json index 4ca01cb..8b2f971 100644 --- a/src/generated/resources/assets/cuboidmod/models/block/eumus_furnace_on.json +++ b/src/generated/resources/assets/cuboidmod/models/block/eumus_furnace_on.json @@ -2,11 +2,11 @@ "parent": "minecraft:block/cube", "textures": { "down": "cuboidmod:block/eumus_furnace_top", - "up": "cuboidmod:block/eumus_furnace_top", + "east": "cuboidmod:block/eumus_furnace_side", "north": "cuboidmod:block/eumus_furnace_front_on", + "particle": "cuboidmod:block/eumus_furnace_side", "south": "cuboidmod:block/eumus_furnace_side", - "east": "cuboidmod:block/eumus_furnace_side", - "west": "cuboidmod:block/eumus_furnace_side", - "particle": "cuboidmod:block/eumus_furnace_side" + "up": "cuboidmod:block/eumus_furnace_top", + "west": "cuboidmod:block/eumus_furnace_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree.json b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree.json new file mode 100644 index 0000000..02c2a84 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree.json @@ -0,0 +1,6 @@ +{ + "parent": "cuboidmod:block/templates/fiber_optic_tree", + "textures": { + "leaves": "cuboidmod:block/model/xmas/leaves" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_1.json b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_1.json new file mode 100644 index 0000000..95ff7bd --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_1.json @@ -0,0 +1,6 @@ +{ + "parent": "cuboidmod:block/templates/fiber_optic_tree", + "textures": { + "leaves": "cuboidmod:block/model/xmas/leaves_1" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_10.json b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_10.json new file mode 100644 index 0000000..f26e959 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_10.json @@ -0,0 +1,6 @@ +{ + "parent": "cuboidmod:block/templates/fiber_optic_tree", + "textures": { + "leaves": "cuboidmod:block/model/xmas/leaves_10" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_11.json b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_11.json new file mode 100644 index 0000000..3ec9dde --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_11.json @@ -0,0 +1,6 @@ +{ + "parent": "cuboidmod:block/templates/fiber_optic_tree", + "textures": { + "leaves": "cuboidmod:block/model/xmas/leaves_11" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_12.json b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_12.json new file mode 100644 index 0000000..01dacf4 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_12.json @@ -0,0 +1,6 @@ +{ + "parent": "cuboidmod:block/templates/fiber_optic_tree", + "textures": { + "leaves": "cuboidmod:block/model/xmas/leaves_12" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_13.json b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_13.json new file mode 100644 index 0000000..63b87e8 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_13.json @@ -0,0 +1,6 @@ +{ + "parent": "cuboidmod:block/templates/fiber_optic_tree", + "textures": { + "leaves": "cuboidmod:block/model/xmas/leaves_13" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_14.json b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_14.json new file mode 100644 index 0000000..e6a218c --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_14.json @@ -0,0 +1,6 @@ +{ + "parent": "cuboidmod:block/templates/fiber_optic_tree", + "textures": { + "leaves": "cuboidmod:block/model/xmas/leaves_14" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_15.json b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_15.json new file mode 100644 index 0000000..1470213 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_15.json @@ -0,0 +1,6 @@ +{ + "parent": "cuboidmod:block/templates/fiber_optic_tree", + "textures": { + "leaves": "cuboidmod:block/model/xmas/leaves_15" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_2.json b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_2.json new file mode 100644 index 0000000..ab71c6a --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_2.json @@ -0,0 +1,6 @@ +{ + "parent": "cuboidmod:block/templates/fiber_optic_tree", + "textures": { + "leaves": "cuboidmod:block/model/xmas/leaves_2" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_3.json b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_3.json new file mode 100644 index 0000000..ad82332 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_3.json @@ -0,0 +1,6 @@ +{ + "parent": "cuboidmod:block/templates/fiber_optic_tree", + "textures": { + "leaves": "cuboidmod:block/model/xmas/leaves_3" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_4.json b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_4.json new file mode 100644 index 0000000..d486da6 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_4.json @@ -0,0 +1,6 @@ +{ + "parent": "cuboidmod:block/templates/fiber_optic_tree", + "textures": { + "leaves": "cuboidmod:block/model/xmas/leaves_4" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_5.json b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_5.json new file mode 100644 index 0000000..2a4cf41 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_5.json @@ -0,0 +1,6 @@ +{ + "parent": "cuboidmod:block/templates/fiber_optic_tree", + "textures": { + "leaves": "cuboidmod:block/model/xmas/leaves_5" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_6.json b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_6.json new file mode 100644 index 0000000..8f29adb --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_6.json @@ -0,0 +1,6 @@ +{ + "parent": "cuboidmod:block/templates/fiber_optic_tree", + "textures": { + "leaves": "cuboidmod:block/model/xmas/leaves_6" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_7.json b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_7.json new file mode 100644 index 0000000..83dab7a --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_7.json @@ -0,0 +1,6 @@ +{ + "parent": "cuboidmod:block/templates/fiber_optic_tree", + "textures": { + "leaves": "cuboidmod:block/model/xmas/leaves_7" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_8.json b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_8.json new file mode 100644 index 0000000..237bdab --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_8.json @@ -0,0 +1,6 @@ +{ + "parent": "cuboidmod:block/templates/fiber_optic_tree", + "textures": { + "leaves": "cuboidmod:block/model/xmas/leaves_8" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_9.json b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_9.json new file mode 100644 index 0000000..cd417c7 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/fiber_optic_tree_9.json @@ -0,0 +1,6 @@ +{ + "parent": "cuboidmod:block/templates/fiber_optic_tree", + "textures": { + "leaves": "cuboidmod:block/model/xmas/leaves_9" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_chest.json b/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_chest.json new file mode 100644 index 0000000..371e50b --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_chest.json @@ -0,0 +1,7 @@ +{ + "parent": "cuboidmod:block/templates/chest", + "textures": { + "break": "cuboidmod:block/kudbebedda_break", + "chest": "cuboidmod:block/model/kudbebedda_chest" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_crafting_table.json b/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_crafting_table.json index 77ed4a7..c6f72e0 100644 --- a/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_crafting_table.json +++ b/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_crafting_table.json @@ -2,11 +2,11 @@ "parent": "minecraft:block/cube", "textures": { "down": "cuboidmod:block/kudbebedda_crafting_table_bottom", - "up": "cuboidmod:block/kudbebedda_crafting_table_top", + "east": "cuboidmod:block/kudbebedda_crafting_table_side", "north": "cuboidmod:block/kudbebedda_crafting_table_front", + "particle": "cuboidmod:block/kudbebedda_crafting_table_front", "south": "cuboidmod:block/kudbebedda_crafting_table_front", - "east": "cuboidmod:block/kudbebedda_crafting_table_side", - "west": "cuboidmod:block/kudbebedda_crafting_table_side", - "particle": "cuboidmod:block/kudbebedda_crafting_table_front" + "up": "cuboidmod:block/kudbebedda_crafting_table_top", + "west": "cuboidmod:block/kudbebedda_crafting_table_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_furnace.json b/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_furnace.json index aa59b56..b276f6a 100644 --- a/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_furnace.json +++ b/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_furnace.json @@ -2,11 +2,11 @@ "parent": "minecraft:block/cube", "textures": { "down": "cuboidmod:block/kudbebedda_furnace_top", - "up": "cuboidmod:block/kudbebedda_furnace_top", + "east": "cuboidmod:block/kudbebedda_furnace_side", "north": "cuboidmod:block/kudbebedda_furnace_front", + "particle": "cuboidmod:block/kudbebedda_furnace_side", "south": "cuboidmod:block/kudbebedda_furnace_side", - "east": "cuboidmod:block/kudbebedda_furnace_side", - "west": "cuboidmod:block/kudbebedda_furnace_side", - "particle": "cuboidmod:block/kudbebedda_furnace_side" + "up": "cuboidmod:block/kudbebedda_furnace_top", + "west": "cuboidmod:block/kudbebedda_furnace_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_furnace_on.json b/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_furnace_on.json index 3c31123..66c66a0 100644 --- a/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_furnace_on.json +++ b/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_furnace_on.json @@ -2,11 +2,11 @@ "parent": "minecraft:block/cube", "textures": { "down": "cuboidmod:block/kudbebedda_furnace_top", - "up": "cuboidmod:block/kudbebedda_furnace_top", + "east": "cuboidmod:block/kudbebedda_furnace_side", "north": "cuboidmod:block/kudbebedda_furnace_front_on", + "particle": "cuboidmod:block/kudbebedda_furnace_side", "south": "cuboidmod:block/kudbebedda_furnace_side", - "east": "cuboidmod:block/kudbebedda_furnace_side", - "west": "cuboidmod:block/kudbebedda_furnace_side", - "particle": "cuboidmod:block/kudbebedda_furnace_side" + "up": "cuboidmod:block/kudbebedda_furnace_top", + "west": "cuboidmod:block/kudbebedda_furnace_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_quantum_collapser.json b/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_quantum_collapser.json new file mode 100644 index 0000000..93a6464 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_quantum_collapser.json @@ -0,0 +1,8 @@ +{ + "parent": "cuboidmod:block/templates/quantum_collapser", + "textures": { + "frame": "cuboidmod:block/model/kudbebedda_quantum_collapser", + "panel": "cuboidmod:block/model/quantum_collapser_panel", + "particle": "cuboidmod:block/kudbebedda_break" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_quantum_collapser_lit.json b/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_quantum_collapser_lit.json new file mode 100644 index 0000000..75fb493 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_quantum_collapser_lit.json @@ -0,0 +1,8 @@ +{ + "parent": "cuboidmod:block/templates/quantum_collapser", + "textures": { + "frame": "cuboidmod:block/model/kudbebedda_quantum_collapser", + "panel": "cuboidmod:block/model/quantum_collapser_panel_lit", + "particle": "cuboidmod:block/kudbebedda_break" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_singularity_power_generator.json b/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_singularity_power_generator.json new file mode 100644 index 0000000..34287e5 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_singularity_power_generator.json @@ -0,0 +1,7 @@ +{ + "parent": "cuboidmod:block/templates/singularity_power_generator", + "textures": { + "core": "cuboidmod:block/model/singularity_power_gen_core", + "frame": "cuboidmod:block/model/kudbebedda_singularity_power_gen_frame" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_singularity_power_generator_lit.json b/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_singularity_power_generator_lit.json new file mode 100644 index 0000000..7263b8a --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_singularity_power_generator_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "cuboidmod:block/templates/singularity_power_generator", + "textures": { + "core": "cuboidmod:block/model/singularity_power_gen_core_lit", + "frame": "cuboidmod:block/model/kudbebedda_singularity_power_gen_frame" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_singularity_resource_generator.json b/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_singularity_resource_generator.json new file mode 100644 index 0000000..feb9146 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_singularity_resource_generator.json @@ -0,0 +1,7 @@ +{ + "parent": "cuboidmod:block/templates/singularity_resource_generator", + "textures": { + "core": "cuboidmod:block/model/singularity_resource_generator_pillar", + "frame": "cuboidmod:block/model/kudbebedda_singularity_resource_generator_casing" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_singularity_resource_generator_lit.json b/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_singularity_resource_generator_lit.json new file mode 100644 index 0000000..0c9a73b --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_singularity_resource_generator_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "cuboidmod:block/templates/singularity_resource_generator", + "textures": { + "core": "cuboidmod:block/model/singularity_resource_generator_pillar_lit", + "frame": "cuboidmod:block/model/kudbebedda_singularity_resource_generator_casing" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/molecular_recycler.json b/src/generated/resources/assets/cuboidmod/models/block/molecular_recycler.json new file mode 100644 index 0000000..bc717d2 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/molecular_recycler.json @@ -0,0 +1,6 @@ +{ + "parent": "cuboidmod:block/templates/molecular_recycler", + "textures": { + "core": "cuboidmod:block/model/molecular_recycler_core" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/molecular_recycler_lit.json b/src/generated/resources/assets/cuboidmod/models/block/molecular_recycler_lit.json new file mode 100644 index 0000000..5b6a884 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/molecular_recycler_lit.json @@ -0,0 +1,6 @@ +{ + "parent": "cuboidmod:block/templates/molecular_recycler", + "textures": { + "core": "cuboidmod:block/model/molecular_recycler_core_lit" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_chest.json b/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_chest.json new file mode 100644 index 0000000..c9e16ce --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_chest.json @@ -0,0 +1,7 @@ +{ + "parent": "cuboidmod:block/templates/chest", + "textures": { + "break": "cuboidmod:block/notarfbadium_break", + "chest": "cuboidmod:block/model/notarfbadium_chest" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_crafting_table.json b/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_crafting_table.json index ccad7c7..9b66a7a 100644 --- a/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_crafting_table.json +++ b/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_crafting_table.json @@ -2,11 +2,11 @@ "parent": "minecraft:block/cube", "textures": { "down": "cuboidmod:block/notarfbadium_crafting_table_bottom", - "up": "cuboidmod:block/notarfbadium_crafting_table_top", + "east": "cuboidmod:block/notarfbadium_crafting_table_side", "north": "cuboidmod:block/notarfbadium_crafting_table_front", + "particle": "cuboidmod:block/notarfbadium_crafting_table_front", "south": "cuboidmod:block/notarfbadium_crafting_table_front", - "east": "cuboidmod:block/notarfbadium_crafting_table_side", - "west": "cuboidmod:block/notarfbadium_crafting_table_side", - "particle": "cuboidmod:block/notarfbadium_crafting_table_front" + "up": "cuboidmod:block/notarfbadium_crafting_table_top", + "west": "cuboidmod:block/notarfbadium_crafting_table_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_furnace.json b/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_furnace.json index 54bb219..ef3aae8 100644 --- a/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_furnace.json +++ b/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_furnace.json @@ -2,11 +2,11 @@ "parent": "minecraft:block/cube", "textures": { "down": "cuboidmod:block/notarfbadium_furnace_top", - "up": "cuboidmod:block/notarfbadium_furnace_top", + "east": "cuboidmod:block/notarfbadium_furnace_side", "north": "cuboidmod:block/notarfbadium_furnace_front", + "particle": "cuboidmod:block/notarfbadium_furnace_side", "south": "cuboidmod:block/notarfbadium_furnace_side", - "east": "cuboidmod:block/notarfbadium_furnace_side", - "west": "cuboidmod:block/notarfbadium_furnace_side", - "particle": "cuboidmod:block/notarfbadium_furnace_side" + "up": "cuboidmod:block/notarfbadium_furnace_top", + "west": "cuboidmod:block/notarfbadium_furnace_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_furnace_on.json b/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_furnace_on.json index 7a17bd0..c670947 100644 --- a/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_furnace_on.json +++ b/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_furnace_on.json @@ -2,11 +2,11 @@ "parent": "minecraft:block/cube", "textures": { "down": "cuboidmod:block/notarfbadium_furnace_top", - "up": "cuboidmod:block/notarfbadium_furnace_top", + "east": "cuboidmod:block/notarfbadium_furnace_side", "north": "cuboidmod:block/notarfbadium_furnace_front_on", + "particle": "cuboidmod:block/notarfbadium_furnace_side", "south": "cuboidmod:block/notarfbadium_furnace_side", - "east": "cuboidmod:block/notarfbadium_furnace_side", - "west": "cuboidmod:block/notarfbadium_furnace_side", - "particle": "cuboidmod:block/notarfbadium_furnace_side" + "up": "cuboidmod:block/notarfbadium_furnace_top", + "west": "cuboidmod:block/notarfbadium_furnace_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_quantum_collapser.json b/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_quantum_collapser.json new file mode 100644 index 0000000..223bc70 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_quantum_collapser.json @@ -0,0 +1,8 @@ +{ + "parent": "cuboidmod:block/templates/quantum_collapser", + "textures": { + "frame": "cuboidmod:block/model/notarfbadium_quantum_collapser", + "panel": "cuboidmod:block/model/quantum_collapser_panel", + "particle": "cuboidmod:block/notarfbadium_break" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_quantum_collapser_lit.json b/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_quantum_collapser_lit.json new file mode 100644 index 0000000..f0f5bfd --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_quantum_collapser_lit.json @@ -0,0 +1,8 @@ +{ + "parent": "cuboidmod:block/templates/quantum_collapser", + "textures": { + "frame": "cuboidmod:block/model/notarfbadium_quantum_collapser", + "panel": "cuboidmod:block/model/quantum_collapser_panel_lit", + "particle": "cuboidmod:block/notarfbadium_break" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_singularity_power_generator.json b/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_singularity_power_generator.json new file mode 100644 index 0000000..b8531c2 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_singularity_power_generator.json @@ -0,0 +1,7 @@ +{ + "parent": "cuboidmod:block/templates/singularity_power_generator", + "textures": { + "core": "cuboidmod:block/model/singularity_power_gen_core", + "frame": "cuboidmod:block/model/notarfbadium_singularity_power_gen_frame" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_singularity_power_generator_lit.json b/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_singularity_power_generator_lit.json new file mode 100644 index 0000000..72fe1fa --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_singularity_power_generator_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "cuboidmod:block/templates/singularity_power_generator", + "textures": { + "core": "cuboidmod:block/model/singularity_power_gen_core_lit", + "frame": "cuboidmod:block/model/notarfbadium_singularity_power_gen_frame" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_singularity_resource_generator.json b/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_singularity_resource_generator.json new file mode 100644 index 0000000..4d36fb4 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_singularity_resource_generator.json @@ -0,0 +1,7 @@ +{ + "parent": "cuboidmod:block/templates/singularity_resource_generator", + "textures": { + "core": "cuboidmod:block/model/singularity_resource_generator_pillar", + "frame": "cuboidmod:block/model/notarfbadium_singularity_resource_generator_casing" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_singularity_resource_generator_lit.json b/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_singularity_resource_generator_lit.json new file mode 100644 index 0000000..ac14ee3 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_singularity_resource_generator_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "cuboidmod:block/templates/singularity_resource_generator", + "textures": { + "core": "cuboidmod:block/model/singularity_resource_generator_pillar_lit", + "frame": "cuboidmod:block/model/notarfbadium_singularity_resource_generator_casing" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/notsogudium_chest.json b/src/generated/resources/assets/cuboidmod/models/block/notsogudium_chest.json new file mode 100644 index 0000000..35d9154 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/notsogudium_chest.json @@ -0,0 +1,7 @@ +{ + "parent": "cuboidmod:block/templates/chest", + "textures": { + "break": "cuboidmod:block/notsogudium_break", + "chest": "cuboidmod:block/model/notsogudium_chest" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/notsogudium_crafting_table.json b/src/generated/resources/assets/cuboidmod/models/block/notsogudium_crafting_table.json index adcce4f..23931b6 100644 --- a/src/generated/resources/assets/cuboidmod/models/block/notsogudium_crafting_table.json +++ b/src/generated/resources/assets/cuboidmod/models/block/notsogudium_crafting_table.json @@ -2,11 +2,11 @@ "parent": "minecraft:block/cube", "textures": { "down": "cuboidmod:block/notsogudium_crafting_table_bottom", - "up": "cuboidmod:block/notsogudium_crafting_table_top", + "east": "cuboidmod:block/notsogudium_crafting_table_side", "north": "cuboidmod:block/notsogudium_crafting_table_front", + "particle": "cuboidmod:block/notsogudium_crafting_table_front", "south": "cuboidmod:block/notsogudium_crafting_table_front", - "east": "cuboidmod:block/notsogudium_crafting_table_side", - "west": "cuboidmod:block/notsogudium_crafting_table_side", - "particle": "cuboidmod:block/notsogudium_crafting_table_front" + "up": "cuboidmod:block/notsogudium_crafting_table_top", + "west": "cuboidmod:block/notsogudium_crafting_table_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/notsogudium_furnace.json b/src/generated/resources/assets/cuboidmod/models/block/notsogudium_furnace.json index 6bee0c4..c7e90c1 100644 --- a/src/generated/resources/assets/cuboidmod/models/block/notsogudium_furnace.json +++ b/src/generated/resources/assets/cuboidmod/models/block/notsogudium_furnace.json @@ -2,11 +2,11 @@ "parent": "minecraft:block/cube", "textures": { "down": "cuboidmod:block/notsogudium_furnace_top", - "up": "cuboidmod:block/notsogudium_furnace_top", + "east": "cuboidmod:block/notsogudium_furnace_side", "north": "cuboidmod:block/notsogudium_furnace_front", + "particle": "cuboidmod:block/notsogudium_furnace_side", "south": "cuboidmod:block/notsogudium_furnace_side", - "east": "cuboidmod:block/notsogudium_furnace_side", - "west": "cuboidmod:block/notsogudium_furnace_side", - "particle": "cuboidmod:block/notsogudium_furnace_side" + "up": "cuboidmod:block/notsogudium_furnace_top", + "west": "cuboidmod:block/notsogudium_furnace_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/notsogudium_furnace_on.json b/src/generated/resources/assets/cuboidmod/models/block/notsogudium_furnace_on.json index 9f1803e..d72e3fa 100644 --- a/src/generated/resources/assets/cuboidmod/models/block/notsogudium_furnace_on.json +++ b/src/generated/resources/assets/cuboidmod/models/block/notsogudium_furnace_on.json @@ -2,11 +2,11 @@ "parent": "minecraft:block/cube", "textures": { "down": "cuboidmod:block/notsogudium_furnace_top", - "up": "cuboidmod:block/notsogudium_furnace_top", + "east": "cuboidmod:block/notsogudium_furnace_side", "north": "cuboidmod:block/notsogudium_furnace_front_on", + "particle": "cuboidmod:block/notsogudium_furnace_side", "south": "cuboidmod:block/notsogudium_furnace_side", - "east": "cuboidmod:block/notsogudium_furnace_side", - "west": "cuboidmod:block/notsogudium_furnace_side", - "particle": "cuboidmod:block/notsogudium_furnace_side" + "up": "cuboidmod:block/notsogudium_furnace_top", + "west": "cuboidmod:block/notsogudium_furnace_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/notsogudium_quantum_collapser.json b/src/generated/resources/assets/cuboidmod/models/block/notsogudium_quantum_collapser.json new file mode 100644 index 0000000..6a4a5aa --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/notsogudium_quantum_collapser.json @@ -0,0 +1,8 @@ +{ + "parent": "cuboidmod:block/templates/quantum_collapser", + "textures": { + "frame": "cuboidmod:block/model/notsogudium_quantum_collapser", + "panel": "cuboidmod:block/model/quantum_collapser_panel", + "particle": "cuboidmod:block/notsogudium_break" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/notsogudium_quantum_collapser_lit.json b/src/generated/resources/assets/cuboidmod/models/block/notsogudium_quantum_collapser_lit.json new file mode 100644 index 0000000..6a7871a --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/notsogudium_quantum_collapser_lit.json @@ -0,0 +1,8 @@ +{ + "parent": "cuboidmod:block/templates/quantum_collapser", + "textures": { + "frame": "cuboidmod:block/model/notsogudium_quantum_collapser", + "panel": "cuboidmod:block/model/quantum_collapser_panel_lit", + "particle": "cuboidmod:block/notsogudium_break" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/notsogudium_singularity_power_generator.json b/src/generated/resources/assets/cuboidmod/models/block/notsogudium_singularity_power_generator.json new file mode 100644 index 0000000..9c2458a --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/notsogudium_singularity_power_generator.json @@ -0,0 +1,7 @@ +{ + "parent": "cuboidmod:block/templates/singularity_power_generator", + "textures": { + "core": "cuboidmod:block/model/singularity_power_gen_core", + "frame": "cuboidmod:block/model/notsogudium_singularity_power_gen_frame" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/notsogudium_singularity_power_generator_lit.json b/src/generated/resources/assets/cuboidmod/models/block/notsogudium_singularity_power_generator_lit.json new file mode 100644 index 0000000..60ed321 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/notsogudium_singularity_power_generator_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "cuboidmod:block/templates/singularity_power_generator", + "textures": { + "core": "cuboidmod:block/model/singularity_power_gen_core_lit", + "frame": "cuboidmod:block/model/notsogudium_singularity_power_gen_frame" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/notsogudium_singularity_resource_generator.json b/src/generated/resources/assets/cuboidmod/models/block/notsogudium_singularity_resource_generator.json new file mode 100644 index 0000000..0c228d8 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/notsogudium_singularity_resource_generator.json @@ -0,0 +1,7 @@ +{ + "parent": "cuboidmod:block/templates/singularity_resource_generator", + "textures": { + "core": "cuboidmod:block/model/singularity_resource_generator_pillar", + "frame": "cuboidmod:block/model/notsogudium_singularity_resource_generator_casing" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/notsogudium_singularity_resource_generator_lit.json b/src/generated/resources/assets/cuboidmod/models/block/notsogudium_singularity_resource_generator_lit.json new file mode 100644 index 0000000..c3df8a3 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/notsogudium_singularity_resource_generator_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "cuboidmod:block/templates/singularity_resource_generator", + "textures": { + "core": "cuboidmod:block/model/singularity_resource_generator_pillar_lit", + "frame": "cuboidmod:block/model/notsogudium_singularity_resource_generator_casing" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/quantum_transmutation_chamber.json b/src/generated/resources/assets/cuboidmod/models/block/quantum_transmutation_chamber.json new file mode 100644 index 0000000..95793ea --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/quantum_transmutation_chamber.json @@ -0,0 +1,6 @@ +{ + "parent": "cuboidmod:block/templates/quantum_transmutation_chamber", + "textures": { + "core": "cuboidmod:block/model/quantum_transmutation_chamber_core" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/quantum_transmutation_chamber_lit.json b/src/generated/resources/assets/cuboidmod/models/block/quantum_transmutation_chamber_lit.json new file mode 100644 index 0000000..95793ea --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/quantum_transmutation_chamber_lit.json @@ -0,0 +1,6 @@ +{ + "parent": "cuboidmod:block/templates/quantum_transmutation_chamber", + "textures": { + "core": "cuboidmod:block/model/quantum_transmutation_chamber_core" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/refined_inscriber.json b/src/generated/resources/assets/cuboidmod/models/block/refined_inscriber.json new file mode 100644 index 0000000..25b10af --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/refined_inscriber.json @@ -0,0 +1,6 @@ +{ + "parent": "cuboidmod:block/templates/refined_inscriber", + "textures": { + "window": "cuboidmod:block/model/inscriber_window" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/refined_inscriber_lit.json b/src/generated/resources/assets/cuboidmod/models/block/refined_inscriber_lit.json new file mode 100644 index 0000000..6226fcc --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/refined_inscriber_lit.json @@ -0,0 +1,6 @@ +{ + "parent": "cuboidmod:block/templates/refined_inscriber", + "textures": { + "window": "cuboidmod:block/model/inscriber_window_lit" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/thatldu_chest.json b/src/generated/resources/assets/cuboidmod/models/block/thatldu_chest.json new file mode 100644 index 0000000..a631ad0 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/thatldu_chest.json @@ -0,0 +1,7 @@ +{ + "parent": "cuboidmod:block/templates/chest", + "textures": { + "break": "cuboidmod:block/thatldu_break", + "chest": "cuboidmod:block/model/thatldu_chest" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/thatldu_crafting_table.json b/src/generated/resources/assets/cuboidmod/models/block/thatldu_crafting_table.json index 7188735..16bf0fe 100644 --- a/src/generated/resources/assets/cuboidmod/models/block/thatldu_crafting_table.json +++ b/src/generated/resources/assets/cuboidmod/models/block/thatldu_crafting_table.json @@ -2,11 +2,11 @@ "parent": "minecraft:block/cube", "textures": { "down": "cuboidmod:block/thatldu_crafting_table_bottom", - "up": "cuboidmod:block/thatldu_crafting_table_top", + "east": "cuboidmod:block/thatldu_crafting_table_side", "north": "cuboidmod:block/thatldu_crafting_table_front", + "particle": "cuboidmod:block/thatldu_crafting_table_front", "south": "cuboidmod:block/thatldu_crafting_table_front", - "east": "cuboidmod:block/thatldu_crafting_table_side", - "west": "cuboidmod:block/thatldu_crafting_table_side", - "particle": "cuboidmod:block/thatldu_crafting_table_front" + "up": "cuboidmod:block/thatldu_crafting_table_top", + "west": "cuboidmod:block/thatldu_crafting_table_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/thatldu_furnace.json b/src/generated/resources/assets/cuboidmod/models/block/thatldu_furnace.json index 3d0eea5..69d6805 100644 --- a/src/generated/resources/assets/cuboidmod/models/block/thatldu_furnace.json +++ b/src/generated/resources/assets/cuboidmod/models/block/thatldu_furnace.json @@ -2,11 +2,11 @@ "parent": "minecraft:block/cube", "textures": { "down": "cuboidmod:block/thatldu_furnace_top", - "up": "cuboidmod:block/thatldu_furnace_top", + "east": "cuboidmod:block/thatldu_furnace_side", "north": "cuboidmod:block/thatldu_furnace_front", + "particle": "cuboidmod:block/thatldu_furnace_side", "south": "cuboidmod:block/thatldu_furnace_side", - "east": "cuboidmod:block/thatldu_furnace_side", - "west": "cuboidmod:block/thatldu_furnace_side", - "particle": "cuboidmod:block/thatldu_furnace_side" + "up": "cuboidmod:block/thatldu_furnace_top", + "west": "cuboidmod:block/thatldu_furnace_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/thatldu_furnace_on.json b/src/generated/resources/assets/cuboidmod/models/block/thatldu_furnace_on.json index 96260ff..2694ab4 100644 --- a/src/generated/resources/assets/cuboidmod/models/block/thatldu_furnace_on.json +++ b/src/generated/resources/assets/cuboidmod/models/block/thatldu_furnace_on.json @@ -2,11 +2,11 @@ "parent": "minecraft:block/cube", "textures": { "down": "cuboidmod:block/thatldu_furnace_top", - "up": "cuboidmod:block/thatldu_furnace_top", + "east": "cuboidmod:block/thatldu_furnace_side", "north": "cuboidmod:block/thatldu_furnace_front_on", + "particle": "cuboidmod:block/thatldu_furnace_side", "south": "cuboidmod:block/thatldu_furnace_side", - "east": "cuboidmod:block/thatldu_furnace_side", - "west": "cuboidmod:block/thatldu_furnace_side", - "particle": "cuboidmod:block/thatldu_furnace_side" + "up": "cuboidmod:block/thatldu_furnace_top", + "west": "cuboidmod:block/thatldu_furnace_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/thatldu_quantum_collapser.json b/src/generated/resources/assets/cuboidmod/models/block/thatldu_quantum_collapser.json new file mode 100644 index 0000000..ac5c40a --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/thatldu_quantum_collapser.json @@ -0,0 +1,8 @@ +{ + "parent": "cuboidmod:block/templates/quantum_collapser", + "textures": { + "frame": "cuboidmod:block/model/thatldu_quantum_collapser", + "panel": "cuboidmod:block/model/quantum_collapser_panel", + "particle": "cuboidmod:block/thatldu_break" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/thatldu_quantum_collapser_lit.json b/src/generated/resources/assets/cuboidmod/models/block/thatldu_quantum_collapser_lit.json new file mode 100644 index 0000000..88448ae --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/thatldu_quantum_collapser_lit.json @@ -0,0 +1,8 @@ +{ + "parent": "cuboidmod:block/templates/quantum_collapser", + "textures": { + "frame": "cuboidmod:block/model/thatldu_quantum_collapser", + "panel": "cuboidmod:block/model/quantum_collapser_panel_lit", + "particle": "cuboidmod:block/thatldu_break" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/thatldu_singularity_power_generator.json b/src/generated/resources/assets/cuboidmod/models/block/thatldu_singularity_power_generator.json new file mode 100644 index 0000000..5bed358 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/thatldu_singularity_power_generator.json @@ -0,0 +1,7 @@ +{ + "parent": "cuboidmod:block/templates/singularity_power_generator", + "textures": { + "core": "cuboidmod:block/model/singularity_power_gen_core", + "frame": "cuboidmod:block/model/thatldu_singularity_power_gen_frame" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/thatldu_singularity_power_generator_lit.json b/src/generated/resources/assets/cuboidmod/models/block/thatldu_singularity_power_generator_lit.json new file mode 100644 index 0000000..8cd016c --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/thatldu_singularity_power_generator_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "cuboidmod:block/templates/singularity_power_generator", + "textures": { + "core": "cuboidmod:block/model/singularity_power_gen_core_lit", + "frame": "cuboidmod:block/model/thatldu_singularity_power_gen_frame" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/thatldu_singularity_resource_generator.json b/src/generated/resources/assets/cuboidmod/models/block/thatldu_singularity_resource_generator.json new file mode 100644 index 0000000..0c665fd --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/thatldu_singularity_resource_generator.json @@ -0,0 +1,7 @@ +{ + "parent": "cuboidmod:block/templates/singularity_resource_generator", + "textures": { + "core": "cuboidmod:block/model/singularity_resource_generator_pillar", + "frame": "cuboidmod:block/model/thatldu_singularity_resource_generator_casing" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/thatldu_singularity_resource_generator_lit.json b/src/generated/resources/assets/cuboidmod/models/block/thatldu_singularity_resource_generator_lit.json new file mode 100644 index 0000000..8b56fcb --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/thatldu_singularity_resource_generator_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "cuboidmod:block/templates/singularity_resource_generator", + "textures": { + "core": "cuboidmod:block/model/singularity_resource_generator_pillar_lit", + "frame": "cuboidmod:block/model/thatldu_singularity_resource_generator_casing" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/wikidium_chest.json b/src/generated/resources/assets/cuboidmod/models/block/wikidium_chest.json new file mode 100644 index 0000000..75dae2b --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/wikidium_chest.json @@ -0,0 +1,7 @@ +{ + "parent": "cuboidmod:block/templates/chest", + "textures": { + "break": "cuboidmod:block/wikidium_break", + "chest": "cuboidmod:block/model/wikidium_chest" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/wikidium_crafting_table.json b/src/generated/resources/assets/cuboidmod/models/block/wikidium_crafting_table.json index 0f9ca8a..6eaa42d 100644 --- a/src/generated/resources/assets/cuboidmod/models/block/wikidium_crafting_table.json +++ b/src/generated/resources/assets/cuboidmod/models/block/wikidium_crafting_table.json @@ -2,11 +2,11 @@ "parent": "minecraft:block/cube", "textures": { "down": "cuboidmod:block/wikidium_crafting_table_bottom", - "up": "cuboidmod:block/wikidium_crafting_table_top", + "east": "cuboidmod:block/wikidium_crafting_table_side", "north": "cuboidmod:block/wikidium_crafting_table_front", + "particle": "cuboidmod:block/wikidium_crafting_table_front", "south": "cuboidmod:block/wikidium_crafting_table_front", - "east": "cuboidmod:block/wikidium_crafting_table_side", - "west": "cuboidmod:block/wikidium_crafting_table_side", - "particle": "cuboidmod:block/wikidium_crafting_table_front" + "up": "cuboidmod:block/wikidium_crafting_table_top", + "west": "cuboidmod:block/wikidium_crafting_table_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/wikidium_furnace.json b/src/generated/resources/assets/cuboidmod/models/block/wikidium_furnace.json index 77351e5..5d4a24f 100644 --- a/src/generated/resources/assets/cuboidmod/models/block/wikidium_furnace.json +++ b/src/generated/resources/assets/cuboidmod/models/block/wikidium_furnace.json @@ -2,11 +2,11 @@ "parent": "minecraft:block/cube", "textures": { "down": "cuboidmod:block/wikidium_furnace_top", - "up": "cuboidmod:block/wikidium_furnace_top", + "east": "cuboidmod:block/wikidium_furnace_side", "north": "cuboidmod:block/wikidium_furnace_front", + "particle": "cuboidmod:block/wikidium_furnace_side", "south": "cuboidmod:block/wikidium_furnace_side", - "east": "cuboidmod:block/wikidium_furnace_side", - "west": "cuboidmod:block/wikidium_furnace_side", - "particle": "cuboidmod:block/wikidium_furnace_side" + "up": "cuboidmod:block/wikidium_furnace_top", + "west": "cuboidmod:block/wikidium_furnace_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/wikidium_furnace_on.json b/src/generated/resources/assets/cuboidmod/models/block/wikidium_furnace_on.json index e3b2e5d..297aa70 100644 --- a/src/generated/resources/assets/cuboidmod/models/block/wikidium_furnace_on.json +++ b/src/generated/resources/assets/cuboidmod/models/block/wikidium_furnace_on.json @@ -2,11 +2,11 @@ "parent": "minecraft:block/cube", "textures": { "down": "cuboidmod:block/wikidium_furnace_top", - "up": "cuboidmod:block/wikidium_furnace_top", + "east": "cuboidmod:block/wikidium_furnace_side", "north": "cuboidmod:block/wikidium_furnace_front_on", + "particle": "cuboidmod:block/wikidium_furnace_side", "south": "cuboidmod:block/wikidium_furnace_side", - "east": "cuboidmod:block/wikidium_furnace_side", - "west": "cuboidmod:block/wikidium_furnace_side", - "particle": "cuboidmod:block/wikidium_furnace_side" + "up": "cuboidmod:block/wikidium_furnace_top", + "west": "cuboidmod:block/wikidium_furnace_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/wikidium_quantum_collapser.json b/src/generated/resources/assets/cuboidmod/models/block/wikidium_quantum_collapser.json new file mode 100644 index 0000000..1edfa38 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/wikidium_quantum_collapser.json @@ -0,0 +1,8 @@ +{ + "parent": "cuboidmod:block/templates/quantum_collapser", + "textures": { + "frame": "cuboidmod:block/model/wikidium_quantum_collapser", + "panel": "cuboidmod:block/model/quantum_collapser_panel", + "particle": "cuboidmod:block/wikidium_break" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/wikidium_quantum_collapser_lit.json b/src/generated/resources/assets/cuboidmod/models/block/wikidium_quantum_collapser_lit.json new file mode 100644 index 0000000..1fad550 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/wikidium_quantum_collapser_lit.json @@ -0,0 +1,8 @@ +{ + "parent": "cuboidmod:block/templates/quantum_collapser", + "textures": { + "frame": "cuboidmod:block/model/wikidium_quantum_collapser", + "panel": "cuboidmod:block/model/quantum_collapser_panel_lit", + "particle": "cuboidmod:block/wikidium_break" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/wikidium_singularity_power_generator.json b/src/generated/resources/assets/cuboidmod/models/block/wikidium_singularity_power_generator.json new file mode 100644 index 0000000..c1d5fd5 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/wikidium_singularity_power_generator.json @@ -0,0 +1,7 @@ +{ + "parent": "cuboidmod:block/templates/singularity_power_generator", + "textures": { + "core": "cuboidmod:block/model/singularity_power_gen_core", + "frame": "cuboidmod:block/model/wikidium_singularity_power_gen_frame" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/wikidium_singularity_power_generator_lit.json b/src/generated/resources/assets/cuboidmod/models/block/wikidium_singularity_power_generator_lit.json new file mode 100644 index 0000000..ebaea37 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/wikidium_singularity_power_generator_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "cuboidmod:block/templates/singularity_power_generator", + "textures": { + "core": "cuboidmod:block/model/singularity_power_gen_core_lit", + "frame": "cuboidmod:block/model/wikidium_singularity_power_gen_frame" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/wikidium_singularity_resource_generator.json b/src/generated/resources/assets/cuboidmod/models/block/wikidium_singularity_resource_generator.json new file mode 100644 index 0000000..a495fbb --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/wikidium_singularity_resource_generator.json @@ -0,0 +1,7 @@ +{ + "parent": "cuboidmod:block/templates/singularity_resource_generator", + "textures": { + "core": "cuboidmod:block/model/singularity_resource_generator_pillar", + "frame": "cuboidmod:block/model/wikidium_singularity_resource_generator_casing" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/wikidium_singularity_resource_generator_lit.json b/src/generated/resources/assets/cuboidmod/models/block/wikidium_singularity_resource_generator_lit.json new file mode 100644 index 0000000..caf2493 --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/block/wikidium_singularity_resource_generator_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "cuboidmod:block/templates/singularity_resource_generator", + "textures": { + "core": "cuboidmod:block/model/singularity_resource_generator_pillar_lit", + "frame": "cuboidmod:block/model/wikidium_singularity_resource_generator_casing" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/item/kudbebedda_chest.json b/src/generated/resources/assets/cuboidmod/models/item/kudbebedda_chest.json index eae45a4..281ae26 100644 --- a/src/generated/resources/assets/cuboidmod/models/item/kudbebedda_chest.json +++ b/src/generated/resources/assets/cuboidmod/models/item/kudbebedda_chest.json @@ -1,28 +1,40 @@ { "parent": "minecraft:builtin/entity", "display": { - "gui": { + "fixed": { "rotation": [ - 30, - 45, + 0, + 180, 0 ], "scale": [ - 0.625, - 0.625, - 0.625 + 0.5, + 0.5, + 0.5 ] }, "ground": { + "scale": [ + 0.25, + 0.25, + 0.25 + ], "translation": [ 0, 3, 0 + ] + }, + "gui": { + "rotation": [ + 30, + 45, + 0 ], "scale": [ - 0.25, - 0.25, - 0.25 + 0.625, + 0.625, + 0.625 ] }, "head": { @@ -32,16 +44,21 @@ 0 ] }, - "fixed": { + "thirdperson_lefthand": { "rotation": [ - 0, - 180, + 75, + 315, 0 ], "scale": [ - 0.5, - 0.5, - 0.5 + 0.375, + 0.375, + 0.375 + ], + "translation": [ + 0, + 2.5, + 0 ] }, "thirdperson_righthand": { diff --git a/src/generated/resources/assets/cuboidmod/models/item/notarfbadium_chest.json b/src/generated/resources/assets/cuboidmod/models/item/notarfbadium_chest.json index eae45a4..281ae26 100644 --- a/src/generated/resources/assets/cuboidmod/models/item/notarfbadium_chest.json +++ b/src/generated/resources/assets/cuboidmod/models/item/notarfbadium_chest.json @@ -1,28 +1,40 @@ { "parent": "minecraft:builtin/entity", "display": { - "gui": { + "fixed": { "rotation": [ - 30, - 45, + 0, + 180, 0 ], "scale": [ - 0.625, - 0.625, - 0.625 + 0.5, + 0.5, + 0.5 ] }, "ground": { + "scale": [ + 0.25, + 0.25, + 0.25 + ], "translation": [ 0, 3, 0 + ] + }, + "gui": { + "rotation": [ + 30, + 45, + 0 ], "scale": [ - 0.25, - 0.25, - 0.25 + 0.625, + 0.625, + 0.625 ] }, "head": { @@ -32,16 +44,21 @@ 0 ] }, - "fixed": { + "thirdperson_lefthand": { "rotation": [ - 0, - 180, + 75, + 315, 0 ], "scale": [ - 0.5, - 0.5, - 0.5 + 0.375, + 0.375, + 0.375 + ], + "translation": [ + 0, + 2.5, + 0 ] }, "thirdperson_righthand": { diff --git a/src/generated/resources/assets/cuboidmod/models/item/notsogudium_chest.json b/src/generated/resources/assets/cuboidmod/models/item/notsogudium_chest.json index eae45a4..281ae26 100644 --- a/src/generated/resources/assets/cuboidmod/models/item/notsogudium_chest.json +++ b/src/generated/resources/assets/cuboidmod/models/item/notsogudium_chest.json @@ -1,28 +1,40 @@ { "parent": "minecraft:builtin/entity", "display": { - "gui": { + "fixed": { "rotation": [ - 30, - 45, + 0, + 180, 0 ], "scale": [ - 0.625, - 0.625, - 0.625 + 0.5, + 0.5, + 0.5 ] }, "ground": { + "scale": [ + 0.25, + 0.25, + 0.25 + ], "translation": [ 0, 3, 0 + ] + }, + "gui": { + "rotation": [ + 30, + 45, + 0 ], "scale": [ - 0.25, - 0.25, - 0.25 + 0.625, + 0.625, + 0.625 ] }, "head": { @@ -32,16 +44,21 @@ 0 ] }, - "fixed": { + "thirdperson_lefthand": { "rotation": [ - 0, - 180, + 75, + 315, 0 ], "scale": [ - 0.5, - 0.5, - 0.5 + 0.375, + 0.375, + 0.375 + ], + "translation": [ + 0, + 2.5, + 0 ] }, "thirdperson_righthand": { diff --git a/src/generated/resources/assets/cuboidmod/models/item/thatldu_chest.json b/src/generated/resources/assets/cuboidmod/models/item/thatldu_chest.json index eae45a4..281ae26 100644 --- a/src/generated/resources/assets/cuboidmod/models/item/thatldu_chest.json +++ b/src/generated/resources/assets/cuboidmod/models/item/thatldu_chest.json @@ -1,28 +1,40 @@ { "parent": "minecraft:builtin/entity", "display": { - "gui": { + "fixed": { "rotation": [ - 30, - 45, + 0, + 180, 0 ], "scale": [ - 0.625, - 0.625, - 0.625 + 0.5, + 0.5, + 0.5 ] }, "ground": { + "scale": [ + 0.25, + 0.25, + 0.25 + ], "translation": [ 0, 3, 0 + ] + }, + "gui": { + "rotation": [ + 30, + 45, + 0 ], "scale": [ - 0.25, - 0.25, - 0.25 + 0.625, + 0.625, + 0.625 ] }, "head": { @@ -32,16 +44,21 @@ 0 ] }, - "fixed": { + "thirdperson_lefthand": { "rotation": [ - 0, - 180, + 75, + 315, 0 ], "scale": [ - 0.5, - 0.5, - 0.5 + 0.375, + 0.375, + 0.375 + ], + "translation": [ + 0, + 2.5, + 0 ] }, "thirdperson_righthand": { diff --git a/src/generated/resources/assets/cuboidmod/models/item/wikidium_chest.json b/src/generated/resources/assets/cuboidmod/models/item/wikidium_chest.json index eae45a4..281ae26 100644 --- a/src/generated/resources/assets/cuboidmod/models/item/wikidium_chest.json +++ b/src/generated/resources/assets/cuboidmod/models/item/wikidium_chest.json @@ -1,28 +1,40 @@ { "parent": "minecraft:builtin/entity", "display": { - "gui": { + "fixed": { "rotation": [ - 30, - 45, + 0, + 180, 0 ], "scale": [ - 0.625, - 0.625, - 0.625 + 0.5, + 0.5, + 0.5 ] }, "ground": { + "scale": [ + 0.25, + 0.25, + 0.25 + ], "translation": [ 0, 3, 0 + ] + }, + "gui": { + "rotation": [ + 30, + 45, + 0 ], "scale": [ - 0.25, - 0.25, - 0.25 + 0.625, + 0.625, + 0.625 ] }, "head": { @@ -32,16 +44,21 @@ 0 ] }, - "fixed": { + "thirdperson_lefthand": { "rotation": [ - 0, - 180, + 75, + 315, 0 ], "scale": [ - 0.5, - 0.5, - 0.5 + 0.375, + 0.375, + 0.375 + ], + "translation": [ + 0, + 2.5, + 0 ] }, "thirdperson_righthand": { diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/carbon_nanotube_block_from_carbon_nanotubes.json b/src/generated/resources/data/cuboidmod/advancements/recipes/combat/carbon_nanotube_block_from_carbon_nanotubes.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/carbon_nanotube_block_from_carbon_nanotubes.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/combat/carbon_nanotube_block_from_carbon_nanotubes.json index bf3afc3..705c015 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/carbon_nanotube_block_from_carbon_nanotubes.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/combat/carbon_nanotube_block_from_carbon_nanotubes.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:carbon_nanotube_block_from_carbon_nanotubes" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:carbon_nanotube_block_from_carbon_nanotubes" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:carbon_nanotube_block_from_carbon_nanotubes" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cellulose_block_from_cellulose.json b/src/generated/resources/data/cuboidmod/advancements/recipes/combat/cellulose_block_from_cellulose.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cellulose_block_from_cellulose.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/combat/cellulose_block_from_cellulose.json index 3476460..4e831fe 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cellulose_block_from_cellulose.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/combat/cellulose_block_from_cellulose.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:cellulose_block_from_cellulose" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:cellulose_block_from_cellulose" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:cellulose_block_from_cellulose" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_block_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/combat/kudbebedda_block_from_ingots.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_block_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/combat/kudbebedda_block_from_ingots.json index d701b0d..c751c6c 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_block_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/combat/kudbebedda_block_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_block_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_block_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_block_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_block_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/combat/notarfbadium_block_from_ingots.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_block_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/combat/notarfbadium_block_from_ingots.json index cde45b9..29818a2 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_block_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/combat/notarfbadium_block_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_block_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_block_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_block_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_block_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/combat/notsogudium_block_from_ingots.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_block_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/combat/notsogudium_block_from_ingots.json index 2cfb3c8..366d2c1 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_block_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/combat/notsogudium_block_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_block_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_block_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_block_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/protein_fiber_block_from_protein_fiber.json b/src/generated/resources/data/cuboidmod/advancements/recipes/combat/protein_fiber_block_from_protein_fiber.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/protein_fiber_block_from_protein_fiber.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/combat/protein_fiber_block_from_protein_fiber.json index 08141a4..9daf51a 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/protein_fiber_block_from_protein_fiber.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/combat/protein_fiber_block_from_protein_fiber.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:protein_fiber_block_from_protein_fiber" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:protein_fiber_block_from_protein_fiber" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:protein_fiber_block_from_protein_fiber" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/protein_paste_block_from_protein_paste.json b/src/generated/resources/data/cuboidmod/advancements/recipes/combat/protein_paste_block_from_protein_paste.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/protein_paste_block_from_protein_paste.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/combat/protein_paste_block_from_protein_paste.json index a95bf0b..fd9e3d1 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/protein_paste_block_from_protein_paste.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/combat/protein_paste_block_from_protein_paste.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:protein_paste_block_from_protein_paste" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:protein_paste_block_from_protein_paste" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:protein_paste_block_from_protein_paste" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/silica_dust_block_from_silica_dust.json b/src/generated/resources/data/cuboidmod/advancements/recipes/combat/silica_dust_block_from_silica_dust.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/silica_dust_block_from_silica_dust.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/combat/silica_dust_block_from_silica_dust.json index a2c4a0c..7ad9133 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/silica_dust_block_from_silica_dust.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/combat/silica_dust_block_from_silica_dust.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:silica_dust_block_from_silica_dust" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:silica_dust_block_from_silica_dust" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:silica_dust_block_from_silica_dust" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_block_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/combat/thatldu_block_from_ingots.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_block_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/combat/thatldu_block_from_ingots.json index 5aa42d3..350649e 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_block_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/combat/thatldu_block_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_block_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_block_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_block_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_block_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/combat/wikidium_block_from_ingots.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_block_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/combat/wikidium_block_from_ingots.json index 9a4ba15..ba8ddab 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_block_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/combat/wikidium_block_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_block_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_block_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_block_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/arachnugget_from_spider_eye_smelting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/arachnugget_from_spider_eye_smelting.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/arachnugget_from_spider_eye_smelting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/arachnugget_from_spider_eye_smelting.json index 51b7a98..a8675db 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/arachnugget_from_spider_eye_smelting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/arachnugget_from_spider_eye_smelting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:arachnugget_from_spider_eye_smelting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:arachnugget_from_spider_eye_smelting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:arachnugget_from_spider_eye_smelting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/decorations/blast_furnace_from_blocks.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/blast_furnace_from_blocks.json similarity index 75% rename from src/generated/resources/data/cuboidmod/advancements/recipes/decorations/blast_furnace_from_blocks.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/blast_furnace_from_blocks.json index 0189ae0..5bc09d9 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/decorations/blast_furnace_from_blocks.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/blast_furnace_from_blocks.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:blast_furnace_from_blocks" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "cuboidmod:ingots" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:blast_furnace_from_blocks" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:blast_furnace_from_blocks" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/broth_from_water_bucket_and_bone_meal.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/broth_from_water_bucket_and_bone_meal.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/broth_from_water_bucket_and_bone_meal.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/broth_from_water_bucket_and_bone_meal.json index 0d3d082..fdad28b 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/broth_from_water_bucket_and_bone_meal.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/broth_from_water_bucket_and_bone_meal.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:broth_from_water_bucket_and_bone_meal" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:broth_from_water_bucket_and_bone_meal" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:broth_from_water_bucket_and_bone_meal" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/misc/bucket_from_kudbebedda_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/bucket_from_kudbebedda_ingots.json index c2b89d2..96c8c4b 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/misc/bucket_from_kudbebedda_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/bucket_from_kudbebedda_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:bucket_from_kudbebedda_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:bucket_from_kudbebedda_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:bucket_from_kudbebedda_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/misc/bucket_from_notarfbadium_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/bucket_from_notarfbadium_ingots.json index 2d3afb2..ea2d5cc 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/misc/bucket_from_notarfbadium_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/bucket_from_notarfbadium_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:bucket_from_notarfbadium_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:bucket_from_notarfbadium_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:bucket_from_notarfbadium_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/misc/bucket_from_notsogudium_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/bucket_from_notsogudium_ingots.json index 16c6f2d..d079f2e 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/misc/bucket_from_notsogudium_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/bucket_from_notsogudium_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:bucket_from_notsogudium_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:bucket_from_notsogudium_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:bucket_from_notsogudium_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/misc/bucket_from_thatldu_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/bucket_from_thatldu_ingots.json index 2df11c0..b8208cc 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/misc/bucket_from_thatldu_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/bucket_from_thatldu_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:bucket_from_thatldu_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:bucket_from_thatldu_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:bucket_from_thatldu_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/misc/bucket_from_wikidium_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/bucket_from_wikidium_ingots.json index 75528e5..643cecc 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/misc/bucket_from_wikidium_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/bucket_from_wikidium_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:bucket_from_wikidium_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:bucket_from_wikidium_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:bucket_from_wikidium_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/carbon_nanotubes_from_carbon_nanotube_block.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/carbon_nanotubes_from_carbon_nanotube_block.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/carbon_nanotubes_from_carbon_nanotube_block.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/carbon_nanotubes_from_carbon_nanotube_block.json index a654e2e..0a15526 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/carbon_nanotubes_from_carbon_nanotube_block.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/carbon_nanotubes_from_carbon_nanotube_block.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:carbon_nanotubes_from_carbon_nanotube_block" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:carbon_nanotubes_from_carbon_nanotube_block" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:carbon_nanotubes_from_carbon_nanotube_block" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cellulose_bricks_from_block_sc.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/cellulose_bricks_from_block_sc.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cellulose_bricks_from_block_sc.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/cellulose_bricks_from_block_sc.json index 2cff28a..ca182d3 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cellulose_bricks_from_block_sc.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/cellulose_bricks_from_block_sc.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:cellulose_bricks_from_block_sc" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:cellulose_bricks_from_block_sc" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:cellulose_bricks_from_block_sc" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cellulose_bricks_from_blocks.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/cellulose_bricks_from_blocks.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cellulose_bricks_from_blocks.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/cellulose_bricks_from_blocks.json index 106cf32..6a9c692 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cellulose_bricks_from_blocks.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/cellulose_bricks_from_blocks.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:cellulose_bricks_from_blocks" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:cellulose_bricks_from_blocks" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:cellulose_bricks_from_blocks" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cellulose_bricks_from_chiseled_bricks_sc.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/cellulose_bricks_from_chiseled_bricks_sc.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cellulose_bricks_from_chiseled_bricks_sc.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/cellulose_bricks_from_chiseled_bricks_sc.json index 83d51ae..a1901bd 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cellulose_bricks_from_chiseled_bricks_sc.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/cellulose_bricks_from_chiseled_bricks_sc.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:cellulose_bricks_from_chiseled_bricks_sc" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:cellulose_bricks_from_chiseled_bricks_sc" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:cellulose_bricks_from_chiseled_bricks_sc" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cellulose_chiseled_bricks_from_block_sc.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/cellulose_chiseled_bricks_from_block_sc.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cellulose_chiseled_bricks_from_block_sc.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/cellulose_chiseled_bricks_from_block_sc.json index 5eb0fe1..4167e7d 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cellulose_chiseled_bricks_from_block_sc.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/cellulose_chiseled_bricks_from_block_sc.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:cellulose_chiseled_bricks_from_block_sc" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:cellulose_chiseled_bricks_from_block_sc" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:cellulose_chiseled_bricks_from_block_sc" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cellulose_chiseled_bricks_from_bricks.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/cellulose_chiseled_bricks_from_bricks.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cellulose_chiseled_bricks_from_bricks.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/cellulose_chiseled_bricks_from_bricks.json index 0559dfb..12f09a3 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cellulose_chiseled_bricks_from_bricks.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/cellulose_chiseled_bricks_from_bricks.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:cellulose_chiseled_bricks_from_bricks" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:cellulose_chiseled_bricks_from_bricks" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:cellulose_chiseled_bricks_from_bricks" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cellulose_chiseled_bricks_from_bricks_sc.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/cellulose_chiseled_bricks_from_bricks_sc.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cellulose_chiseled_bricks_from_bricks_sc.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/cellulose_chiseled_bricks_from_bricks_sc.json index 1db58ca..3a6dbf2 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cellulose_chiseled_bricks_from_bricks_sc.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/cellulose_chiseled_bricks_from_bricks_sc.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:cellulose_chiseled_bricks_from_bricks_sc" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:cellulose_chiseled_bricks_from_bricks_sc" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:cellulose_chiseled_bricks_from_bricks_sc" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cellulose_from_cellulose_block.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/cellulose_from_cellulose_block.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cellulose_from_cellulose_block.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/cellulose_from_cellulose_block.json index 9a3996b..fb32624 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cellulose_from_cellulose_block.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/cellulose_from_cellulose_block.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:cellulose_from_cellulose_block" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:cellulose_from_cellulose_block" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:cellulose_from_cellulose_block" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/misc/coal_from_carbon_deposits.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/coal_from_carbon_deposits.json index c69c80f..702fc89 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/misc/coal_from_carbon_deposits.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/coal_from_carbon_deposits.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:coal_from_carbon_deposits" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:coal_from_carbon_deposits" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:coal_from_carbon_deposits" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cooked_kebab_from_raw_kebab_smelting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/cooked_kebab_from_raw_kebab_smelting.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cooked_kebab_from_raw_kebab_smelting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/cooked_kebab_from_raw_kebab_smelting.json index 03754d4..d18ff3b 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cooked_kebab_from_raw_kebab_smelting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/cooked_kebab_from_raw_kebab_smelting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:cooked_kebab_from_raw_kebab_smelting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:cooked_kebab_from_raw_kebab_smelting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:cooked_kebab_from_raw_kebab_smelting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cured_beef_from_acv_and_raw_beef.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/cured_beef_from_acv_and_raw_beef.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cured_beef_from_acv_and_raw_beef.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/cured_beef_from_acv_and_raw_beef.json index 2acc9b2..bdc0a23 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cured_beef_from_acv_and_raw_beef.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/cured_beef_from_acv_and_raw_beef.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:cured_beef_from_acv_and_raw_beef" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:cured_beef_from_acv_and_raw_beef" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:cured_beef_from_acv_and_raw_beef" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cured_flesh_from_acv_and_rotten_flesh.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/cured_flesh_from_acv_and_rotten_flesh.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cured_flesh_from_acv_and_rotten_flesh.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/cured_flesh_from_acv_and_rotten_flesh.json index ce4f19e..5a27a31 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/cured_flesh_from_acv_and_rotten_flesh.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/cured_flesh_from_acv_and_rotten_flesh.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:cured_flesh_from_acv_and_rotten_flesh" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:cured_flesh_from_acv_and_rotten_flesh" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:cured_flesh_from_acv_and_rotten_flesh" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/decorations/furnace_from_chunks.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/furnace_from_chunks.json similarity index 75% rename from src/generated/resources/data/cuboidmod/advancements/recipes/decorations/furnace_from_chunks.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/furnace_from_chunks.json index 1e5d76a..2b24ab4 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/decorations/furnace_from_chunks.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/furnace_from_chunks.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:furnace_from_chunks" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "cuboidmod:ores" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:furnace_from_chunks" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:furnace_from_chunks" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/gruel_from_broth_and_protein_paste.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/gruel_from_broth_and_protein_paste.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/gruel_from_broth_and_protein_paste.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/gruel_from_broth_and_protein_paste.json index 7d3f0cb..5d82bda 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/gruel_from_broth_and_protein_paste.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/gruel_from_broth_and_protein_paste.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:gruel_from_broth_and_protein_paste" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:gruel_from_broth_and_protein_paste" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:gruel_from_broth_and_protein_paste" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/redstone/hopper_from_ingots_and_chest.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/hopper_from_ingots_and_chest.json similarity index 76% rename from src/generated/resources/data/cuboidmod/advancements/recipes/redstone/hopper_from_ingots_and_chest.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/hopper_from_ingots_and_chest.json index d62a35c..a7a751b 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/redstone/hopper_from_ingots_and_chest.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/hopper_from_ingots_and_chest.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:hopper_from_ingots_and_chest" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "cuboidmod:chests" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:hopper_from_ingots_and_chest" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:hopper_from_ingots_and_chest" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_axe_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_axe_from_ingots_and_rods.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_axe_from_ingots_and_rods.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_axe_from_ingots_and_rods.json index 1125a08..de33644 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_axe_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_axe_from_ingots_and_rods.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_axe_from_ingots_and_rods" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_axe_from_ingots_and_rods" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_axe_from_ingots_and_rods" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_boots_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_boots_from_ingots.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_boots_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_boots_from_ingots.json index 1f7c479..8f67db2 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_boots_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_boots_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_boots_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_boots_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_boots_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_chest_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_chest_from_ingots.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_chest_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_chest_from_ingots.json index 298d50b..9956889 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_chest_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_chest_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_chest_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_chest_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_chest_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_chest_from_prev.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_chest_from_prev.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_chest_from_prev.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_chest_from_prev.json index 3fb37bf..795e729 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_chest_from_prev.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_chest_from_prev.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_chest_from_prev" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_chest_from_prev" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_chest_from_prev" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_chestplate_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_chestplate_from_ingots.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_chestplate_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_chestplate_from_ingots.json index 67eb2da..29a2353 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_chestplate_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_chestplate_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_chestplate_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_chestplate_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_chestplate_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_chunk_from_pieces.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_chunk_from_pieces.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_chunk_from_pieces.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_chunk_from_pieces.json index 2221e51..c5bc501 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_chunk_from_pieces.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_chunk_from_pieces.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_chunk_from_pieces" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_chunk_from_pieces" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_chunk_from_pieces" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_chunk_ingot_blasting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_chunk_ingot_blasting.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_chunk_ingot_blasting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_chunk_ingot_blasting.json index d2d4ce2..702e240 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_chunk_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_chunk_ingot_blasting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_chunk_ingot_blasting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_chunk_ingot_blasting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_chunk_ingot_blasting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_chunk_ingot_smelting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_chunk_ingot_smelting.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_chunk_ingot_smelting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_chunk_ingot_smelting.json index 863071a..990a30c 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_chunk_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_chunk_ingot_smelting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_chunk_ingot_smelting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_chunk_ingot_smelting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_chunk_ingot_smelting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_crafting_table_from_silica_and_chunk.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_crafting_table_from_silica_and_chunk.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_crafting_table_from_silica_and_chunk.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_crafting_table_from_silica_and_chunk.json index a8e0043..8daeb3d 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_crafting_table_from_silica_and_chunk.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_crafting_table_from_silica_and_chunk.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_crafting_table_from_silica_and_chunk" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_crafting_table_from_silica_and_chunk" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_crafting_table_from_silica_and_chunk" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_dust_ingot_blasting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_dust_ingot_blasting.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_dust_ingot_blasting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_dust_ingot_blasting.json index 61bff30..a74e3b6 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_dust_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_dust_ingot_blasting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_dust_ingot_blasting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_dust_ingot_blasting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_dust_ingot_blasting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_dust_ingot_smelting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_dust_ingot_smelting.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_dust_ingot_smelting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_dust_ingot_smelting.json index 36eef02..2623a22 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_dust_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_dust_ingot_smelting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_dust_ingot_smelting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_dust_ingot_smelting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_dust_ingot_smelting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_dust_with_smoosher_and_chunk.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_dust_with_smoosher_and_chunk.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_dust_with_smoosher_and_chunk.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_dust_with_smoosher_and_chunk.json index fbc8a28..23de123 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_dust_with_smoosher_and_chunk.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_dust_with_smoosher_and_chunk.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_dust_with_smoosher_and_chunk" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_dust_with_smoosher_and_chunk" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_dust_with_smoosher_and_chunk" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_dust_with_smoosher_and_ingot.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_dust_with_smoosher_and_ingot.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_dust_with_smoosher_and_ingot.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_dust_with_smoosher_and_ingot.json index 51cd512..dec896b 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_dust_with_smoosher_and_ingot.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_dust_with_smoosher_and_ingot.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_dust_with_smoosher_and_ingot" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_dust_with_smoosher_and_ingot" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_dust_with_smoosher_and_ingot" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_dust_with_smoosher_and_ore.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_dust_with_smoosher_and_ore.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_dust_with_smoosher_and_ore.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_dust_with_smoosher_and_ore.json index 5a3f8b6..1d5f359 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_dust_with_smoosher_and_ore.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_dust_with_smoosher_and_ore.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_dust_with_smoosher_and_ore" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_dust_with_smoosher_and_ore" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_dust_with_smoosher_and_ore" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_furnace_upgrade_from_vanilla_furnace.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_furnace_upgrade_from_vanilla_furnace.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_furnace_upgrade_from_vanilla_furnace.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_furnace_upgrade_from_vanilla_furnace.json index b3dc88f..1f606f3 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_furnace_upgrade_from_vanilla_furnace.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_furnace_upgrade_from_vanilla_furnace.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_furnace_upgrade_from_vanilla_furnace" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_furnace_upgrade_from_vanilla_furnace" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_furnace_upgrade_from_vanilla_furnace" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_furnace_upgrade_with_four_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_furnace_upgrade_with_four_ingots.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_furnace_upgrade_with_four_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_furnace_upgrade_with_four_ingots.json index d3d832e..2756295 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_furnace_upgrade_with_four_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_furnace_upgrade_with_four_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_furnace_upgrade_with_four_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_furnace_upgrade_with_four_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_furnace_upgrade_with_four_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_helmet_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_helmet_from_ingots.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_helmet_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_helmet_from_ingots.json index a172029..b0f2f8d 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_helmet_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_helmet_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_helmet_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_helmet_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_helmet_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_hoe_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_hoe_from_ingots_and_rods.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_hoe_from_ingots_and_rods.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_hoe_from_ingots_and_rods.json index 1511383..602b379 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_hoe_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_hoe_from_ingots_and_rods.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_hoe_from_ingots_and_rods" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_hoe_from_ingots_and_rods" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_hoe_from_ingots_and_rods" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_ingot_from_nuggets.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_ingot_from_nuggets.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_ingot_from_nuggets.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_ingot_from_nuggets.json index c5ed99b..0a42ac8 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_ingot_from_nuggets.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_ingot_from_nuggets.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_ingot_from_nuggets" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_ingot_from_nuggets" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_ingot_from_nuggets" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_ingots_from_block.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_ingots_from_block.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_ingots_from_block.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_ingots_from_block.json index f81c230..0d7dca5 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_ingots_from_block.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_ingots_from_block.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_ingots_from_block" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_ingots_from_block" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_ingots_from_block" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_leggings_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_leggings_from_ingots.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_leggings_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_leggings_from_ingots.json index 3152ab5..9b3eadf 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_leggings_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_leggings_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_leggings_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_leggings_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_leggings_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_nuggets_from_ingot.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_nuggets_from_ingot.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_nuggets_from_ingot.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_nuggets_from_ingot.json index 6525f15..be52c59 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_nuggets_from_ingot.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_nuggets_from_ingot.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_nuggets_from_ingot" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_nuggets_from_ingot" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_nuggets_from_ingot" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_ore_ingot_blasting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_ore_ingot_blasting.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_ore_ingot_blasting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_ore_ingot_blasting.json index 741bc0a..e776624 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_ore_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_ore_ingot_blasting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_ore_ingot_blasting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_ore_ingot_blasting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_ore_ingot_blasting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_ore_ingot_smelting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_ore_ingot_smelting.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_ore_ingot_smelting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_ore_ingot_smelting.json index 2992cc3..0f4bd45 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_ore_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_ore_ingot_smelting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_ore_ingot_smelting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_ore_ingot_smelting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_ore_ingot_smelting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_pickaxe_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_pickaxe_from_ingots_and_rods.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_pickaxe_from_ingots_and_rods.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_pickaxe_from_ingots_and_rods.json index f84d3b1..b7f86a2 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_pickaxe_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_pickaxe_from_ingots_and_rods.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_pickaxe_from_ingots_and_rods" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_pickaxe_from_ingots_and_rods" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_pickaxe_from_ingots_and_rods" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_quantum_collapser_from_blocks_and_furnace.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_quantum_collapser_from_blocks_and_furnace.json similarity index 79% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_quantum_collapser_from_blocks_and_furnace.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_quantum_collapser_from_blocks_and_furnace.json index 0f21f7e..8ee7aba 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_quantum_collapser_from_blocks_and_furnace.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_quantum_collapser_from_blocks_and_furnace.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_quantum_collapser_from_blocks_and_furnace" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_quantum_collapser_from_blocks_and_furnace" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_quantum_collapser_from_blocks_and_furnace" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_quantum_collapser_upgrade.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_quantum_collapser_upgrade.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_quantum_collapser_upgrade.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_quantum_collapser_upgrade.json index 49637e0..d867293 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_quantum_collapser_upgrade.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_quantum_collapser_upgrade.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_quantum_collapser_upgrade" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_quantum_collapser_upgrade" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_quantum_collapser_upgrade" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_rod_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_rod_from_ingots.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_rod_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_rod_from_ingots.json index 5004efe..e73d470 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_rod_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_rod_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_rod_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_rod_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_rod_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_shovel_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_shovel_from_ingots_and_rods.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_shovel_from_ingots_and_rods.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_shovel_from_ingots_and_rods.json index be709bc..651b058 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_shovel_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_shovel_from_ingots_and_rods.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_shovel_from_ingots_and_rods" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_shovel_from_ingots_and_rods" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_shovel_from_ingots_and_rods" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_smasher_from_blocks_ingot_and_rods.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_smasher_from_blocks_ingot_and_rods.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_smasher_from_blocks_ingot_and_rods.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_smasher_from_blocks_ingot_and_rods.json index 11ef3b9..ea850ac 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_smasher_from_blocks_ingot_and_rods.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_smasher_from_blocks_ingot_and_rods.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_smasher_from_blocks_ingot_and_rods" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_smasher_from_blocks_ingot_and_rods" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_smasher_from_blocks_ingot_and_rods" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_spg_from_blocks_furnace_and_redstone_block.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_spg_from_blocks_furnace_and_redstone_block.json similarity index 79% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_spg_from_blocks_furnace_and_redstone_block.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_spg_from_blocks_furnace_and_redstone_block.json index 0284cc5..c1af87f 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_spg_from_blocks_furnace_and_redstone_block.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_spg_from_blocks_furnace_and_redstone_block.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_spg_from_blocks_furnace_and_redstone_block" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_spg_from_blocks_furnace_and_redstone_block" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_spg_from_blocks_furnace_and_redstone_block" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_spg_upgrade.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_spg_upgrade.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_spg_upgrade.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_spg_upgrade.json index 653ad59..3ba197b 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_spg_upgrade.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_spg_upgrade.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_spg_upgrade" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_spg_upgrade" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_spg_upgrade" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_srg_from_blocks_furnace_and_crafting_table.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_srg_from_blocks_furnace_and_crafting_table.json similarity index 79% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_srg_from_blocks_furnace_and_crafting_table.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_srg_from_blocks_furnace_and_crafting_table.json index aae6ed7..740d698 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_srg_from_blocks_furnace_and_crafting_table.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_srg_from_blocks_furnace_and_crafting_table.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_srg_from_blocks_furnace_and_crafting_table" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_srg_from_blocks_furnace_and_crafting_table" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_srg_from_blocks_furnace_and_crafting_table" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_srg_upgrade.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_srg_upgrade.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_srg_upgrade.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_srg_upgrade.json index 1cd7732..f5769b5 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_srg_upgrade.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_srg_upgrade.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_srg_upgrade" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_srg_upgrade" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_srg_upgrade" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_sword_from_ingots_and_rod.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_sword_from_ingots_and_rod.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_sword_from_ingots_and_rod.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_sword_from_ingots_and_rod.json index 15fe2a9..ff416ef 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/kudbebedda_sword_from_ingots_and_rod.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/kudbebedda_sword_from_ingots_and_rod.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:kudbebedda_sword_from_ingots_and_rod" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:kudbebedda_sword_from_ingots_and_rod" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:kudbebedda_sword_from_ingots_and_rod" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/decorations/lantern_from_nuggets_and_torch.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/lantern_from_nuggets_and_torch.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/decorations/lantern_from_nuggets_and_torch.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/lantern_from_nuggets_and_torch.json index 812eeb5..bf194e8 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/decorations/lantern_from_nuggets_and_torch.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/lantern_from_nuggets_and_torch.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:lantern_from_nuggets_and_torch" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:lantern_from_nuggets_and_torch" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:lantern_from_nuggets_and_torch" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_axe_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_axe_from_ingots_and_rods.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_axe_from_ingots_and_rods.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_axe_from_ingots_and_rods.json index 946fe84..5789bd1 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_axe_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_axe_from_ingots_and_rods.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_axe_from_ingots_and_rods" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_axe_from_ingots_and_rods" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_axe_from_ingots_and_rods" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_boots_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_boots_from_ingots.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_boots_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_boots_from_ingots.json index a7e8dab..2491929 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_boots_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_boots_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_boots_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_boots_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_boots_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_chest_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_chest_from_ingots.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_chest_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_chest_from_ingots.json index a0a7731..c5b29e8 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_chest_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_chest_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_chest_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_chest_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_chest_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_chest_from_prev.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_chest_from_prev.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_chest_from_prev.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_chest_from_prev.json index 73ac326..4cf3060 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_chest_from_prev.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_chest_from_prev.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_chest_from_prev" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_chest_from_prev" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_chest_from_prev" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_chestplate_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_chestplate_from_ingots.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_chestplate_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_chestplate_from_ingots.json index d71f125..4cee3c3 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_chestplate_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_chestplate_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_chestplate_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_chestplate_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_chestplate_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_chunk_from_pieces.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_chunk_from_pieces.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_chunk_from_pieces.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_chunk_from_pieces.json index 1827db2..edf88aa 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_chunk_from_pieces.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_chunk_from_pieces.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_chunk_from_pieces" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_chunk_from_pieces" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_chunk_from_pieces" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_chunk_ingot_blasting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_chunk_ingot_blasting.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_chunk_ingot_blasting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_chunk_ingot_blasting.json index e697184..2a93309 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_chunk_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_chunk_ingot_blasting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_chunk_ingot_blasting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_chunk_ingot_blasting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_chunk_ingot_blasting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_chunk_ingot_smelting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_chunk_ingot_smelting.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_chunk_ingot_smelting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_chunk_ingot_smelting.json index cc0bec5..096008f 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_chunk_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_chunk_ingot_smelting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_chunk_ingot_smelting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_chunk_ingot_smelting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_chunk_ingot_smelting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_crafting_table_from_silica_and_chunk.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_crafting_table_from_silica_and_chunk.json similarity index 79% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_crafting_table_from_silica_and_chunk.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_crafting_table_from_silica_and_chunk.json index 30feade..113031f 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_crafting_table_from_silica_and_chunk.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_crafting_table_from_silica_and_chunk.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_crafting_table_from_silica_and_chunk" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_crafting_table_from_silica_and_chunk" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_crafting_table_from_silica_and_chunk" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_dust_ingot_blasting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_dust_ingot_blasting.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_dust_ingot_blasting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_dust_ingot_blasting.json index cd5e95d..371a22b 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_dust_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_dust_ingot_blasting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_dust_ingot_blasting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_dust_ingot_blasting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_dust_ingot_blasting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_dust_ingot_smelting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_dust_ingot_smelting.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_dust_ingot_smelting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_dust_ingot_smelting.json index 218df1d..5873e6a 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_dust_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_dust_ingot_smelting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_dust_ingot_smelting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_dust_ingot_smelting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_dust_ingot_smelting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_dust_with_smoosher_and_chunk.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_dust_with_smoosher_and_chunk.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_dust_with_smoosher_and_chunk.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_dust_with_smoosher_and_chunk.json index 238f43e..c12cfcb 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_dust_with_smoosher_and_chunk.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_dust_with_smoosher_and_chunk.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_dust_with_smoosher_and_chunk" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_dust_with_smoosher_and_chunk" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_dust_with_smoosher_and_chunk" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_dust_with_smoosher_and_ingot.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_dust_with_smoosher_and_ingot.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_dust_with_smoosher_and_ingot.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_dust_with_smoosher_and_ingot.json index 8f8be9b..21a55a2 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_dust_with_smoosher_and_ingot.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_dust_with_smoosher_and_ingot.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_dust_with_smoosher_and_ingot" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_dust_with_smoosher_and_ingot" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_dust_with_smoosher_and_ingot" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_dust_with_smoosher_and_ore.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_dust_with_smoosher_and_ore.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_dust_with_smoosher_and_ore.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_dust_with_smoosher_and_ore.json index e2d61ed..672181f 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_dust_with_smoosher_and_ore.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_dust_with_smoosher_and_ore.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_dust_with_smoosher_and_ore" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_dust_with_smoosher_and_ore" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_dust_with_smoosher_and_ore" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_furnace_upgrade_from_notsogudium_furnace.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_furnace_upgrade_from_notsogudium_furnace.json similarity index 79% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_furnace_upgrade_from_notsogudium_furnace.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_furnace_upgrade_from_notsogudium_furnace.json index 1e63321..3b5928c 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_furnace_upgrade_from_notsogudium_furnace.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_furnace_upgrade_from_notsogudium_furnace.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_furnace_upgrade_from_notsogudium_furnace" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_furnace_upgrade_from_notsogudium_furnace" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_furnace_upgrade_from_notsogudium_furnace" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_furnace_upgrade_from_vanilla_furnace.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_furnace_upgrade_from_vanilla_furnace.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_furnace_upgrade_from_vanilla_furnace.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_furnace_upgrade_from_vanilla_furnace.json index 34a26f5..6f992f3 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_furnace_upgrade_from_vanilla_furnace.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_furnace_upgrade_from_vanilla_furnace.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_furnace_upgrade_from_vanilla_furnace" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_furnace_upgrade_from_vanilla_furnace" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_furnace_upgrade_from_vanilla_furnace" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_furnace_upgrade_with_four_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_furnace_upgrade_with_four_ingots.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_furnace_upgrade_with_four_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_furnace_upgrade_with_four_ingots.json index 7d07749..6be2b45 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_furnace_upgrade_with_four_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_furnace_upgrade_with_four_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_furnace_upgrade_with_four_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_furnace_upgrade_with_four_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_furnace_upgrade_with_four_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_helmet_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_helmet_from_ingots.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_helmet_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_helmet_from_ingots.json index a43268e..b475110 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_helmet_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_helmet_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_helmet_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_helmet_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_helmet_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_hoe_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_hoe_from_ingots_and_rods.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_hoe_from_ingots_and_rods.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_hoe_from_ingots_and_rods.json index 2e71269..17f3fde 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_hoe_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_hoe_from_ingots_and_rods.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_hoe_from_ingots_and_rods" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_hoe_from_ingots_and_rods" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_hoe_from_ingots_and_rods" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_ingot_from_nuggets.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_ingot_from_nuggets.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_ingot_from_nuggets.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_ingot_from_nuggets.json index 21c1d4f..58fd8a3 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_ingot_from_nuggets.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_ingot_from_nuggets.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_ingot_from_nuggets" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_ingot_from_nuggets" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_ingot_from_nuggets" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_ingots_from_block.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_ingots_from_block.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_ingots_from_block.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_ingots_from_block.json index 6ca8c0f..7bbdae6 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_ingots_from_block.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_ingots_from_block.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_ingots_from_block" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_ingots_from_block" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_ingots_from_block" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_leggings_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_leggings_from_ingots.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_leggings_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_leggings_from_ingots.json index b942025..22f1283 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_leggings_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_leggings_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_leggings_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_leggings_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_leggings_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_nuggets_from_ingot.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_nuggets_from_ingot.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_nuggets_from_ingot.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_nuggets_from_ingot.json index 45c5fa6..6404838 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_nuggets_from_ingot.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_nuggets_from_ingot.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_nuggets_from_ingot" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_nuggets_from_ingot" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_nuggets_from_ingot" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_ore_ingot_blasting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_ore_ingot_blasting.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_ore_ingot_blasting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_ore_ingot_blasting.json index a2ef631..44b98de 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_ore_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_ore_ingot_blasting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_ore_ingot_blasting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_ore_ingot_blasting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_ore_ingot_blasting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_ore_ingot_smelting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_ore_ingot_smelting.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_ore_ingot_smelting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_ore_ingot_smelting.json index cd9813f..641d5be 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_ore_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_ore_ingot_smelting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_ore_ingot_smelting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_ore_ingot_smelting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_ore_ingot_smelting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_pickaxe_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_pickaxe_from_ingots_and_rods.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_pickaxe_from_ingots_and_rods.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_pickaxe_from_ingots_and_rods.json index 8699898..816d032 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_pickaxe_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_pickaxe_from_ingots_and_rods.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_pickaxe_from_ingots_and_rods" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_pickaxe_from_ingots_and_rods" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_pickaxe_from_ingots_and_rods" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_quantum_collapser_from_blocks_and_furnace.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_quantum_collapser_from_blocks_and_furnace.json similarity index 79% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_quantum_collapser_from_blocks_and_furnace.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_quantum_collapser_from_blocks_and_furnace.json index 6422556..a8d3d58 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_quantum_collapser_from_blocks_and_furnace.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_quantum_collapser_from_blocks_and_furnace.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_quantum_collapser_from_blocks_and_furnace" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_quantum_collapser_from_blocks_and_furnace" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_quantum_collapser_from_blocks_and_furnace" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_quantum_collapser_upgrade.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_quantum_collapser_upgrade.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_quantum_collapser_upgrade.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_quantum_collapser_upgrade.json index 971888a..b92488f 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_quantum_collapser_upgrade.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_quantum_collapser_upgrade.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_quantum_collapser_upgrade" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_quantum_collapser_upgrade" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_quantum_collapser_upgrade" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_rod_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_rod_from_ingots.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_rod_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_rod_from_ingots.json index 802a8eb..424fc5d 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_rod_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_rod_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_rod_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_rod_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_rod_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_shovel_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_shovel_from_ingots_and_rods.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_shovel_from_ingots_and_rods.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_shovel_from_ingots_and_rods.json index d775812..5c04e54 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_shovel_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_shovel_from_ingots_and_rods.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_shovel_from_ingots_and_rods" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_shovel_from_ingots_and_rods" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_shovel_from_ingots_and_rods" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_smasher_from_blocks_ingot_and_rods.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_smasher_from_blocks_ingot_and_rods.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_smasher_from_blocks_ingot_and_rods.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_smasher_from_blocks_ingot_and_rods.json index 8562820..76a137e 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_smasher_from_blocks_ingot_and_rods.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_smasher_from_blocks_ingot_and_rods.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_smasher_from_blocks_ingot_and_rods" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_smasher_from_blocks_ingot_and_rods" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_smasher_from_blocks_ingot_and_rods" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_spg_from_blocks_furnace_and_redstone_block.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_spg_from_blocks_furnace_and_redstone_block.json similarity index 79% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_spg_from_blocks_furnace_and_redstone_block.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_spg_from_blocks_furnace_and_redstone_block.json index 6a388b8..e64ddbf 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_spg_from_blocks_furnace_and_redstone_block.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_spg_from_blocks_furnace_and_redstone_block.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_spg_from_blocks_furnace_and_redstone_block" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_spg_from_blocks_furnace_and_redstone_block" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_spg_from_blocks_furnace_and_redstone_block" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_spg_upgrade.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_spg_upgrade.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_spg_upgrade.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_spg_upgrade.json index b72f07f..d25a92b 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_spg_upgrade.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_spg_upgrade.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_spg_upgrade" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_spg_upgrade" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_spg_upgrade" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_srg_from_blocks_furnace_and_crafting_table.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_srg_from_blocks_furnace_and_crafting_table.json similarity index 79% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_srg_from_blocks_furnace_and_crafting_table.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_srg_from_blocks_furnace_and_crafting_table.json index b487949..211ee8a 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_srg_from_blocks_furnace_and_crafting_table.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_srg_from_blocks_furnace_and_crafting_table.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_srg_from_blocks_furnace_and_crafting_table" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_srg_from_blocks_furnace_and_crafting_table" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_srg_from_blocks_furnace_and_crafting_table" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_srg_upgrade.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_srg_upgrade.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_srg_upgrade.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_srg_upgrade.json index 16aa9c2..7d1d2f1 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_srg_upgrade.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_srg_upgrade.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_srg_upgrade" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_srg_upgrade" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_srg_upgrade" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_sword_from_ingots_and_rod.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_sword_from_ingots_and_rod.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_sword_from_ingots_and_rod.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_sword_from_ingots_and_rod.json index c284bc3..bd44ee5 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notarfbadium_sword_from_ingots_and_rod.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notarfbadium_sword_from_ingots_and_rod.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notarfbadium_sword_from_ingots_and_rod" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notarfbadium_sword_from_ingots_and_rod" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notarfbadium_sword_from_ingots_and_rod" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_axe_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_axe_from_ingots_and_rods.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_axe_from_ingots_and_rods.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_axe_from_ingots_and_rods.json index be1035b..1b0716f 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_axe_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_axe_from_ingots_and_rods.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_axe_from_ingots_and_rods" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_axe_from_ingots_and_rods" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_axe_from_ingots_and_rods" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_boots_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_boots_from_ingots.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_boots_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_boots_from_ingots.json index 1a713f8..b0515fb 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_boots_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_boots_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_boots_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_boots_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_boots_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_bowls_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_bowls_from_ingots.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_bowls_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_bowls_from_ingots.json index 6b94c2a..e916ee2 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_bowls_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_bowls_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_bowls_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_bowls_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_bowls_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_chest_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_chest_from_ingots.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_chest_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_chest_from_ingots.json index f54f5dd..8a5cdbd 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_chest_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_chest_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_chest_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_chest_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_chest_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_chestplate_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_chestplate_from_ingots.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_chestplate_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_chestplate_from_ingots.json index 7bf4d61..7a24546 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_chestplate_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_chestplate_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_chestplate_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_chestplate_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_chestplate_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_chunk_from_pieces.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_chunk_from_pieces.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_chunk_from_pieces.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_chunk_from_pieces.json index edd8894..11648a4 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_chunk_from_pieces.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_chunk_from_pieces.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_chunk_from_pieces" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_chunk_from_pieces" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_chunk_from_pieces" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_chunk_ingot_blasting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_chunk_ingot_blasting.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_chunk_ingot_blasting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_chunk_ingot_blasting.json index f23a217..06d8e96 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_chunk_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_chunk_ingot_blasting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_chunk_ingot_blasting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_chunk_ingot_blasting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_chunk_ingot_blasting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_chunk_ingot_smelting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_chunk_ingot_smelting.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_chunk_ingot_smelting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_chunk_ingot_smelting.json index 479819c..110a6f6 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_chunk_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_chunk_ingot_smelting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_chunk_ingot_smelting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_chunk_ingot_smelting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_chunk_ingot_smelting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_crafting_table_from_silica_and_chunk.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_crafting_table_from_silica_and_chunk.json similarity index 79% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_crafting_table_from_silica_and_chunk.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_crafting_table_from_silica_and_chunk.json index 960bbce..6c7cff1 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_crafting_table_from_silica_and_chunk.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_crafting_table_from_silica_and_chunk.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_crafting_table_from_silica_and_chunk" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_crafting_table_from_silica_and_chunk" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_crafting_table_from_silica_and_chunk" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_dust_ingot_blasting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_dust_ingot_blasting.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_dust_ingot_blasting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_dust_ingot_blasting.json index b40eb6a..78c86cd 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_dust_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_dust_ingot_blasting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_dust_ingot_blasting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_dust_ingot_blasting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_dust_ingot_blasting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_dust_ingot_smelting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_dust_ingot_smelting.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_dust_ingot_smelting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_dust_ingot_smelting.json index b001d8c..f5f7232 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_dust_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_dust_ingot_smelting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_dust_ingot_smelting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_dust_ingot_smelting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_dust_ingot_smelting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_dust_with_smoosher_and_chunk.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_dust_with_smoosher_and_chunk.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_dust_with_smoosher_and_chunk.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_dust_with_smoosher_and_chunk.json index d538ea3..48f34f8 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_dust_with_smoosher_and_chunk.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_dust_with_smoosher_and_chunk.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_dust_with_smoosher_and_chunk" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_dust_with_smoosher_and_chunk" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_dust_with_smoosher_and_chunk" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_dust_with_smoosher_and_ingot.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_dust_with_smoosher_and_ingot.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_dust_with_smoosher_and_ingot.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_dust_with_smoosher_and_ingot.json index 0b3dcba..a78e5eb 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_dust_with_smoosher_and_ingot.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_dust_with_smoosher_and_ingot.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_dust_with_smoosher_and_ingot" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_dust_with_smoosher_and_ingot" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_dust_with_smoosher_and_ingot" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_dust_with_smoosher_and_ore.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_dust_with_smoosher_and_ore.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_dust_with_smoosher_and_ore.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_dust_with_smoosher_and_ore.json index 4147468..724cbaa 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_dust_with_smoosher_and_ore.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_dust_with_smoosher_and_ore.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_dust_with_smoosher_and_ore" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_dust_with_smoosher_and_ore" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_dust_with_smoosher_and_ore" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_eumus_furnace_upgrade_with_four_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_eumus_furnace_upgrade_with_four_ingots.json similarity index 79% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_eumus_furnace_upgrade_with_four_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_eumus_furnace_upgrade_with_four_ingots.json index ed37127..776e573 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_eumus_furnace_upgrade_with_four_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_eumus_furnace_upgrade_with_four_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_eumus_furnace_upgrade_with_four_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_eumus_furnace_upgrade_with_four_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_eumus_furnace_upgrade_with_four_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_furnace_upgrade_with_four_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_furnace_upgrade_with_four_ingots.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_furnace_upgrade_with_four_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_furnace_upgrade_with_four_ingots.json index 2141223..6c9ccda 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_furnace_upgrade_with_four_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_furnace_upgrade_with_four_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_furnace_upgrade_with_four_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_furnace_upgrade_with_four_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_furnace_upgrade_with_four_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_helmet_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_helmet_from_ingots.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_helmet_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_helmet_from_ingots.json index 26dcb8b..c9cfda8 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_helmet_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_helmet_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_helmet_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_helmet_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_helmet_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_hoe_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_hoe_from_ingots_and_rods.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_hoe_from_ingots_and_rods.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_hoe_from_ingots_and_rods.json index fc68ed1..7e2a06a 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_hoe_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_hoe_from_ingots_and_rods.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_hoe_from_ingots_and_rods" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_hoe_from_ingots_and_rods" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_hoe_from_ingots_and_rods" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_ingot_from_nuggets.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_ingot_from_nuggets.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_ingot_from_nuggets.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_ingot_from_nuggets.json index e968f9e..f91db8b 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_ingot_from_nuggets.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_ingot_from_nuggets.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_ingot_from_nuggets" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_ingot_from_nuggets" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_ingot_from_nuggets" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_ingots_from_block.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_ingots_from_block.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_ingots_from_block.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_ingots_from_block.json index ec964ec..1a2b024 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_ingots_from_block.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_ingots_from_block.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_ingots_from_block" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_ingots_from_block" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_ingots_from_block" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_leggings_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_leggings_from_ingots.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_leggings_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_leggings_from_ingots.json index 305d270..a5ba50c 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_leggings_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_leggings_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_leggings_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_leggings_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_leggings_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_nuggets_from_ingot.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_nuggets_from_ingot.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_nuggets_from_ingot.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_nuggets_from_ingot.json index 2a04abd..f7dfaed 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_nuggets_from_ingot.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_nuggets_from_ingot.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_nuggets_from_ingot" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_nuggets_from_ingot" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_nuggets_from_ingot" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_ore_ingot_blasting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_ore_ingot_blasting.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_ore_ingot_blasting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_ore_ingot_blasting.json index 8ecb53e..5cc42ae 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_ore_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_ore_ingot_blasting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_ore_ingot_blasting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_ore_ingot_blasting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_ore_ingot_blasting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_ore_ingot_smelting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_ore_ingot_smelting.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_ore_ingot_smelting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_ore_ingot_smelting.json index ffbbb99..018d2ef 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_ore_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_ore_ingot_smelting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_ore_ingot_smelting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_ore_ingot_smelting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_ore_ingot_smelting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_pickaxe_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_pickaxe_from_ingots_and_rods.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_pickaxe_from_ingots_and_rods.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_pickaxe_from_ingots_and_rods.json index 2c164d5..0635d5e 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_pickaxe_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_pickaxe_from_ingots_and_rods.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_pickaxe_from_ingots_and_rods" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_pickaxe_from_ingots_and_rods" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_pickaxe_from_ingots_and_rods" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_quantum_collapser_from_blocks_and_furnace.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_quantum_collapser_from_blocks_and_furnace.json similarity index 79% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_quantum_collapser_from_blocks_and_furnace.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_quantum_collapser_from_blocks_and_furnace.json index 54e7a0e..ed80c6a 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_quantum_collapser_from_blocks_and_furnace.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_quantum_collapser_from_blocks_and_furnace.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_quantum_collapser_from_blocks_and_furnace" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_quantum_collapser_from_blocks_and_furnace" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_quantum_collapser_from_blocks_and_furnace" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_rod_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_rod_from_ingots.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_rod_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_rod_from_ingots.json index 57440e5..d4cf4cd 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_rod_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_rod_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_rod_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_rod_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_rod_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_shovel_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_shovel_from_ingots_and_rods.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_shovel_from_ingots_and_rods.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_shovel_from_ingots_and_rods.json index 5ee2dec..f8b0837 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_shovel_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_shovel_from_ingots_and_rods.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_shovel_from_ingots_and_rods" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_shovel_from_ingots_and_rods" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_shovel_from_ingots_and_rods" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_smasher_from_blocks_ingot_and_rods.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_smasher_from_blocks_ingot_and_rods.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_smasher_from_blocks_ingot_and_rods.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_smasher_from_blocks_ingot_and_rods.json index 1623b0e..270f564 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_smasher_from_blocks_ingot_and_rods.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_smasher_from_blocks_ingot_and_rods.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_smasher_from_blocks_ingot_and_rods" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_smasher_from_blocks_ingot_and_rods" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_smasher_from_blocks_ingot_and_rods" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_spg_from_blocks_furnace_and_redstone_block.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_spg_from_blocks_furnace_and_redstone_block.json similarity index 79% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_spg_from_blocks_furnace_and_redstone_block.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_spg_from_blocks_furnace_and_redstone_block.json index 6d9c614..13e59af 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_spg_from_blocks_furnace_and_redstone_block.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_spg_from_blocks_furnace_and_redstone_block.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_spg_from_blocks_furnace_and_redstone_block" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_spg_from_blocks_furnace_and_redstone_block" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_spg_from_blocks_furnace_and_redstone_block" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_srg_from_blocks_furnace_and_crafting_table.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_srg_from_blocks_furnace_and_crafting_table.json similarity index 79% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_srg_from_blocks_furnace_and_crafting_table.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_srg_from_blocks_furnace_and_crafting_table.json index 6e6284d..ece5c3b 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_srg_from_blocks_furnace_and_crafting_table.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_srg_from_blocks_furnace_and_crafting_table.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_srg_from_blocks_furnace_and_crafting_table" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_srg_from_blocks_furnace_and_crafting_table" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_srg_from_blocks_furnace_and_crafting_table" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_sword_from_ingots_and_rod.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_sword_from_ingots_and_rod.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_sword_from_ingots_and_rod.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_sword_from_ingots_and_rod.json index 23a53e7..bdb4d03 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/notsogudium_sword_from_ingots_and_rod.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/notsogudium_sword_from_ingots_and_rod.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:notsogudium_sword_from_ingots_and_rod" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:notsogudium_sword_from_ingots_and_rod" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:notsogudium_sword_from_ingots_and_rod" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/organically_enriched_sand_from_sand_and_stuff.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/organically_enriched_sand_from_sand_and_stuff.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/organically_enriched_sand_from_sand_and_stuff.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/organically_enriched_sand_from_sand_and_stuff.json index 45a6347..cff4c32 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/organically_enriched_sand_from_sand_and_stuff.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/organically_enriched_sand_from_sand_and_stuff.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:organically_enriched_sand_from_sand_and_stuff" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "cuboidmod:cellulose" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:organically_enriched_sand_from_sand_and_stuff" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:organically_enriched_sand_from_sand_and_stuff" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/protein_bar_from_protein_paste_smelting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/protein_bar_from_protein_paste_smelting.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/protein_bar_from_protein_paste_smelting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/protein_bar_from_protein_paste_smelting.json index 789398e..9114b9d 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/protein_bar_from_protein_paste_smelting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/protein_bar_from_protein_paste_smelting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:protein_bar_from_protein_paste_smelting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:protein_bar_from_protein_paste_smelting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:protein_bar_from_protein_paste_smelting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/protein_fiber_from_protein_fiber_block.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/protein_fiber_from_protein_fiber_block.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/protein_fiber_from_protein_fiber_block.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/protein_fiber_from_protein_fiber_block.json index 595d526..e8ff8f7 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/protein_fiber_from_protein_fiber_block.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/protein_fiber_from_protein_fiber_block.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:protein_fiber_from_protein_fiber_block" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:protein_fiber_from_protein_fiber_block" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:protein_fiber_from_protein_fiber_block" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/protein_paste_from_protein_paste_block.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/protein_paste_from_protein_paste_block.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/protein_paste_from_protein_paste_block.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/protein_paste_from_protein_paste_block.json index c88e6bd..37fd402 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/protein_paste_from_protein_paste_block.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/protein_paste_from_protein_paste_block.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:protein_paste_from_protein_paste_block" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:protein_paste_from_protein_paste_block" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:protein_paste_from_protein_paste_block" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/qtc_from_thatldu_collapser_spg_and_singularities.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/qtc_from_thatldu_collapser_spg_and_singularities.json similarity index 79% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/qtc_from_thatldu_collapser_spg_and_singularities.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/qtc_from_thatldu_collapser_spg_and_singularities.json index 8a5754b..d6cd093 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/qtc_from_thatldu_collapser_spg_and_singularities.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/qtc_from_thatldu_collapser_spg_and_singularities.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:qtc_from_thatldu_collapser_spg_and_singularities" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:qtc_from_thatldu_collapser_spg_and_singularities" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:qtc_from_thatldu_collapser_spg_and_singularities" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/qtc_from_wikidium_collapser_spg_and_singularities.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/qtc_from_wikidium_collapser_spg_and_singularities.json similarity index 79% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/qtc_from_wikidium_collapser_spg_and_singularities.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/qtc_from_wikidium_collapser_spg_and_singularities.json index 9eca5b3..fee32ac 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/qtc_from_wikidium_collapser_spg_and_singularities.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/qtc_from_wikidium_collapser_spg_and_singularities.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:qtc_from_wikidium_collapser_spg_and_singularities" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:qtc_from_wikidium_collapser_spg_and_singularities" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:qtc_from_wikidium_collapser_spg_and_singularities" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/raw_kebab.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/raw_kebab.json similarity index 76% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/raw_kebab.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/raw_kebab.json index d9eec47..e710668 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/raw_kebab.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/raw_kebab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:raw_kebab" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:raw_kebab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:raw_kebab" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/silica_dust_from_silica_dust_block.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/silica_dust_from_silica_dust_block.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/silica_dust_from_silica_dust_block.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/silica_dust_from_silica_dust_block.json index 4a06669..ff789e3 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/silica_dust_from_silica_dust_block.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/silica_dust_from_silica_dust_block.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:silica_dust_from_silica_dust_block" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:silica_dust_from_silica_dust_block" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:silica_dust_from_silica_dust_block" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/building_blocks/smelt_glass_from_silica_dust_block_blasting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/smelt_glass_from_silica_dust_block_blasting.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/building_blocks/smelt_glass_from_silica_dust_block_blasting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/smelt_glass_from_silica_dust_block_blasting.json index e95753a..0b23752 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/building_blocks/smelt_glass_from_silica_dust_block_blasting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/smelt_glass_from_silica_dust_block_blasting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:smelt_glass_from_silica_dust_block_blasting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:smelt_glass_from_silica_dust_block_blasting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:smelt_glass_from_silica_dust_block_blasting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/building_blocks/smelt_glass_from_silica_dust_block_smelting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/smelt_glass_from_silica_dust_block_smelting.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/building_blocks/smelt_glass_from_silica_dust_block_smelting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/smelt_glass_from_silica_dust_block_smelting.json index 9204d44..f7f80d9 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/building_blocks/smelt_glass_from_silica_dust_block_smelting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/smelt_glass_from_silica_dust_block_smelting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:smelt_glass_from_silica_dust_block_smelting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:smelt_glass_from_silica_dust_block_smelting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:smelt_glass_from_silica_dust_block_smelting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/decorations/smithing_table_when_thatldu_ingot.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/smithing_table_when_thatldu_ingot.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/decorations/smithing_table_when_thatldu_ingot.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/smithing_table_when_thatldu_ingot.json index bd47b93..6bd0752 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/decorations/smithing_table_when_thatldu_ingot.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/smithing_table_when_thatldu_ingot.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:smithing_table_when_thatldu_ingot" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:smithing_table_when_thatldu_ingot" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:smithing_table_when_thatldu_ingot" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/smoosher_from_blocks_ingot_and_rods.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/smoosher_from_blocks_ingot_and_rods.json similarity index 76% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/smoosher_from_blocks_ingot_and_rods.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/smoosher_from_blocks_ingot_and_rods.json index 40ab59e..5b90232 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/smoosher_from_blocks_ingot_and_rods.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/smoosher_from_blocks_ingot_and_rods.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:smoosher_from_blocks_ingot_and_rods" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "cuboidmod:ingots" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:smoosher_from_blocks_ingot_and_rods" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:smoosher_from_blocks_ingot_and_rods" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/stick_bundle_from_sticks.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/stick_bundle_from_sticks.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/stick_bundle_from_sticks.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/stick_bundle_from_sticks.json index 7f43e65..9758182 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/stick_bundle_from_sticks.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/stick_bundle_from_sticks.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:stick_bundle_from_sticks" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:stick_bundle_from_sticks" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:stick_bundle_from_sticks" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/misc/sticks_from_stick_bundle.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/sticks_from_stick_bundle.json index 3be03ef..916cb1d 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/misc/sticks_from_stick_bundle.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/sticks_from_stick_bundle.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:sticks_from_stick_bundle" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:sticks_from_stick_bundle" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:sticks_from_stick_bundle" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/misc/string_from_nanotubes_and_protein_fiber.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/string_from_nanotubes_and_protein_fiber.json index 567c161..0c5a824 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/misc/string_from_nanotubes_and_protein_fiber.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/string_from_nanotubes_and_protein_fiber.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:string_from_nanotubes_and_protein_fiber" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "cuboidmod:protein_fiber" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:string_from_nanotubes_and_protein_fiber" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:string_from_nanotubes_and_protein_fiber" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_axe_smithing.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_axe_smithing.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_axe_smithing.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_axe_smithing.json index 82bf943..874d305 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_axe_smithing.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_axe_smithing.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_axe_smithing" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_axe_smithing" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_axe_smithing" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_boots_smithing.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_boots_smithing.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_boots_smithing.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_boots_smithing.json index 8ac8d9a..ea26a80 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_boots_smithing.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_boots_smithing.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_boots_smithing" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_boots_smithing" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_boots_smithing" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_chest_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_chest_from_ingots.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_chest_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_chest_from_ingots.json index 6857b18..544a110 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_chest_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_chest_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_chest_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_chest_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_chest_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_chest_from_prev.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_chest_from_prev.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_chest_from_prev.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_chest_from_prev.json index c79611f..779b234 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_chest_from_prev.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_chest_from_prev.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_chest_from_prev" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_chest_from_prev" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_chest_from_prev" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_chestplate_smithing.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_chestplate_smithing.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_chestplate_smithing.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_chestplate_smithing.json index 03aabfa..5381ad2 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_chestplate_smithing.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_chestplate_smithing.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_chestplate_smithing" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_chestplate_smithing" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_chestplate_smithing" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_chunk_from_pieces.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_chunk_from_pieces.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_chunk_from_pieces.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_chunk_from_pieces.json index 72ada67..e77b269 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_chunk_from_pieces.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_chunk_from_pieces.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_chunk_from_pieces" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_chunk_from_pieces" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_chunk_from_pieces" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_chunk_ingot_blasting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_chunk_ingot_blasting.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_chunk_ingot_blasting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_chunk_ingot_blasting.json index 2633671..0752013 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_chunk_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_chunk_ingot_blasting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_chunk_ingot_blasting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_chunk_ingot_blasting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_chunk_ingot_blasting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_chunk_ingot_smelting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_chunk_ingot_smelting.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_chunk_ingot_smelting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_chunk_ingot_smelting.json index c6328ae..17c903a 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_chunk_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_chunk_ingot_smelting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_chunk_ingot_smelting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_chunk_ingot_smelting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_chunk_ingot_smelting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_crafting_table_from_silica_and_chunk.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_crafting_table_from_silica_and_chunk.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_crafting_table_from_silica_and_chunk.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_crafting_table_from_silica_and_chunk.json index 4061757..62906f7 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_crafting_table_from_silica_and_chunk.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_crafting_table_from_silica_and_chunk.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_crafting_table_from_silica_and_chunk" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_crafting_table_from_silica_and_chunk" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_crafting_table_from_silica_and_chunk" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_dust_ingot_blasting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_dust_ingot_blasting.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_dust_ingot_blasting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_dust_ingot_blasting.json index d85087f..9de92df 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_dust_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_dust_ingot_blasting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_dust_ingot_blasting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_dust_ingot_blasting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_dust_ingot_blasting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_dust_ingot_smelting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_dust_ingot_smelting.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_dust_ingot_smelting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_dust_ingot_smelting.json index dd19717..bbf6b03 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_dust_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_dust_ingot_smelting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_dust_ingot_smelting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_dust_ingot_smelting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_dust_ingot_smelting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_dust_with_smoosher_and_chunk.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_dust_with_smoosher_and_chunk.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_dust_with_smoosher_and_chunk.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_dust_with_smoosher_and_chunk.json index 4538fdb..7c147d1 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_dust_with_smoosher_and_chunk.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_dust_with_smoosher_and_chunk.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_dust_with_smoosher_and_chunk" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_dust_with_smoosher_and_chunk" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_dust_with_smoosher_and_chunk" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_dust_with_smoosher_and_ingot.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_dust_with_smoosher_and_ingot.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_dust_with_smoosher_and_ingot.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_dust_with_smoosher_and_ingot.json index bc8c09a..a498339 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_dust_with_smoosher_and_ingot.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_dust_with_smoosher_and_ingot.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_dust_with_smoosher_and_ingot" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_dust_with_smoosher_and_ingot" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_dust_with_smoosher_and_ingot" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_dust_with_smoosher_and_ore.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_dust_with_smoosher_and_ore.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_dust_with_smoosher_and_ore.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_dust_with_smoosher_and_ore.json index e0f3142..107d9a3 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_dust_with_smoosher_and_ore.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_dust_with_smoosher_and_ore.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_dust_with_smoosher_and_ore" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_dust_with_smoosher_and_ore" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_dust_with_smoosher_and_ore" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_furnace_upgrade_from_kudbebedda_furnace.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_furnace_upgrade_from_kudbebedda_furnace.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_furnace_upgrade_from_kudbebedda_furnace.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_furnace_upgrade_from_kudbebedda_furnace.json index 504db6b..45bf8c2 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_furnace_upgrade_from_kudbebedda_furnace.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_furnace_upgrade_from_kudbebedda_furnace.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_furnace_upgrade_from_kudbebedda_furnace" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_furnace_upgrade_from_kudbebedda_furnace" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_furnace_upgrade_from_kudbebedda_furnace" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_furnace_upgrade_from_notarfbadium_furnace.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_furnace_upgrade_from_notarfbadium_furnace.json similarity index 79% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_furnace_upgrade_from_notarfbadium_furnace.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_furnace_upgrade_from_notarfbadium_furnace.json index 6b6e5b8..5d8e4c3 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_furnace_upgrade_from_notarfbadium_furnace.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_furnace_upgrade_from_notarfbadium_furnace.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_furnace_upgrade_from_notarfbadium_furnace" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_furnace_upgrade_from_notarfbadium_furnace" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_furnace_upgrade_from_notarfbadium_furnace" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_furnace_upgrade_from_notsogudium_furnace.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_furnace_upgrade_from_notsogudium_furnace.json similarity index 79% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_furnace_upgrade_from_notsogudium_furnace.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_furnace_upgrade_from_notsogudium_furnace.json index 462aa88..8b8829d 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_furnace_upgrade_from_notsogudium_furnace.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_furnace_upgrade_from_notsogudium_furnace.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_furnace_upgrade_from_notsogudium_furnace" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_furnace_upgrade_from_notsogudium_furnace" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_furnace_upgrade_from_notsogudium_furnace" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_furnace_upgrade_from_vanilla_furnace.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_furnace_upgrade_from_vanilla_furnace.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_furnace_upgrade_from_vanilla_furnace.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_furnace_upgrade_from_vanilla_furnace.json index c6911d6..53b44af 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_furnace_upgrade_from_vanilla_furnace.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_furnace_upgrade_from_vanilla_furnace.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_furnace_upgrade_from_vanilla_furnace" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_furnace_upgrade_from_vanilla_furnace" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_furnace_upgrade_from_vanilla_furnace" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_furnace_upgrade_with_four_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_furnace_upgrade_with_four_ingots.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_furnace_upgrade_with_four_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_furnace_upgrade_with_four_ingots.json index cb38677..b6dbc15 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_furnace_upgrade_with_four_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_furnace_upgrade_with_four_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_furnace_upgrade_with_four_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_furnace_upgrade_with_four_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_furnace_upgrade_with_four_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_helmet_smithing.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_helmet_smithing.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_helmet_smithing.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_helmet_smithing.json index 4e6e62b..81cb4d6 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_helmet_smithing.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_helmet_smithing.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_helmet_smithing" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_helmet_smithing" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_helmet_smithing" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_hoe_smithing.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_hoe_smithing.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_hoe_smithing.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_hoe_smithing.json index 19ba491..f366dbb 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_hoe_smithing.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_hoe_smithing.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_hoe_smithing" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_hoe_smithing" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_hoe_smithing" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_ingot_from_nuggets.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_ingot_from_nuggets.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_ingot_from_nuggets.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_ingot_from_nuggets.json index 9896529..8fa498d 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_ingot_from_nuggets.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_ingot_from_nuggets.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_ingot_from_nuggets" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_ingot_from_nuggets" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_ingot_from_nuggets" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_ingots_from_block.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_ingots_from_block.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_ingots_from_block.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_ingots_from_block.json index 1eb3011..61f25cf 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_ingots_from_block.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_ingots_from_block.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_ingots_from_block" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_ingots_from_block" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_ingots_from_block" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_leggings_smithing.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_leggings_smithing.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_leggings_smithing.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_leggings_smithing.json index b7a25e1..e33c015 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_leggings_smithing.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_leggings_smithing.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_leggings_smithing" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_leggings_smithing" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_leggings_smithing" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_nuggets_from_ingot.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_nuggets_from_ingot.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_nuggets_from_ingot.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_nuggets_from_ingot.json index 6f3eb65..9f18227 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_nuggets_from_ingot.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_nuggets_from_ingot.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_nuggets_from_ingot" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_nuggets_from_ingot" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_nuggets_from_ingot" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_ore_ingot_blasting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_ore_ingot_blasting.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_ore_ingot_blasting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_ore_ingot_blasting.json index c9d2479..56125d4 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_ore_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_ore_ingot_blasting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_ore_ingot_blasting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_ore_ingot_blasting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_ore_ingot_blasting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_ore_ingot_smelting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_ore_ingot_smelting.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_ore_ingot_smelting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_ore_ingot_smelting.json index 350bb20..acbc412 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_ore_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_ore_ingot_smelting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_ore_ingot_smelting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_ore_ingot_smelting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_ore_ingot_smelting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_pickaxe_smithing.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_pickaxe_smithing.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_pickaxe_smithing.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_pickaxe_smithing.json index eeb88fc..f13469f 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_pickaxe_smithing.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_pickaxe_smithing.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_pickaxe_smithing" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_pickaxe_smithing" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_pickaxe_smithing" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_quantum_collapser_from_blocks_and_furnace.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_quantum_collapser_from_blocks_and_furnace.json similarity index 79% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_quantum_collapser_from_blocks_and_furnace.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_quantum_collapser_from_blocks_and_furnace.json index efc5991..3eb1cf6 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_quantum_collapser_from_blocks_and_furnace.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_quantum_collapser_from_blocks_and_furnace.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_quantum_collapser_from_blocks_and_furnace" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_quantum_collapser_from_blocks_and_furnace" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_quantum_collapser_from_blocks_and_furnace" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_quantum_collapser_upgrade.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_quantum_collapser_upgrade.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_quantum_collapser_upgrade.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_quantum_collapser_upgrade.json index c986c07..7bbbe23 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_quantum_collapser_upgrade.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_quantum_collapser_upgrade.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_quantum_collapser_upgrade" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_quantum_collapser_upgrade" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_quantum_collapser_upgrade" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_rod_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_rod_from_ingots.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_rod_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_rod_from_ingots.json index 89c45c3..8f6f7e6 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_rod_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_rod_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_rod_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_rod_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_rod_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_shovel_smithing.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_shovel_smithing.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_shovel_smithing.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_shovel_smithing.json index 3674406..a06ec57 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_shovel_smithing.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_shovel_smithing.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_shovel_smithing" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_shovel_smithing" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_shovel_smithing" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_smasher_smithing.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_smasher_smithing.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_smasher_smithing.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_smasher_smithing.json index b538be4..dd75e94 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_smasher_smithing.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_smasher_smithing.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_smasher_smithing" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_smasher_smithing" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_smasher_smithing" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_spg_from_blocks_furnace_and_redstone_block.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_spg_from_blocks_furnace_and_redstone_block.json similarity index 79% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_spg_from_blocks_furnace_and_redstone_block.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_spg_from_blocks_furnace_and_redstone_block.json index f6dbee0..73320f0 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_spg_from_blocks_furnace_and_redstone_block.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_spg_from_blocks_furnace_and_redstone_block.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_spg_from_blocks_furnace_and_redstone_block" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_spg_from_blocks_furnace_and_redstone_block" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_spg_from_blocks_furnace_and_redstone_block" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_spg_upgrade.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_spg_upgrade.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_spg_upgrade.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_spg_upgrade.json index 9cc7132..b0d03ce 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_spg_upgrade.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_spg_upgrade.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_spg_upgrade" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_spg_upgrade" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_spg_upgrade" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_srg_from_blocks_furnace_and_crafting_table.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_srg_from_blocks_furnace_and_crafting_table.json similarity index 79% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_srg_from_blocks_furnace_and_crafting_table.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_srg_from_blocks_furnace_and_crafting_table.json index f7d108f..24a645e 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_srg_from_blocks_furnace_and_crafting_table.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_srg_from_blocks_furnace_and_crafting_table.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_srg_from_blocks_furnace_and_crafting_table" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_srg_from_blocks_furnace_and_crafting_table" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_srg_from_blocks_furnace_and_crafting_table" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_srg_upgrade.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_srg_upgrade.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_srg_upgrade.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_srg_upgrade.json index 2c9056e..f674527 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_srg_upgrade.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_srg_upgrade.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_srg_upgrade" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_srg_upgrade" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_srg_upgrade" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_sword_smithing.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_sword_smithing.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_sword_smithing.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_sword_smithing.json index 43e76ed..76c8a6a 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/thatldu_sword_smithing.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/thatldu_sword_smithing.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:thatldu_sword_smithing" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:thatldu_sword_smithing" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:thatldu_sword_smithing" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/decorations/torches_from_charcoal_and_rod.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/torches_from_charcoal_and_rod.json similarity index 76% rename from src/generated/resources/data/cuboidmod/advancements/recipes/decorations/torches_from_charcoal_and_rod.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/torches_from_charcoal_and_rod.json index 40f3b18..9735846 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/decorations/torches_from_charcoal_and_rod.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/torches_from_charcoal_and_rod.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:torches_from_charcoal_and_rod" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "cuboidmod:ingots" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:torches_from_charcoal_and_rod" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:torches_from_charcoal_and_rod" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/decorations/torches_from_coal_and_rod.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/torches_from_coal_and_rod.json similarity index 75% rename from src/generated/resources/data/cuboidmod/advancements/recipes/decorations/torches_from_coal_and_rod.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/torches_from_coal_and_rod.json index f2a553b..f1fedc5 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/decorations/torches_from_coal_and_rod.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/torches_from_coal_and_rod.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:torches_from_coal_and_rod" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "cuboidmod:ingots" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:torches_from_coal_and_rod" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:torches_from_coal_and_rod" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_axe_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_axe_from_ingots_and_rods.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_axe_from_ingots_and_rods.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_axe_from_ingots_and_rods.json index 81fc584..d9df782 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_axe_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_axe_from_ingots_and_rods.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_axe_from_ingots_and_rods" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_axe_from_ingots_and_rods" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_axe_from_ingots_and_rods" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_boots_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_boots_from_ingots.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_boots_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_boots_from_ingots.json index 89fb372..c21f233 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_boots_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_boots_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_boots_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_boots_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_boots_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_chest_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_chest_from_ingots.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_chest_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_chest_from_ingots.json index da47d8d..ae2c572 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_chest_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_chest_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_chest_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_chest_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_chest_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_chest_from_prev.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_chest_from_prev.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_chest_from_prev.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_chest_from_prev.json index 5026b7f..f3b2e80 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_chest_from_prev.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_chest_from_prev.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_chest_from_prev" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_chest_from_prev" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_chest_from_prev" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_chestplate_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_chestplate_from_ingots.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_chestplate_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_chestplate_from_ingots.json index 1f1649f..64c2a64 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_chestplate_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_chestplate_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_chestplate_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_chestplate_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_chestplate_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_chunk_from_pieces.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_chunk_from_pieces.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_chunk_from_pieces.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_chunk_from_pieces.json index a5b2b61..f3d9cad 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_chunk_from_pieces.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_chunk_from_pieces.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_chunk_from_pieces" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_chunk_from_pieces" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_chunk_from_pieces" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_chunk_ingot_blasting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_chunk_ingot_blasting.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_chunk_ingot_blasting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_chunk_ingot_blasting.json index 7c6306f..4f08ef9 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_chunk_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_chunk_ingot_blasting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_chunk_ingot_blasting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_chunk_ingot_blasting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_chunk_ingot_blasting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_chunk_ingot_smelting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_chunk_ingot_smelting.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_chunk_ingot_smelting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_chunk_ingot_smelting.json index 218f23f..58b3974 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_chunk_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_chunk_ingot_smelting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_chunk_ingot_smelting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_chunk_ingot_smelting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_chunk_ingot_smelting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_crafting_table_from_silica_and_chunk.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_crafting_table_from_silica_and_chunk.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_crafting_table_from_silica_and_chunk.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_crafting_table_from_silica_and_chunk.json index 4c849f4..a39ac2d 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_crafting_table_from_silica_and_chunk.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_crafting_table_from_silica_and_chunk.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_crafting_table_from_silica_and_chunk" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_crafting_table_from_silica_and_chunk" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_crafting_table_from_silica_and_chunk" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_dust_ingot_blasting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_dust_ingot_blasting.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_dust_ingot_blasting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_dust_ingot_blasting.json index 356652c..5e0d98c 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_dust_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_dust_ingot_blasting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_dust_ingot_blasting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_dust_ingot_blasting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_dust_ingot_blasting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_dust_ingot_smelting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_dust_ingot_smelting.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_dust_ingot_smelting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_dust_ingot_smelting.json index c8a2e1e..d82e5dc 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_dust_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_dust_ingot_smelting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_dust_ingot_smelting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_dust_ingot_smelting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_dust_ingot_smelting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_dust_with_smoosher_and_chunk.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_dust_with_smoosher_and_chunk.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_dust_with_smoosher_and_chunk.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_dust_with_smoosher_and_chunk.json index 6f61a4a..14063e7 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_dust_with_smoosher_and_chunk.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_dust_with_smoosher_and_chunk.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_dust_with_smoosher_and_chunk" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_dust_with_smoosher_and_chunk" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_dust_with_smoosher_and_chunk" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_dust_with_smoosher_and_ingot.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_dust_with_smoosher_and_ingot.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_dust_with_smoosher_and_ingot.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_dust_with_smoosher_and_ingot.json index a4db74e..9fc665d 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_dust_with_smoosher_and_ingot.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_dust_with_smoosher_and_ingot.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_dust_with_smoosher_and_ingot" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_dust_with_smoosher_and_ingot" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_dust_with_smoosher_and_ingot" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_dust_with_smoosher_and_ore.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_dust_with_smoosher_and_ore.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_dust_with_smoosher_and_ore.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_dust_with_smoosher_and_ore.json index 50868c1..7e434ae 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_dust_with_smoosher_and_ore.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_dust_with_smoosher_and_ore.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_dust_with_smoosher_and_ore" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_dust_with_smoosher_and_ore" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_dust_with_smoosher_and_ore" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_furnace_upgrade_from_kudbebedda_furnace.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_furnace_upgrade_from_kudbebedda_furnace.json similarity index 79% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_furnace_upgrade_from_kudbebedda_furnace.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_furnace_upgrade_from_kudbebedda_furnace.json index 5c58afb..ef1361b 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_furnace_upgrade_from_kudbebedda_furnace.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_furnace_upgrade_from_kudbebedda_furnace.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_furnace_upgrade_from_kudbebedda_furnace" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_furnace_upgrade_from_kudbebedda_furnace" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_furnace_upgrade_from_kudbebedda_furnace" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_furnace_upgrade_from_notsogudium_furnace.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_furnace_upgrade_from_notsogudium_furnace.json similarity index 79% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_furnace_upgrade_from_notsogudium_furnace.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_furnace_upgrade_from_notsogudium_furnace.json index 74ba6fe..47a8a82 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_furnace_upgrade_from_notsogudium_furnace.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_furnace_upgrade_from_notsogudium_furnace.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_furnace_upgrade_from_notsogudium_furnace" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_furnace_upgrade_from_notsogudium_furnace" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_furnace_upgrade_from_notsogudium_furnace" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_furnace_upgrade_from_vanilla_furnace.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_furnace_upgrade_from_vanilla_furnace.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_furnace_upgrade_from_vanilla_furnace.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_furnace_upgrade_from_vanilla_furnace.json index a2da310..4c6bd44 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_furnace_upgrade_from_vanilla_furnace.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_furnace_upgrade_from_vanilla_furnace.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_furnace_upgrade_from_vanilla_furnace" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_furnace_upgrade_from_vanilla_furnace" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_furnace_upgrade_from_vanilla_furnace" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_furnace_upgrade_with_four_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_furnace_upgrade_with_four_ingots.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_furnace_upgrade_with_four_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_furnace_upgrade_with_four_ingots.json index 679e382..0ae0eb9 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_furnace_upgrade_with_four_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_furnace_upgrade_with_four_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_furnace_upgrade_with_four_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_furnace_upgrade_with_four_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_furnace_upgrade_with_four_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_helmet_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_helmet_from_ingots.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_helmet_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_helmet_from_ingots.json index f029852..7cf8719 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_helmet_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_helmet_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_helmet_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_helmet_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_helmet_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_hoe_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_hoe_from_ingots_and_rods.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_hoe_from_ingots_and_rods.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_hoe_from_ingots_and_rods.json index 44c2714..2f08fdf 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_hoe_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_hoe_from_ingots_and_rods.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_hoe_from_ingots_and_rods" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_hoe_from_ingots_and_rods" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_hoe_from_ingots_and_rods" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_ingot_from_nuggets.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_ingot_from_nuggets.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_ingot_from_nuggets.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_ingot_from_nuggets.json index 4c56235..a2096cf 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_ingot_from_nuggets.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_ingot_from_nuggets.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_ingot_from_nuggets" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_ingot_from_nuggets" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_ingot_from_nuggets" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_ingots_from_block.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_ingots_from_block.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_ingots_from_block.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_ingots_from_block.json index 35f13fb..b5396d6 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_ingots_from_block.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_ingots_from_block.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_ingots_from_block" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_ingots_from_block" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_ingots_from_block" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_leggings_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_leggings_from_ingots.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_leggings_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_leggings_from_ingots.json index 9a59ec0..05b0bfb 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_leggings_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_leggings_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_leggings_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_leggings_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_leggings_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_nuggets_from_ingot.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_nuggets_from_ingot.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_nuggets_from_ingot.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_nuggets_from_ingot.json index e48add5..140ef2a 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_nuggets_from_ingot.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_nuggets_from_ingot.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_nuggets_from_ingot" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_nuggets_from_ingot" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_nuggets_from_ingot" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_ore_ingot_blasting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_ore_ingot_blasting.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_ore_ingot_blasting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_ore_ingot_blasting.json index d745eca..c159133 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_ore_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_ore_ingot_blasting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_ore_ingot_blasting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_ore_ingot_blasting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_ore_ingot_blasting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_ore_ingot_smelting.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_ore_ingot_smelting.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_ore_ingot_smelting.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_ore_ingot_smelting.json index 8fd0ca1..89f8498 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_ore_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_ore_ingot_smelting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_ore_ingot_smelting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_ore_ingot_smelting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_ore_ingot_smelting" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_pickaxe_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_pickaxe_from_ingots_and_rods.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_pickaxe_from_ingots_and_rods.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_pickaxe_from_ingots_and_rods.json index 5df6fd5..1334d63 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_pickaxe_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_pickaxe_from_ingots_and_rods.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_pickaxe_from_ingots_and_rods" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_pickaxe_from_ingots_and_rods" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_pickaxe_from_ingots_and_rods" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_quantum_collapser_from_blocks_and_furnace.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_quantum_collapser_from_blocks_and_furnace.json similarity index 79% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_quantum_collapser_from_blocks_and_furnace.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_quantum_collapser_from_blocks_and_furnace.json index b175fd0..2b8bfbe 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_quantum_collapser_from_blocks_and_furnace.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_quantum_collapser_from_blocks_and_furnace.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_quantum_collapser_from_blocks_and_furnace" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_quantum_collapser_from_blocks_and_furnace" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_quantum_collapser_from_blocks_and_furnace" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_quantum_collapser_upgrade.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_quantum_collapser_upgrade.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_quantum_collapser_upgrade.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_quantum_collapser_upgrade.json index 011a318..b0c7423 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_quantum_collapser_upgrade.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_quantum_collapser_upgrade.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_quantum_collapser_upgrade" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_quantum_collapser_upgrade" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_quantum_collapser_upgrade" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_rod_from_ingots.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_rod_from_ingots.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_rod_from_ingots.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_rod_from_ingots.json index 748e879..ccfef24 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_rod_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_rod_from_ingots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_rod_from_ingots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_rod_from_ingots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_rod_from_ingots" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_shovel_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_shovel_from_ingots_and_rods.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_shovel_from_ingots_and_rods.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_shovel_from_ingots_and_rods.json index 8f69b69..f3f60f2 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_shovel_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_shovel_from_ingots_and_rods.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_shovel_from_ingots_and_rods" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_shovel_from_ingots_and_rods" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_shovel_from_ingots_and_rods" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_smasher_from_blocks_ingot_and_rods.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_smasher_from_blocks_ingot_and_rods.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_smasher_from_blocks_ingot_and_rods.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_smasher_from_blocks_ingot_and_rods.json index b40ebc5..ce46eb5 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_smasher_from_blocks_ingot_and_rods.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_smasher_from_blocks_ingot_and_rods.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_smasher_from_blocks_ingot_and_rods" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_smasher_from_blocks_ingot_and_rods" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_smasher_from_blocks_ingot_and_rods" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_spg_from_blocks_furnace_and_redstone_block.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_spg_from_blocks_furnace_and_redstone_block.json similarity index 79% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_spg_from_blocks_furnace_and_redstone_block.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_spg_from_blocks_furnace_and_redstone_block.json index 5c17d3d..c76c256 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_spg_from_blocks_furnace_and_redstone_block.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_spg_from_blocks_furnace_and_redstone_block.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_spg_from_blocks_furnace_and_redstone_block" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_spg_from_blocks_furnace_and_redstone_block" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_spg_from_blocks_furnace_and_redstone_block" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_spg_upgrade.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_spg_upgrade.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_spg_upgrade.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_spg_upgrade.json index f6c65c0..361905e 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_spg_upgrade.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_spg_upgrade.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_spg_upgrade" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_spg_upgrade" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_spg_upgrade" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_srg_from_blocks_furnace_and_crafting_table.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_srg_from_blocks_furnace_and_crafting_table.json similarity index 79% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_srg_from_blocks_furnace_and_crafting_table.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_srg_from_blocks_furnace_and_crafting_table.json index 787a03b..67b9bf5 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_srg_from_blocks_furnace_and_crafting_table.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_srg_from_blocks_furnace_and_crafting_table.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_srg_from_blocks_furnace_and_crafting_table" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_srg_from_blocks_furnace_and_crafting_table" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_srg_from_blocks_furnace_and_crafting_table" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_srg_upgrade.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_srg_upgrade.json similarity index 77% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_srg_upgrade.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_srg_upgrade.json index 2bb4967..1a0e8e0 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_srg_upgrade.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_srg_upgrade.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_srg_upgrade" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_srg_upgrade" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_srg_upgrade" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_sword_from_ingots_and_rod.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_sword_from_ingots_and_rod.json similarity index 78% rename from src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_sword_from_ingots_and_rod.json rename to src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_sword_from_ingots_and_rod.json index 3984f44..6b77538 100644 --- a/src/generated/resources/data/cuboidmod/advancements/recipes/cuboidmod/wikidium_sword_from_ingots_and_rod.json +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/wikidium_sword_from_ingots_and_rod.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "cuboidmod:wikidium_sword_from_ingots_and_rod" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cuboidmod:wikidium_sword_from_ingots_and_rod" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,11 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "cuboidmod:wikidium_sword_from_ingots_and_rod" + ] + }, + "sends_telemetry_event": false } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/aggregate.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/aggregate.json index 0bc6762..b83ab71 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/aggregate.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/aggregate.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:aggregate" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/aggregate" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/carbon_nanotube_block.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/carbon_nanotube_block.json index 13d0efe..ba19e45 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/carbon_nanotube_block.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/carbon_nanotube_block.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:carbon_nanotube_block" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/carbon_nanotube_block" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/cellulose_block.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/cellulose_block.json index 65b0d3a..70af348 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/cellulose_block.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/cellulose_block.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:cellulose_block" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/cellulose_block" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/cellulose_bricks.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/cellulose_bricks.json index 962b6b5..c474d1d 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/cellulose_bricks.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/cellulose_bricks.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:cellulose_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/cellulose_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/cellulose_chiseled_bricks.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/cellulose_chiseled_bricks.json index c3c858a..1a93ee0 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/cellulose_chiseled_bricks.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/cellulose_chiseled_bricks.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:cellulose_chiseled_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/cellulose_chiseled_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/cryogenic_dimensional_teleporter.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/cryogenic_dimensional_teleporter.json index b5c085e..dd537cb 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/cryogenic_dimensional_teleporter.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/cryogenic_dimensional_teleporter.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:cryogenic_dimensional_teleporter" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/cryogenic_dimensional_teleporter" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/drying_cupboard.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/drying_cupboard.json index aacfff4..4959c8f 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/drying_cupboard.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/drying_cupboard.json @@ -1,22 +1,5 @@ { "type": "minecraft:block", - "pools": [ - { - "rolls": 1.0, - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "cuboidmod:drying_cupboard" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ], "functions": [ { "function": "minecraft:copy_name", @@ -24,24 +7,42 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "invIn", - "target": "BlockEntityTag.invIn", - "op": "replace" + "target": "BlockEntityTag.invIn" }, { + "op": "replace", "source": "invOut", - "target": "BlockEntityTag.invOut", - "op": "replace" + "target": "BlockEntityTag.invOut" }, { + "op": "replace", "source": "energy", - "target": "BlockEntityTag.energy", - "op": "replace" + "target": "BlockEntityTag.energy" + } + ], + "source": "block_entity" + } + ], + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "cuboidmod:drying_cupboard" + } + ], + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/drying_cupboard" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/energized_end_stone_bricks.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/energized_end_stone_bricks.json index 6d4b6b4..38976ec 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/energized_end_stone_bricks.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/energized_end_stone_bricks.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:energized_end_stone_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/energized_end_stone_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/energized_nether_bricks.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/energized_nether_bricks.json index ee3c983..2451453 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/energized_nether_bricks.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/energized_nether_bricks.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:energized_nether_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/energized_nether_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/energized_stone_bricks.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/energized_stone_bricks.json index 8a56ab6..07bafa8 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/energized_stone_bricks.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/energized_stone_bricks.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:energized_stone_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/energized_stone_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/energized_thatlduvium.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/energized_thatlduvium.json index 1edac0e..6f0dd93 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/energized_thatlduvium.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/energized_thatlduvium.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:energized_thatlduvium" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/energized_thatlduvium" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/eumus_furnace.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/eumus_furnace.json index e043a86..023ce0d 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/eumus_furnace.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/eumus_furnace.json @@ -1,31 +1,32 @@ { "type": "minecraft:block", + "functions": [ + { + "function": "minecraft:copy_name", + "source": "block_entity" + }, + { + "function": "minecraft:copy_nbt", + "ops": [], + "source": "block_entity" + } + ], "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:eumus_furnace" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ], - "functions": [ - { - "function": "minecraft:copy_name", - "source": "block_entity" - }, - { - "function": "minecraft:copy_nbt", - "source": "block_entity", - "ops": [] - } - ] + "random_sequence": "cuboidmod:blocks/eumus_furnace" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/fiber_optic_tree.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/fiber_optic_tree.json index 600b8fa..8f7cbe5 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/fiber_optic_tree.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/fiber_optic_tree.json @@ -1,22 +1,5 @@ { "type": "minecraft:block", - "pools": [ - { - "rolls": 1.0, - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "cuboidmod:fiber_optic_tree" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ], "functions": [ { "function": "minecraft:copy_name", @@ -24,14 +7,32 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "mode", - "target": "BlockEntityTag.mode", - "op": "replace" + "target": "BlockEntityTag.mode" + } + ], + "source": "block_entity" + } + ], + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "cuboidmod:fiber_optic_tree" + } + ], + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/fiber_optic_tree" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_block.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_block.json index 16379cf..50acbdc 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_block.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_block.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:kudbebedda_block" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/kudbebedda_block" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_chest.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_chest.json index f7a6cf0..6a703bd 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_chest.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_chest.json @@ -2,7 +2,6 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { @@ -14,24 +13,21 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "Items", - "target": "BlockEntityTag.Items", - "op": "replace" + "target": "BlockEntityTag.Items" } - ] + ], + "source": "block_entity" } ], "name": "cuboidmod:kudbebedda_chest" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/kudbebedda_chest" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_crafting_table.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_crafting_table.json index 866c057..184e6fe 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_crafting_table.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_crafting_table.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:kudbebedda_crafting_table" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/kudbebedda_crafting_table" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_furnace.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_furnace.json index ed5c3fe..bb2c941 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_furnace.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_furnace.json @@ -1,31 +1,32 @@ { "type": "minecraft:block", + "functions": [ + { + "function": "minecraft:copy_name", + "source": "block_entity" + }, + { + "function": "minecraft:copy_nbt", + "ops": [], + "source": "block_entity" + } + ], "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:kudbebedda_furnace" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ], - "functions": [ - { - "function": "minecraft:copy_name", - "source": "block_entity" - }, - { - "function": "minecraft:copy_nbt", - "source": "block_entity", - "ops": [] - } - ] + "random_sequence": "cuboidmod:blocks/kudbebedda_furnace" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_ore.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_ore.json index 8fbe89e..6509aa2 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_ore.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_ore.json @@ -1,16 +1,20 @@ { "type": "minecraft:block", + "functions": [ + { + "function": "minecraft:explosion_decay" + } + ], "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "conditions": [ { - "condition": "minecraft:random_chance", - "chance": 0.3 + "chance": 0.3, + "condition": "minecraft:random_chance" }, { "condition": "minecraft:inverted", @@ -34,26 +38,26 @@ ], "functions": [ { - "function": "minecraft:set_count", + "add": false, "count": { "type": "minecraft:uniform", - "min": 1.0, - "max": 2.0 + "max": 2.0, + "min": 1.0 }, - "add": false + "function": "minecraft:set_count" } - ] + ], + "rolls": 1.0 }, { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "conditions": [ { - "condition": "minecraft:random_chance", - "chance": 0.55 + "chance": 0.55, + "condition": "minecraft:random_chance" }, { "condition": "minecraft:inverted", @@ -77,18 +81,18 @@ ], "functions": [ { - "function": "minecraft:set_count", + "add": false, "count": { "type": "minecraft:uniform", - "min": 2.0, - "max": 4.0 + "max": 4.0, + "min": 2.0 }, - "add": false + "function": "minecraft:set_count" } - ] + ], + "rolls": 1.0 }, { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { @@ -116,18 +120,18 @@ ], "functions": [ { - "function": "minecraft:apply_bonus", "enchantment": "minecraft:fortune", "formula": "minecraft:binomial_with_bonus_count", + "function": "minecraft:apply_bonus", "parameters": { "extra": 3, "probability": 0.5714286 } } - ] + ], + "rolls": 1.0 }, { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { @@ -152,16 +156,13 @@ ], "functions": [ { - "function": "minecraft:set_count", + "add": false, "count": 1.0, - "add": false + "function": "minecraft:set_count" } - ] + ], + "rolls": 1.0 } ], - "functions": [ - { - "function": "minecraft:explosion_decay" - } - ] + "random_sequence": "cuboidmod:blocks/kudbebedda_ore" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_quantum_collapser.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_quantum_collapser.json index 51dcc19..561343e 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_quantum_collapser.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_quantum_collapser.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:kudbebedda_quantum_collapser" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/kudbebedda_quantum_collapser" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_singularity_power_generator.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_singularity_power_generator.json index 8379423..df00a04 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_singularity_power_generator.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_singularity_power_generator.json @@ -1,22 +1,5 @@ { "type": "minecraft:block", - "pools": [ - { - "rolls": 1.0, - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "cuboidmod:kudbebedda_singularity_power_generator" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ], "functions": [ { "function": "minecraft:copy_name", @@ -24,14 +7,32 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "energy", - "target": "BlockEntityTag.energy", - "op": "replace" + "target": "BlockEntityTag.energy" + } + ], + "source": "block_entity" + } + ], + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "cuboidmod:kudbebedda_singularity_power_generator" + } + ], + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/kudbebedda_singularity_power_generator" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_singularity_resource_generator.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_singularity_resource_generator.json index c6a373a..a2d9431 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_singularity_resource_generator.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/kudbebedda_singularity_resource_generator.json @@ -1,22 +1,5 @@ { "type": "minecraft:block", - "pools": [ - { - "rolls": 1.0, - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "cuboidmod:kudbebedda_singularity_resource_generator" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ], "functions": [ { "function": "minecraft:copy_name", @@ -24,14 +7,32 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "invOut", - "target": "BlockEntityTag.invOut", - "op": "replace" + "target": "BlockEntityTag.invOut" + } + ], + "source": "block_entity" + } + ], + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "cuboidmod:kudbebedda_singularity_resource_generator" + } + ], + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/kudbebedda_singularity_resource_generator" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/molecular_recycler.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/molecular_recycler.json index 312e379..33fb9d4 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/molecular_recycler.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/molecular_recycler.json @@ -1,22 +1,5 @@ { "type": "minecraft:block", - "pools": [ - { - "rolls": 1.0, - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "cuboidmod:molecular_recycler" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ], "functions": [ { "function": "minecraft:copy_name", @@ -24,29 +7,47 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "invIn", - "target": "BlockEntityTag.invIn", - "op": "replace" + "target": "BlockEntityTag.invIn" }, { + "op": "replace", "source": "invAdd", - "target": "BlockEntityTag.invAdd", - "op": "replace" + "target": "BlockEntityTag.invAdd" }, { + "op": "replace", "source": "invOut", - "target": "BlockEntityTag.invOut", - "op": "replace" + "target": "BlockEntityTag.invOut" }, { + "op": "replace", "source": "energy", - "target": "BlockEntityTag.energy", - "op": "replace" + "target": "BlockEntityTag.energy" + } + ], + "source": "block_entity" + } + ], + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "cuboidmod:molecular_recycler" + } + ], + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/molecular_recycler" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_block.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_block.json index b75e4cb..3e0b45d 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_block.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_block.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:notarfbadium_block" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/notarfbadium_block" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_chest.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_chest.json index f14fcbd..0c5aa09 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_chest.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_chest.json @@ -2,7 +2,6 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { @@ -14,24 +13,21 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "Items", - "target": "BlockEntityTag.Items", - "op": "replace" + "target": "BlockEntityTag.Items" } - ] + ], + "source": "block_entity" } ], "name": "cuboidmod:notarfbadium_chest" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/notarfbadium_chest" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_crafting_table.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_crafting_table.json index e830bbe..15c3d07 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_crafting_table.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_crafting_table.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:notarfbadium_crafting_table" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/notarfbadium_crafting_table" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_furnace.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_furnace.json index 6361354..9001572 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_furnace.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_furnace.json @@ -1,31 +1,32 @@ { "type": "minecraft:block", + "functions": [ + { + "function": "minecraft:copy_name", + "source": "block_entity" + }, + { + "function": "minecraft:copy_nbt", + "ops": [], + "source": "block_entity" + } + ], "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:notarfbadium_furnace" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ], - "functions": [ - { - "function": "minecraft:copy_name", - "source": "block_entity" - }, - { - "function": "minecraft:copy_nbt", - "source": "block_entity", - "ops": [] - } - ] + "random_sequence": "cuboidmod:blocks/notarfbadium_furnace" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_ore.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_ore.json index 44021ba..63ce04f 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_ore.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_ore.json @@ -1,16 +1,20 @@ { "type": "minecraft:block", + "functions": [ + { + "function": "minecraft:explosion_decay" + } + ], "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "conditions": [ { - "condition": "minecraft:random_chance", - "chance": 0.3 + "chance": 0.3, + "condition": "minecraft:random_chance" }, { "condition": "minecraft:inverted", @@ -34,26 +38,26 @@ ], "functions": [ { - "function": "minecraft:set_count", + "add": false, "count": { "type": "minecraft:uniform", - "min": 1.0, - "max": 3.0 + "max": 3.0, + "min": 1.0 }, - "add": false + "function": "minecraft:set_count" } - ] + ], + "rolls": 1.0 }, { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "conditions": [ { - "condition": "minecraft:random_chance", - "chance": 0.45 + "chance": 0.45, + "condition": "minecraft:random_chance" }, { "condition": "minecraft:inverted", @@ -77,18 +81,18 @@ ], "functions": [ { - "function": "minecraft:set_count", + "add": false, "count": { "type": "minecraft:uniform", - "min": 1.0, - "max": 5.0 + "max": 5.0, + "min": 1.0 }, - "add": false + "function": "minecraft:set_count" } - ] + ], + "rolls": 1.0 }, { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { @@ -116,18 +120,18 @@ ], "functions": [ { - "function": "minecraft:apply_bonus", "enchantment": "minecraft:fortune", "formula": "minecraft:binomial_with_bonus_count", + "function": "minecraft:apply_bonus", "parameters": { "extra": 3, "probability": 0.5714286 } } - ] + ], + "rolls": 1.0 }, { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { @@ -152,16 +156,13 @@ ], "functions": [ { - "function": "minecraft:set_count", + "add": false, "count": 1.0, - "add": false + "function": "minecraft:set_count" } - ] + ], + "rolls": 1.0 } ], - "functions": [ - { - "function": "minecraft:explosion_decay" - } - ] + "random_sequence": "cuboidmod:blocks/notarfbadium_ore" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_quantum_collapser.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_quantum_collapser.json index 9db92d0..2af628d 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_quantum_collapser.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_quantum_collapser.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:notarfbadium_quantum_collapser" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/notarfbadium_quantum_collapser" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_singularity_power_generator.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_singularity_power_generator.json index dfe58ca..ac49549 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_singularity_power_generator.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_singularity_power_generator.json @@ -1,22 +1,5 @@ { "type": "minecraft:block", - "pools": [ - { - "rolls": 1.0, - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "cuboidmod:notarfbadium_singularity_power_generator" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ], "functions": [ { "function": "minecraft:copy_name", @@ -24,14 +7,32 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "energy", - "target": "BlockEntityTag.energy", - "op": "replace" + "target": "BlockEntityTag.energy" + } + ], + "source": "block_entity" + } + ], + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "cuboidmod:notarfbadium_singularity_power_generator" + } + ], + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/notarfbadium_singularity_power_generator" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_singularity_resource_generator.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_singularity_resource_generator.json index 0c7bb1c..15270cf 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_singularity_resource_generator.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notarfbadium_singularity_resource_generator.json @@ -1,22 +1,5 @@ { "type": "minecraft:block", - "pools": [ - { - "rolls": 1.0, - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "cuboidmod:notarfbadium_singularity_resource_generator" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ], "functions": [ { "function": "minecraft:copy_name", @@ -24,14 +7,32 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "invOut", - "target": "BlockEntityTag.invOut", - "op": "replace" + "target": "BlockEntityTag.invOut" + } + ], + "source": "block_entity" + } + ], + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "cuboidmod:notarfbadium_singularity_resource_generator" + } + ], + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/notarfbadium_singularity_resource_generator" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_block.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_block.json index c8d9d3d..8a0e090 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_block.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_block.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:notsogudium_block" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/notsogudium_block" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_chest.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_chest.json index 5423675..cb54a4c 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_chest.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_chest.json @@ -2,7 +2,6 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { @@ -14,24 +13,21 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "Items", - "target": "BlockEntityTag.Items", - "op": "replace" + "target": "BlockEntityTag.Items" } - ] + ], + "source": "block_entity" } ], "name": "cuboidmod:notsogudium_chest" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/notsogudium_chest" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_crafting_table.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_crafting_table.json index a660f48..2e02192 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_crafting_table.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_crafting_table.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:notsogudium_crafting_table" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/notsogudium_crafting_table" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_furnace.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_furnace.json index 27180b5..7c3787d 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_furnace.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_furnace.json @@ -1,31 +1,32 @@ { "type": "minecraft:block", + "functions": [ + { + "function": "minecraft:copy_name", + "source": "block_entity" + }, + { + "function": "minecraft:copy_nbt", + "ops": [], + "source": "block_entity" + } + ], "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:notsogudium_furnace" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ], - "functions": [ - { - "function": "minecraft:copy_name", - "source": "block_entity" - }, - { - "function": "minecraft:copy_nbt", - "source": "block_entity", - "ops": [] - } - ] + "random_sequence": "cuboidmod:blocks/notsogudium_furnace" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_ore.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_ore.json index 0957809..53dc282 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_ore.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_ore.json @@ -1,16 +1,20 @@ { "type": "minecraft:block", + "functions": [ + { + "function": "minecraft:explosion_decay" + } + ], "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "conditions": [ { - "condition": "minecraft:random_chance", - "chance": 0.2 + "chance": 0.2, + "condition": "minecraft:random_chance" }, { "condition": "minecraft:inverted", @@ -34,26 +38,26 @@ ], "functions": [ { - "function": "minecraft:set_count", + "add": false, "count": { "type": "minecraft:uniform", - "min": 1.0, - "max": 2.0 + "max": 2.0, + "min": 1.0 }, - "add": false + "function": "minecraft:set_count" } - ] + ], + "rolls": 1.0 }, { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "conditions": [ { - "condition": "minecraft:random_chance", - "chance": 0.45 + "chance": 0.45, + "condition": "minecraft:random_chance" }, { "condition": "minecraft:inverted", @@ -77,18 +81,18 @@ ], "functions": [ { - "function": "minecraft:set_count", + "add": false, "count": { "type": "minecraft:uniform", - "min": 1.0, - "max": 4.0 + "max": 4.0, + "min": 1.0 }, - "add": false + "function": "minecraft:set_count" } - ] + ], + "rolls": 1.0 }, { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { @@ -116,18 +120,18 @@ ], "functions": [ { - "function": "minecraft:apply_bonus", "enchantment": "minecraft:fortune", "formula": "minecraft:binomial_with_bonus_count", + "function": "minecraft:apply_bonus", "parameters": { "extra": 3, "probability": 0.5714286 } } - ] + ], + "rolls": 1.0 }, { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { @@ -152,16 +156,13 @@ ], "functions": [ { - "function": "minecraft:set_count", + "add": false, "count": 1.0, - "add": false + "function": "minecraft:set_count" } - ] + ], + "rolls": 1.0 } ], - "functions": [ - { - "function": "minecraft:explosion_decay" - } - ] + "random_sequence": "cuboidmod:blocks/notsogudium_ore" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_quantum_collapser.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_quantum_collapser.json index c3a16e8..ca50a44 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_quantum_collapser.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_quantum_collapser.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:notsogudium_quantum_collapser" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/notsogudium_quantum_collapser" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_singularity_power_generator.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_singularity_power_generator.json index e530169..4402899 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_singularity_power_generator.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_singularity_power_generator.json @@ -1,22 +1,5 @@ { "type": "minecraft:block", - "pools": [ - { - "rolls": 1.0, - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "cuboidmod:notsogudium_singularity_power_generator" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ], "functions": [ { "function": "minecraft:copy_name", @@ -24,14 +7,32 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "energy", - "target": "BlockEntityTag.energy", - "op": "replace" + "target": "BlockEntityTag.energy" + } + ], + "source": "block_entity" + } + ], + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "cuboidmod:notsogudium_singularity_power_generator" + } + ], + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/notsogudium_singularity_power_generator" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_singularity_resource_generator.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_singularity_resource_generator.json index 30a93b5..302153b 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_singularity_resource_generator.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/notsogudium_singularity_resource_generator.json @@ -1,22 +1,5 @@ { "type": "minecraft:block", - "pools": [ - { - "rolls": 1.0, - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "cuboidmod:notsogudium_singularity_resource_generator" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ], "functions": [ { "function": "minecraft:copy_name", @@ -24,14 +7,32 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "invOut", - "target": "BlockEntityTag.invOut", - "op": "replace" + "target": "BlockEntityTag.invOut" + } + ], + "source": "block_entity" + } + ], + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "cuboidmod:notsogudium_singularity_resource_generator" + } + ], + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/notsogudium_singularity_resource_generator" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/organically_enriched_sand.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/organically_enriched_sand.json index 6deab87..63d2f40 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/organically_enriched_sand.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/organically_enriched_sand.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:organically_enriched_sand" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/organically_enriched_sand" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/protein_fiber_block.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/protein_fiber_block.json index 3324dd4..7dbe2b9 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/protein_fiber_block.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/protein_fiber_block.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:protein_fiber_block" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/protein_fiber_block" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/protein_paste_block.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/protein_paste_block.json index 0c03a37..73dc23f 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/protein_paste_block.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/protein_paste_block.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:protein_paste_block" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/protein_paste_block" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/quantum_transmutation_chamber.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/quantum_transmutation_chamber.json index c15c3b1..7ca3bab 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/quantum_transmutation_chamber.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/quantum_transmutation_chamber.json @@ -1,22 +1,5 @@ { "type": "minecraft:block", - "pools": [ - { - "rolls": 1.0, - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "cuboidmod:quantum_transmutation_chamber" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ], "functions": [ { "function": "minecraft:copy_name", @@ -24,29 +7,47 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "invIn", - "target": "BlockEntityTag.invIn", - "op": "replace" + "target": "BlockEntityTag.invIn" }, { + "op": "replace", "source": "invAdd", - "target": "BlockEntityTag.invAdd", - "op": "replace" + "target": "BlockEntityTag.invAdd" }, { + "op": "replace", "source": "invOut", - "target": "BlockEntityTag.invOut", - "op": "replace" + "target": "BlockEntityTag.invOut" }, { + "op": "replace", "source": "energy", - "target": "BlockEntityTag.energy", - "op": "replace" + "target": "BlockEntityTag.energy" + } + ], + "source": "block_entity" + } + ], + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "cuboidmod:quantum_transmutation_chamber" + } + ], + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/quantum_transmutation_chamber" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/refined_inscriber.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/refined_inscriber.json index ce13bb0..6fa8987 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/refined_inscriber.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/refined_inscriber.json @@ -1,22 +1,5 @@ { "type": "minecraft:block", - "pools": [ - { - "rolls": 1.0, - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "cuboidmod:refined_inscriber" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ], "functions": [ { "function": "minecraft:copy_name", @@ -24,34 +7,52 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "invTL", - "target": "BlockEntityTag.invTL", - "op": "replace" + "target": "BlockEntityTag.invTL" }, { + "op": "replace", "source": "invMid", - "target": "BlockEntityTag.invMid", - "op": "replace" + "target": "BlockEntityTag.invMid" }, { + "op": "replace", "source": "invBR", - "target": "BlockEntityTag.invBR", - "op": "replace" + "target": "BlockEntityTag.invBR" }, { + "op": "replace", "source": "invOut", - "target": "BlockEntityTag.invOut", - "op": "replace" + "target": "BlockEntityTag.invOut" }, { + "op": "replace", "source": "energy", - "target": "BlockEntityTag.energy", - "op": "replace" + "target": "BlockEntityTag.energy" + } + ], + "source": "block_entity" + } + ], + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "cuboidmod:refined_inscriber" + } + ], + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/refined_inscriber" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/silica_dust_block.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/silica_dust_block.json index 595240a..174273e 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/silica_dust_block.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/silica_dust_block.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:silica_dust_block" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/silica_dust_block" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_block.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_block.json index b07987d..89463f8 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_block.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_block.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:thatldu_block" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/thatldu_block" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_chest.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_chest.json index 0b27bb6..5775ab7 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_chest.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_chest.json @@ -2,7 +2,6 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { @@ -14,24 +13,21 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "Items", - "target": "BlockEntityTag.Items", - "op": "replace" + "target": "BlockEntityTag.Items" } - ] + ], + "source": "block_entity" } ], "name": "cuboidmod:thatldu_chest" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/thatldu_chest" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_crafting_table.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_crafting_table.json index 4335847..68449f3 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_crafting_table.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_crafting_table.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:thatldu_crafting_table" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/thatldu_crafting_table" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_furnace.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_furnace.json index d613a8a..e09beec 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_furnace.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_furnace.json @@ -1,31 +1,32 @@ { "type": "minecraft:block", + "functions": [ + { + "function": "minecraft:copy_name", + "source": "block_entity" + }, + { + "function": "minecraft:copy_nbt", + "ops": [], + "source": "block_entity" + } + ], "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:thatldu_furnace" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ], - "functions": [ - { - "function": "minecraft:copy_name", - "source": "block_entity" - }, - { - "function": "minecraft:copy_nbt", - "source": "block_entity", - "ops": [] - } - ] + "random_sequence": "cuboidmod:blocks/thatldu_furnace" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_ore.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_ore.json index 93726c0..2984233 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_ore.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_ore.json @@ -1,16 +1,20 @@ { "type": "minecraft:block", + "functions": [ + { + "function": "minecraft:explosion_decay" + } + ], "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "conditions": [ { - "condition": "minecraft:random_chance", - "chance": 0.35 + "chance": 0.35, + "condition": "minecraft:random_chance" }, { "condition": "minecraft:inverted", @@ -34,26 +38,26 @@ ], "functions": [ { - "function": "minecraft:set_count", + "add": false, "count": { "type": "minecraft:uniform", - "min": 1.0, - "max": 2.0 + "max": 2.0, + "min": 1.0 }, - "add": false + "function": "minecraft:set_count" } - ] + ], + "rolls": 1.0 }, { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "conditions": [ { - "condition": "minecraft:random_chance", - "chance": 0.35 + "chance": 0.35, + "condition": "minecraft:random_chance" }, { "condition": "minecraft:inverted", @@ -77,18 +81,18 @@ ], "functions": [ { - "function": "minecraft:set_count", + "add": false, "count": { "type": "minecraft:uniform", - "min": 1.0, - "max": 2.0 + "max": 2.0, + "min": 1.0 }, - "add": false + "function": "minecraft:set_count" } - ] + ], + "rolls": 1.0 }, { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { @@ -116,18 +120,18 @@ ], "functions": [ { - "function": "minecraft:apply_bonus", "enchantment": "minecraft:fortune", "formula": "minecraft:binomial_with_bonus_count", + "function": "minecraft:apply_bonus", "parameters": { "extra": 3, "probability": 0.5714286 } } - ] + ], + "rolls": 1.0 }, { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { @@ -152,16 +156,13 @@ ], "functions": [ { - "function": "minecraft:set_count", + "add": false, "count": 1.0, - "add": false + "function": "minecraft:set_count" } - ] + ], + "rolls": 1.0 } ], - "functions": [ - { - "function": "minecraft:explosion_decay" - } - ] + "random_sequence": "cuboidmod:blocks/thatldu_ore" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_quantum_collapser.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_quantum_collapser.json index 1989393..cc27fbe 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_quantum_collapser.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_quantum_collapser.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:thatldu_quantum_collapser" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/thatldu_quantum_collapser" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_singularity_power_generator.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_singularity_power_generator.json index 02dd012..0176371 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_singularity_power_generator.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_singularity_power_generator.json @@ -1,22 +1,5 @@ { "type": "minecraft:block", - "pools": [ - { - "rolls": 1.0, - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "cuboidmod:thatldu_singularity_power_generator" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ], "functions": [ { "function": "minecraft:copy_name", @@ -24,14 +7,32 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "energy", - "target": "BlockEntityTag.energy", - "op": "replace" + "target": "BlockEntityTag.energy" + } + ], + "source": "block_entity" + } + ], + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "cuboidmod:thatldu_singularity_power_generator" + } + ], + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/thatldu_singularity_power_generator" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_singularity_resource_generator.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_singularity_resource_generator.json index 5dc7dff..7acca58 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_singularity_resource_generator.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/thatldu_singularity_resource_generator.json @@ -1,22 +1,5 @@ { "type": "minecraft:block", - "pools": [ - { - "rolls": 1.0, - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "cuboidmod:thatldu_singularity_resource_generator" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ], "functions": [ { "function": "minecraft:copy_name", @@ -24,14 +7,32 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "invOut", - "target": "BlockEntityTag.invOut", - "op": "replace" + "target": "BlockEntityTag.invOut" + } + ], + "source": "block_entity" + } + ], + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "cuboidmod:thatldu_singularity_resource_generator" + } + ], + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/thatldu_singularity_resource_generator" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_block.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_block.json index 4531d78..718368a 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_block.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_block.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:wikidium_block" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/wikidium_block" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_chest.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_chest.json index 0cf73d9..07a16b9 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_chest.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_chest.json @@ -2,7 +2,6 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { @@ -14,24 +13,21 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "Items", - "target": "BlockEntityTag.Items", - "op": "replace" + "target": "BlockEntityTag.Items" } - ] + ], + "source": "block_entity" } ], "name": "cuboidmod:wikidium_chest" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/wikidium_chest" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_crafting_table.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_crafting_table.json index 54a4279..d66c6d6 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_crafting_table.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_crafting_table.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:wikidium_crafting_table" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/wikidium_crafting_table" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_furnace.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_furnace.json index e728151..9c743ea 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_furnace.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_furnace.json @@ -1,31 +1,32 @@ { "type": "minecraft:block", + "functions": [ + { + "function": "minecraft:copy_name", + "source": "block_entity" + }, + { + "function": "minecraft:copy_nbt", + "ops": [], + "source": "block_entity" + } + ], "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:wikidium_furnace" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ], - "functions": [ - { - "function": "minecraft:copy_name", - "source": "block_entity" - }, - { - "function": "minecraft:copy_nbt", - "source": "block_entity", - "ops": [] - } - ] + "random_sequence": "cuboidmod:blocks/wikidium_furnace" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_ore.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_ore.json index c6cc65e..24e8ac4 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_ore.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_ore.json @@ -1,16 +1,20 @@ { "type": "minecraft:block", + "functions": [ + { + "function": "minecraft:explosion_decay" + } + ], "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "conditions": [ { - "condition": "minecraft:random_chance", - "chance": 0.35 + "chance": 0.35, + "condition": "minecraft:random_chance" }, { "condition": "minecraft:inverted", @@ -34,26 +38,26 @@ ], "functions": [ { - "function": "minecraft:set_count", + "add": false, "count": { "type": "minecraft:uniform", - "min": 2.0, - "max": 3.0 + "max": 3.0, + "min": 2.0 }, - "add": false + "function": "minecraft:set_count" } - ] + ], + "rolls": 1.0 }, { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "conditions": [ { - "condition": "minecraft:random_chance", - "chance": 0.4 + "chance": 0.4, + "condition": "minecraft:random_chance" }, { "condition": "minecraft:inverted", @@ -77,18 +81,18 @@ ], "functions": [ { - "function": "minecraft:set_count", + "add": false, "count": { "type": "minecraft:uniform", - "min": 1.0, - "max": 3.0 + "max": 3.0, + "min": 1.0 }, - "add": false + "function": "minecraft:set_count" } - ] + ], + "rolls": 1.0 }, { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { @@ -116,18 +120,18 @@ ], "functions": [ { - "function": "minecraft:apply_bonus", "enchantment": "minecraft:fortune", "formula": "minecraft:binomial_with_bonus_count", + "function": "minecraft:apply_bonus", "parameters": { "extra": 3, "probability": 0.5714286 } } - ] + ], + "rolls": 1.0 }, { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { @@ -152,16 +156,13 @@ ], "functions": [ { - "function": "minecraft:set_count", + "add": false, "count": 1.0, - "add": false + "function": "minecraft:set_count" } - ] + ], + "rolls": 1.0 } ], - "functions": [ - { - "function": "minecraft:explosion_decay" - } - ] + "random_sequence": "cuboidmod:blocks/wikidium_ore" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_quantum_collapser.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_quantum_collapser.json index 11a6ba6..1c5c904 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_quantum_collapser.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_quantum_collapser.json @@ -2,19 +2,20 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "cuboidmod:wikidium_quantum_collapser" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/wikidium_quantum_collapser" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_singularity_power_generator.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_singularity_power_generator.json index 90e1445..f6d6142 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_singularity_power_generator.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_singularity_power_generator.json @@ -1,22 +1,5 @@ { "type": "minecraft:block", - "pools": [ - { - "rolls": 1.0, - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "cuboidmod:wikidium_singularity_power_generator" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ], "functions": [ { "function": "minecraft:copy_name", @@ -24,14 +7,32 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "energy", - "target": "BlockEntityTag.energy", - "op": "replace" + "target": "BlockEntityTag.energy" + } + ], + "source": "block_entity" + } + ], + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "cuboidmod:wikidium_singularity_power_generator" + } + ], + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/wikidium_singularity_power_generator" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_singularity_resource_generator.json b/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_singularity_resource_generator.json index 649441d..189f17d 100644 --- a/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_singularity_resource_generator.json +++ b/src/generated/resources/data/cuboidmod/loot_tables/blocks/wikidium_singularity_resource_generator.json @@ -1,22 +1,5 @@ { "type": "minecraft:block", - "pools": [ - { - "rolls": 1.0, - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "cuboidmod:wikidium_singularity_resource_generator" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ], "functions": [ { "function": "minecraft:copy_name", @@ -24,14 +7,32 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "invOut", - "target": "BlockEntityTag.invOut", - "op": "replace" + "target": "BlockEntityTag.invOut" + } + ], + "source": "block_entity" + } + ], + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "cuboidmod:wikidium_singularity_resource_generator" + } + ], + "rolls": 1.0 } - ] + ], + "random_sequence": "cuboidmod:blocks/wikidium_singularity_resource_generator" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/arachnugget_from_spider_eye_smelting.json b/src/generated/resources/data/cuboidmod/recipes/arachnugget_from_spider_eye_smelting.json index d20cf83..20c0ee6 100644 --- a/src/generated/resources/data/cuboidmod/recipes/arachnugget_from_spider_eye_smelting.json +++ b/src/generated/resources/data/cuboidmod/recipes/arachnugget_from_spider_eye_smelting.json @@ -1,9 +1,10 @@ { "type": "minecraft:smelting", + "category": "food", + "cookingtime": 200, + "experience": 0.0, "ingredient": { "item": "minecraft:spider_eye" }, - "result": "cuboidmod:arachnugget", - "experience": 0.0, - "cookingtime": 200 + "result": "cuboidmod:arachnugget" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/blast_furnace_from_blocks.json b/src/generated/resources/data/cuboidmod/recipes/blast_furnace_from_blocks.json index b5700fa..5ee7a68 100644 --- a/src/generated/resources/data/cuboidmod/recipes/blast_furnace_from_blocks.json +++ b/src/generated/resources/data/cuboidmod/recipes/blast_furnace_from_blocks.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "#$#", - "@@@" - ], + "category": "misc", "key": { "#": { "tag": "cuboidmod:ingots" @@ -16,7 +12,13 @@ "tag": "cuboidmod:storage_blocks" } }, + "pattern": [ + "###", + "#$#", + "@@@" + ], "result": { "item": "minecraft:blast_furnace" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/broth_from_water_bucket_and_bone_meal.json b/src/generated/resources/data/cuboidmod/recipes/broth_from_water_bucket_and_bone_meal.json index ddcf745..2a4cb49 100644 --- a/src/generated/resources/data/cuboidmod/recipes/broth_from_water_bucket_and_bone_meal.json +++ b/src/generated/resources/data/cuboidmod/recipes/broth_from_water_bucket_and_bone_meal.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:notsogudium_bowl" diff --git a/src/generated/resources/data/cuboidmod/recipes/bucket_from_kudbebedda_ingots.json b/src/generated/resources/data/cuboidmod/recipes/bucket_from_kudbebedda_ingots.json index b80a1d6..eb03101 100644 --- a/src/generated/resources/data/cuboidmod/recipes/bucket_from_kudbebedda_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/bucket_from_kudbebedda_ingots.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "# #", - "# #", - " # " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:kudbebedda_ingot" } }, + "pattern": [ + "# #", + "# #", + " # " + ], "result": { "item": "minecraft:bucket" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/bucket_from_notarfbadium_ingots.json b/src/generated/resources/data/cuboidmod/recipes/bucket_from_notarfbadium_ingots.json index e7a5ced..6468313 100644 --- a/src/generated/resources/data/cuboidmod/recipes/bucket_from_notarfbadium_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/bucket_from_notarfbadium_ingots.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "# #", - "# #", - " # " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notarfbadium_ingot" } }, + "pattern": [ + "# #", + "# #", + " # " + ], "result": { "item": "minecraft:bucket" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/bucket_from_notsogudium_ingots.json b/src/generated/resources/data/cuboidmod/recipes/bucket_from_notsogudium_ingots.json index 30cfca1..a7d0041 100644 --- a/src/generated/resources/data/cuboidmod/recipes/bucket_from_notsogudium_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/bucket_from_notsogudium_ingots.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "# #", - "# #", - " # " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notsogudium_ingot" } }, + "pattern": [ + "# #", + "# #", + " # " + ], "result": { "item": "minecraft:bucket" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/bucket_from_thatldu_ingots.json b/src/generated/resources/data/cuboidmod/recipes/bucket_from_thatldu_ingots.json index 25f06c3..4b301ef 100644 --- a/src/generated/resources/data/cuboidmod/recipes/bucket_from_thatldu_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/bucket_from_thatldu_ingots.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "# #", - "# #", - " # " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:thatldu_ingot" } }, + "pattern": [ + "# #", + "# #", + " # " + ], "result": { "item": "minecraft:bucket" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/bucket_from_wikidium_ingots.json b/src/generated/resources/data/cuboidmod/recipes/bucket_from_wikidium_ingots.json index 9500ed6..b047212 100644 --- a/src/generated/resources/data/cuboidmod/recipes/bucket_from_wikidium_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/bucket_from_wikidium_ingots.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "# #", - "# #", - " # " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:wikidium_ingot" } }, + "pattern": [ + "# #", + "# #", + " # " + ], "result": { "item": "minecraft:bucket" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/carbon_nanotube_block_from_carbon_nanotubes.json b/src/generated/resources/data/cuboidmod/recipes/carbon_nanotube_block_from_carbon_nanotubes.json index e2fd12a..6263720 100644 --- a/src/generated/resources/data/cuboidmod/recipes/carbon_nanotube_block_from_carbon_nanotubes.json +++ b/src/generated/resources/data/cuboidmod/recipes/carbon_nanotube_block_from_carbon_nanotubes.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###", - "###" - ], + "category": "equipment", "key": { "#": { "item": "cuboidmod:carbon_nanotube" } }, + "pattern": [ + "###", + "###", + "###" + ], "result": { "item": "cuboidmod:carbon_nanotube_block" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/carbon_nanotubes_from_carbon_nanotube_block.json b/src/generated/resources/data/cuboidmod/recipes/carbon_nanotubes_from_carbon_nanotube_block.json index 21d767d..ef6cca1 100644 --- a/src/generated/resources/data/cuboidmod/recipes/carbon_nanotubes_from_carbon_nanotube_block.json +++ b/src/generated/resources/data/cuboidmod/recipes/carbon_nanotubes_from_carbon_nanotube_block.json @@ -1,12 +1,13 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:carbon_nanotube_block" } ], "result": { - "item": "cuboidmod:carbon_nanotube", - "count": 9 + "count": 9, + "item": "cuboidmod:carbon_nanotube" } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/cellulose_block_from_cellulose.json b/src/generated/resources/data/cuboidmod/recipes/cellulose_block_from_cellulose.json index 1a1974e..b7239ce 100644 --- a/src/generated/resources/data/cuboidmod/recipes/cellulose_block_from_cellulose.json +++ b/src/generated/resources/data/cuboidmod/recipes/cellulose_block_from_cellulose.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###", - "###" - ], + "category": "equipment", "key": { "#": { "item": "cuboidmod:cellulose" } }, + "pattern": [ + "###", + "###", + "###" + ], "result": { "item": "cuboidmod:cellulose_block" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/cellulose_bricks_from_block_sc.json b/src/generated/resources/data/cuboidmod/recipes/cellulose_bricks_from_block_sc.json index 0c77fbd..1c31892 100644 --- a/src/generated/resources/data/cuboidmod/recipes/cellulose_bricks_from_block_sc.json +++ b/src/generated/resources/data/cuboidmod/recipes/cellulose_bricks_from_block_sc.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "cuboidmod:cellulose_block" }, - "result": "cuboidmod:cellulose_bricks", - "count": 1 + "result": "cuboidmod:cellulose_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/cellulose_bricks_from_blocks.json b/src/generated/resources/data/cuboidmod/recipes/cellulose_bricks_from_blocks.json index 117a5a5..98d3f1a 100644 --- a/src/generated/resources/data/cuboidmod/recipes/cellulose_bricks_from_blocks.json +++ b/src/generated/resources/data/cuboidmod/recipes/cellulose_bricks_from_blocks.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "##", - "##" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:cellulose_block" } }, + "pattern": [ + "##", + "##" + ], "result": { - "item": "cuboidmod:cellulose_bricks", - "count": 4 - } + "count": 4, + "item": "cuboidmod:cellulose_bricks" + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/cellulose_bricks_from_chiseled_bricks_sc.json b/src/generated/resources/data/cuboidmod/recipes/cellulose_bricks_from_chiseled_bricks_sc.json index 6e42db5..2b1d39e 100644 --- a/src/generated/resources/data/cuboidmod/recipes/cellulose_bricks_from_chiseled_bricks_sc.json +++ b/src/generated/resources/data/cuboidmod/recipes/cellulose_bricks_from_chiseled_bricks_sc.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "cuboidmod:cellulose_chiseled_bricks" }, - "result": "cuboidmod:cellulose_bricks", - "count": 1 + "result": "cuboidmod:cellulose_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/cellulose_chiseled_bricks_from_block_sc.json b/src/generated/resources/data/cuboidmod/recipes/cellulose_chiseled_bricks_from_block_sc.json index 4326234..d55857d 100644 --- a/src/generated/resources/data/cuboidmod/recipes/cellulose_chiseled_bricks_from_block_sc.json +++ b/src/generated/resources/data/cuboidmod/recipes/cellulose_chiseled_bricks_from_block_sc.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "cuboidmod:cellulose_block" }, - "result": "cuboidmod:cellulose_chiseled_bricks", - "count": 1 + "result": "cuboidmod:cellulose_chiseled_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/cellulose_chiseled_bricks_from_bricks.json b/src/generated/resources/data/cuboidmod/recipes/cellulose_chiseled_bricks_from_bricks.json index 9b614dd..0041650 100644 --- a/src/generated/resources/data/cuboidmod/recipes/cellulose_chiseled_bricks_from_bricks.json +++ b/src/generated/resources/data/cuboidmod/recipes/cellulose_chiseled_bricks_from_bricks.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "##", - "##" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:cellulose_bricks" } }, + "pattern": [ + "##", + "##" + ], "result": { - "item": "cuboidmod:cellulose_chiseled_bricks", - "count": 4 - } + "count": 4, + "item": "cuboidmod:cellulose_chiseled_bricks" + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/cellulose_chiseled_bricks_from_bricks_sc.json b/src/generated/resources/data/cuboidmod/recipes/cellulose_chiseled_bricks_from_bricks_sc.json index 2bba8d9..1e1c173 100644 --- a/src/generated/resources/data/cuboidmod/recipes/cellulose_chiseled_bricks_from_bricks_sc.json +++ b/src/generated/resources/data/cuboidmod/recipes/cellulose_chiseled_bricks_from_bricks_sc.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "cuboidmod:cellulose_bricks" }, - "result": "cuboidmod:cellulose_chiseled_bricks", - "count": 1 + "result": "cuboidmod:cellulose_chiseled_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/cellulose_from_cellulose_block.json b/src/generated/resources/data/cuboidmod/recipes/cellulose_from_cellulose_block.json index e806211..d727552 100644 --- a/src/generated/resources/data/cuboidmod/recipes/cellulose_from_cellulose_block.json +++ b/src/generated/resources/data/cuboidmod/recipes/cellulose_from_cellulose_block.json @@ -1,12 +1,13 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:cellulose_block" } ], "result": { - "item": "cuboidmod:cellulose", - "count": 9 + "count": 9, + "item": "cuboidmod:cellulose" } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/coal_from_carbon_deposits.json b/src/generated/resources/data/cuboidmod/recipes/coal_from_carbon_deposits.json index a9ca604..8f57302 100644 --- a/src/generated/resources/data/cuboidmod/recipes/coal_from_carbon_deposits.json +++ b/src/generated/resources/data/cuboidmod/recipes/coal_from_carbon_deposits.json @@ -1,15 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "##", - "##" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:carbon_deposit" } }, + "pattern": [ + "##", + "##" + ], "result": { "item": "minecraft:coal" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/cooked_kebab_from_raw_kebab_smelting.json b/src/generated/resources/data/cuboidmod/recipes/cooked_kebab_from_raw_kebab_smelting.json index 330ef30..1163b4c 100644 --- a/src/generated/resources/data/cuboidmod/recipes/cooked_kebab_from_raw_kebab_smelting.json +++ b/src/generated/resources/data/cuboidmod/recipes/cooked_kebab_from_raw_kebab_smelting.json @@ -1,9 +1,10 @@ { "type": "minecraft:smelting", + "category": "food", + "cookingtime": 200, + "experience": 0.0, "ingredient": { "item": "cuboidmod:kebab_raw" }, - "result": "cuboidmod:kebab_cooked", - "experience": 0.0, - "cookingtime": 200 + "result": "cuboidmod:kebab_cooked" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/cured_beef_from_acv_and_raw_beef.json b/src/generated/resources/data/cuboidmod/recipes/cured_beef_from_acv_and_raw_beef.json index 4677c93..78d37e5 100644 --- a/src/generated/resources/data/cuboidmod/recipes/cured_beef_from_acv_and_raw_beef.json +++ b/src/generated/resources/data/cuboidmod/recipes/cured_beef_from_acv_and_raw_beef.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "minecraft:beef" diff --git a/src/generated/resources/data/cuboidmod/recipes/cured_flesh_from_acv_and_rotten_flesh.json b/src/generated/resources/data/cuboidmod/recipes/cured_flesh_from_acv_and_rotten_flesh.json index 8664fb3..a147cc5 100644 --- a/src/generated/resources/data/cuboidmod/recipes/cured_flesh_from_acv_and_rotten_flesh.json +++ b/src/generated/resources/data/cuboidmod/recipes/cured_flesh_from_acv_and_rotten_flesh.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "minecraft:rotten_flesh" diff --git a/src/generated/resources/data/cuboidmod/recipes/furnace_from_chunks.json b/src/generated/resources/data/cuboidmod/recipes/furnace_from_chunks.json index 3b38c83..1a3a75a 100644 --- a/src/generated/resources/data/cuboidmod/recipes/furnace_from_chunks.json +++ b/src/generated/resources/data/cuboidmod/recipes/furnace_from_chunks.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "#$#", - "###" - ], + "category": "misc", "key": { "#": { "tag": "cuboidmod:ores" @@ -13,7 +9,13 @@ "tag": "forge:dusts/silica" } }, + "pattern": [ + "###", + "#$#", + "###" + ], "result": { "item": "minecraft:furnace" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/gruel_from_broth_and_protein_paste.json b/src/generated/resources/data/cuboidmod/recipes/gruel_from_broth_and_protein_paste.json index 4c3e7e9..aab8ae4 100644 --- a/src/generated/resources/data/cuboidmod/recipes/gruel_from_broth_and_protein_paste.json +++ b/src/generated/resources/data/cuboidmod/recipes/gruel_from_broth_and_protein_paste.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:broth" diff --git a/src/generated/resources/data/cuboidmod/recipes/hopper_from_ingots_and_chest.json b/src/generated/resources/data/cuboidmod/recipes/hopper_from_ingots_and_chest.json index 0b46fe0..9756ce8 100644 --- a/src/generated/resources/data/cuboidmod/recipes/hopper_from_ingots_and_chest.json +++ b/src/generated/resources/data/cuboidmod/recipes/hopper_from_ingots_and_chest.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "# #", - "#$#", - " # " - ], + "category": "misc", "key": { "#": { "tag": "cuboidmod:ingots" @@ -13,7 +9,13 @@ "tag": "cuboidmod:chests" } }, + "pattern": [ + "# #", + "#$#", + " # " + ], "result": { "item": "minecraft:hopper" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_axe_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_axe_from_ingots_and_rods.json index 68fb8e1..236bd8e 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_axe_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_axe_from_ingots_and_rods.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "##", - "#|", - " |" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:kudbebedda_ingot" @@ -13,7 +9,13 @@ "tag": "forge:rods" } }, + "pattern": [ + "##", + "#|", + " |" + ], "result": { "item": "cuboidmod:kudbebedda_axe" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_block_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_block_from_ingots.json index bb98e21..664f4ff 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_block_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_block_from_ingots.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###", - "###" - ], + "category": "equipment", "key": { "#": { "item": "cuboidmod:kudbebedda_ingot" } }, + "pattern": [ + "###", + "###", + "###" + ], "result": { "item": "cuboidmod:kudbebedda_block" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_boots_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_boots_from_ingots.json index 1e8e8a6..6fb420a 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_boots_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_boots_from_ingots.json @@ -1,15 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "# #", - "# #" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:kudbebedda_ingot" } }, + "pattern": [ + "# #", + "# #" + ], "result": { "item": "cuboidmod:kudbebedda_boots" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_chest_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_chest_from_ingots.json index 49b1497..0cdcb88 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_chest_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_chest_from_ingots.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "# #", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:kudbebedda_ingot" } }, + "pattern": [ + "###", + "# #", + "###" + ], "result": { "item": "cuboidmod:kudbebedda_chest" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_chest_from_prev.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_chest_from_prev.json index 34b54af..f44e186 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_chest_from_prev.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_chest_from_prev.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " # ", - "#$#", - " # " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:kudbebedda_ingot" @@ -13,7 +9,13 @@ "item": "cuboidmod:notsogudium_chest" } }, + "pattern": [ + " # ", + "#$#", + " # " + ], "result": { "item": "cuboidmod:kudbebedda_chest" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_chestplate_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_chestplate_from_ingots.json index cc11f73..71d298f 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_chestplate_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_chestplate_from_ingots.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "# #", - "###", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:kudbebedda_ingot" } }, + "pattern": [ + "# #", + "###", + "###" + ], "result": { "item": "cuboidmod:kudbebedda_chestplate" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_chunk_from_pieces.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_chunk_from_pieces.json index f3b4739..b811df5 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_chunk_from_pieces.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_chunk_from_pieces.json @@ -1,15 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "##", - "##" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:kudbebedda_piece" } }, + "pattern": [ + "##", + "##" + ], "result": { "item": "cuboidmod:kudbebedda_chunk" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_chunk_ingot_blasting.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_chunk_ingot_blasting.json index 1e0eb6d..a4650f9 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_chunk_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_chunk_ingot_blasting.json @@ -1,9 +1,10 @@ { "type": "minecraft:blasting", + "category": "misc", + "cookingtime": 100, + "experience": 0.7, "ingredient": { "item": "cuboidmod:kudbebedda_chunk" }, - "result": "cuboidmod:kudbebedda_ingot", - "experience": 0.7, - "cookingtime": 100 + "result": "cuboidmod:kudbebedda_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_chunk_ingot_smelting.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_chunk_ingot_smelting.json index ea406d6..e84aa56 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_chunk_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_chunk_ingot_smelting.json @@ -1,9 +1,10 @@ { "type": "minecraft:smelting", + "category": "misc", + "cookingtime": 200, + "experience": 0.7, "ingredient": { "item": "cuboidmod:kudbebedda_chunk" }, - "result": "cuboidmod:kudbebedda_ingot", - "experience": 0.7, - "cookingtime": 200 + "result": "cuboidmod:kudbebedda_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_crafting_table_from_silica_and_chunk.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_crafting_table_from_silica_and_chunk.json index 4522c78..a3e6f0f 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_crafting_table_from_silica_and_chunk.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_crafting_table_from_silica_and_chunk.json @@ -1,18 +1,20 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "$$", - "##" - ], + "category": "misc", "key": { - "$": { - "item": "cuboidmod:silica_dust" - }, "#": { "item": "cuboidmod:kudbebedda_chunk" + }, + "$": { + "item": "cuboidmod:silica_dust" } }, + "pattern": [ + "$$", + "##" + ], "result": { "item": "cuboidmod:kudbebedda_crafting_table" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_dust_ingot_blasting.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_dust_ingot_blasting.json index b8da7d6..e5c6c47 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_dust_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_dust_ingot_blasting.json @@ -1,9 +1,10 @@ { "type": "minecraft:blasting", + "category": "misc", + "cookingtime": 100, + "experience": 0.7, "ingredient": { "item": "cuboidmod:kudbebedda_dust" }, - "result": "cuboidmod:kudbebedda_ingot", - "experience": 0.7, - "cookingtime": 100 + "result": "cuboidmod:kudbebedda_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_dust_ingot_smelting.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_dust_ingot_smelting.json index d80cee9..8f372b4 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_dust_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_dust_ingot_smelting.json @@ -1,9 +1,10 @@ { "type": "minecraft:smelting", + "category": "misc", + "cookingtime": 200, + "experience": 0.7, "ingredient": { "item": "cuboidmod:kudbebedda_dust" }, - "result": "cuboidmod:kudbebedda_ingot", - "experience": 0.7, - "cookingtime": 200 + "result": "cuboidmod:kudbebedda_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_dust_with_smoosher_and_chunk.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_dust_with_smoosher_and_chunk.json index ea1ef61..094a3c1 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_dust_with_smoosher_and_chunk.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_dust_with_smoosher_and_chunk.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:smoosher" @@ -9,7 +10,7 @@ } ], "result": { - "item": "cuboidmod:kudbebedda_dust", - "count": 2 + "count": 2, + "item": "cuboidmod:kudbebedda_dust" } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_dust_with_smoosher_and_ingot.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_dust_with_smoosher_and_ingot.json index 3da6d1e..9c09537 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_dust_with_smoosher_and_ingot.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_dust_with_smoosher_and_ingot.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:smoosher" diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_dust_with_smoosher_and_ore.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_dust_with_smoosher_and_ore.json index db0d228..c011a46 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_dust_with_smoosher_and_ore.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_dust_with_smoosher_and_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:smoosher" @@ -9,7 +10,7 @@ } ], "result": { - "item": "cuboidmod:kudbebedda_dust", - "count": 2 + "count": 2, + "item": "cuboidmod:kudbebedda_dust" } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_furnace_upgrade_from_vanilla_furnace.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_furnace_upgrade_from_vanilla_furnace.json index d6802cb..b1704be 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_furnace_upgrade_from_vanilla_furnace.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_furnace_upgrade_from_vanilla_furnace.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "#$#", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:kudbebedda_ingot" @@ -13,7 +9,13 @@ "item": "minecraft:furnace" } }, + "pattern": [ + "###", + "#$#", + "###" + ], "result": { "item": "cuboidmod:kudbebedda_furnace" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_furnace_upgrade_with_four_ingots.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_furnace_upgrade_with_four_ingots.json index 057cc37..d716125 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_furnace_upgrade_with_four_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_furnace_upgrade_with_four_ingots.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " # ", - "#$#", - " # " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:kudbebedda_ingot" @@ -13,7 +9,13 @@ "item": "cuboidmod:notsogudium_furnace" } }, + "pattern": [ + " # ", + "#$#", + " # " + ], "result": { "item": "cuboidmod:kudbebedda_furnace" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_helmet_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_helmet_from_ingots.json index b769aae..b25f9c0 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_helmet_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_helmet_from_ingots.json @@ -1,15 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "# #" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:kudbebedda_ingot" } }, + "pattern": [ + "###", + "# #" + ], "result": { "item": "cuboidmod:kudbebedda_helmet" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_hoe_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_hoe_from_ingots_and_rods.json index 4061ca5..1a087ac 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_hoe_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_hoe_from_ingots_and_rods.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "##", - " |", - " |" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:kudbebedda_ingot" @@ -13,7 +9,13 @@ "tag": "forge:rods" } }, + "pattern": [ + "##", + " |", + " |" + ], "result": { "item": "cuboidmod:kudbebedda_hoe" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_ingot_from_nuggets.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_ingot_from_nuggets.json index 82741f6..ba53927 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_ingot_from_nuggets.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_ingot_from_nuggets.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:kudbebedda_nugget" } }, + "pattern": [ + "###", + "###", + "###" + ], "result": { "item": "cuboidmod:kudbebedda_ingot" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_ingots_from_block.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_ingots_from_block.json index fa57783..9ee9369 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_ingots_from_block.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_ingots_from_block.json @@ -1,12 +1,13 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:kudbebedda_block" } ], "result": { - "item": "cuboidmod:kudbebedda_ingot", - "count": 9 + "count": 9, + "item": "cuboidmod:kudbebedda_ingot" } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_leggings_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_leggings_from_ingots.json index 43097e4..fe4ba4c 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_leggings_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_leggings_from_ingots.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "# #", - "# #" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:kudbebedda_ingot" } }, + "pattern": [ + "###", + "# #", + "# #" + ], "result": { "item": "cuboidmod:kudbebedda_leggings" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_nuggets_from_ingot.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_nuggets_from_ingot.json index 5aa32ba..2cdd8b6 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_nuggets_from_ingot.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_nuggets_from_ingot.json @@ -1,12 +1,13 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:kudbebedda_ingot" } ], "result": { - "item": "cuboidmod:kudbebedda_nugget", - "count": 9 + "count": 9, + "item": "cuboidmod:kudbebedda_nugget" } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_ore_ingot_blasting.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_ore_ingot_blasting.json index aa7af49..fa8a6dc 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_ore_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_ore_ingot_blasting.json @@ -1,9 +1,10 @@ { "type": "minecraft:blasting", + "category": "misc", + "cookingtime": 100, + "experience": 0.7, "ingredient": { "item": "cuboidmod:kudbebedda_ore" }, - "result": "cuboidmod:kudbebedda_ingot", - "experience": 0.7, - "cookingtime": 100 + "result": "cuboidmod:kudbebedda_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_ore_ingot_smelting.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_ore_ingot_smelting.json index 3d01779..f02e54c 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_ore_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_ore_ingot_smelting.json @@ -1,9 +1,10 @@ { "type": "minecraft:smelting", + "category": "misc", + "cookingtime": 200, + "experience": 0.7, "ingredient": { "item": "cuboidmod:kudbebedda_ore" }, - "result": "cuboidmod:kudbebedda_ingot", - "experience": 0.7, - "cookingtime": 200 + "result": "cuboidmod:kudbebedda_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_pickaxe_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_pickaxe_from_ingots_and_rods.json index 34bb541..3395554 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_pickaxe_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_pickaxe_from_ingots_and_rods.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - " | ", - " | " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:kudbebedda_ingot" @@ -13,7 +9,13 @@ "tag": "forge:rods" } }, + "pattern": [ + "###", + " | ", + " | " + ], "result": { "item": "cuboidmod:kudbebedda_pickaxe" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_quantum_collapser_from_blocks_and_furnace.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_quantum_collapser_from_blocks_and_furnace.json index 19c3e07..f77e38d 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_quantum_collapser_from_blocks_and_furnace.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_quantum_collapser_from_blocks_and_furnace.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "#$#", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:kudbebedda_block" @@ -13,7 +9,13 @@ "item": "cuboidmod:kudbebedda_furnace" } }, + "pattern": [ + "###", + "#$#", + "###" + ], "result": { "item": "cuboidmod:kudbebedda_quantum_collapser" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_quantum_collapser_upgrade.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_quantum_collapser_upgrade.json index e9aa43c..d2d4d79 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_quantum_collapser_upgrade.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_quantum_collapser_upgrade.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " $ ", - "#@#", - " # " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:kudbebedda_block" @@ -16,7 +12,13 @@ "item": "cuboidmod:notsogudium_quantum_collapser" } }, + "pattern": [ + " $ ", + "#@#", + " # " + ], "result": { "item": "cuboidmod:kudbebedda_quantum_collapser" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_rod_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_rod_from_ingots.json index 644c90c..da85910 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_rod_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_rod_from_ingots.json @@ -1,15 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "#", - "#" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:kudbebedda_ingot" } }, + "pattern": [ + "#", + "#" + ], "result": { "item": "cuboidmod:kudbebedda_rod" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_shovel_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_shovel_from_ingots_and_rods.json index d7d9fdf..c8bb883 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_shovel_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_shovel_from_ingots_and_rods.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "#", - "|", - "|" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:kudbebedda_ingot" @@ -13,7 +9,13 @@ "tag": "forge:rods" } }, + "pattern": [ + "#", + "|", + "|" + ], "result": { "item": "cuboidmod:kudbebedda_shovel" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_smasher_from_blocks_ingot_and_rods.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_smasher_from_blocks_ingot_and_rods.json index 9d6b677..33077e3 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_smasher_from_blocks_ingot_and_rods.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_smasher_from_blocks_ingot_and_rods.json @@ -1,22 +1,24 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "#-#", - " | ", - " | " - ], + "category": "misc", "key": { - "-": { - "item": "cuboidmod:kudbebedda_ingot" - }, "#": { "item": "cuboidmod:kudbebedda_block" }, + "-": { + "item": "cuboidmod:kudbebedda_ingot" + }, "|": { "tag": "forge:rods" } }, + "pattern": [ + "#-#", + " | ", + " | " + ], "result": { "item": "cuboidmod:kudbebedda_smasher" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_spg_from_blocks_furnace_and_redstone_block.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_spg_from_blocks_furnace_and_redstone_block.json index ebacde0..b106e83 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_spg_from_blocks_furnace_and_redstone_block.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_spg_from_blocks_furnace_and_redstone_block.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "#$#", - "$R$", - "#$#" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:kudbebedda_block" @@ -16,7 +12,13 @@ "item": "minecraft:redstone_block" } }, + "pattern": [ + "#$#", + "$R$", + "#$#" + ], "result": { "item": "cuboidmod:kudbebedda_singularity_power_generator" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_spg_upgrade.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_spg_upgrade.json index 5f87eed..3176d89 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_spg_upgrade.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_spg_upgrade.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " $ ", - "#@#", - " $ " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:kudbebedda_block" @@ -16,7 +12,13 @@ "item": "cuboidmod:notsogudium_singularity_power_generator" } }, + "pattern": [ + " $ ", + "#@#", + " $ " + ], "result": { "item": "cuboidmod:kudbebedda_singularity_power_generator" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_srg_from_blocks_furnace_and_crafting_table.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_srg_from_blocks_furnace_and_crafting_table.json index f57f235..81ef629 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_srg_from_blocks_furnace_and_crafting_table.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_srg_from_blocks_furnace_and_crafting_table.json @@ -1,22 +1,24 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "$!$", - "###" - ], + "category": "misc", "key": { + "!": { + "item": "cuboidmod:kudbebedda_crafting_table" + }, "#": { "item": "cuboidmod:kudbebedda_block" }, "$": { "item": "cuboidmod:kudbebedda_furnace" - }, - "!": { - "item": "cuboidmod:kudbebedda_crafting_table" } }, + "pattern": [ + "###", + "$!$", + "###" + ], "result": { "item": "cuboidmod:kudbebedda_singularity_resource_generator" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_srg_upgrade.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_srg_upgrade.json index 9c3469e..f55c8fd 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_srg_upgrade.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_srg_upgrade.json @@ -1,25 +1,27 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " $ ", - "#@#", - " ! " - ], + "category": "misc", "key": { + "!": { + "item": "cuboidmod:kudbebedda_crafting_table" + }, "#": { "item": "cuboidmod:kudbebedda_block" }, "$": { "item": "cuboidmod:kudbebedda_furnace" }, - "!": { - "item": "cuboidmod:kudbebedda_crafting_table" - }, "@": { "item": "cuboidmod:notsogudium_singularity_resource_generator" } }, + "pattern": [ + " $ ", + "#@#", + " ! " + ], "result": { "item": "cuboidmod:kudbebedda_singularity_resource_generator" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_sword_from_ingots_and_rod.json b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_sword_from_ingots_and_rod.json index 41cd9e8..dae4a0f 100644 --- a/src/generated/resources/data/cuboidmod/recipes/kudbebedda_sword_from_ingots_and_rod.json +++ b/src/generated/resources/data/cuboidmod/recipes/kudbebedda_sword_from_ingots_and_rod.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "#", - "#", - "|" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:kudbebedda_ingot" @@ -13,7 +9,13 @@ "tag": "forge:rods" } }, + "pattern": [ + "#", + "#", + "|" + ], "result": { "item": "cuboidmod:kudbebedda_sword" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/lantern_from_nuggets_and_torch.json b/src/generated/resources/data/cuboidmod/recipes/lantern_from_nuggets_and_torch.json index d660a5b..44d3c5e 100644 --- a/src/generated/resources/data/cuboidmod/recipes/lantern_from_nuggets_and_torch.json +++ b/src/generated/resources/data/cuboidmod/recipes/lantern_from_nuggets_and_torch.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "---", - "-|-", - "---" - ], + "category": "misc", "key": { "-": { "tag": "cuboidmod:nuggets" @@ -13,7 +9,13 @@ "item": "minecraft:torch" } }, + "pattern": [ + "---", + "-|-", + "---" + ], "result": { "item": "minecraft:lantern" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_axe_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_axe_from_ingots_and_rods.json index baeb71d..e59a0c1 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_axe_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_axe_from_ingots_and_rods.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "##", - "#|", - " |" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notarfbadium_ingot" @@ -13,7 +9,13 @@ "tag": "forge:rods" } }, + "pattern": [ + "##", + "#|", + " |" + ], "result": { "item": "cuboidmod:notarfbadium_axe" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_block_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_block_from_ingots.json index 67b7734..3fc6350 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_block_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_block_from_ingots.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###", - "###" - ], + "category": "equipment", "key": { "#": { "item": "cuboidmod:notarfbadium_ingot" } }, + "pattern": [ + "###", + "###", + "###" + ], "result": { "item": "cuboidmod:notarfbadium_block" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_boots_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_boots_from_ingots.json index d918c33..251dd3a 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_boots_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_boots_from_ingots.json @@ -1,15 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "# #", - "# #" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notarfbadium_ingot" } }, + "pattern": [ + "# #", + "# #" + ], "result": { "item": "cuboidmod:notarfbadium_boots" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_chest_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_chest_from_ingots.json index 17f0e75..38e5bee 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_chest_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_chest_from_ingots.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "# #", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notarfbadium_ingot" } }, + "pattern": [ + "###", + "# #", + "###" + ], "result": { "item": "cuboidmod:notarfbadium_chest" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_chest_from_prev.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_chest_from_prev.json index b80ae97..197c5e4 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_chest_from_prev.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_chest_from_prev.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " # ", - "#$#", - " # " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notarfbadium_ingot" @@ -13,7 +9,13 @@ "item": "cuboidmod:kudbebedda_chest" } }, + "pattern": [ + " # ", + "#$#", + " # " + ], "result": { "item": "cuboidmod:notarfbadium_chest" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_chestplate_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_chestplate_from_ingots.json index ab9c7bf..055f9f8 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_chestplate_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_chestplate_from_ingots.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "# #", - "###", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notarfbadium_ingot" } }, + "pattern": [ + "# #", + "###", + "###" + ], "result": { "item": "cuboidmod:notarfbadium_chestplate" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_chunk_from_pieces.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_chunk_from_pieces.json index 994eb3b..0f57455 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_chunk_from_pieces.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_chunk_from_pieces.json @@ -1,15 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "##", - "##" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notarfbadium_piece" } }, + "pattern": [ + "##", + "##" + ], "result": { "item": "cuboidmod:notarfbadium_chunk" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_chunk_ingot_blasting.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_chunk_ingot_blasting.json index 66df31f..f373495 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_chunk_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_chunk_ingot_blasting.json @@ -1,9 +1,10 @@ { "type": "minecraft:blasting", + "category": "misc", + "cookingtime": 100, + "experience": 0.7, "ingredient": { "item": "cuboidmod:notarfbadium_chunk" }, - "result": "cuboidmod:notarfbadium_ingot", - "experience": 0.7, - "cookingtime": 100 + "result": "cuboidmod:notarfbadium_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_chunk_ingot_smelting.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_chunk_ingot_smelting.json index 1d349e6..1e381d0 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_chunk_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_chunk_ingot_smelting.json @@ -1,9 +1,10 @@ { "type": "minecraft:smelting", + "category": "misc", + "cookingtime": 200, + "experience": 0.7, "ingredient": { "item": "cuboidmod:notarfbadium_chunk" }, - "result": "cuboidmod:notarfbadium_ingot", - "experience": 0.7, - "cookingtime": 200 + "result": "cuboidmod:notarfbadium_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_crafting_table_from_silica_and_chunk.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_crafting_table_from_silica_and_chunk.json index a856065..a5da22c 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_crafting_table_from_silica_and_chunk.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_crafting_table_from_silica_and_chunk.json @@ -1,18 +1,20 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "$$", - "##" - ], + "category": "misc", "key": { - "$": { - "item": "cuboidmod:silica_dust" - }, "#": { "item": "cuboidmod:notarfbadium_chunk" + }, + "$": { + "item": "cuboidmod:silica_dust" } }, + "pattern": [ + "$$", + "##" + ], "result": { "item": "cuboidmod:notarfbadium_crafting_table" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_dust_ingot_blasting.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_dust_ingot_blasting.json index c384384..b607b37 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_dust_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_dust_ingot_blasting.json @@ -1,9 +1,10 @@ { "type": "minecraft:blasting", + "category": "misc", + "cookingtime": 100, + "experience": 0.7, "ingredient": { "item": "cuboidmod:notarfbadium_dust" }, - "result": "cuboidmod:notarfbadium_ingot", - "experience": 0.7, - "cookingtime": 100 + "result": "cuboidmod:notarfbadium_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_dust_ingot_smelting.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_dust_ingot_smelting.json index 59973c8..7197cee 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_dust_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_dust_ingot_smelting.json @@ -1,9 +1,10 @@ { "type": "minecraft:smelting", + "category": "misc", + "cookingtime": 200, + "experience": 0.7, "ingredient": { "item": "cuboidmod:notarfbadium_dust" }, - "result": "cuboidmod:notarfbadium_ingot", - "experience": 0.7, - "cookingtime": 200 + "result": "cuboidmod:notarfbadium_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_dust_with_smoosher_and_chunk.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_dust_with_smoosher_and_chunk.json index f8f0a83..cf45a0e 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_dust_with_smoosher_and_chunk.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_dust_with_smoosher_and_chunk.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:smoosher" @@ -9,7 +10,7 @@ } ], "result": { - "item": "cuboidmod:notarfbadium_dust", - "count": 2 + "count": 2, + "item": "cuboidmod:notarfbadium_dust" } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_dust_with_smoosher_and_ingot.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_dust_with_smoosher_and_ingot.json index 80aeba5..8877b58 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_dust_with_smoosher_and_ingot.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_dust_with_smoosher_and_ingot.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:smoosher" diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_dust_with_smoosher_and_ore.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_dust_with_smoosher_and_ore.json index cb1946e..25ca226 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_dust_with_smoosher_and_ore.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_dust_with_smoosher_and_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:smoosher" @@ -9,7 +10,7 @@ } ], "result": { - "item": "cuboidmod:notarfbadium_dust", - "count": 2 + "count": 2, + "item": "cuboidmod:notarfbadium_dust" } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_furnace_upgrade_from_notsogudium_furnace.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_furnace_upgrade_from_notsogudium_furnace.json index 5bb68a7..5a28036 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_furnace_upgrade_from_notsogudium_furnace.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_furnace_upgrade_from_notsogudium_furnace.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "#$#", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notarfbadium_ingot" @@ -13,7 +9,13 @@ "item": "cuboidmod:notsogudium_furnace" } }, + "pattern": [ + "###", + "#$#", + "###" + ], "result": { "item": "cuboidmod:notarfbadium_furnace" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_furnace_upgrade_from_vanilla_furnace.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_furnace_upgrade_from_vanilla_furnace.json index 4f0586c..d1344ac 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_furnace_upgrade_from_vanilla_furnace.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_furnace_upgrade_from_vanilla_furnace.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "#$#", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notarfbadium_ingot" @@ -13,7 +9,13 @@ "item": "minecraft:furnace" } }, + "pattern": [ + "###", + "#$#", + "###" + ], "result": { "item": "cuboidmod:notarfbadium_furnace" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_furnace_upgrade_with_four_ingots.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_furnace_upgrade_with_four_ingots.json index 515e87f..f41246a 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_furnace_upgrade_with_four_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_furnace_upgrade_with_four_ingots.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " # ", - "#$#", - " # " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notarfbadium_ingot" @@ -13,7 +9,13 @@ "item": "cuboidmod:kudbebedda_furnace" } }, + "pattern": [ + " # ", + "#$#", + " # " + ], "result": { "item": "cuboidmod:notarfbadium_furnace" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_helmet_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_helmet_from_ingots.json index 643f900..09a1a67 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_helmet_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_helmet_from_ingots.json @@ -1,15 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "# #" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notarfbadium_ingot" } }, + "pattern": [ + "###", + "# #" + ], "result": { "item": "cuboidmod:notarfbadium_helmet" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_hoe_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_hoe_from_ingots_and_rods.json index b3e1a35..6c8e1fb 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_hoe_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_hoe_from_ingots_and_rods.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "##", - " |", - " |" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notarfbadium_ingot" @@ -13,7 +9,13 @@ "tag": "forge:rods" } }, + "pattern": [ + "##", + " |", + " |" + ], "result": { "item": "cuboidmod:notarfbadium_hoe" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_ingot_from_nuggets.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_ingot_from_nuggets.json index 7d3bc80..8347f38 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_ingot_from_nuggets.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_ingot_from_nuggets.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notarfbadium_nugget" } }, + "pattern": [ + "###", + "###", + "###" + ], "result": { "item": "cuboidmod:notarfbadium_ingot" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_ingots_from_block.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_ingots_from_block.json index 509ab08..86b3610 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_ingots_from_block.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_ingots_from_block.json @@ -1,12 +1,13 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:notarfbadium_block" } ], "result": { - "item": "cuboidmod:notarfbadium_ingot", - "count": 9 + "count": 9, + "item": "cuboidmod:notarfbadium_ingot" } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_leggings_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_leggings_from_ingots.json index 43fc998..7064e30 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_leggings_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_leggings_from_ingots.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "# #", - "# #" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notarfbadium_ingot" } }, + "pattern": [ + "###", + "# #", + "# #" + ], "result": { "item": "cuboidmod:notarfbadium_leggings" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_nuggets_from_ingot.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_nuggets_from_ingot.json index eed8cb5..f60f773 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_nuggets_from_ingot.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_nuggets_from_ingot.json @@ -1,12 +1,13 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:notarfbadium_ingot" } ], "result": { - "item": "cuboidmod:notarfbadium_nugget", - "count": 9 + "count": 9, + "item": "cuboidmod:notarfbadium_nugget" } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_ore_ingot_blasting.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_ore_ingot_blasting.json index 0739b33..048ca73 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_ore_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_ore_ingot_blasting.json @@ -1,9 +1,10 @@ { "type": "minecraft:blasting", + "category": "misc", + "cookingtime": 100, + "experience": 0.7, "ingredient": { "item": "cuboidmod:notarfbadium_ore" }, - "result": "cuboidmod:notarfbadium_ingot", - "experience": 0.7, - "cookingtime": 100 + "result": "cuboidmod:notarfbadium_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_ore_ingot_smelting.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_ore_ingot_smelting.json index 6e763c5..55f7dd5 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_ore_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_ore_ingot_smelting.json @@ -1,9 +1,10 @@ { "type": "minecraft:smelting", + "category": "misc", + "cookingtime": 200, + "experience": 0.7, "ingredient": { "item": "cuboidmod:notarfbadium_ore" }, - "result": "cuboidmod:notarfbadium_ingot", - "experience": 0.7, - "cookingtime": 200 + "result": "cuboidmod:notarfbadium_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_pickaxe_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_pickaxe_from_ingots_and_rods.json index c51cc33..c5af8dd 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_pickaxe_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_pickaxe_from_ingots_and_rods.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - " | ", - " | " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notarfbadium_ingot" @@ -13,7 +9,13 @@ "tag": "forge:rods" } }, + "pattern": [ + "###", + " | ", + " | " + ], "result": { "item": "cuboidmod:notarfbadium_pickaxe" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_quantum_collapser_from_blocks_and_furnace.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_quantum_collapser_from_blocks_and_furnace.json index 31ab00a..38f08c5 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_quantum_collapser_from_blocks_and_furnace.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_quantum_collapser_from_blocks_and_furnace.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "#$#", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notarfbadium_block" @@ -13,7 +9,13 @@ "item": "cuboidmod:notarfbadium_furnace" } }, + "pattern": [ + "###", + "#$#", + "###" + ], "result": { "item": "cuboidmod:notarfbadium_quantum_collapser" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_quantum_collapser_upgrade.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_quantum_collapser_upgrade.json index 4b92fb1..64d3fc5 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_quantum_collapser_upgrade.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_quantum_collapser_upgrade.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " $ ", - "#@#", - " # " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notarfbadium_block" @@ -16,7 +12,13 @@ "item": "cuboidmod:kudbebedda_quantum_collapser" } }, + "pattern": [ + " $ ", + "#@#", + " # " + ], "result": { "item": "cuboidmod:notarfbadium_quantum_collapser" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_rod_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_rod_from_ingots.json index b4127b6..291d935 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_rod_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_rod_from_ingots.json @@ -1,15 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "#", - "#" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notarfbadium_ingot" } }, + "pattern": [ + "#", + "#" + ], "result": { "item": "cuboidmod:notarfbadium_rod" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_shovel_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_shovel_from_ingots_and_rods.json index d16ba31..a3bce73 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_shovel_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_shovel_from_ingots_and_rods.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "#", - "|", - "|" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notarfbadium_ingot" @@ -13,7 +9,13 @@ "tag": "forge:rods" } }, + "pattern": [ + "#", + "|", + "|" + ], "result": { "item": "cuboidmod:notarfbadium_shovel" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_smasher_from_blocks_ingot_and_rods.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_smasher_from_blocks_ingot_and_rods.json index 1295bf5..0ed5965 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_smasher_from_blocks_ingot_and_rods.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_smasher_from_blocks_ingot_and_rods.json @@ -1,22 +1,24 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "#-#", - " | ", - " | " - ], + "category": "misc", "key": { - "-": { - "item": "cuboidmod:notarfbadium_ingot" - }, "#": { "item": "cuboidmod:notarfbadium_block" }, + "-": { + "item": "cuboidmod:notarfbadium_ingot" + }, "|": { "tag": "forge:rods" } }, + "pattern": [ + "#-#", + " | ", + " | " + ], "result": { "item": "cuboidmod:notarfbadium_smasher" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_spg_from_blocks_furnace_and_redstone_block.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_spg_from_blocks_furnace_and_redstone_block.json index 24ee9a1..4a4e370 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_spg_from_blocks_furnace_and_redstone_block.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_spg_from_blocks_furnace_and_redstone_block.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "#$#", - "$R$", - "#$#" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notarfbadium_block" @@ -16,7 +12,13 @@ "item": "minecraft:redstone_block" } }, + "pattern": [ + "#$#", + "$R$", + "#$#" + ], "result": { "item": "cuboidmod:notarfbadium_singularity_power_generator" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_spg_upgrade.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_spg_upgrade.json index 350c2df..59df6f5 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_spg_upgrade.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_spg_upgrade.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " $ ", - "#@#", - " $ " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notarfbadium_block" @@ -16,7 +12,13 @@ "item": "cuboidmod:kudbebedda_singularity_power_generator" } }, + "pattern": [ + " $ ", + "#@#", + " $ " + ], "result": { "item": "cuboidmod:notarfbadium_singularity_power_generator" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_srg_from_blocks_furnace_and_crafting_table.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_srg_from_blocks_furnace_and_crafting_table.json index b4aee1a..0c9e48d 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_srg_from_blocks_furnace_and_crafting_table.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_srg_from_blocks_furnace_and_crafting_table.json @@ -1,22 +1,24 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "$!$", - "###" - ], + "category": "misc", "key": { + "!": { + "item": "cuboidmod:notarfbadium_crafting_table" + }, "#": { "item": "cuboidmod:notarfbadium_block" }, "$": { "item": "cuboidmod:notarfbadium_furnace" - }, - "!": { - "item": "cuboidmod:notarfbadium_crafting_table" } }, + "pattern": [ + "###", + "$!$", + "###" + ], "result": { "item": "cuboidmod:notarfbadium_singularity_resource_generator" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_srg_upgrade.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_srg_upgrade.json index a1fc486..db01878 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_srg_upgrade.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_srg_upgrade.json @@ -1,25 +1,27 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " $ ", - "#@#", - " ! " - ], + "category": "misc", "key": { + "!": { + "item": "cuboidmod:notarfbadium_crafting_table" + }, "#": { "item": "cuboidmod:notarfbadium_block" }, "$": { "item": "cuboidmod:notarfbadium_furnace" }, - "!": { - "item": "cuboidmod:notarfbadium_crafting_table" - }, "@": { "item": "cuboidmod:kudbebedda_singularity_resource_generator" } }, + "pattern": [ + " $ ", + "#@#", + " ! " + ], "result": { "item": "cuboidmod:notarfbadium_singularity_resource_generator" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_sword_from_ingots_and_rod.json b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_sword_from_ingots_and_rod.json index 75dab8a..f809c24 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notarfbadium_sword_from_ingots_and_rod.json +++ b/src/generated/resources/data/cuboidmod/recipes/notarfbadium_sword_from_ingots_and_rod.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "#", - "#", - "|" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notarfbadium_ingot" @@ -13,7 +9,13 @@ "tag": "forge:rods" } }, + "pattern": [ + "#", + "#", + "|" + ], "result": { "item": "cuboidmod:notarfbadium_sword" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_axe_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_axe_from_ingots_and_rods.json index 6939ef5..2860f21 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_axe_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_axe_from_ingots_and_rods.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "##", - "#|", - " |" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notsogudium_ingot" @@ -13,7 +9,13 @@ "tag": "forge:rods" } }, + "pattern": [ + "##", + "#|", + " |" + ], "result": { "item": "cuboidmod:notsogudium_axe" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_block_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_block_from_ingots.json index a9e2bf8..f8a92ed 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_block_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_block_from_ingots.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###", - "###" - ], + "category": "equipment", "key": { "#": { "item": "cuboidmod:notsogudium_ingot" } }, + "pattern": [ + "###", + "###", + "###" + ], "result": { "item": "cuboidmod:notsogudium_block" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_boots_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_boots_from_ingots.json index 88fa3d9..6ac9ca8 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_boots_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_boots_from_ingots.json @@ -1,15 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "# #", - "# #" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notsogudium_ingot" } }, + "pattern": [ + "# #", + "# #" + ], "result": { "item": "cuboidmod:notsogudium_boots" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_bowls_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_bowls_from_ingots.json index 2943ce5..6dc4382 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_bowls_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_bowls_from_ingots.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "# #", - " # " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notsogudium_ingot" } }, + "pattern": [ + "# #", + " # " + ], "result": { - "item": "cuboidmod:notsogudium_bowl", - "count": 3 - } + "count": 3, + "item": "cuboidmod:notsogudium_bowl" + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_chest_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_chest_from_ingots.json index bc6e2cd..5235d77 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_chest_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_chest_from_ingots.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "# #", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notsogudium_ingot" } }, + "pattern": [ + "###", + "# #", + "###" + ], "result": { "item": "cuboidmod:notsogudium_chest" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_chestplate_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_chestplate_from_ingots.json index 0629cb1..1c38ad9 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_chestplate_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_chestplate_from_ingots.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "# #", - "###", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notsogudium_ingot" } }, + "pattern": [ + "# #", + "###", + "###" + ], "result": { "item": "cuboidmod:notsogudium_chestplate" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_chunk_from_pieces.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_chunk_from_pieces.json index 3c04b63..22cc4fa 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_chunk_from_pieces.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_chunk_from_pieces.json @@ -1,15 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "##", - "##" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notsogudium_piece" } }, + "pattern": [ + "##", + "##" + ], "result": { "item": "cuboidmod:notsogudium_chunk" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_chunk_ingot_blasting.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_chunk_ingot_blasting.json index 46274c8..5dc0f9f 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_chunk_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_chunk_ingot_blasting.json @@ -1,9 +1,10 @@ { "type": "minecraft:blasting", + "category": "misc", + "cookingtime": 100, + "experience": 0.7, "ingredient": { "item": "cuboidmod:notsogudium_chunk" }, - "result": "cuboidmod:notsogudium_ingot", - "experience": 0.7, - "cookingtime": 100 + "result": "cuboidmod:notsogudium_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_chunk_ingot_smelting.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_chunk_ingot_smelting.json index e5031e2..ca4d7f8 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_chunk_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_chunk_ingot_smelting.json @@ -1,9 +1,10 @@ { "type": "minecraft:smelting", + "category": "misc", + "cookingtime": 200, + "experience": 0.7, "ingredient": { "item": "cuboidmod:notsogudium_chunk" }, - "result": "cuboidmod:notsogudium_ingot", - "experience": 0.7, - "cookingtime": 200 + "result": "cuboidmod:notsogudium_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_crafting_table_from_silica_and_chunk.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_crafting_table_from_silica_and_chunk.json index 0b597c0..e23bfc0 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_crafting_table_from_silica_and_chunk.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_crafting_table_from_silica_and_chunk.json @@ -1,18 +1,20 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "$$", - "##" - ], + "category": "misc", "key": { - "$": { - "item": "cuboidmod:silica_dust" - }, "#": { "item": "cuboidmod:notsogudium_chunk" + }, + "$": { + "item": "cuboidmod:silica_dust" } }, + "pattern": [ + "$$", + "##" + ], "result": { "item": "cuboidmod:notsogudium_crafting_table" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_dust_ingot_blasting.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_dust_ingot_blasting.json index 460afd5..c0b8988 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_dust_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_dust_ingot_blasting.json @@ -1,9 +1,10 @@ { "type": "minecraft:blasting", + "category": "misc", + "cookingtime": 100, + "experience": 0.7, "ingredient": { "item": "cuboidmod:notsogudium_dust" }, - "result": "cuboidmod:notsogudium_ingot", - "experience": 0.7, - "cookingtime": 100 + "result": "cuboidmod:notsogudium_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_dust_ingot_smelting.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_dust_ingot_smelting.json index 76f6877..cdf98bc 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_dust_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_dust_ingot_smelting.json @@ -1,9 +1,10 @@ { "type": "minecraft:smelting", + "category": "misc", + "cookingtime": 200, + "experience": 0.7, "ingredient": { "item": "cuboidmod:notsogudium_dust" }, - "result": "cuboidmod:notsogudium_ingot", - "experience": 0.7, - "cookingtime": 200 + "result": "cuboidmod:notsogudium_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_dust_with_smoosher_and_chunk.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_dust_with_smoosher_and_chunk.json index cf5541e..496126a 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_dust_with_smoosher_and_chunk.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_dust_with_smoosher_and_chunk.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:smoosher" @@ -9,7 +10,7 @@ } ], "result": { - "item": "cuboidmod:notsogudium_dust", - "count": 2 + "count": 2, + "item": "cuboidmod:notsogudium_dust" } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_dust_with_smoosher_and_ingot.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_dust_with_smoosher_and_ingot.json index 597b3f1..60b6212 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_dust_with_smoosher_and_ingot.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_dust_with_smoosher_and_ingot.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:smoosher" diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_dust_with_smoosher_and_ore.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_dust_with_smoosher_and_ore.json index 90d429d..3002825 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_dust_with_smoosher_and_ore.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_dust_with_smoosher_and_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:smoosher" @@ -9,7 +10,7 @@ } ], "result": { - "item": "cuboidmod:notsogudium_dust", - "count": 2 + "count": 2, + "item": "cuboidmod:notsogudium_dust" } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_eumus_furnace_upgrade_with_four_ingots.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_eumus_furnace_upgrade_with_four_ingots.json index 995efde..2bd9564 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_eumus_furnace_upgrade_with_four_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_eumus_furnace_upgrade_with_four_ingots.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " # ", - "#$#", - " # " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notsogudium_ingot" @@ -13,7 +9,13 @@ "item": "cuboidmod:eumus_furnace" } }, + "pattern": [ + " # ", + "#$#", + " # " + ], "result": { "item": "cuboidmod:notsogudium_furnace" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_furnace_upgrade_with_four_ingots.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_furnace_upgrade_with_four_ingots.json index e3677c6..f8f38dd 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_furnace_upgrade_with_four_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_furnace_upgrade_with_four_ingots.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " # ", - "#$#", - " # " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notsogudium_ingot" @@ -13,7 +9,13 @@ "item": "minecraft:furnace" } }, + "pattern": [ + " # ", + "#$#", + " # " + ], "result": { "item": "cuboidmod:notsogudium_furnace" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_helmet_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_helmet_from_ingots.json index 42f509c..73245e6 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_helmet_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_helmet_from_ingots.json @@ -1,15 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "# #" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notsogudium_ingot" } }, + "pattern": [ + "###", + "# #" + ], "result": { "item": "cuboidmod:notsogudium_helmet" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_hoe_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_hoe_from_ingots_and_rods.json index 95b6cac..97c4632 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_hoe_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_hoe_from_ingots_and_rods.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "##", - " |", - " |" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notsogudium_ingot" @@ -13,7 +9,13 @@ "tag": "forge:rods" } }, + "pattern": [ + "##", + " |", + " |" + ], "result": { "item": "cuboidmod:notsogudium_hoe" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_ingot_from_nuggets.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_ingot_from_nuggets.json index 6d8b498..bb74b02 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_ingot_from_nuggets.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_ingot_from_nuggets.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notsogudium_nugget" } }, + "pattern": [ + "###", + "###", + "###" + ], "result": { "item": "cuboidmod:notsogudium_ingot" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_ingots_from_block.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_ingots_from_block.json index 629651c..01006ec 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_ingots_from_block.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_ingots_from_block.json @@ -1,12 +1,13 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:notsogudium_block" } ], "result": { - "item": "cuboidmod:notsogudium_ingot", - "count": 9 + "count": 9, + "item": "cuboidmod:notsogudium_ingot" } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_leggings_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_leggings_from_ingots.json index 2b28e0f..9b71aea 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_leggings_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_leggings_from_ingots.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "# #", - "# #" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notsogudium_ingot" } }, + "pattern": [ + "###", + "# #", + "# #" + ], "result": { "item": "cuboidmod:notsogudium_leggings" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_nuggets_from_ingot.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_nuggets_from_ingot.json index 104f737..845b7db 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_nuggets_from_ingot.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_nuggets_from_ingot.json @@ -1,12 +1,13 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:notsogudium_ingot" } ], "result": { - "item": "cuboidmod:notsogudium_nugget", - "count": 9 + "count": 9, + "item": "cuboidmod:notsogudium_nugget" } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_ore_ingot_blasting.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_ore_ingot_blasting.json index a6917ac..47a2c10 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_ore_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_ore_ingot_blasting.json @@ -1,9 +1,10 @@ { "type": "minecraft:blasting", + "category": "misc", + "cookingtime": 100, + "experience": 0.7, "ingredient": { "item": "cuboidmod:notsogudium_ore" }, - "result": "cuboidmod:notsogudium_ingot", - "experience": 0.7, - "cookingtime": 100 + "result": "cuboidmod:notsogudium_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_ore_ingot_smelting.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_ore_ingot_smelting.json index 132ec61..bf9b0f6 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_ore_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_ore_ingot_smelting.json @@ -1,9 +1,10 @@ { "type": "minecraft:smelting", + "category": "misc", + "cookingtime": 200, + "experience": 0.7, "ingredient": { "item": "cuboidmod:notsogudium_ore" }, - "result": "cuboidmod:notsogudium_ingot", - "experience": 0.7, - "cookingtime": 200 + "result": "cuboidmod:notsogudium_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_pickaxe_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_pickaxe_from_ingots_and_rods.json index 7075fd0..90cf236 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_pickaxe_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_pickaxe_from_ingots_and_rods.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - " | ", - " | " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notsogudium_ingot" @@ -13,7 +9,13 @@ "tag": "forge:rods" } }, + "pattern": [ + "###", + " | ", + " | " + ], "result": { "item": "cuboidmod:notsogudium_pickaxe" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_quantum_collapser_from_blocks_and_furnace.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_quantum_collapser_from_blocks_and_furnace.json index 65a0b29..edfa13e 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_quantum_collapser_from_blocks_and_furnace.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_quantum_collapser_from_blocks_and_furnace.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "#$#", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notsogudium_block" @@ -13,7 +9,13 @@ "item": "cuboidmod:notsogudium_furnace" } }, + "pattern": [ + "###", + "#$#", + "###" + ], "result": { "item": "cuboidmod:notsogudium_quantum_collapser" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_rod_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_rod_from_ingots.json index 3b7f54a..c67f299 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_rod_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_rod_from_ingots.json @@ -1,15 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "#", - "#" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notsogudium_ingot" } }, + "pattern": [ + "#", + "#" + ], "result": { "item": "cuboidmod:notsogudium_rod" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_shovel_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_shovel_from_ingots_and_rods.json index 8016449..87f3892 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_shovel_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_shovel_from_ingots_and_rods.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "#", - "|", - "|" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notsogudium_ingot" @@ -13,7 +9,13 @@ "tag": "forge:rods" } }, + "pattern": [ + "#", + "|", + "|" + ], "result": { "item": "cuboidmod:notsogudium_shovel" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_smasher_from_blocks_ingot_and_rods.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_smasher_from_blocks_ingot_and_rods.json index b3bb077..ca7fc19 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_smasher_from_blocks_ingot_and_rods.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_smasher_from_blocks_ingot_and_rods.json @@ -1,22 +1,24 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "#-#", - " | ", - " | " - ], + "category": "misc", "key": { - "-": { - "item": "cuboidmod:notsogudium_ingot" - }, "#": { "item": "cuboidmod:notsogudium_block" }, + "-": { + "item": "cuboidmod:notsogudium_ingot" + }, "|": { "tag": "forge:rods" } }, + "pattern": [ + "#-#", + " | ", + " | " + ], "result": { "item": "cuboidmod:notsogudium_smasher" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_spg_from_blocks_furnace_and_redstone_block.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_spg_from_blocks_furnace_and_redstone_block.json index 9fb856c..91e5805 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_spg_from_blocks_furnace_and_redstone_block.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_spg_from_blocks_furnace_and_redstone_block.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "#$#", - "$R$", - "#$#" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notsogudium_block" @@ -16,7 +12,13 @@ "item": "minecraft:redstone_block" } }, + "pattern": [ + "#$#", + "$R$", + "#$#" + ], "result": { "item": "cuboidmod:notsogudium_singularity_power_generator" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_srg_from_blocks_furnace_and_crafting_table.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_srg_from_blocks_furnace_and_crafting_table.json index cea8038..647e20a 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_srg_from_blocks_furnace_and_crafting_table.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_srg_from_blocks_furnace_and_crafting_table.json @@ -1,22 +1,24 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "$!$", - "###" - ], + "category": "misc", "key": { + "!": { + "item": "cuboidmod:notsogudium_crafting_table" + }, "#": { "item": "cuboidmod:notsogudium_block" }, "$": { "item": "cuboidmod:notsogudium_furnace" - }, - "!": { - "item": "cuboidmod:notsogudium_crafting_table" } }, + "pattern": [ + "###", + "$!$", + "###" + ], "result": { "item": "cuboidmod:notsogudium_singularity_resource_generator" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/notsogudium_sword_from_ingots_and_rod.json b/src/generated/resources/data/cuboidmod/recipes/notsogudium_sword_from_ingots_and_rod.json index 8aebeaa..b21ee3b 100644 --- a/src/generated/resources/data/cuboidmod/recipes/notsogudium_sword_from_ingots_and_rod.json +++ b/src/generated/resources/data/cuboidmod/recipes/notsogudium_sword_from_ingots_and_rod.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "#", - "#", - "|" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:notsogudium_ingot" @@ -13,7 +9,13 @@ "tag": "forge:rods" } }, + "pattern": [ + "#", + "#", + "|" + ], "result": { "item": "cuboidmod:notsogudium_sword" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/organically_enriched_sand_from_sand_and_stuff.json b/src/generated/resources/data/cuboidmod/recipes/organically_enriched_sand_from_sand_and_stuff.json index 3eb4f6a..2095095 100644 --- a/src/generated/resources/data/cuboidmod/recipes/organically_enriched_sand_from_sand_and_stuff.json +++ b/src/generated/resources/data/cuboidmod/recipes/organically_enriched_sand_from_sand_and_stuff.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "minecraft:sand" diff --git a/src/generated/resources/data/cuboidmod/recipes/protein_bar_from_protein_paste_smelting.json b/src/generated/resources/data/cuboidmod/recipes/protein_bar_from_protein_paste_smelting.json index 8629648..d367dc9 100644 --- a/src/generated/resources/data/cuboidmod/recipes/protein_bar_from_protein_paste_smelting.json +++ b/src/generated/resources/data/cuboidmod/recipes/protein_bar_from_protein_paste_smelting.json @@ -1,9 +1,10 @@ { "type": "minecraft:smelting", + "category": "food", + "cookingtime": 200, + "experience": 0.0, "ingredient": { "item": "cuboidmod:protein_paste" }, - "result": "cuboidmod:protein_bar", - "experience": 0.0, - "cookingtime": 200 + "result": "cuboidmod:protein_bar" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/protein_fiber_block_from_protein_fiber.json b/src/generated/resources/data/cuboidmod/recipes/protein_fiber_block_from_protein_fiber.json index 037f607..b49658c 100644 --- a/src/generated/resources/data/cuboidmod/recipes/protein_fiber_block_from_protein_fiber.json +++ b/src/generated/resources/data/cuboidmod/recipes/protein_fiber_block_from_protein_fiber.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###", - "###" - ], + "category": "equipment", "key": { "#": { "item": "cuboidmod:protein_fiber" } }, + "pattern": [ + "###", + "###", + "###" + ], "result": { "item": "cuboidmod:protein_fiber_block" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/protein_fiber_from_protein_fiber_block.json b/src/generated/resources/data/cuboidmod/recipes/protein_fiber_from_protein_fiber_block.json index c03da48..97636de 100644 --- a/src/generated/resources/data/cuboidmod/recipes/protein_fiber_from_protein_fiber_block.json +++ b/src/generated/resources/data/cuboidmod/recipes/protein_fiber_from_protein_fiber_block.json @@ -1,12 +1,13 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:protein_fiber_block" } ], "result": { - "item": "cuboidmod:protein_fiber", - "count": 9 + "count": 9, + "item": "cuboidmod:protein_fiber" } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/protein_paste_block_from_protein_paste.json b/src/generated/resources/data/cuboidmod/recipes/protein_paste_block_from_protein_paste.json index fc7d04a..3509d23 100644 --- a/src/generated/resources/data/cuboidmod/recipes/protein_paste_block_from_protein_paste.json +++ b/src/generated/resources/data/cuboidmod/recipes/protein_paste_block_from_protein_paste.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###", - "###" - ], + "category": "equipment", "key": { "#": { "item": "cuboidmod:protein_paste" } }, + "pattern": [ + "###", + "###", + "###" + ], "result": { "item": "cuboidmod:protein_paste_block" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/protein_paste_from_protein_paste_block.json b/src/generated/resources/data/cuboidmod/recipes/protein_paste_from_protein_paste_block.json index 02e281e..1524b78 100644 --- a/src/generated/resources/data/cuboidmod/recipes/protein_paste_from_protein_paste_block.json +++ b/src/generated/resources/data/cuboidmod/recipes/protein_paste_from_protein_paste_block.json @@ -1,12 +1,13 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:protein_paste_block" } ], "result": { - "item": "cuboidmod:protein_paste", - "count": 9 + "count": 9, + "item": "cuboidmod:protein_paste" } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/qtc_from_thatldu_collapser_spg_and_singularities.json b/src/generated/resources/data/cuboidmod/recipes/qtc_from_thatldu_collapser_spg_and_singularities.json index 56ddf2b..f4941aa 100644 --- a/src/generated/resources/data/cuboidmod/recipes/qtc_from_thatldu_collapser_spg_and_singularities.json +++ b/src/generated/resources/data/cuboidmod/recipes/qtc_from_thatldu_collapser_spg_and_singularities.json @@ -1,28 +1,30 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " Y ", - "R@R", - "Q$Q" - ], + "category": "misc", "key": { + "$": { + "item": "cuboidmod:thatldu_singularity_power_generator" + }, "@": { "item": "cuboidmod:thatldu_quantum_collapser" }, - "R": { - "item": "minecraft:redstone" - }, "Q": { "tag": "cuboidmod:quantum_singularities" }, + "R": { + "item": "minecraft:redstone" + }, "Y": { "item": "minecraft:hopper" - }, - "$": { - "item": "cuboidmod:thatldu_singularity_power_generator" } }, + "pattern": [ + " Y ", + "R@R", + "Q$Q" + ], "result": { "item": "cuboidmod:quantum_transmutation_chamber" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/qtc_from_wikidium_collapser_spg_and_singularities.json b/src/generated/resources/data/cuboidmod/recipes/qtc_from_wikidium_collapser_spg_and_singularities.json index 465df68..b117dd1 100644 --- a/src/generated/resources/data/cuboidmod/recipes/qtc_from_wikidium_collapser_spg_and_singularities.json +++ b/src/generated/resources/data/cuboidmod/recipes/qtc_from_wikidium_collapser_spg_and_singularities.json @@ -1,28 +1,30 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " Y ", - "R@R", - "Q$Q" - ], + "category": "misc", "key": { + "$": { + "item": "cuboidmod:wikidium_singularity_power_generator" + }, "@": { "item": "cuboidmod:wikidium_quantum_collapser" }, - "R": { - "item": "minecraft:redstone" - }, "Q": { "tag": "cuboidmod:quantum_singularities" }, + "R": { + "item": "minecraft:redstone" + }, "Y": { "item": "minecraft:hopper" - }, - "$": { - "item": "cuboidmod:wikidium_singularity_power_generator" } }, + "pattern": [ + " Y ", + "R@R", + "Q$Q" + ], "result": { "item": "cuboidmod:quantum_transmutation_chamber" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/raw_kebab.json b/src/generated/resources/data/cuboidmod/recipes/raw_kebab.json index df748aa..13f7ba5 100644 --- a/src/generated/resources/data/cuboidmod/recipes/raw_kebab.json +++ b/src/generated/resources/data/cuboidmod/recipes/raw_kebab.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "tag": "cuboidmod:rods" diff --git a/src/generated/resources/data/cuboidmod/recipes/silica_dust_block_from_silica_dust.json b/src/generated/resources/data/cuboidmod/recipes/silica_dust_block_from_silica_dust.json index 6917027..d065735 100644 --- a/src/generated/resources/data/cuboidmod/recipes/silica_dust_block_from_silica_dust.json +++ b/src/generated/resources/data/cuboidmod/recipes/silica_dust_block_from_silica_dust.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###", - "###" - ], + "category": "equipment", "key": { "#": { "item": "cuboidmod:silica_dust" } }, + "pattern": [ + "###", + "###", + "###" + ], "result": { "item": "cuboidmod:silica_dust_block" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/silica_dust_from_silica_dust_block.json b/src/generated/resources/data/cuboidmod/recipes/silica_dust_from_silica_dust_block.json index e518e21..6ff653c 100644 --- a/src/generated/resources/data/cuboidmod/recipes/silica_dust_from_silica_dust_block.json +++ b/src/generated/resources/data/cuboidmod/recipes/silica_dust_from_silica_dust_block.json @@ -1,12 +1,13 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:silica_dust_block" } ], "result": { - "item": "cuboidmod:silica_dust", - "count": 9 + "count": 9, + "item": "cuboidmod:silica_dust" } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/smelt_glass_from_silica_dust_block_blasting.json b/src/generated/resources/data/cuboidmod/recipes/smelt_glass_from_silica_dust_block_blasting.json index e8a4aa9..df91ee5 100644 --- a/src/generated/resources/data/cuboidmod/recipes/smelt_glass_from_silica_dust_block_blasting.json +++ b/src/generated/resources/data/cuboidmod/recipes/smelt_glass_from_silica_dust_block_blasting.json @@ -1,9 +1,10 @@ { "type": "minecraft:blasting", + "category": "blocks", + "cookingtime": 100, + "experience": 0.7, "ingredient": { "item": "cuboidmod:silica_dust_block" }, - "result": "minecraft:glass", - "experience": 0.7, - "cookingtime": 100 + "result": "minecraft:glass" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/smelt_glass_from_silica_dust_block_smelting.json b/src/generated/resources/data/cuboidmod/recipes/smelt_glass_from_silica_dust_block_smelting.json index 3c2da35..4356e7f 100644 --- a/src/generated/resources/data/cuboidmod/recipes/smelt_glass_from_silica_dust_block_smelting.json +++ b/src/generated/resources/data/cuboidmod/recipes/smelt_glass_from_silica_dust_block_smelting.json @@ -1,9 +1,10 @@ { "type": "minecraft:smelting", + "category": "blocks", + "cookingtime": 200, + "experience": 0.7, "ingredient": { "item": "cuboidmod:silica_dust_block" }, - "result": "minecraft:glass", - "experience": 0.7, - "cookingtime": 200 + "result": "minecraft:glass" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/smithing_table_when_thatldu_ingot.json b/src/generated/resources/data/cuboidmod/recipes/smithing_table_when_thatldu_ingot.json index eb19872..c355969 100644 --- a/src/generated/resources/data/cuboidmod/recipes/smithing_table_when_thatldu_ingot.json +++ b/src/generated/resources/data/cuboidmod/recipes/smithing_table_when_thatldu_ingot.json @@ -1,19 +1,21 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "$$", - "##", - "##" - ], + "category": "misc", "key": { - "$": { - "tag": "cuboidmod:ingots" - }, "#": { "tag": "cuboidmod:ores" + }, + "$": { + "tag": "cuboidmod:ingots" } }, + "pattern": [ + "$$", + "##", + "##" + ], "result": { "item": "minecraft:smithing_table" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/smoosher_from_blocks_ingot_and_rods.json b/src/generated/resources/data/cuboidmod/recipes/smoosher_from_blocks_ingot_and_rods.json index baf4f3e..2bacde7 100644 --- a/src/generated/resources/data/cuboidmod/recipes/smoosher_from_blocks_ingot_and_rods.json +++ b/src/generated/resources/data/cuboidmod/recipes/smoosher_from_blocks_ingot_and_rods.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " #-", - " /#", - "/ " - ], + "category": "misc", "key": { "#": { "tag": "cuboidmod:storage_blocks" @@ -16,7 +12,13 @@ "tag": "cuboidmod:rods" } }, + "pattern": [ + " #-", + " /#", + "/ " + ], "result": { "item": "cuboidmod:smoosher" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/stick_bundle_from_sticks.json b/src/generated/resources/data/cuboidmod/recipes/stick_bundle_from_sticks.json index e143791..95c3922 100644 --- a/src/generated/resources/data/cuboidmod/recipes/stick_bundle_from_sticks.json +++ b/src/generated/resources/data/cuboidmod/recipes/stick_bundle_from_sticks.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###", - "###" - ], + "category": "misc", "key": { "#": { "item": "minecraft:stick" } }, + "pattern": [ + "###", + "###", + "###" + ], "result": { "item": "cuboidmod:stick_bundle" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/sticks_from_stick_bundle.json b/src/generated/resources/data/cuboidmod/recipes/sticks_from_stick_bundle.json index 7aff6da..eb28189 100644 --- a/src/generated/resources/data/cuboidmod/recipes/sticks_from_stick_bundle.json +++ b/src/generated/resources/data/cuboidmod/recipes/sticks_from_stick_bundle.json @@ -1,12 +1,13 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:stick_bundle" } ], "result": { - "item": "minecraft:stick", - "count": 9 + "count": 9, + "item": "minecraft:stick" } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/string_from_nanotubes_and_protein_fiber.json b/src/generated/resources/data/cuboidmod/recipes/string_from_nanotubes_and_protein_fiber.json index be6a610..c347cd2 100644 --- a/src/generated/resources/data/cuboidmod/recipes/string_from_nanotubes_and_protein_fiber.json +++ b/src/generated/resources/data/cuboidmod/recipes/string_from_nanotubes_and_protein_fiber.json @@ -1,9 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "#/", - "/#" - ], + "category": "misc", "key": { "#": { "tag": "cuboidmod:carbon_nanotube" @@ -12,8 +9,13 @@ "tag": "cuboidmod:protein_fiber" } }, + "pattern": [ + "#/", + "/#" + ], "result": { - "item": "minecraft:string", - "count": 4 - } + "count": 4, + "item": "minecraft:string" + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_axe_smithing.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_axe_smithing.json index 3459958..a42e289 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_axe_smithing.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_axe_smithing.json @@ -1,12 +1,13 @@ { - "type": "minecraft:smithing", - "base": { - "item": "cuboidmod:wikidium_axe" - }, + "type": "minecraft:smithing_transform", "addition": { "item": "cuboidmod:thatldu_ingot" }, + "base": { + "item": "cuboidmod:wikidium_axe" + }, "result": { "item": "cuboidmod:thatldu_axe" - } + }, + "template": [] } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_block_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_block_from_ingots.json index b295d96..397fa96 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_block_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_block_from_ingots.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###", - "###" - ], + "category": "equipment", "key": { "#": { "item": "cuboidmod:thatldu_ingot" } }, + "pattern": [ + "###", + "###", + "###" + ], "result": { "item": "cuboidmod:thatldu_block" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_boots_smithing.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_boots_smithing.json index af8658a..57c5f4e 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_boots_smithing.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_boots_smithing.json @@ -1,12 +1,13 @@ { - "type": "minecraft:smithing", - "base": { - "item": "cuboidmod:wikidium_boots" - }, + "type": "minecraft:smithing_transform", "addition": { "item": "cuboidmod:thatldu_ingot" }, + "base": { + "item": "cuboidmod:wikidium_boots" + }, "result": { "item": "cuboidmod:thatldu_boots" - } + }, + "template": [] } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_chest_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_chest_from_ingots.json index 3ee5a4c..3037eb1 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_chest_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_chest_from_ingots.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "# #", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:thatldu_ingot" } }, + "pattern": [ + "###", + "# #", + "###" + ], "result": { "item": "cuboidmod:thatldu_chest" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_chest_from_prev.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_chest_from_prev.json index cb5aaea..4b4cb46 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_chest_from_prev.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_chest_from_prev.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " # ", - "#$#", - " # " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:thatldu_ingot" @@ -13,7 +9,13 @@ "item": "cuboidmod:wikidium_chest" } }, + "pattern": [ + " # ", + "#$#", + " # " + ], "result": { "item": "cuboidmod:thatldu_chest" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_chestplate_smithing.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_chestplate_smithing.json index 7ea8bd7..1c676c5 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_chestplate_smithing.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_chestplate_smithing.json @@ -1,12 +1,13 @@ { - "type": "minecraft:smithing", - "base": { - "item": "cuboidmod:wikidium_chestplate" - }, + "type": "minecraft:smithing_transform", "addition": { "item": "cuboidmod:thatldu_ingot" }, + "base": { + "item": "cuboidmod:wikidium_chestplate" + }, "result": { "item": "cuboidmod:thatldu_chestplate" - } + }, + "template": [] } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_chunk_from_pieces.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_chunk_from_pieces.json index 15e3f36..f536244 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_chunk_from_pieces.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_chunk_from_pieces.json @@ -1,15 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "##", - "##" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:thatldu_piece" } }, + "pattern": [ + "##", + "##" + ], "result": { "item": "cuboidmod:thatldu_chunk" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_chunk_ingot_blasting.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_chunk_ingot_blasting.json index 29aca32..298d7f2 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_chunk_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_chunk_ingot_blasting.json @@ -1,9 +1,10 @@ { "type": "minecraft:blasting", + "category": "misc", + "cookingtime": 100, + "experience": 0.7, "ingredient": { "item": "cuboidmod:thatldu_chunk" }, - "result": "cuboidmod:thatldu_ingot", - "experience": 0.7, - "cookingtime": 100 + "result": "cuboidmod:thatldu_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_chunk_ingot_smelting.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_chunk_ingot_smelting.json index 7da0f9f..a4538fb 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_chunk_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_chunk_ingot_smelting.json @@ -1,9 +1,10 @@ { "type": "minecraft:smelting", + "category": "misc", + "cookingtime": 200, + "experience": 0.7, "ingredient": { "item": "cuboidmod:thatldu_chunk" }, - "result": "cuboidmod:thatldu_ingot", - "experience": 0.7, - "cookingtime": 200 + "result": "cuboidmod:thatldu_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_crafting_table_from_silica_and_chunk.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_crafting_table_from_silica_and_chunk.json index 5e0cfec..b62abe0 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_crafting_table_from_silica_and_chunk.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_crafting_table_from_silica_and_chunk.json @@ -1,18 +1,20 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "$$", - "##" - ], + "category": "misc", "key": { - "$": { - "item": "cuboidmod:silica_dust" - }, "#": { "item": "cuboidmod:thatldu_chunk" + }, + "$": { + "item": "cuboidmod:silica_dust" } }, + "pattern": [ + "$$", + "##" + ], "result": { "item": "cuboidmod:thatldu_crafting_table" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_dust_ingot_blasting.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_dust_ingot_blasting.json index 4770bce..eea0622 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_dust_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_dust_ingot_blasting.json @@ -1,9 +1,10 @@ { "type": "minecraft:blasting", + "category": "misc", + "cookingtime": 100, + "experience": 0.7, "ingredient": { "item": "cuboidmod:thatldu_dust" }, - "result": "cuboidmod:thatldu_ingot", - "experience": 0.7, - "cookingtime": 100 + "result": "cuboidmod:thatldu_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_dust_ingot_smelting.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_dust_ingot_smelting.json index 235724d..47f8554 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_dust_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_dust_ingot_smelting.json @@ -1,9 +1,10 @@ { "type": "minecraft:smelting", + "category": "misc", + "cookingtime": 200, + "experience": 0.7, "ingredient": { "item": "cuboidmod:thatldu_dust" }, - "result": "cuboidmod:thatldu_ingot", - "experience": 0.7, - "cookingtime": 200 + "result": "cuboidmod:thatldu_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_dust_with_smoosher_and_chunk.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_dust_with_smoosher_and_chunk.json index f6c6730..1429391 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_dust_with_smoosher_and_chunk.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_dust_with_smoosher_and_chunk.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:smoosher" @@ -9,7 +10,7 @@ } ], "result": { - "item": "cuboidmod:thatldu_dust", - "count": 2 + "count": 2, + "item": "cuboidmod:thatldu_dust" } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_dust_with_smoosher_and_ingot.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_dust_with_smoosher_and_ingot.json index 0058682..d4dbcd3 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_dust_with_smoosher_and_ingot.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_dust_with_smoosher_and_ingot.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:smoosher" diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_dust_with_smoosher_and_ore.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_dust_with_smoosher_and_ore.json index 82a04a8..7129425 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_dust_with_smoosher_and_ore.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_dust_with_smoosher_and_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:smoosher" @@ -9,7 +10,7 @@ } ], "result": { - "item": "cuboidmod:thatldu_dust", - "count": 2 + "count": 2, + "item": "cuboidmod:thatldu_dust" } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_furnace_upgrade_from_kudbebedda_furnace.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_furnace_upgrade_from_kudbebedda_furnace.json index 6ad7eee..82dfef7 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_furnace_upgrade_from_kudbebedda_furnace.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_furnace_upgrade_from_kudbebedda_furnace.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "#$#", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:thatldu_ingot" @@ -13,7 +9,13 @@ "item": "cuboidmod:kudbebedda_furnace" } }, + "pattern": [ + "###", + "#$#", + "###" + ], "result": { "item": "cuboidmod:thatldu_furnace" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_furnace_upgrade_from_notarfbadium_furnace.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_furnace_upgrade_from_notarfbadium_furnace.json index 5a01040..9fd728f 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_furnace_upgrade_from_notarfbadium_furnace.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_furnace_upgrade_from_notarfbadium_furnace.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "#$#", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:thatldu_ingot" @@ -13,7 +9,13 @@ "item": "cuboidmod:notarfbadium_furnace" } }, + "pattern": [ + "###", + "#$#", + "###" + ], "result": { "item": "cuboidmod:thatldu_furnace" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_furnace_upgrade_from_notsogudium_furnace.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_furnace_upgrade_from_notsogudium_furnace.json index c613155..1949a85 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_furnace_upgrade_from_notsogudium_furnace.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_furnace_upgrade_from_notsogudium_furnace.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "#$#", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:thatldu_ingot" @@ -13,7 +9,13 @@ "item": "cuboidmod:notsogudium_furnace" } }, + "pattern": [ + "###", + "#$#", + "###" + ], "result": { "item": "cuboidmod:thatldu_furnace" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_furnace_upgrade_from_vanilla_furnace.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_furnace_upgrade_from_vanilla_furnace.json index 4942865..aae46db 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_furnace_upgrade_from_vanilla_furnace.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_furnace_upgrade_from_vanilla_furnace.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "#$#", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:thatldu_ingot" @@ -13,7 +9,13 @@ "item": "minecraft:furnace" } }, + "pattern": [ + "###", + "#$#", + "###" + ], "result": { "item": "cuboidmod:thatldu_furnace" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_furnace_upgrade_with_four_ingots.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_furnace_upgrade_with_four_ingots.json index 114fd08..f4d2c65 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_furnace_upgrade_with_four_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_furnace_upgrade_with_four_ingots.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " # ", - "#$#", - " # " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:thatldu_ingot" @@ -13,7 +9,13 @@ "item": "cuboidmod:wikidium_furnace" } }, + "pattern": [ + " # ", + "#$#", + " # " + ], "result": { "item": "cuboidmod:thatldu_furnace" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_helmet_smithing.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_helmet_smithing.json index bdbd7f9..3680e7a 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_helmet_smithing.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_helmet_smithing.json @@ -1,12 +1,13 @@ { - "type": "minecraft:smithing", - "base": { - "item": "cuboidmod:wikidium_helmet" - }, + "type": "minecraft:smithing_transform", "addition": { "item": "cuboidmod:thatldu_ingot" }, + "base": { + "item": "cuboidmod:wikidium_helmet" + }, "result": { "item": "cuboidmod:thatldu_helmet" - } + }, + "template": [] } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_hoe_smithing.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_hoe_smithing.json index b97b5ee..5bf592a 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_hoe_smithing.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_hoe_smithing.json @@ -1,12 +1,13 @@ { - "type": "minecraft:smithing", - "base": { - "item": "cuboidmod:wikidium_hoe" - }, + "type": "minecraft:smithing_transform", "addition": { "item": "cuboidmod:thatldu_ingot" }, + "base": { + "item": "cuboidmod:wikidium_hoe" + }, "result": { "item": "cuboidmod:thatldu_hoe" - } + }, + "template": [] } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_ingot_from_nuggets.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_ingot_from_nuggets.json index df86395..a8ab92b 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_ingot_from_nuggets.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_ingot_from_nuggets.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:thatldu_nugget" } }, + "pattern": [ + "###", + "###", + "###" + ], "result": { "item": "cuboidmod:thatldu_ingot" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_ingots_from_block.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_ingots_from_block.json index dbb854f..e0f9284 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_ingots_from_block.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_ingots_from_block.json @@ -1,12 +1,13 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:thatldu_block" } ], "result": { - "item": "cuboidmod:thatldu_ingot", - "count": 9 + "count": 9, + "item": "cuboidmod:thatldu_ingot" } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_leggings_smithing.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_leggings_smithing.json index db8b69b..79539ed 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_leggings_smithing.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_leggings_smithing.json @@ -1,12 +1,13 @@ { - "type": "minecraft:smithing", - "base": { - "item": "cuboidmod:wikidium_leggings" - }, + "type": "minecraft:smithing_transform", "addition": { "item": "cuboidmod:thatldu_ingot" }, + "base": { + "item": "cuboidmod:wikidium_leggings" + }, "result": { "item": "cuboidmod:thatldu_leggings" - } + }, + "template": [] } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_nuggets_from_ingot.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_nuggets_from_ingot.json index bb5986a..ea36748 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_nuggets_from_ingot.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_nuggets_from_ingot.json @@ -1,12 +1,13 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:thatldu_ingot" } ], "result": { - "item": "cuboidmod:thatldu_nugget", - "count": 9 + "count": 9, + "item": "cuboidmod:thatldu_nugget" } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_ore_ingot_blasting.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_ore_ingot_blasting.json index 62010d8..5a01241 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_ore_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_ore_ingot_blasting.json @@ -1,9 +1,10 @@ { "type": "minecraft:blasting", + "category": "misc", + "cookingtime": 100, + "experience": 0.7, "ingredient": { "item": "cuboidmod:thatldu_ore" }, - "result": "cuboidmod:thatldu_ingot", - "experience": 0.7, - "cookingtime": 100 + "result": "cuboidmod:thatldu_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_ore_ingot_smelting.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_ore_ingot_smelting.json index e648123..938226c 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_ore_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_ore_ingot_smelting.json @@ -1,9 +1,10 @@ { "type": "minecraft:smelting", + "category": "misc", + "cookingtime": 200, + "experience": 0.7, "ingredient": { "item": "cuboidmod:thatldu_ore" }, - "result": "cuboidmod:thatldu_ingot", - "experience": 0.7, - "cookingtime": 200 + "result": "cuboidmod:thatldu_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_pickaxe_smithing.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_pickaxe_smithing.json index 9bc857e..fd9d07e 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_pickaxe_smithing.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_pickaxe_smithing.json @@ -1,12 +1,13 @@ { - "type": "minecraft:smithing", - "base": { - "item": "cuboidmod:wikidium_pickaxe" - }, + "type": "minecraft:smithing_transform", "addition": { "item": "cuboidmod:thatldu_ingot" }, + "base": { + "item": "cuboidmod:wikidium_pickaxe" + }, "result": { "item": "cuboidmod:thatldu_pickaxe" - } + }, + "template": [] } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_quantum_collapser_from_blocks_and_furnace.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_quantum_collapser_from_blocks_and_furnace.json index 393fa10..2adf362 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_quantum_collapser_from_blocks_and_furnace.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_quantum_collapser_from_blocks_and_furnace.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "#$#", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:thatldu_block" @@ -13,7 +9,13 @@ "item": "cuboidmod:thatldu_furnace" } }, + "pattern": [ + "###", + "#$#", + "###" + ], "result": { "item": "cuboidmod:thatldu_quantum_collapser" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_quantum_collapser_upgrade.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_quantum_collapser_upgrade.json index bf76f1c..1fd566e 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_quantum_collapser_upgrade.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_quantum_collapser_upgrade.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " $ ", - "#@#", - " # " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:thatldu_block" @@ -16,7 +12,13 @@ "item": "cuboidmod:wikidium_quantum_collapser" } }, + "pattern": [ + " $ ", + "#@#", + " # " + ], "result": { "item": "cuboidmod:thatldu_quantum_collapser" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_rod_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_rod_from_ingots.json index e76f955..fcd0e68 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_rod_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_rod_from_ingots.json @@ -1,15 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "#", - "#" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:thatldu_ingot" } }, + "pattern": [ + "#", + "#" + ], "result": { "item": "cuboidmod:thatldu_rod" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_shovel_smithing.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_shovel_smithing.json index 78225b6..2d9a3fd 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_shovel_smithing.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_shovel_smithing.json @@ -1,12 +1,13 @@ { - "type": "minecraft:smithing", - "base": { - "item": "cuboidmod:wikidium_shovel" - }, + "type": "minecraft:smithing_transform", "addition": { "item": "cuboidmod:thatldu_ingot" }, + "base": { + "item": "cuboidmod:wikidium_shovel" + }, "result": { "item": "cuboidmod:thatldu_shovel" - } + }, + "template": [] } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_smasher_smithing.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_smasher_smithing.json index 3ef7e23..22aee65 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_smasher_smithing.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_smasher_smithing.json @@ -1,12 +1,13 @@ { - "type": "minecraft:smithing", - "base": { - "item": "cuboidmod:wikidium_smasher" - }, + "type": "minecraft:smithing_transform", "addition": { "item": "cuboidmod:thatldu_ingot" }, + "base": { + "item": "cuboidmod:wikidium_smasher" + }, "result": { "item": "cuboidmod:thatldu_smasher" - } + }, + "template": [] } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_spg_from_blocks_furnace_and_redstone_block.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_spg_from_blocks_furnace_and_redstone_block.json index bd862ea..8e465ae 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_spg_from_blocks_furnace_and_redstone_block.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_spg_from_blocks_furnace_and_redstone_block.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "#$#", - "$R$", - "#$#" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:thatldu_block" @@ -16,7 +12,13 @@ "item": "minecraft:redstone_block" } }, + "pattern": [ + "#$#", + "$R$", + "#$#" + ], "result": { "item": "cuboidmod:thatldu_singularity_power_generator" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_spg_upgrade.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_spg_upgrade.json index aa9daac..fb3207a 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_spg_upgrade.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_spg_upgrade.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " $ ", - "#@#", - " $ " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:thatldu_block" @@ -16,7 +12,13 @@ "item": "cuboidmod:wikidium_singularity_power_generator" } }, + "pattern": [ + " $ ", + "#@#", + " $ " + ], "result": { "item": "cuboidmod:thatldu_singularity_power_generator" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_srg_from_blocks_furnace_and_crafting_table.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_srg_from_blocks_furnace_and_crafting_table.json index dfe349b..ce073ca 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_srg_from_blocks_furnace_and_crafting_table.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_srg_from_blocks_furnace_and_crafting_table.json @@ -1,22 +1,24 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "$!$", - "###" - ], + "category": "misc", "key": { + "!": { + "item": "cuboidmod:thatldu_crafting_table" + }, "#": { "item": "cuboidmod:thatldu_block" }, "$": { "item": "cuboidmod:thatldu_furnace" - }, - "!": { - "item": "cuboidmod:thatldu_crafting_table" } }, + "pattern": [ + "###", + "$!$", + "###" + ], "result": { "item": "cuboidmod:thatldu_singularity_resource_generator" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_srg_upgrade.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_srg_upgrade.json index 2a29c50..2cc2f54 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_srg_upgrade.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_srg_upgrade.json @@ -1,25 +1,27 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " $ ", - "#@#", - " ! " - ], + "category": "misc", "key": { + "!": { + "item": "cuboidmod:thatldu_crafting_table" + }, "#": { "item": "cuboidmod:thatldu_block" }, "$": { "item": "cuboidmod:thatldu_furnace" }, - "!": { - "item": "cuboidmod:thatldu_crafting_table" - }, "@": { "item": "cuboidmod:wikidium_singularity_resource_generator" } }, + "pattern": [ + " $ ", + "#@#", + " ! " + ], "result": { "item": "cuboidmod:thatldu_singularity_resource_generator" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_sword_smithing.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_sword_smithing.json index 33ce853..eb190cf 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_sword_smithing.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_sword_smithing.json @@ -1,12 +1,13 @@ { - "type": "minecraft:smithing", - "base": { - "item": "cuboidmod:wikidium_sword" - }, + "type": "minecraft:smithing_transform", "addition": { "item": "cuboidmod:thatldu_ingot" }, + "base": { + "item": "cuboidmod:wikidium_sword" + }, "result": { "item": "cuboidmod:thatldu_sword" - } + }, + "template": [] } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/torches_from_charcoal_and_rod.json b/src/generated/resources/data/cuboidmod/recipes/torches_from_charcoal_and_rod.json index 3f40c7a..22962da 100644 --- a/src/generated/resources/data/cuboidmod/recipes/torches_from_charcoal_and_rod.json +++ b/src/generated/resources/data/cuboidmod/recipes/torches_from_charcoal_and_rod.json @@ -1,9 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "#", - "|" - ], + "category": "misc", "key": { "#": { "item": "minecraft:charcoal" @@ -12,8 +9,13 @@ "tag": "cuboidmod:rods" } }, + "pattern": [ + "#", + "|" + ], "result": { - "item": "minecraft:torch", - "count": 8 - } + "count": 8, + "item": "minecraft:torch" + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/torches_from_coal_and_rod.json b/src/generated/resources/data/cuboidmod/recipes/torches_from_coal_and_rod.json index 3d6d78f..61482cc 100644 --- a/src/generated/resources/data/cuboidmod/recipes/torches_from_coal_and_rod.json +++ b/src/generated/resources/data/cuboidmod/recipes/torches_from_coal_and_rod.json @@ -1,9 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "#", - "|" - ], + "category": "misc", "key": { "#": { "item": "minecraft:coal" @@ -12,8 +9,13 @@ "tag": "cuboidmod:rods" } }, + "pattern": [ + "#", + "|" + ], "result": { - "item": "minecraft:torch", - "count": 8 - } + "count": 8, + "item": "minecraft:torch" + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_axe_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_axe_from_ingots_and_rods.json index 487455b..250d196 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_axe_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_axe_from_ingots_and_rods.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "##", - "#|", - " |" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:wikidium_ingot" @@ -13,7 +9,13 @@ "tag": "forge:rods" } }, + "pattern": [ + "##", + "#|", + " |" + ], "result": { "item": "cuboidmod:wikidium_axe" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_block_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_block_from_ingots.json index 0741498..06bfd5d 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_block_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_block_from_ingots.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###", - "###" - ], + "category": "equipment", "key": { "#": { "item": "cuboidmod:wikidium_ingot" } }, + "pattern": [ + "###", + "###", + "###" + ], "result": { "item": "cuboidmod:wikidium_block" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_boots_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_boots_from_ingots.json index 35c3ae7..bf6f433 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_boots_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_boots_from_ingots.json @@ -1,15 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "# #", - "# #" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:wikidium_ingot" } }, + "pattern": [ + "# #", + "# #" + ], "result": { "item": "cuboidmod:wikidium_boots" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_chest_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_chest_from_ingots.json index 5998d12..f504ef7 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_chest_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_chest_from_ingots.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "# #", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:wikidium_ingot" } }, + "pattern": [ + "###", + "# #", + "###" + ], "result": { "item": "cuboidmod:wikidium_chest" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_chest_from_prev.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_chest_from_prev.json index 59d8a63..bc864cc 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_chest_from_prev.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_chest_from_prev.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " # ", - "#$#", - " # " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:wikidium_ingot" @@ -13,7 +9,13 @@ "item": "cuboidmod:notarfbadium_chest" } }, + "pattern": [ + " # ", + "#$#", + " # " + ], "result": { "item": "cuboidmod:wikidium_chest" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_chestplate_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_chestplate_from_ingots.json index fc15252..918297d 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_chestplate_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_chestplate_from_ingots.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "# #", - "###", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:wikidium_ingot" } }, + "pattern": [ + "# #", + "###", + "###" + ], "result": { "item": "cuboidmod:wikidium_chestplate" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_chunk_from_pieces.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_chunk_from_pieces.json index af79086..f7e1516 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_chunk_from_pieces.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_chunk_from_pieces.json @@ -1,15 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "##", - "##" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:wikidium_piece" } }, + "pattern": [ + "##", + "##" + ], "result": { "item": "cuboidmod:wikidium_chunk" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_chunk_ingot_blasting.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_chunk_ingot_blasting.json index e0bd7e7..a1c3c99 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_chunk_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_chunk_ingot_blasting.json @@ -1,9 +1,10 @@ { "type": "minecraft:blasting", + "category": "misc", + "cookingtime": 100, + "experience": 0.7, "ingredient": { "item": "cuboidmod:wikidium_chunk" }, - "result": "cuboidmod:wikidium_ingot", - "experience": 0.7, - "cookingtime": 100 + "result": "cuboidmod:wikidium_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_chunk_ingot_smelting.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_chunk_ingot_smelting.json index d46da6d..426e3b0 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_chunk_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_chunk_ingot_smelting.json @@ -1,9 +1,10 @@ { "type": "minecraft:smelting", + "category": "misc", + "cookingtime": 200, + "experience": 0.7, "ingredient": { "item": "cuboidmod:wikidium_chunk" }, - "result": "cuboidmod:wikidium_ingot", - "experience": 0.7, - "cookingtime": 200 + "result": "cuboidmod:wikidium_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_crafting_table_from_silica_and_chunk.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_crafting_table_from_silica_and_chunk.json index 4ca6d03..41787dd 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_crafting_table_from_silica_and_chunk.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_crafting_table_from_silica_and_chunk.json @@ -1,18 +1,20 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "$$", - "##" - ], + "category": "misc", "key": { - "$": { - "item": "cuboidmod:silica_dust" - }, "#": { "item": "cuboidmod:wikidium_chunk" + }, + "$": { + "item": "cuboidmod:silica_dust" } }, + "pattern": [ + "$$", + "##" + ], "result": { "item": "cuboidmod:wikidium_crafting_table" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_dust_ingot_blasting.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_dust_ingot_blasting.json index 0f1ea44..14575b7 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_dust_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_dust_ingot_blasting.json @@ -1,9 +1,10 @@ { "type": "minecraft:blasting", + "category": "misc", + "cookingtime": 100, + "experience": 0.7, "ingredient": { "item": "cuboidmod:wikidium_dust" }, - "result": "cuboidmod:wikidium_ingot", - "experience": 0.7, - "cookingtime": 100 + "result": "cuboidmod:wikidium_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_dust_ingot_smelting.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_dust_ingot_smelting.json index 46e1f0c..c428538 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_dust_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_dust_ingot_smelting.json @@ -1,9 +1,10 @@ { "type": "minecraft:smelting", + "category": "misc", + "cookingtime": 200, + "experience": 0.7, "ingredient": { "item": "cuboidmod:wikidium_dust" }, - "result": "cuboidmod:wikidium_ingot", - "experience": 0.7, - "cookingtime": 200 + "result": "cuboidmod:wikidium_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_dust_with_smoosher_and_chunk.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_dust_with_smoosher_and_chunk.json index c8e7e7f..8007635 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_dust_with_smoosher_and_chunk.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_dust_with_smoosher_and_chunk.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:smoosher" @@ -9,7 +10,7 @@ } ], "result": { - "item": "cuboidmod:wikidium_dust", - "count": 2 + "count": 2, + "item": "cuboidmod:wikidium_dust" } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_dust_with_smoosher_and_ingot.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_dust_with_smoosher_and_ingot.json index 2236170..78450d5 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_dust_with_smoosher_and_ingot.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_dust_with_smoosher_and_ingot.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:smoosher" diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_dust_with_smoosher_and_ore.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_dust_with_smoosher_and_ore.json index a87f6e1..7a0f6f5 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_dust_with_smoosher_and_ore.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_dust_with_smoosher_and_ore.json @@ -1,5 +1,6 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:smoosher" @@ -9,7 +10,7 @@ } ], "result": { - "item": "cuboidmod:wikidium_dust", - "count": 2 + "count": 2, + "item": "cuboidmod:wikidium_dust" } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_furnace_upgrade_from_kudbebedda_furnace.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_furnace_upgrade_from_kudbebedda_furnace.json index 77ed129..56aa563 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_furnace_upgrade_from_kudbebedda_furnace.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_furnace_upgrade_from_kudbebedda_furnace.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "#$#", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:wikidium_ingot" @@ -13,7 +9,13 @@ "item": "cuboidmod:kudbebedda_furnace" } }, + "pattern": [ + "###", + "#$#", + "###" + ], "result": { "item": "cuboidmod:wikidium_furnace" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_furnace_upgrade_from_notsogudium_furnace.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_furnace_upgrade_from_notsogudium_furnace.json index 0950ee6..7c7f80d 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_furnace_upgrade_from_notsogudium_furnace.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_furnace_upgrade_from_notsogudium_furnace.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "#$#", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:wikidium_ingot" @@ -13,7 +9,13 @@ "item": "cuboidmod:notsogudium_furnace" } }, + "pattern": [ + "###", + "#$#", + "###" + ], "result": { "item": "cuboidmod:wikidium_furnace" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_furnace_upgrade_from_vanilla_furnace.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_furnace_upgrade_from_vanilla_furnace.json index df43daa..be2432e 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_furnace_upgrade_from_vanilla_furnace.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_furnace_upgrade_from_vanilla_furnace.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "#$#", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:wikidium_ingot" @@ -13,7 +9,13 @@ "item": "minecraft:furnace" } }, + "pattern": [ + "###", + "#$#", + "###" + ], "result": { "item": "cuboidmod:wikidium_furnace" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_furnace_upgrade_with_four_ingots.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_furnace_upgrade_with_four_ingots.json index 7f1b4d0..78744ff 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_furnace_upgrade_with_four_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_furnace_upgrade_with_four_ingots.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " # ", - "#$#", - " # " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:wikidium_ingot" @@ -13,7 +9,13 @@ "item": "cuboidmod:notarfbadium_furnace" } }, + "pattern": [ + " # ", + "#$#", + " # " + ], "result": { "item": "cuboidmod:wikidium_furnace" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_helmet_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_helmet_from_ingots.json index b6973bf..b2af669 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_helmet_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_helmet_from_ingots.json @@ -1,15 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "# #" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:wikidium_ingot" } }, + "pattern": [ + "###", + "# #" + ], "result": { "item": "cuboidmod:wikidium_helmet" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_hoe_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_hoe_from_ingots_and_rods.json index d2a16c8..7e55d70 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_hoe_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_hoe_from_ingots_and_rods.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "##", - " |", - " |" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:wikidium_ingot" @@ -13,7 +9,13 @@ "tag": "forge:rods" } }, + "pattern": [ + "##", + " |", + " |" + ], "result": { "item": "cuboidmod:wikidium_hoe" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_ingot_from_nuggets.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_ingot_from_nuggets.json index 459edc3..249adb4 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_ingot_from_nuggets.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_ingot_from_nuggets.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:wikidium_nugget" } }, + "pattern": [ + "###", + "###", + "###" + ], "result": { "item": "cuboidmod:wikidium_ingot" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_ingots_from_block.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_ingots_from_block.json index 2b0416c..896cb43 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_ingots_from_block.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_ingots_from_block.json @@ -1,12 +1,13 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:wikidium_block" } ], "result": { - "item": "cuboidmod:wikidium_ingot", - "count": 9 + "count": 9, + "item": "cuboidmod:wikidium_ingot" } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_leggings_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_leggings_from_ingots.json index ba57bde..926ffd3 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_leggings_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_leggings_from_ingots.json @@ -1,16 +1,18 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "# #", - "# #" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:wikidium_ingot" } }, + "pattern": [ + "###", + "# #", + "# #" + ], "result": { "item": "cuboidmod:wikidium_leggings" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_nuggets_from_ingot.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_nuggets_from_ingot.json index 08f96a5..63cb647 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_nuggets_from_ingot.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_nuggets_from_ingot.json @@ -1,12 +1,13 @@ { "type": "minecraft:crafting_shapeless", + "category": "misc", "ingredients": [ { "item": "cuboidmod:wikidium_ingot" } ], "result": { - "item": "cuboidmod:wikidium_nugget", - "count": 9 + "count": 9, + "item": "cuboidmod:wikidium_nugget" } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_ore_ingot_blasting.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_ore_ingot_blasting.json index d5ab0d5..4e9da8e 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_ore_ingot_blasting.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_ore_ingot_blasting.json @@ -1,9 +1,10 @@ { "type": "minecraft:blasting", + "category": "misc", + "cookingtime": 100, + "experience": 0.7, "ingredient": { "item": "cuboidmod:wikidium_ore" }, - "result": "cuboidmod:wikidium_ingot", - "experience": 0.7, - "cookingtime": 100 + "result": "cuboidmod:wikidium_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_ore_ingot_smelting.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_ore_ingot_smelting.json index ac2abfc..ef8ee41 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_ore_ingot_smelting.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_ore_ingot_smelting.json @@ -1,9 +1,10 @@ { "type": "minecraft:smelting", + "category": "misc", + "cookingtime": 200, + "experience": 0.7, "ingredient": { "item": "cuboidmod:wikidium_ore" }, - "result": "cuboidmod:wikidium_ingot", - "experience": 0.7, - "cookingtime": 200 + "result": "cuboidmod:wikidium_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_pickaxe_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_pickaxe_from_ingots_and_rods.json index 92086f3..0fc9418 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_pickaxe_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_pickaxe_from_ingots_and_rods.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - " | ", - " | " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:wikidium_ingot" @@ -13,7 +9,13 @@ "tag": "forge:rods" } }, + "pattern": [ + "###", + " | ", + " | " + ], "result": { "item": "cuboidmod:wikidium_pickaxe" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_quantum_collapser_from_blocks_and_furnace.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_quantum_collapser_from_blocks_and_furnace.json index 66bbdeb..3810188 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_quantum_collapser_from_blocks_and_furnace.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_quantum_collapser_from_blocks_and_furnace.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "#$#", - "###" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:wikidium_block" @@ -13,7 +9,13 @@ "item": "cuboidmod:wikidium_furnace" } }, + "pattern": [ + "###", + "#$#", + "###" + ], "result": { "item": "cuboidmod:wikidium_quantum_collapser" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_quantum_collapser_upgrade.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_quantum_collapser_upgrade.json index e40ec30..9b653e2 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_quantum_collapser_upgrade.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_quantum_collapser_upgrade.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " $ ", - "#@#", - " # " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:wikidium_block" @@ -16,7 +12,13 @@ "item": "cuboidmod:notarfbadium_quantum_collapser" } }, + "pattern": [ + " $ ", + "#@#", + " # " + ], "result": { "item": "cuboidmod:wikidium_quantum_collapser" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_rod_from_ingots.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_rod_from_ingots.json index eb2643e..9eca717 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_rod_from_ingots.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_rod_from_ingots.json @@ -1,15 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "#", - "#" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:wikidium_ingot" } }, + "pattern": [ + "#", + "#" + ], "result": { "item": "cuboidmod:wikidium_rod" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_shovel_from_ingots_and_rods.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_shovel_from_ingots_and_rods.json index 5a4b1f4..ae087c4 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_shovel_from_ingots_and_rods.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_shovel_from_ingots_and_rods.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "#", - "|", - "|" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:wikidium_ingot" @@ -13,7 +9,13 @@ "tag": "forge:rods" } }, + "pattern": [ + "#", + "|", + "|" + ], "result": { "item": "cuboidmod:wikidium_shovel" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_smasher_from_blocks_ingot_and_rods.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_smasher_from_blocks_ingot_and_rods.json index 885e27b..a97a93f 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_smasher_from_blocks_ingot_and_rods.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_smasher_from_blocks_ingot_and_rods.json @@ -1,22 +1,24 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "#-#", - " | ", - " | " - ], + "category": "misc", "key": { - "-": { - "item": "cuboidmod:wikidium_ingot" - }, "#": { "item": "cuboidmod:wikidium_block" }, + "-": { + "item": "cuboidmod:wikidium_ingot" + }, "|": { "tag": "forge:rods" } }, + "pattern": [ + "#-#", + " | ", + " | " + ], "result": { "item": "cuboidmod:wikidium_smasher" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_spg_from_blocks_furnace_and_redstone_block.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_spg_from_blocks_furnace_and_redstone_block.json index 6c72891..f8ab360 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_spg_from_blocks_furnace_and_redstone_block.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_spg_from_blocks_furnace_and_redstone_block.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "#$#", - "$R$", - "#$#" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:wikidium_block" @@ -16,7 +12,13 @@ "item": "minecraft:redstone_block" } }, + "pattern": [ + "#$#", + "$R$", + "#$#" + ], "result": { "item": "cuboidmod:wikidium_singularity_power_generator" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_spg_upgrade.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_spg_upgrade.json index 6e0c934..aee2963 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_spg_upgrade.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_spg_upgrade.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " $ ", - "#@#", - " $ " - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:wikidium_block" @@ -16,7 +12,13 @@ "item": "cuboidmod:notarfbadium_singularity_power_generator" } }, + "pattern": [ + " $ ", + "#@#", + " $ " + ], "result": { "item": "cuboidmod:wikidium_singularity_power_generator" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_srg_from_blocks_furnace_and_crafting_table.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_srg_from_blocks_furnace_and_crafting_table.json index 3ed3834..9250e54 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_srg_from_blocks_furnace_and_crafting_table.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_srg_from_blocks_furnace_and_crafting_table.json @@ -1,22 +1,24 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "$!$", - "###" - ], + "category": "misc", "key": { + "!": { + "item": "cuboidmod:wikidium_crafting_table" + }, "#": { "item": "cuboidmod:wikidium_block" }, "$": { "item": "cuboidmod:wikidium_furnace" - }, - "!": { - "item": "cuboidmod:wikidium_crafting_table" } }, + "pattern": [ + "###", + "$!$", + "###" + ], "result": { "item": "cuboidmod:wikidium_singularity_resource_generator" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_srg_upgrade.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_srg_upgrade.json index d628a6f..cdd31db 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_srg_upgrade.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_srg_upgrade.json @@ -1,25 +1,27 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " $ ", - "#@#", - " ! " - ], + "category": "misc", "key": { + "!": { + "item": "cuboidmod:wikidium_crafting_table" + }, "#": { "item": "cuboidmod:wikidium_block" }, "$": { "item": "cuboidmod:wikidium_furnace" }, - "!": { - "item": "cuboidmod:wikidium_crafting_table" - }, "@": { "item": "cuboidmod:notarfbadium_singularity_resource_generator" } }, + "pattern": [ + " $ ", + "#@#", + " ! " + ], "result": { "item": "cuboidmod:wikidium_singularity_resource_generator" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/wikidium_sword_from_ingots_and_rod.json b/src/generated/resources/data/cuboidmod/recipes/wikidium_sword_from_ingots_and_rod.json index c6c7ac4..cacd159 100644 --- a/src/generated/resources/data/cuboidmod/recipes/wikidium_sword_from_ingots_and_rod.json +++ b/src/generated/resources/data/cuboidmod/recipes/wikidium_sword_from_ingots_and_rod.json @@ -1,10 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "#", - "#", - "|" - ], + "category": "misc", "key": { "#": { "item": "cuboidmod:wikidium_ingot" @@ -13,7 +9,13 @@ "tag": "forge:rods" } }, + "pattern": [ + "#", + "#", + "|" + ], "result": { "item": "cuboidmod:wikidium_sword" - } + }, + "show_notification": true } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/tags/blocks/furnaces/eumus.json b/src/generated/resources/data/cuboidmod/tags/blocks/furnaces/eumus.json index 72d00c4..584afe7 100644 --- a/src/generated/resources/data/cuboidmod/tags/blocks/furnaces/eumus.json +++ b/src/generated/resources/data/cuboidmod/tags/blocks/furnaces/eumus.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:eumus_furnace" ] diff --git a/src/generated/resources/data/cuboidmod/tags/blocks/furnaces/kudbebedda.json b/src/generated/resources/data/cuboidmod/tags/blocks/furnaces/kudbebedda.json index 6397bdd..8fcaf55 100644 --- a/src/generated/resources/data/cuboidmod/tags/blocks/furnaces/kudbebedda.json +++ b/src/generated/resources/data/cuboidmod/tags/blocks/furnaces/kudbebedda.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:kudbebedda_furnace" ] diff --git a/src/generated/resources/data/cuboidmod/tags/blocks/furnaces/notarfbadium.json b/src/generated/resources/data/cuboidmod/tags/blocks/furnaces/notarfbadium.json index f77bd9f..62d77d6 100644 --- a/src/generated/resources/data/cuboidmod/tags/blocks/furnaces/notarfbadium.json +++ b/src/generated/resources/data/cuboidmod/tags/blocks/furnaces/notarfbadium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notarfbadium_furnace" ] diff --git a/src/generated/resources/data/cuboidmod/tags/blocks/furnaces/notsogudium.json b/src/generated/resources/data/cuboidmod/tags/blocks/furnaces/notsogudium.json index ff4e887..c0c64cb 100644 --- a/src/generated/resources/data/cuboidmod/tags/blocks/furnaces/notsogudium.json +++ b/src/generated/resources/data/cuboidmod/tags/blocks/furnaces/notsogudium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notsogudium_furnace" ] diff --git a/src/generated/resources/data/cuboidmod/tags/blocks/furnaces/thatldu.json b/src/generated/resources/data/cuboidmod/tags/blocks/furnaces/thatldu.json index bf5bf36..3dc4ef8 100644 --- a/src/generated/resources/data/cuboidmod/tags/blocks/furnaces/thatldu.json +++ b/src/generated/resources/data/cuboidmod/tags/blocks/furnaces/thatldu.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:thatldu_furnace" ] diff --git a/src/generated/resources/data/cuboidmod/tags/blocks/furnaces/wikidium.json b/src/generated/resources/data/cuboidmod/tags/blocks/furnaces/wikidium.json index 981a82c..8050778 100644 --- a/src/generated/resources/data/cuboidmod/tags/blocks/furnaces/wikidium.json +++ b/src/generated/resources/data/cuboidmod/tags/blocks/furnaces/wikidium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:wikidium_furnace" ] diff --git a/src/generated/resources/data/cuboidmod/tags/blocks/needs_kudbebedda_tool.json b/src/generated/resources/data/cuboidmod/tags/blocks/needs_kudbebedda_tool.json index f0feb94..9ac7919 100644 --- a/src/generated/resources/data/cuboidmod/tags/blocks/needs_kudbebedda_tool.json +++ b/src/generated/resources/data/cuboidmod/tags/blocks/needs_kudbebedda_tool.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#forge:ores/notarfbadium" ] diff --git a/src/generated/resources/data/cuboidmod/tags/blocks/needs_notarfbadium_tool.json b/src/generated/resources/data/cuboidmod/tags/blocks/needs_notarfbadium_tool.json index 64aee35..cd63bee 100644 --- a/src/generated/resources/data/cuboidmod/tags/blocks/needs_notarfbadium_tool.json +++ b/src/generated/resources/data/cuboidmod/tags/blocks/needs_notarfbadium_tool.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#forge:ores/wikidium" ] diff --git a/src/generated/resources/data/cuboidmod/tags/blocks/needs_notsogudium_tool.json b/src/generated/resources/data/cuboidmod/tags/blocks/needs_notsogudium_tool.json index a1ad71d..36cd1c4 100644 --- a/src/generated/resources/data/cuboidmod/tags/blocks/needs_notsogudium_tool.json +++ b/src/generated/resources/data/cuboidmod/tags/blocks/needs_notsogudium_tool.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#forge:ores/kudbebedda" ] diff --git a/src/generated/resources/data/cuboidmod/tags/blocks/needs_wikidium_tool.json b/src/generated/resources/data/cuboidmod/tags/blocks/needs_wikidium_tool.json index 9fd85b1..219d248 100644 --- a/src/generated/resources/data/cuboidmod/tags/blocks/needs_wikidium_tool.json +++ b/src/generated/resources/data/cuboidmod/tags/blocks/needs_wikidium_tool.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#forge:ores/thatldu" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/carbon_nanotube.json b/src/generated/resources/data/cuboidmod/tags/items/carbon_nanotube.json index 3017af6..f4da176 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/carbon_nanotube.json +++ b/src/generated/resources/data/cuboidmod/tags/items/carbon_nanotube.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:carbon_nanotube" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/cellulose.json b/src/generated/resources/data/cuboidmod/tags/items/cellulose.json index 3d86e8d..16ba17c 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/cellulose.json +++ b/src/generated/resources/data/cuboidmod/tags/items/cellulose.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:cellulose" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/chests.json b/src/generated/resources/data/cuboidmod/tags/items/chests.json index e379191..d528c41 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/chests.json +++ b/src/generated/resources/data/cuboidmod/tags/items/chests.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#forge:chests/notsogudium", "#forge:chests/kudbebedda", diff --git a/src/generated/resources/data/cuboidmod/tags/items/crafting_tables.json b/src/generated/resources/data/cuboidmod/tags/items/crafting_tables.json index b7f35b7..7caa18d 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/crafting_tables.json +++ b/src/generated/resources/data/cuboidmod/tags/items/crafting_tables.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#forge:crafting_tables/notsogudium", "#forge:crafting_tables/kudbebedda", diff --git a/src/generated/resources/data/cuboidmod/tags/items/dusts.json b/src/generated/resources/data/cuboidmod/tags/items/dusts.json index df74e6c..caeea32 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/dusts.json +++ b/src/generated/resources/data/cuboidmod/tags/items/dusts.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#forge:dusts/notsogudium", "#forge:dusts/kudbebedda", diff --git a/src/generated/resources/data/cuboidmod/tags/items/food.json b/src/generated/resources/data/cuboidmod/tags/items/food.json index 70d5328..b3b6b3a 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/food.json +++ b/src/generated/resources/data/cuboidmod/tags/items/food.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#cuboidmod:food/apple_cider_vinegar", "#cuboidmod:food/arachnugget", diff --git a/src/generated/resources/data/cuboidmod/tags/items/food/apple_cider_vinegar.json b/src/generated/resources/data/cuboidmod/tags/items/food/apple_cider_vinegar.json index 996e5df..c04ceec 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/food/apple_cider_vinegar.json +++ b/src/generated/resources/data/cuboidmod/tags/items/food/apple_cider_vinegar.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:apple_cider_vinegar" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/food/arachnugget.json b/src/generated/resources/data/cuboidmod/tags/items/food/arachnugget.json index 065fc6a..bc3380c 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/food/arachnugget.json +++ b/src/generated/resources/data/cuboidmod/tags/items/food/arachnugget.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:arachnugget" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/food/beef_biltong.json b/src/generated/resources/data/cuboidmod/tags/items/food/beef_biltong.json index e13a9d9..cbe3200 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/food/beef_biltong.json +++ b/src/generated/resources/data/cuboidmod/tags/items/food/beef_biltong.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:biltong_beef" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/food/broth.json b/src/generated/resources/data/cuboidmod/tags/items/food/broth.json index b5415fd..86a48f3 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/food/broth.json +++ b/src/generated/resources/data/cuboidmod/tags/items/food/broth.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:broth" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/food/cured_beef.json b/src/generated/resources/data/cuboidmod/tags/items/food/cured_beef.json index 6627f63..cf9b8f9 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/food/cured_beef.json +++ b/src/generated/resources/data/cuboidmod/tags/items/food/cured_beef.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:cured_beef" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/food/cured_flesh.json b/src/generated/resources/data/cuboidmod/tags/items/food/cured_flesh.json index 65597aa..0832fd5 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/food/cured_flesh.json +++ b/src/generated/resources/data/cuboidmod/tags/items/food/cured_flesh.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:cured_flesh" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/food/gruel.json b/src/generated/resources/data/cuboidmod/tags/items/food/gruel.json index 85ea0a7..3c23c17 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/food/gruel.json +++ b/src/generated/resources/data/cuboidmod/tags/items/food/gruel.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:gruel" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/food/hardfiskur.json b/src/generated/resources/data/cuboidmod/tags/items/food/hardfiskur.json index d29a131..150bcce 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/food/hardfiskur.json +++ b/src/generated/resources/data/cuboidmod/tags/items/food/hardfiskur.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:hardfiskur" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/food/kebab_cooked.json b/src/generated/resources/data/cuboidmod/tags/items/food/kebab_cooked.json index e41fe7c..1de0708 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/food/kebab_cooked.json +++ b/src/generated/resources/data/cuboidmod/tags/items/food/kebab_cooked.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:kebab_cooked" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/food/kebab_raw.json b/src/generated/resources/data/cuboidmod/tags/items/food/kebab_raw.json index 758d034..01d382a 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/food/kebab_raw.json +++ b/src/generated/resources/data/cuboidmod/tags/items/food/kebab_raw.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:kebab_raw" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/food/protein_bar.json b/src/generated/resources/data/cuboidmod/tags/items/food/protein_bar.json index b8105e7..5826017 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/food/protein_bar.json +++ b/src/generated/resources/data/cuboidmod/tags/items/food/protein_bar.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:protein_bar" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/food/protein_paste.json b/src/generated/resources/data/cuboidmod/tags/items/food/protein_paste.json index e910fdc..46f2db8 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/food/protein_paste.json +++ b/src/generated/resources/data/cuboidmod/tags/items/food/protein_paste.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:protein_paste" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/food/ration_pack.json b/src/generated/resources/data/cuboidmod/tags/items/food/ration_pack.json index e19ac27..3748c01 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/food/ration_pack.json +++ b/src/generated/resources/data/cuboidmod/tags/items/food/ration_pack.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:ration_pack" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/food/rotten_apple.json b/src/generated/resources/data/cuboidmod/tags/items/food/rotten_apple.json index 5d17546..9fde0e4 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/food/rotten_apple.json +++ b/src/generated/resources/data/cuboidmod/tags/items/food/rotten_apple.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:rotten_apple" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/food/zombie_biltong.json b/src/generated/resources/data/cuboidmod/tags/items/food/zombie_biltong.json index 8cbab6b..8c88435 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/food/zombie_biltong.json +++ b/src/generated/resources/data/cuboidmod/tags/items/food/zombie_biltong.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:biltong_zombie" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/furnaces.json b/src/generated/resources/data/cuboidmod/tags/items/furnaces.json index d3f14d2..10b4916 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/furnaces.json +++ b/src/generated/resources/data/cuboidmod/tags/items/furnaces.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#forge:furnaces/notsogudium", "#forge:furnaces/kudbebedda", diff --git a/src/generated/resources/data/cuboidmod/tags/items/ingots.json b/src/generated/resources/data/cuboidmod/tags/items/ingots.json index 3cd0afc..735d808 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/ingots.json +++ b/src/generated/resources/data/cuboidmod/tags/items/ingots.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#forge:ingots/notsogudium", "#forge:ingots/kudbebedda", diff --git a/src/generated/resources/data/cuboidmod/tags/items/nuggets.json b/src/generated/resources/data/cuboidmod/tags/items/nuggets.json index 4553a7e..f8f49f7 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/nuggets.json +++ b/src/generated/resources/data/cuboidmod/tags/items/nuggets.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#forge:nuggets/notsogudium", "#forge:nuggets/kudbebedda", diff --git a/src/generated/resources/data/cuboidmod/tags/items/ores.json b/src/generated/resources/data/cuboidmod/tags/items/ores.json index 79fc1d2..6908992 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/ores.json +++ b/src/generated/resources/data/cuboidmod/tags/items/ores.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#forge:ores/notsogudium", "#forge:ores/kudbebedda", diff --git a/src/generated/resources/data/cuboidmod/tags/items/pieces.json b/src/generated/resources/data/cuboidmod/tags/items/pieces.json index 76f75ac..d323414 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/pieces.json +++ b/src/generated/resources/data/cuboidmod/tags/items/pieces.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#cuboidmod:pieces/notsogudium", "#cuboidmod:pieces/kudbebedda", diff --git a/src/generated/resources/data/cuboidmod/tags/items/pieces/kudbebedda.json b/src/generated/resources/data/cuboidmod/tags/items/pieces/kudbebedda.json index 9b1f178..100070d 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/pieces/kudbebedda.json +++ b/src/generated/resources/data/cuboidmod/tags/items/pieces/kudbebedda.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:kudbebedda_piece" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/pieces/notarfbadium.json b/src/generated/resources/data/cuboidmod/tags/items/pieces/notarfbadium.json index 75a4821..0ca8ad0 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/pieces/notarfbadium.json +++ b/src/generated/resources/data/cuboidmod/tags/items/pieces/notarfbadium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notarfbadium_piece" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/pieces/notsogudium.json b/src/generated/resources/data/cuboidmod/tags/items/pieces/notsogudium.json index 7df37b2..ff48215 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/pieces/notsogudium.json +++ b/src/generated/resources/data/cuboidmod/tags/items/pieces/notsogudium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notsogudium_piece" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/pieces/thatldu.json b/src/generated/resources/data/cuboidmod/tags/items/pieces/thatldu.json index c733459..8305a4f 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/pieces/thatldu.json +++ b/src/generated/resources/data/cuboidmod/tags/items/pieces/thatldu.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:thatldu_piece" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/pieces/wikidium.json b/src/generated/resources/data/cuboidmod/tags/items/pieces/wikidium.json index f9eaa9f..799a512 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/pieces/wikidium.json +++ b/src/generated/resources/data/cuboidmod/tags/items/pieces/wikidium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:wikidium_piece" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/protein_fiber.json b/src/generated/resources/data/cuboidmod/tags/items/protein_fiber.json index 5d1bdd3..51f065b 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/protein_fiber.json +++ b/src/generated/resources/data/cuboidmod/tags/items/protein_fiber.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:protein_fiber" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/protein_paste.json b/src/generated/resources/data/cuboidmod/tags/items/protein_paste.json index e910fdc..46f2db8 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/protein_paste.json +++ b/src/generated/resources/data/cuboidmod/tags/items/protein_paste.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:protein_paste" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities.json index 7fe1cc2..d58fd4f 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#cuboidmod:quantum_singularities/andesite", "#cuboidmod:quantum_singularities/basalt", diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/aluminium.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/aluminium.json index f0b493c..69f84ff 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/aluminium.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/aluminium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:aluminium_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/andesite.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/andesite.json index 0bf8a57..db4fd84 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/andesite.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/andesite.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:andesite_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/basalt.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/basalt.json index e03eaca..69857a4 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/basalt.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/basalt.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:basalt_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/blackstone.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/blackstone.json index 4258891..c04dfb0 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/blackstone.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/blackstone.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:blackstone_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/bronze.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/bronze.json index f5f3c48..e829fe9 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/bronze.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/bronze.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:bronze_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/carbon_nanotube.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/carbon_nanotube.json index a5d04da..d3a6023 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/carbon_nanotube.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/carbon_nanotube.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:carbon_nanotube_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/cellulose.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/cellulose.json index deaf4ad..8f6ff6a 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/cellulose.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/cellulose.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:cellulose_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/clay.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/clay.json index 4123625..80816e1 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/clay.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/clay.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:clay_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/coal.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/coal.json index 91d1c38..d4de81a 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/coal.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/coal.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:coal_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/cobalt.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/cobalt.json index 5643e46..41fb2e3 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/cobalt.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/cobalt.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:cobalt_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/cobblestone.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/cobblestone.json index 8222243..8901e9c 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/cobblestone.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/cobblestone.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:cobblestone_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/copper.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/copper.json index 4865ce5..a7b0d69 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/copper.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/copper.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:copper_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/diamond.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/diamond.json index f6f896c..9c7f434 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/diamond.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/diamond.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:diamond_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/diorite.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/diorite.json index c604a1d..8bbde49 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/diorite.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/diorite.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:diorite_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/dirt.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/dirt.json index 4db891d..352142f 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/dirt.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/dirt.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:dirt_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/dust.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/dust.json index a7e3e5d..b40ef0e 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/dust.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/dust.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:dust_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/electrum.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/electrum.json index 9234280..d5e8504 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/electrum.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/electrum.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:electrum_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/emerald.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/emerald.json index 411fdce..42ddf8e 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/emerald.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/emerald.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:emerald_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/endstone.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/endstone.json index 775e81a..7a6e2ea 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/endstone.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/endstone.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:endstone_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/glowstone.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/glowstone.json index 0647143..e359384 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/glowstone.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/glowstone.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:glowstone_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/gold.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/gold.json index b282f24..2f07ca7 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/gold.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/gold.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:gold_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/granite.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/granite.json index 4d676a4..27baff6 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/granite.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/granite.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:granite_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/gravel.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/gravel.json index 56abf5a..7134230 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/gravel.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/gravel.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:gravel_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/invar.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/invar.json index df7692e..083ba84 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/invar.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/invar.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:invar_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/iron.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/iron.json index 46f242b..659cea5 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/iron.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/iron.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:iron_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/kudbebedda.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/kudbebedda.json index e046a96..e330082 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/kudbebedda.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/kudbebedda.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:kudbebedda_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/lapis.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/lapis.json index d50c9e0..8f58496 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/lapis.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/lapis.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:lapis_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/lead.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/lead.json index ddd97af..46ee9b5 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/lead.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/lead.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:lead_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/log_acacia.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/log_acacia.json index 43884bd..baa908c 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/log_acacia.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/log_acacia.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:acacia_log_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/log_birch.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/log_birch.json index 5614349..40713cd 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/log_birch.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/log_birch.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:birch_log_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/log_dark_oak.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/log_dark_oak.json index 61b9f8e..fd93dbf 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/log_dark_oak.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/log_dark_oak.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:dark_oak_log_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/log_jungle.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/log_jungle.json index 9580562..79b8005 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/log_jungle.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/log_jungle.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:jungle_log_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/log_oak.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/log_oak.json index facf484..a232bd5 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/log_oak.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/log_oak.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:oak_log_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/log_spruce.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/log_spruce.json index ee4ec24..17cb1c3 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/log_spruce.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/log_spruce.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:spruce_log_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/netherrack.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/netherrack.json index f4c13c7..26b40a2 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/netherrack.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/netherrack.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:netherrack_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/nickel.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/nickel.json index d4c73f0..badd3e3 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/nickel.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/nickel.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:nickel_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/notarfbadium.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/notarfbadium.json index 344fd5f..5b62ac2 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/notarfbadium.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/notarfbadium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notarfbadium_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/notsogudium.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/notsogudium.json index d32e24b..3d2d265 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/notsogudium.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/notsogudium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notsogudium_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/osmium.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/osmium.json index 6676f62..4b94fba 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/osmium.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/osmium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:osmium_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/platinum.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/platinum.json index d6d9408..f8785a6 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/platinum.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/platinum.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:platinum_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/redstone.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/redstone.json index 13052b1..337a956 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/redstone.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/redstone.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:redstone_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/sand.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/sand.json index 5b15e78..ac05b02 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/sand.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/sand.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:sand_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/silica_dust.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/silica_dust.json index 5331006..78d7513 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/silica_dust.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/silica_dust.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:silica_dust_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/silver.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/silver.json index a97a897..1587891 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/silver.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/silver.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:silver_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/steel.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/steel.json index 05f9bcb..7f0613e 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/steel.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/steel.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:steel_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/thatldu.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/thatldu.json index 1c6da0f..6655f2e 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/thatldu.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/thatldu.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:thatldu_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/tin.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/tin.json index d0bfef0..51d1df2 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/tin.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/tin.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:tin_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/uraninite.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/uraninite.json index 2c24921..5ebd8be 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/uraninite.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/uraninite.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:uraninite_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/uranium.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/uranium.json index 975b9a0..3a33ff3 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/uranium.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/uranium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:uranium_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/wikidium.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/wikidium.json index c981182..7f9b318 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/wikidium.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/wikidium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:wikidium_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/zinc.json b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/zinc.json index a32f2ba..9053932 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/zinc.json +++ b/src/generated/resources/data/cuboidmod/tags/items/quantum_singularities/zinc.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:zinc_quantum_singularity" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/rods.json b/src/generated/resources/data/cuboidmod/tags/items/rods.json index 8c49ce2..94ab7f9 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/rods.json +++ b/src/generated/resources/data/cuboidmod/tags/items/rods.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#forge:rods/notsogudium", "#forge:rods/kudbebedda", diff --git a/src/generated/resources/data/cuboidmod/tags/items/stick_bundle.json b/src/generated/resources/data/cuboidmod/tags/items/stick_bundle.json index 984ec29..5b14612 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/stick_bundle.json +++ b/src/generated/resources/data/cuboidmod/tags/items/stick_bundle.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:stick_bundle" ] diff --git a/src/generated/resources/data/cuboidmod/tags/items/storage_blocks.json b/src/generated/resources/data/cuboidmod/tags/items/storage_blocks.json index b83ed99..c3a8536 100644 --- a/src/generated/resources/data/cuboidmod/tags/items/storage_blocks.json +++ b/src/generated/resources/data/cuboidmod/tags/items/storage_blocks.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#forge:storage_blocks/notsogudium", "#forge:storage_blocks/kudbebedda", diff --git a/src/generated/resources/data/forge/tags/blocks/chests.json b/src/generated/resources/data/forge/tags/blocks/chests.json index e379191..d528c41 100644 --- a/src/generated/resources/data/forge/tags/blocks/chests.json +++ b/src/generated/resources/data/forge/tags/blocks/chests.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#forge:chests/notsogudium", "#forge:chests/kudbebedda", diff --git a/src/generated/resources/data/forge/tags/blocks/chests/kudbebedda.json b/src/generated/resources/data/forge/tags/blocks/chests/kudbebedda.json index db95555..ecc2465 100644 --- a/src/generated/resources/data/forge/tags/blocks/chests/kudbebedda.json +++ b/src/generated/resources/data/forge/tags/blocks/chests/kudbebedda.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:kudbebedda_chest" ] diff --git a/src/generated/resources/data/forge/tags/blocks/chests/notarfbadium.json b/src/generated/resources/data/forge/tags/blocks/chests/notarfbadium.json index d86ca60..322c0ad 100644 --- a/src/generated/resources/data/forge/tags/blocks/chests/notarfbadium.json +++ b/src/generated/resources/data/forge/tags/blocks/chests/notarfbadium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notarfbadium_chest" ] diff --git a/src/generated/resources/data/forge/tags/blocks/chests/notsogudium.json b/src/generated/resources/data/forge/tags/blocks/chests/notsogudium.json index b1e24cd..806c205 100644 --- a/src/generated/resources/data/forge/tags/blocks/chests/notsogudium.json +++ b/src/generated/resources/data/forge/tags/blocks/chests/notsogudium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notsogudium_chest" ] diff --git a/src/generated/resources/data/forge/tags/blocks/chests/thatldu.json b/src/generated/resources/data/forge/tags/blocks/chests/thatldu.json index d93a3d9..21550fb 100644 --- a/src/generated/resources/data/forge/tags/blocks/chests/thatldu.json +++ b/src/generated/resources/data/forge/tags/blocks/chests/thatldu.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:thatldu_chest" ] diff --git a/src/generated/resources/data/forge/tags/blocks/chests/wikidium.json b/src/generated/resources/data/forge/tags/blocks/chests/wikidium.json index 4f6490e..c99865b 100644 --- a/src/generated/resources/data/forge/tags/blocks/chests/wikidium.json +++ b/src/generated/resources/data/forge/tags/blocks/chests/wikidium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:wikidium_chest" ] diff --git a/src/generated/resources/data/forge/tags/blocks/crafting_tables/kudbebedda.json b/src/generated/resources/data/forge/tags/blocks/crafting_tables/kudbebedda.json index 46d793b..fc5c5b3 100644 --- a/src/generated/resources/data/forge/tags/blocks/crafting_tables/kudbebedda.json +++ b/src/generated/resources/data/forge/tags/blocks/crafting_tables/kudbebedda.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:kudbebedda_crafting_table" ] diff --git a/src/generated/resources/data/forge/tags/blocks/crafting_tables/notarfbadium.json b/src/generated/resources/data/forge/tags/blocks/crafting_tables/notarfbadium.json index 05a28e8..7da1ded 100644 --- a/src/generated/resources/data/forge/tags/blocks/crafting_tables/notarfbadium.json +++ b/src/generated/resources/data/forge/tags/blocks/crafting_tables/notarfbadium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notarfbadium_crafting_table" ] diff --git a/src/generated/resources/data/forge/tags/blocks/crafting_tables/notsogudium.json b/src/generated/resources/data/forge/tags/blocks/crafting_tables/notsogudium.json index 0abfa65..bd59583 100644 --- a/src/generated/resources/data/forge/tags/blocks/crafting_tables/notsogudium.json +++ b/src/generated/resources/data/forge/tags/blocks/crafting_tables/notsogudium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notsogudium_crafting_table" ] diff --git a/src/generated/resources/data/forge/tags/blocks/crafting_tables/thatldu.json b/src/generated/resources/data/forge/tags/blocks/crafting_tables/thatldu.json index 6ee60e1..cc879c7 100644 --- a/src/generated/resources/data/forge/tags/blocks/crafting_tables/thatldu.json +++ b/src/generated/resources/data/forge/tags/blocks/crafting_tables/thatldu.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:thatldu_crafting_table" ] diff --git a/src/generated/resources/data/forge/tags/blocks/crafting_tables/wikidium.json b/src/generated/resources/data/forge/tags/blocks/crafting_tables/wikidium.json index f4314f5..b08863a 100644 --- a/src/generated/resources/data/forge/tags/blocks/crafting_tables/wikidium.json +++ b/src/generated/resources/data/forge/tags/blocks/crafting_tables/wikidium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:wikidium_crafting_table" ] diff --git a/src/generated/resources/data/forge/tags/blocks/needs_wood_tool.json b/src/generated/resources/data/forge/tags/blocks/needs_wood_tool.json index eabd926..7092b8f 100644 --- a/src/generated/resources/data/forge/tags/blocks/needs_wood_tool.json +++ b/src/generated/resources/data/forge/tags/blocks/needs_wood_tool.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#forge:ores/notsogudium" ] diff --git a/src/generated/resources/data/forge/tags/blocks/ores.json b/src/generated/resources/data/forge/tags/blocks/ores.json index 4428b41..85c5d0e 100644 --- a/src/generated/resources/data/forge/tags/blocks/ores.json +++ b/src/generated/resources/data/forge/tags/blocks/ores.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#forge:ores/notsogudium", "#forge:ores/kudbebedda", diff --git a/src/generated/resources/data/forge/tags/blocks/ores/kudbebedda.json b/src/generated/resources/data/forge/tags/blocks/ores/kudbebedda.json index a4e81ef..f273bf2 100644 --- a/src/generated/resources/data/forge/tags/blocks/ores/kudbebedda.json +++ b/src/generated/resources/data/forge/tags/blocks/ores/kudbebedda.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:kudbebedda_ore" ] diff --git a/src/generated/resources/data/forge/tags/blocks/ores/notarfbadium.json b/src/generated/resources/data/forge/tags/blocks/ores/notarfbadium.json index dcac512..72eeb4f 100644 --- a/src/generated/resources/data/forge/tags/blocks/ores/notarfbadium.json +++ b/src/generated/resources/data/forge/tags/blocks/ores/notarfbadium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notarfbadium_ore" ] diff --git a/src/generated/resources/data/forge/tags/blocks/ores/notsogudium.json b/src/generated/resources/data/forge/tags/blocks/ores/notsogudium.json index c58754e..c45341a 100644 --- a/src/generated/resources/data/forge/tags/blocks/ores/notsogudium.json +++ b/src/generated/resources/data/forge/tags/blocks/ores/notsogudium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notsogudium_ore" ] diff --git a/src/generated/resources/data/forge/tags/blocks/ores/thatldu.json b/src/generated/resources/data/forge/tags/blocks/ores/thatldu.json index b89898e..dbec006 100644 --- a/src/generated/resources/data/forge/tags/blocks/ores/thatldu.json +++ b/src/generated/resources/data/forge/tags/blocks/ores/thatldu.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:thatldu_ore" ] diff --git a/src/generated/resources/data/forge/tags/blocks/ores/wikidium.json b/src/generated/resources/data/forge/tags/blocks/ores/wikidium.json index 6f5c484..98e1390 100644 --- a/src/generated/resources/data/forge/tags/blocks/ores/wikidium.json +++ b/src/generated/resources/data/forge/tags/blocks/ores/wikidium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:wikidium_ore" ] diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks.json index 6d2663c..babf8eb 100644 --- a/src/generated/resources/data/forge/tags/blocks/storage_blocks.json +++ b/src/generated/resources/data/forge/tags/blocks/storage_blocks.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#forge:storage_blocks/notsogudium", "#forge:storage_blocks/kudbebedda", diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/carbon_nanotube.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/carbon_nanotube.json index f9ede95..742db22 100644 --- a/src/generated/resources/data/forge/tags/blocks/storage_blocks/carbon_nanotube.json +++ b/src/generated/resources/data/forge/tags/blocks/storage_blocks/carbon_nanotube.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:carbon_nanotube_block" ] diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/cellulose.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/cellulose.json index 0230f49..72e0035 100644 --- a/src/generated/resources/data/forge/tags/blocks/storage_blocks/cellulose.json +++ b/src/generated/resources/data/forge/tags/blocks/storage_blocks/cellulose.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:cellulose_block" ] diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/kudbebedda.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/kudbebedda.json index 1ecc6f3..3151da4 100644 --- a/src/generated/resources/data/forge/tags/blocks/storage_blocks/kudbebedda.json +++ b/src/generated/resources/data/forge/tags/blocks/storage_blocks/kudbebedda.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:kudbebedda_block" ] diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/notarfbadium.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/notarfbadium.json index e98a570..709a797 100644 --- a/src/generated/resources/data/forge/tags/blocks/storage_blocks/notarfbadium.json +++ b/src/generated/resources/data/forge/tags/blocks/storage_blocks/notarfbadium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notarfbadium_block" ] diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/notsogudium.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/notsogudium.json index 1c2fbc5..769bb0f 100644 --- a/src/generated/resources/data/forge/tags/blocks/storage_blocks/notsogudium.json +++ b/src/generated/resources/data/forge/tags/blocks/storage_blocks/notsogudium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notsogudium_block" ] diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/protein_fiber.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/protein_fiber.json index 52ddd66..9eeb043 100644 --- a/src/generated/resources/data/forge/tags/blocks/storage_blocks/protein_fiber.json +++ b/src/generated/resources/data/forge/tags/blocks/storage_blocks/protein_fiber.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:protein_fiber_block" ] diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/protein_paste.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/protein_paste.json index 47538bc..01ba551 100644 --- a/src/generated/resources/data/forge/tags/blocks/storage_blocks/protein_paste.json +++ b/src/generated/resources/data/forge/tags/blocks/storage_blocks/protein_paste.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:protein_paste_block" ] diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/silica.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/silica.json index 2a769a2..32cec68 100644 --- a/src/generated/resources/data/forge/tags/blocks/storage_blocks/silica.json +++ b/src/generated/resources/data/forge/tags/blocks/storage_blocks/silica.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:silica_dust_block" ] diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/thatldu.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/thatldu.json index d4c210f..2aac4cc 100644 --- a/src/generated/resources/data/forge/tags/blocks/storage_blocks/thatldu.json +++ b/src/generated/resources/data/forge/tags/blocks/storage_blocks/thatldu.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:thatldu_block" ] diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/wikidium.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/wikidium.json index 4460643..76a10f7 100644 --- a/src/generated/resources/data/forge/tags/blocks/storage_blocks/wikidium.json +++ b/src/generated/resources/data/forge/tags/blocks/storage_blocks/wikidium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:wikidium_block" ] diff --git a/src/generated/resources/data/forge/tags/items/chests.json b/src/generated/resources/data/forge/tags/items/chests.json index e379191..d528c41 100644 --- a/src/generated/resources/data/forge/tags/items/chests.json +++ b/src/generated/resources/data/forge/tags/items/chests.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#forge:chests/notsogudium", "#forge:chests/kudbebedda", diff --git a/src/generated/resources/data/forge/tags/items/chests/kudbebedda.json b/src/generated/resources/data/forge/tags/items/chests/kudbebedda.json index db95555..ecc2465 100644 --- a/src/generated/resources/data/forge/tags/items/chests/kudbebedda.json +++ b/src/generated/resources/data/forge/tags/items/chests/kudbebedda.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:kudbebedda_chest" ] diff --git a/src/generated/resources/data/forge/tags/items/chests/notarfbadium.json b/src/generated/resources/data/forge/tags/items/chests/notarfbadium.json index d86ca60..322c0ad 100644 --- a/src/generated/resources/data/forge/tags/items/chests/notarfbadium.json +++ b/src/generated/resources/data/forge/tags/items/chests/notarfbadium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notarfbadium_chest" ] diff --git a/src/generated/resources/data/forge/tags/items/chests/notsogudium.json b/src/generated/resources/data/forge/tags/items/chests/notsogudium.json index b1e24cd..806c205 100644 --- a/src/generated/resources/data/forge/tags/items/chests/notsogudium.json +++ b/src/generated/resources/data/forge/tags/items/chests/notsogudium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notsogudium_chest" ] diff --git a/src/generated/resources/data/forge/tags/items/chests/thatldu.json b/src/generated/resources/data/forge/tags/items/chests/thatldu.json index d93a3d9..21550fb 100644 --- a/src/generated/resources/data/forge/tags/items/chests/thatldu.json +++ b/src/generated/resources/data/forge/tags/items/chests/thatldu.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:thatldu_chest" ] diff --git a/src/generated/resources/data/forge/tags/items/chests/wikidium.json b/src/generated/resources/data/forge/tags/items/chests/wikidium.json index 4f6490e..c99865b 100644 --- a/src/generated/resources/data/forge/tags/items/chests/wikidium.json +++ b/src/generated/resources/data/forge/tags/items/chests/wikidium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:wikidium_chest" ] diff --git a/src/generated/resources/data/forge/tags/items/crafting_tables/kudbebedda.json b/src/generated/resources/data/forge/tags/items/crafting_tables/kudbebedda.json index 46d793b..fc5c5b3 100644 --- a/src/generated/resources/data/forge/tags/items/crafting_tables/kudbebedda.json +++ b/src/generated/resources/data/forge/tags/items/crafting_tables/kudbebedda.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:kudbebedda_crafting_table" ] diff --git a/src/generated/resources/data/forge/tags/items/crafting_tables/notarfbadium.json b/src/generated/resources/data/forge/tags/items/crafting_tables/notarfbadium.json index 05a28e8..7da1ded 100644 --- a/src/generated/resources/data/forge/tags/items/crafting_tables/notarfbadium.json +++ b/src/generated/resources/data/forge/tags/items/crafting_tables/notarfbadium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notarfbadium_crafting_table" ] diff --git a/src/generated/resources/data/forge/tags/items/crafting_tables/notsogudium.json b/src/generated/resources/data/forge/tags/items/crafting_tables/notsogudium.json index 0abfa65..bd59583 100644 --- a/src/generated/resources/data/forge/tags/items/crafting_tables/notsogudium.json +++ b/src/generated/resources/data/forge/tags/items/crafting_tables/notsogudium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notsogudium_crafting_table" ] diff --git a/src/generated/resources/data/forge/tags/items/crafting_tables/thatldu.json b/src/generated/resources/data/forge/tags/items/crafting_tables/thatldu.json index 6ee60e1..cc879c7 100644 --- a/src/generated/resources/data/forge/tags/items/crafting_tables/thatldu.json +++ b/src/generated/resources/data/forge/tags/items/crafting_tables/thatldu.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:thatldu_crafting_table" ] diff --git a/src/generated/resources/data/forge/tags/items/crafting_tables/wikidium.json b/src/generated/resources/data/forge/tags/items/crafting_tables/wikidium.json index f4314f5..b08863a 100644 --- a/src/generated/resources/data/forge/tags/items/crafting_tables/wikidium.json +++ b/src/generated/resources/data/forge/tags/items/crafting_tables/wikidium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:wikidium_crafting_table" ] diff --git a/src/generated/resources/data/forge/tags/items/dusts.json b/src/generated/resources/data/forge/tags/items/dusts.json index db15875..426e349 100644 --- a/src/generated/resources/data/forge/tags/items/dusts.json +++ b/src/generated/resources/data/forge/tags/items/dusts.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#cuboidmod:dusts" ] diff --git a/src/generated/resources/data/forge/tags/items/dusts/cobalt.json b/src/generated/resources/data/forge/tags/items/dusts/cobalt.json index 85f2e7c..86cdd23 100644 --- a/src/generated/resources/data/forge/tags/items/dusts/cobalt.json +++ b/src/generated/resources/data/forge/tags/items/dusts/cobalt.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:cobalt_dust" ] diff --git a/src/generated/resources/data/forge/tags/items/dusts/kudbebedda.json b/src/generated/resources/data/forge/tags/items/dusts/kudbebedda.json index 712fb22..eb0fbca 100644 --- a/src/generated/resources/data/forge/tags/items/dusts/kudbebedda.json +++ b/src/generated/resources/data/forge/tags/items/dusts/kudbebedda.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:kudbebedda_dust" ] diff --git a/src/generated/resources/data/forge/tags/items/dusts/notarfbadium.json b/src/generated/resources/data/forge/tags/items/dusts/notarfbadium.json index 795ef94..72fbf90 100644 --- a/src/generated/resources/data/forge/tags/items/dusts/notarfbadium.json +++ b/src/generated/resources/data/forge/tags/items/dusts/notarfbadium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notarfbadium_dust" ] diff --git a/src/generated/resources/data/forge/tags/items/dusts/notsogudium.json b/src/generated/resources/data/forge/tags/items/dusts/notsogudium.json index 6b73e61..cc304f0 100644 --- a/src/generated/resources/data/forge/tags/items/dusts/notsogudium.json +++ b/src/generated/resources/data/forge/tags/items/dusts/notsogudium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notsogudium_dust" ] diff --git a/src/generated/resources/data/forge/tags/items/dusts/salt.json b/src/generated/resources/data/forge/tags/items/dusts/salt.json index b7b2f1d..4902794 100644 --- a/src/generated/resources/data/forge/tags/items/dusts/salt.json +++ b/src/generated/resources/data/forge/tags/items/dusts/salt.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:salt" ] diff --git a/src/generated/resources/data/forge/tags/items/dusts/silica.json b/src/generated/resources/data/forge/tags/items/dusts/silica.json index e8e467d..04b6b6d 100644 --- a/src/generated/resources/data/forge/tags/items/dusts/silica.json +++ b/src/generated/resources/data/forge/tags/items/dusts/silica.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:silica_dust" ] diff --git a/src/generated/resources/data/forge/tags/items/dusts/thatldu.json b/src/generated/resources/data/forge/tags/items/dusts/thatldu.json index bec5fe5..08ffeca 100644 --- a/src/generated/resources/data/forge/tags/items/dusts/thatldu.json +++ b/src/generated/resources/data/forge/tags/items/dusts/thatldu.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:thatldu_dust" ] diff --git a/src/generated/resources/data/forge/tags/items/dusts/wikidium.json b/src/generated/resources/data/forge/tags/items/dusts/wikidium.json index 94eb457..7156fc5 100644 --- a/src/generated/resources/data/forge/tags/items/dusts/wikidium.json +++ b/src/generated/resources/data/forge/tags/items/dusts/wikidium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:wikidium_dust" ] diff --git a/src/generated/resources/data/forge/tags/items/dusts/zinc.json b/src/generated/resources/data/forge/tags/items/dusts/zinc.json index e38a493..7e6735b 100644 --- a/src/generated/resources/data/forge/tags/items/dusts/zinc.json +++ b/src/generated/resources/data/forge/tags/items/dusts/zinc.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:zinc_dust" ] diff --git a/src/generated/resources/data/forge/tags/items/furnaces/eumus.json b/src/generated/resources/data/forge/tags/items/furnaces/eumus.json index 72d00c4..584afe7 100644 --- a/src/generated/resources/data/forge/tags/items/furnaces/eumus.json +++ b/src/generated/resources/data/forge/tags/items/furnaces/eumus.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:eumus_furnace" ] diff --git a/src/generated/resources/data/forge/tags/items/furnaces/kudbebedda.json b/src/generated/resources/data/forge/tags/items/furnaces/kudbebedda.json index 6397bdd..8fcaf55 100644 --- a/src/generated/resources/data/forge/tags/items/furnaces/kudbebedda.json +++ b/src/generated/resources/data/forge/tags/items/furnaces/kudbebedda.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:kudbebedda_furnace" ] diff --git a/src/generated/resources/data/forge/tags/items/furnaces/notarfbadium.json b/src/generated/resources/data/forge/tags/items/furnaces/notarfbadium.json index f77bd9f..62d77d6 100644 --- a/src/generated/resources/data/forge/tags/items/furnaces/notarfbadium.json +++ b/src/generated/resources/data/forge/tags/items/furnaces/notarfbadium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notarfbadium_furnace" ] diff --git a/src/generated/resources/data/forge/tags/items/furnaces/notsogudium.json b/src/generated/resources/data/forge/tags/items/furnaces/notsogudium.json index ff4e887..c0c64cb 100644 --- a/src/generated/resources/data/forge/tags/items/furnaces/notsogudium.json +++ b/src/generated/resources/data/forge/tags/items/furnaces/notsogudium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notsogudium_furnace" ] diff --git a/src/generated/resources/data/forge/tags/items/furnaces/thatldu.json b/src/generated/resources/data/forge/tags/items/furnaces/thatldu.json index bf5bf36..3dc4ef8 100644 --- a/src/generated/resources/data/forge/tags/items/furnaces/thatldu.json +++ b/src/generated/resources/data/forge/tags/items/furnaces/thatldu.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:thatldu_furnace" ] diff --git a/src/generated/resources/data/forge/tags/items/furnaces/wikidium.json b/src/generated/resources/data/forge/tags/items/furnaces/wikidium.json index 981a82c..8050778 100644 --- a/src/generated/resources/data/forge/tags/items/furnaces/wikidium.json +++ b/src/generated/resources/data/forge/tags/items/furnaces/wikidium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:wikidium_furnace" ] diff --git a/src/generated/resources/data/forge/tags/items/ingots.json b/src/generated/resources/data/forge/tags/items/ingots.json index 3cd0afc..735d808 100644 --- a/src/generated/resources/data/forge/tags/items/ingots.json +++ b/src/generated/resources/data/forge/tags/items/ingots.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#forge:ingots/notsogudium", "#forge:ingots/kudbebedda", diff --git a/src/generated/resources/data/forge/tags/items/ingots/kudbebedda.json b/src/generated/resources/data/forge/tags/items/ingots/kudbebedda.json index c4abd5d..c4fa1db 100644 --- a/src/generated/resources/data/forge/tags/items/ingots/kudbebedda.json +++ b/src/generated/resources/data/forge/tags/items/ingots/kudbebedda.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:kudbebedda_ingot" ] diff --git a/src/generated/resources/data/forge/tags/items/ingots/notarfbadium.json b/src/generated/resources/data/forge/tags/items/ingots/notarfbadium.json index b07df2c..1ae39ac 100644 --- a/src/generated/resources/data/forge/tags/items/ingots/notarfbadium.json +++ b/src/generated/resources/data/forge/tags/items/ingots/notarfbadium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notarfbadium_ingot" ] diff --git a/src/generated/resources/data/forge/tags/items/ingots/notsogudium.json b/src/generated/resources/data/forge/tags/items/ingots/notsogudium.json index df68da7..92ee42b 100644 --- a/src/generated/resources/data/forge/tags/items/ingots/notsogudium.json +++ b/src/generated/resources/data/forge/tags/items/ingots/notsogudium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notsogudium_ingot" ] diff --git a/src/generated/resources/data/forge/tags/items/ingots/thatldu.json b/src/generated/resources/data/forge/tags/items/ingots/thatldu.json index e3e69d2..c15bc5d 100644 --- a/src/generated/resources/data/forge/tags/items/ingots/thatldu.json +++ b/src/generated/resources/data/forge/tags/items/ingots/thatldu.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:thatldu_ingot" ] diff --git a/src/generated/resources/data/forge/tags/items/ingots/wikidium.json b/src/generated/resources/data/forge/tags/items/ingots/wikidium.json index 9eedf85..f875c24 100644 --- a/src/generated/resources/data/forge/tags/items/ingots/wikidium.json +++ b/src/generated/resources/data/forge/tags/items/ingots/wikidium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:wikidium_ingot" ] diff --git a/src/generated/resources/data/forge/tags/items/nuggets.json b/src/generated/resources/data/forge/tags/items/nuggets.json index 4553a7e..f8f49f7 100644 --- a/src/generated/resources/data/forge/tags/items/nuggets.json +++ b/src/generated/resources/data/forge/tags/items/nuggets.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#forge:nuggets/notsogudium", "#forge:nuggets/kudbebedda", diff --git a/src/generated/resources/data/forge/tags/items/nuggets/kudbebedda.json b/src/generated/resources/data/forge/tags/items/nuggets/kudbebedda.json index 735f4f2..1836e7d 100644 --- a/src/generated/resources/data/forge/tags/items/nuggets/kudbebedda.json +++ b/src/generated/resources/data/forge/tags/items/nuggets/kudbebedda.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:kudbebedda_nugget" ] diff --git a/src/generated/resources/data/forge/tags/items/nuggets/notarfbadium.json b/src/generated/resources/data/forge/tags/items/nuggets/notarfbadium.json index 2426a37..5a71be2 100644 --- a/src/generated/resources/data/forge/tags/items/nuggets/notarfbadium.json +++ b/src/generated/resources/data/forge/tags/items/nuggets/notarfbadium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notarfbadium_nugget" ] diff --git a/src/generated/resources/data/forge/tags/items/nuggets/notsogudium.json b/src/generated/resources/data/forge/tags/items/nuggets/notsogudium.json index 6b66165..75b5825 100644 --- a/src/generated/resources/data/forge/tags/items/nuggets/notsogudium.json +++ b/src/generated/resources/data/forge/tags/items/nuggets/notsogudium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notsogudium_nugget" ] diff --git a/src/generated/resources/data/forge/tags/items/nuggets/thatldu.json b/src/generated/resources/data/forge/tags/items/nuggets/thatldu.json index 2014968..dd96bde 100644 --- a/src/generated/resources/data/forge/tags/items/nuggets/thatldu.json +++ b/src/generated/resources/data/forge/tags/items/nuggets/thatldu.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:thatldu_nugget" ] diff --git a/src/generated/resources/data/forge/tags/items/nuggets/wikidium.json b/src/generated/resources/data/forge/tags/items/nuggets/wikidium.json index e9f8e11..d6a999c 100644 --- a/src/generated/resources/data/forge/tags/items/nuggets/wikidium.json +++ b/src/generated/resources/data/forge/tags/items/nuggets/wikidium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:wikidium_nugget" ] diff --git a/src/generated/resources/data/forge/tags/items/ores.json b/src/generated/resources/data/forge/tags/items/ores.json index 75ce5a9..bef0d5f 100644 --- a/src/generated/resources/data/forge/tags/items/ores.json +++ b/src/generated/resources/data/forge/tags/items/ores.json @@ -1,11 +1,10 @@ { - "replace": false, "values": [ + "#cuboidmod:ores", "#forge:ores/notsogudium", "#forge:ores/kudbebedda", "#forge:ores/notarfbadium", "#forge:ores/wikidium", - "#forge:ores/thatldu", - "#cuboidmod:ores" + "#forge:ores/thatldu" ] } \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/ores/kudbebedda.json b/src/generated/resources/data/forge/tags/items/ores/kudbebedda.json index f6b3a93..fe48899 100644 --- a/src/generated/resources/data/forge/tags/items/ores/kudbebedda.json +++ b/src/generated/resources/data/forge/tags/items/ores/kudbebedda.json @@ -1,7 +1,6 @@ { - "replace": false, "values": [ - "cuboidmod:kudbebedda_ore", - "cuboidmod:kudbebedda_chunk" + "cuboidmod:kudbebedda_chunk", + "cuboidmod:kudbebedda_ore" ] } \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/ores/notarfbadium.json b/src/generated/resources/data/forge/tags/items/ores/notarfbadium.json index 2b85813..15b5623 100644 --- a/src/generated/resources/data/forge/tags/items/ores/notarfbadium.json +++ b/src/generated/resources/data/forge/tags/items/ores/notarfbadium.json @@ -1,7 +1,6 @@ { - "replace": false, "values": [ - "cuboidmod:notarfbadium_ore", - "cuboidmod:notarfbadium_chunk" + "cuboidmod:notarfbadium_chunk", + "cuboidmod:notarfbadium_ore" ] } \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/ores/notsogudium.json b/src/generated/resources/data/forge/tags/items/ores/notsogudium.json index 703e371..ca17088 100644 --- a/src/generated/resources/data/forge/tags/items/ores/notsogudium.json +++ b/src/generated/resources/data/forge/tags/items/ores/notsogudium.json @@ -1,7 +1,6 @@ { - "replace": false, "values": [ - "cuboidmod:notsogudium_ore", - "cuboidmod:notsogudium_chunk" + "cuboidmod:notsogudium_chunk", + "cuboidmod:notsogudium_ore" ] } \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/ores/thatldu.json b/src/generated/resources/data/forge/tags/items/ores/thatldu.json index a4adbc4..e70bc38 100644 --- a/src/generated/resources/data/forge/tags/items/ores/thatldu.json +++ b/src/generated/resources/data/forge/tags/items/ores/thatldu.json @@ -1,7 +1,6 @@ { - "replace": false, "values": [ - "cuboidmod:thatldu_ore", - "cuboidmod:thatldu_chunk" + "cuboidmod:thatldu_chunk", + "cuboidmod:thatldu_ore" ] } \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/ores/wikidium.json b/src/generated/resources/data/forge/tags/items/ores/wikidium.json index 8a128e8..2aaeac7 100644 --- a/src/generated/resources/data/forge/tags/items/ores/wikidium.json +++ b/src/generated/resources/data/forge/tags/items/ores/wikidium.json @@ -1,7 +1,6 @@ { - "replace": false, "values": [ - "cuboidmod:wikidium_ore", - "cuboidmod:wikidium_chunk" + "cuboidmod:wikidium_chunk", + "cuboidmod:wikidium_ore" ] } \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/items/pieces/carbon_deposit.json b/src/generated/resources/data/forge/tags/items/pieces/carbon_deposit.json index 4faaffe..e95784b 100644 --- a/src/generated/resources/data/forge/tags/items/pieces/carbon_deposit.json +++ b/src/generated/resources/data/forge/tags/items/pieces/carbon_deposit.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:carbon_deposit" ] diff --git a/src/generated/resources/data/forge/tags/items/rods.json b/src/generated/resources/data/forge/tags/items/rods.json index 8c49ce2..94ab7f9 100644 --- a/src/generated/resources/data/forge/tags/items/rods.json +++ b/src/generated/resources/data/forge/tags/items/rods.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#forge:rods/notsogudium", "#forge:rods/kudbebedda", diff --git a/src/generated/resources/data/forge/tags/items/rods/kudbebedda.json b/src/generated/resources/data/forge/tags/items/rods/kudbebedda.json index c27cf26..1795001 100644 --- a/src/generated/resources/data/forge/tags/items/rods/kudbebedda.json +++ b/src/generated/resources/data/forge/tags/items/rods/kudbebedda.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:kudbebedda_rod" ] diff --git a/src/generated/resources/data/forge/tags/items/rods/notarfbadium.json b/src/generated/resources/data/forge/tags/items/rods/notarfbadium.json index 1d725ec..d8ae983 100644 --- a/src/generated/resources/data/forge/tags/items/rods/notarfbadium.json +++ b/src/generated/resources/data/forge/tags/items/rods/notarfbadium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notarfbadium_rod" ] diff --git a/src/generated/resources/data/forge/tags/items/rods/notsogudium.json b/src/generated/resources/data/forge/tags/items/rods/notsogudium.json index b4cb694..d90c083 100644 --- a/src/generated/resources/data/forge/tags/items/rods/notsogudium.json +++ b/src/generated/resources/data/forge/tags/items/rods/notsogudium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notsogudium_rod" ] diff --git a/src/generated/resources/data/forge/tags/items/rods/thatldu.json b/src/generated/resources/data/forge/tags/items/rods/thatldu.json index 782bf1f..5919c61 100644 --- a/src/generated/resources/data/forge/tags/items/rods/thatldu.json +++ b/src/generated/resources/data/forge/tags/items/rods/thatldu.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:thatldu_rod" ] diff --git a/src/generated/resources/data/forge/tags/items/rods/wikidium.json b/src/generated/resources/data/forge/tags/items/rods/wikidium.json index ed5a52c..375810e 100644 --- a/src/generated/resources/data/forge/tags/items/rods/wikidium.json +++ b/src/generated/resources/data/forge/tags/items/rods/wikidium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:wikidium_rod" ] diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks.json b/src/generated/resources/data/forge/tags/items/storage_blocks.json index 6d2663c..babf8eb 100644 --- a/src/generated/resources/data/forge/tags/items/storage_blocks.json +++ b/src/generated/resources/data/forge/tags/items/storage_blocks.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#forge:storage_blocks/notsogudium", "#forge:storage_blocks/kudbebedda", diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/carbon_nanotube.json b/src/generated/resources/data/forge/tags/items/storage_blocks/carbon_nanotube.json index f9ede95..742db22 100644 --- a/src/generated/resources/data/forge/tags/items/storage_blocks/carbon_nanotube.json +++ b/src/generated/resources/data/forge/tags/items/storage_blocks/carbon_nanotube.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:carbon_nanotube_block" ] diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/cellulose.json b/src/generated/resources/data/forge/tags/items/storage_blocks/cellulose.json index 0230f49..72e0035 100644 --- a/src/generated/resources/data/forge/tags/items/storage_blocks/cellulose.json +++ b/src/generated/resources/data/forge/tags/items/storage_blocks/cellulose.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:cellulose_block" ] diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/kudbebedda.json b/src/generated/resources/data/forge/tags/items/storage_blocks/kudbebedda.json index 1ecc6f3..3151da4 100644 --- a/src/generated/resources/data/forge/tags/items/storage_blocks/kudbebedda.json +++ b/src/generated/resources/data/forge/tags/items/storage_blocks/kudbebedda.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:kudbebedda_block" ] diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/notarfbadium.json b/src/generated/resources/data/forge/tags/items/storage_blocks/notarfbadium.json index e98a570..709a797 100644 --- a/src/generated/resources/data/forge/tags/items/storage_blocks/notarfbadium.json +++ b/src/generated/resources/data/forge/tags/items/storage_blocks/notarfbadium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notarfbadium_block" ] diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/notsogudium.json b/src/generated/resources/data/forge/tags/items/storage_blocks/notsogudium.json index 1c2fbc5..769bb0f 100644 --- a/src/generated/resources/data/forge/tags/items/storage_blocks/notsogudium.json +++ b/src/generated/resources/data/forge/tags/items/storage_blocks/notsogudium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:notsogudium_block" ] diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/protein_fiber.json b/src/generated/resources/data/forge/tags/items/storage_blocks/protein_fiber.json index 52ddd66..9eeb043 100644 --- a/src/generated/resources/data/forge/tags/items/storage_blocks/protein_fiber.json +++ b/src/generated/resources/data/forge/tags/items/storage_blocks/protein_fiber.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:protein_fiber_block" ] diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/protein_paste.json b/src/generated/resources/data/forge/tags/items/storage_blocks/protein_paste.json index 47538bc..01ba551 100644 --- a/src/generated/resources/data/forge/tags/items/storage_blocks/protein_paste.json +++ b/src/generated/resources/data/forge/tags/items/storage_blocks/protein_paste.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:protein_paste_block" ] diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/silica.json b/src/generated/resources/data/forge/tags/items/storage_blocks/silica.json index 2a769a2..32cec68 100644 --- a/src/generated/resources/data/forge/tags/items/storage_blocks/silica.json +++ b/src/generated/resources/data/forge/tags/items/storage_blocks/silica.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:silica_dust_block" ] diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/thatldu.json b/src/generated/resources/data/forge/tags/items/storage_blocks/thatldu.json index d4c210f..2aac4cc 100644 --- a/src/generated/resources/data/forge/tags/items/storage_blocks/thatldu.json +++ b/src/generated/resources/data/forge/tags/items/storage_blocks/thatldu.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:thatldu_block" ] diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/wikidium.json b/src/generated/resources/data/forge/tags/items/storage_blocks/wikidium.json index 4460643..76a10f7 100644 --- a/src/generated/resources/data/forge/tags/items/storage_blocks/wikidium.json +++ b/src/generated/resources/data/forge/tags/items/storage_blocks/wikidium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:wikidium_block" ] diff --git a/src/generated/resources/data/minecraft/tags/blocks/mineable/axe.json b/src/generated/resources/data/minecraft/tags/blocks/mineable/axe.json index 4077561..11908f1 100644 --- a/src/generated/resources/data/minecraft/tags/blocks/mineable/axe.json +++ b/src/generated/resources/data/minecraft/tags/blocks/mineable/axe.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:fiber_optic_tree", "cuboidmod:drying_cupboard", diff --git a/src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json b/src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json index 86c4fb5..7d5ae8b 100644 --- a/src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json +++ b/src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "cuboidmod:molecular_recycler", "cuboidmod:quantum_transmutation_chamber", diff --git a/src/generated/resources/data/minecraft/tags/blocks/mineable/shovel.json b/src/generated/resources/data/minecraft/tags/blocks/mineable/shovel.json index b6aab22..9eeaab7 100644 --- a/src/generated/resources/data/minecraft/tags/blocks/mineable/shovel.json +++ b/src/generated/resources/data/minecraft/tags/blocks/mineable/shovel.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#forge:storage_blocks/cellulose", "#forge:storage_blocks/protein_fiber", diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/PackOutputs.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/PackOutputs.java index 402081b..1dae44f 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/datagen/PackOutputs.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/PackOutputs.java @@ -5,6 +5,7 @@ import java.util.concurrent.CompletableFuture; import com.cuboiddroid.cuboidmod.CuboidMod; +import com.cuboiddroid.cuboidmod.datagen.client.ModBlockModelProvider; import com.cuboiddroid.cuboidmod.datagen.client.ModBlockStateProvider; import com.cuboiddroid.cuboidmod.datagen.client.ModItemModelProvider; import com.cuboiddroid.cuboidmod.datagen.server.ModBlockTagsProvider; @@ -35,6 +36,7 @@ public static void gatherData(GatherDataEvent event) { if (event.includeClient()) { gen.addProvider(true, new ModBlockStateProvider(output, existingFileHelper)); + gen.addProvider(true, new ModBlockModelProvider(output, existingFileHelper)); gen.addProvider(true, new ModItemModelProvider(output, existingFileHelper)); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/client/ModBlockModelProvider.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/client/ModBlockModelProvider.java new file mode 100644 index 0000000..ea5339e --- /dev/null +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/client/ModBlockModelProvider.java @@ -0,0 +1,88 @@ +package com.cuboiddroid.cuboidmod.datagen.client; + +import com.cuboiddroid.cuboidmod.CuboidMod; + +import net.minecraft.data.PackOutput; +import net.minecraftforge.client.model.generators.BlockModelProvider; +import net.minecraftforge.common.data.ExistingFileHelper; + +public class ModBlockModelProvider extends BlockModelProvider { + + + public ModBlockModelProvider(PackOutput output, ExistingFileHelper existingFileHelper) { + super(output, CuboidMod.MOD_ID, existingFileHelper); + } + + private static final String[] CUBOID_MATERIALS = { + "notsogudium", "kudbebedda", "notarfbadium", "wikidium", "thatldu" + }; + + @Override + public void registerModels() { + registerTrees(); + registerMachines(); + registerGenerators(); + } + + private void registerTrees() { + for (int i = 1; i < 16; i++) + withExistingParent("fiber_optic_tree_" + i, modLoc("block/templates/fiber_optic_tree")) + .texture("leaves", "block/model/xmas/leaves_" + i); + + withExistingParent("fiber_optic_tree", modLoc("block/templates/fiber_optic_tree")) + .texture("leaves", "block/model/xmas/leaves"); + } + + private void registerMachines() { + withExistingParent("quantum_transmutation_chamber", modLoc("block/templates/quantum_transmutation_chamber")) + .texture("core", "block/model/quantum_transmutation_chamber_core"); + withExistingParent("quantum_transmutation_chamber_lit", modLoc("block/templates/quantum_transmutation_chamber")) + .texture("core", "block/model/quantum_transmutation_chamber_core"); + + withExistingParent("molecular_recycler", modLoc("block/templates/molecular_recycler")) + .texture("core", "block/model/molecular_recycler_core"); + withExistingParent("molecular_recycler_lit", modLoc("block/templates/molecular_recycler")) + .texture("core", "block/model/molecular_recycler_core_lit"); + + withExistingParent("refined_inscriber", modLoc("block/templates/refined_inscriber")) + .texture("window", "block/model/inscriber_window"); + withExistingParent("refined_inscriber_lit", modLoc("block/templates/refined_inscriber")) + .texture("window", "block/model/inscriber_window_lit"); + + withExistingParent("cryogenic_dimensional_teleporter", modLoc("block/templates/cryogenic_dimensional_teleporter")) + .texture("pillar", "block/model/cryogenic_dimensional_teleporter_pillar"); + withExistingParent("cryogenic_dimensional_teleporter_lit", modLoc("block/templates/cryogenic_dimensional_teleporter")) + .texture("pillar", "block/model/cryogenic_dimensional_teleporter_pillar_lit"); + } + + private void registerGenerators() { + for (String material: CUBOID_MATERIALS) { + withExistingParent(material + "_singularity_resource_generator", modLoc("block/templates/singularity_resource_generator")) + .texture("frame", "block/model/" + material+ "_singularity_resource_generator_casing") + .texture("core", "block/model/singularity_resource_generator_pillar"); + withExistingParent(material + "_singularity_resource_generator_lit", modLoc("block/templates/singularity_resource_generator")) + .texture("frame", "block/model/" + material+ "_singularity_resource_generator_casing") + .texture("core", "block/model/singularity_resource_generator_pillar_lit"); + + withExistingParent(material + "_singularity_power_generator", modLoc("block/templates/singularity_power_generator")) + .texture("frame", "cuboidmod:block/model/" + material + "_singularity_power_gen_frame") + .texture("core", "block/model/singularity_power_gen_core"); + withExistingParent(material + "_singularity_power_generator_lit", modLoc("block/templates/singularity_power_generator")) + .texture("frame", "cuboidmod:block/model/" + material + "_singularity_power_gen_frame") + .texture("core", "block/model/singularity_power_gen_core_lit"); + + withExistingParent(material + "_quantum_collapser", modLoc("block/templates/quantum_collapser")) + .texture("frame", "block/model/" + material + "_quantum_collapser") + .texture("panel", "block/model/quantum_collapser_panel") + .texture("particle", "block/" + material + "_break"); + withExistingParent(material + "_quantum_collapser_lit", modLoc("block/templates/quantum_collapser")) + .texture("frame", "block/model/" + material + "_quantum_collapser") + .texture("panel", "block/model/quantum_collapser_panel_lit") + .texture("particle", "block/" + material + "_break"); + + withExistingParent(material + "_chest", modLoc("block/templates/chest")) + .texture("chest", "block/model/" + material + "_chest") + .texture("break", "block/" + material + "_break"); + } + } +} diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/client/ModItemModelProvider.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/client/ModItemModelProvider.java index 7843f30..4bb8070 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/datagen/client/ModItemModelProvider.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/client/ModItemModelProvider.java @@ -20,10 +20,9 @@ public class ModItemModelProvider extends ItemModelProvider { "notsogudium", "kudbebedda", "notarfbadium", "wikidium", "thatldu" }; - public ModItemModelProvider(PackOutput generator, ExistingFileHelper existingFileHelper) { - super(generator, CuboidMod.MOD_ID, existingFileHelper); + public ModItemModelProvider(PackOutput output, ExistingFileHelper existingFileHelper) { + super(output, CuboidMod.MOD_ID, existingFileHelper); } - @Override protected void registerModels() { registerBlockItemModels(); diff --git a/src/main/resources/assets/cuboidmod/models/block/cryogenic_dimensional_teleporter.json b/src/main/resources/assets/cuboidmod/models/block/cryogenic_dimensional_teleporter.json deleted file mode 100644 index cbfd8e3..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/cryogenic_dimensional_teleporter.json +++ /dev/null @@ -1,396 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/cryogenic_dimensional_teleporter_pillar", - "1": "cuboidmod:model/cryogenic_dimensional_teleporter_base", - "particle": "cuboidmod:model/cryogenic_dimensional_teleporter_base" - }, - "elements": [ - { - "name": "hexadecagon", - "from": [2, 2, 6.80653], - "to": [14, 12, 9.19347], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 7, 8]}, - "faces": { - "north": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "down": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"} - } - }, - { - "name": "hexadecagon", - "from": [2, 2, 6.80653], - "to": [14, 12, 9.19347], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 7, 8]}, - "faces": { - "north": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "east": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "west": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "down": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"} - } - }, - { - "name": "hexadecagon", - "from": [2, 2, 6.80653], - "to": [14, 12, 9.19347], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 7, 8]}, - "faces": { - "north": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "east": {"uv": [12, 0, 14, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "west": {"uv": [12, 0, 14, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "down": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"} - } - }, - { - "name": "hexadecagon", - "from": [6.80653, 2, 2], - "to": [9.19347, 12, 14], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 7, 8]}, - "faces": { - "north": {"uv": [10, 0, 12, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "south": {"uv": [10, 0, 12, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "up": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "down": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"} - } - }, - { - "name": "hexadecagon", - "from": [6.80653, 2, 2], - "to": [9.19347, 12, 14], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 7, 8]}, - "faces": { - "north": {"uv": [8, 0, 10, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "south": {"uv": [8, 0, 10, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "up": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "down": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"} - } - }, - { - "name": "hexadecagon", - "from": [6.80653, 2, 2], - "to": [9.19347, 12, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 7, 8]}, - "faces": { - "north": {"uv": [6, 0, 8, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "south": {"uv": [6, 0, 8, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "up": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "down": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"} - } - }, - { - "name": "hexadecagon", - "from": [6.80653, 2, 2], - "to": [9.19347, 12, 14], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 7, 8]}, - "faces": { - "north": {"uv": [4, 0, 6, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "south": {"uv": [4, 0, 6, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "up": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "down": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"} - } - }, - { - "name": "hexadecagon", - "from": [6.80653, 2, 2], - "to": [9.19347, 12, 14], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 7, 8]}, - "faces": { - "north": {"uv": [2, 0, 4, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "south": {"uv": [2, 0, 4, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "up": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "down": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"} - } - }, - { - "name": "hexadecagon", - "from": [0, 0, 6.4087], - "to": [16, 2, 9.5913], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 1, 8]}, - "faces": { - "north": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "east": {"uv": [6, 0, 8, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "west": {"uv": [6, 0, 8, 16], "texture": "#1"}, - "up": {"uv": [12, 0, 14, 16], "rotation": 270, "texture": "#1"}, - "down": {"uv": [10, 0, 12, 16], "rotation": 270, "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [0, 0, 6.4087], - "to": [16, 2, 9.5913], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 1, 8]}, - "faces": { - "north": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "east": {"uv": [4, 0, 6, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "west": {"uv": [4, 0, 6, 16], "texture": "#1"}, - "up": {"uv": [10, 0, 12, 16], "rotation": 270, "texture": "#1"}, - "down": {"uv": [8, 0, 10, 16], "rotation": 270, "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [0, 0, 6.4087], - "to": [16, 2, 9.5913], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 1, 8]}, - "faces": { - "north": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "east": {"uv": [2, 0, 4, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "west": {"uv": [2, 0, 4, 16], "texture": "#1"}, - "up": {"uv": [8, 0, 10, 16], "rotation": 270, "texture": "#1"}, - "down": {"uv": [6, 0, 8, 16], "rotation": 270, "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [6.4087, 0, 0], - "to": [9.5913, 2, 16], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 1, 8]}, - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "up": {"uv": [6, 0, 8, 16], "texture": "#1"}, - "down": {"uv": [4, 0, 6, 16], "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [6.4087, 0, 0], - "to": [9.5913, 2, 16], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 1, 8]}, - "faces": { - "north": {"uv": [14, 0, 16, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "south": {"uv": [14, 0, 16, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "up": {"uv": [4, 0, 6, 16], "texture": "#1"}, - "down": {"uv": [1.5, 0, 3.5, 16], "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [6.4087, 0, 0], - "to": [9.5913, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 1, 8]}, - "faces": { - "north": {"uv": [12, 0, 14, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "south": {"uv": [12, 0, 14, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "up": {"uv": [2, 0, 4, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [6.4087, 0, 0], - "to": [9.5913, 2, 16], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 1, 8]}, - "faces": { - "north": {"uv": [10, 0, 12, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "south": {"uv": [10, 0, 12, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "up": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "down": {"uv": [14, 0, 16, 16], "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [6.4087, 0, 0], - "to": [9.5913, 2, 16], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 1, 8]}, - "faces": { - "north": {"uv": [8, 0, 10, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "south": {"uv": [8, 0, 10, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "up": {"uv": [14, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [12.5, 0, 14.5, 16], "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [1, 11.5, 6.60761], - "to": [15, 12.5, 9.39239], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "north": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "east": {"uv": [4, 0, 6, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "west": {"uv": [4, 0, 6, 16], "texture": "#1"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#1"}, - "down": {"uv": [14, 0, 16, 16], "rotation": 270, "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [1, 11.5, 6.60761], - "to": [15, 12.5, 9.39239], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "north": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "east": {"uv": [2, 0, 4, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "west": {"uv": [2, 0, 4, 16], "texture": "#1"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#1"}, - "down": {"uv": [11.5, 0, 13.5, 16], "rotation": 270, "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [1, 11.5, 6.60761], - "to": [15, 12.5, 9.39239], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "north": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#1"}, - "down": {"uv": [10, 0, 12, 16], "rotation": 270, "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [6.60761, 11.5, 1], - "to": [9.39239, 12.5, 15], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "north": {"uv": [14, 0, 16, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "south": {"uv": [14, 0, 16, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "up": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "down": {"uv": [8, 0, 10, 16], "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [6.60761, 11.5, 1], - "to": [9.39239, 12.5, 15], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "north": {"uv": [12, 0, 14, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "south": {"uv": [12, 0, 14, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "up": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "down": {"uv": [6, 0, 8, 16], "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [6.60761, 11.5, 1], - "to": [9.39239, 12.5, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "north": {"uv": [10, 0, 12, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "south": {"uv": [10, 0, 12, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "up": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "down": {"uv": [4, 0, 6, 16], "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [6.60761, 11.5, 1], - "to": [9.39239, 12.5, 15], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "north": {"uv": [8, 0, 10, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "south": {"uv": [8, 0, 10, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "up": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "down": {"uv": [2, 0, 4, 16], "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [6.60761, 11.5, 1], - "to": [9.39239, 12.5, 15], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "north": {"uv": [6, 0, 8, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "south": {"uv": [6, 0, 8, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "up": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#1"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [70, 10, -20], - "translation": [0, 4.25, 0], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [70, 10, -20], - "translation": [0, 4.25, 0], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [-10, 0, 10], - "translation": [1, 3, 3], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_lefthand": { - "rotation": [-10, 0, 10], - "translation": [1, 3, 3], - "scale": [0.6, 0.6, 0.6] - }, - "ground": { - "rotation": [8, 0, 17], - "translation": [0, 4, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [27, 31, -8], - "translation": [-0.5, 1.75, 0], - "scale": [0.7, 0.7, 0.7] - }, - "head": { - "translation": [0, 13, 0], - "scale": [0.8, 0.8, 0.8] - }, - "fixed": { - "rotation": [-15, 6, 8], - "translation": [0, 2, -3.5], - "scale": [0.85, 0.85, 0.85] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [8, 12, 8], - "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] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/cryogenic_dimensional_teleporter_lit.json b/src/main/resources/assets/cuboidmod/models/block/cryogenic_dimensional_teleporter_lit.json deleted file mode 100644 index 323593d..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/cryogenic_dimensional_teleporter_lit.json +++ /dev/null @@ -1,396 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/cryogenic_dimensional_teleporter_pillar_lit", - "1": "cuboidmod:model/cryogenic_dimensional_teleporter_base", - "particle": "cuboidmod:model/cryogenic_dimensional_teleporter_base" - }, - "elements": [ - { - "name": "hexadecagon", - "from": [2, 2, 6.80653], - "to": [14, 12, 9.19347], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 7, 8]}, - "faces": { - "north": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "down": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"} - } - }, - { - "name": "hexadecagon", - "from": [2, 2, 6.80653], - "to": [14, 12, 9.19347], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 7, 8]}, - "faces": { - "north": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "east": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "west": {"uv": [14, 0, 16, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "down": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"} - } - }, - { - "name": "hexadecagon", - "from": [2, 2, 6.80653], - "to": [14, 12, 9.19347], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 7, 8]}, - "faces": { - "north": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "east": {"uv": [12, 0, 14, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "west": {"uv": [12, 0, 14, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "down": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"} - } - }, - { - "name": "hexadecagon", - "from": [6.80653, 2, 2], - "to": [9.19347, 12, 14], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 7, 8]}, - "faces": { - "north": {"uv": [10, 0, 12, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "south": {"uv": [10, 0, 12, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "up": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "down": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"} - } - }, - { - "name": "hexadecagon", - "from": [6.80653, 2, 2], - "to": [9.19347, 12, 14], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 7, 8]}, - "faces": { - "north": {"uv": [8, 0, 10, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "south": {"uv": [8, 0, 10, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "up": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "down": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"} - } - }, - { - "name": "hexadecagon", - "from": [6.80653, 2, 2], - "to": [9.19347, 12, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 7, 8]}, - "faces": { - "north": {"uv": [6, 0, 8, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "south": {"uv": [6, 0, 8, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "up": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "down": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"} - } - }, - { - "name": "hexadecagon", - "from": [6.80653, 2, 2], - "to": [9.19347, 12, 14], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 7, 8]}, - "faces": { - "north": {"uv": [4, 0, 6, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "south": {"uv": [4, 0, 6, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "up": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "down": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"} - } - }, - { - "name": "hexadecagon", - "from": [6.80653, 2, 2], - "to": [9.19347, 12, 14], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 7, 8]}, - "faces": { - "north": {"uv": [2, 0, 4, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "south": {"uv": [2, 0, 4, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "up": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "down": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"} - } - }, - { - "name": "hexadecagon", - "from": [0, 0, 6.4087], - "to": [16, 2, 9.5913], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 1, 8]}, - "faces": { - "north": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "east": {"uv": [6, 0, 8, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "west": {"uv": [6, 0, 8, 16], "texture": "#1"}, - "up": {"uv": [12, 0, 14, 16], "rotation": 270, "texture": "#1"}, - "down": {"uv": [10, 0, 12, 16], "rotation": 270, "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [0, 0, 6.4087], - "to": [16, 2, 9.5913], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 1, 8]}, - "faces": { - "north": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "east": {"uv": [4, 0, 6, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "west": {"uv": [4, 0, 6, 16], "texture": "#1"}, - "up": {"uv": [10, 0, 12, 16], "rotation": 270, "texture": "#1"}, - "down": {"uv": [8, 0, 10, 16], "rotation": 270, "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [0, 0, 6.4087], - "to": [16, 2, 9.5913], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 1, 8]}, - "faces": { - "north": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "east": {"uv": [2, 0, 4, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "west": {"uv": [2, 0, 4, 16], "texture": "#1"}, - "up": {"uv": [8, 0, 10, 16], "rotation": 270, "texture": "#1"}, - "down": {"uv": [6, 0, 8, 16], "rotation": 270, "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [6.4087, 0, 0], - "to": [9.5913, 2, 16], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 1, 8]}, - "faces": { - "north": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "south": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "up": {"uv": [6, 0, 8, 16], "texture": "#1"}, - "down": {"uv": [4, 0, 6, 16], "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [6.4087, 0, 0], - "to": [9.5913, 2, 16], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 1, 8]}, - "faces": { - "north": {"uv": [14, 0, 16, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "south": {"uv": [14, 0, 16, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "up": {"uv": [4, 0, 6, 16], "texture": "#1"}, - "down": {"uv": [1.5, 0, 3.5, 16], "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [6.4087, 0, 0], - "to": [9.5913, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 1, 8]}, - "faces": { - "north": {"uv": [12, 0, 14, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "south": {"uv": [12, 0, 14, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "up": {"uv": [2, 0, 4, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [6.4087, 0, 0], - "to": [9.5913, 2, 16], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 1, 8]}, - "faces": { - "north": {"uv": [10, 0, 12, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "south": {"uv": [10, 0, 12, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "up": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "down": {"uv": [14, 0, 16, 16], "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [6.4087, 0, 0], - "to": [9.5913, 2, 16], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 1, 8]}, - "faces": { - "north": {"uv": [8, 0, 10, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "south": {"uv": [8, 0, 10, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "up": {"uv": [14, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [12.5, 0, 14.5, 16], "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [1, 11.5, 6.60761], - "to": [15, 12.5, 9.39239], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "north": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "east": {"uv": [4, 0, 6, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "west": {"uv": [4, 0, 6, 16], "texture": "#1"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#1"}, - "down": {"uv": [14, 0, 16, 16], "rotation": 270, "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [1, 11.5, 6.60761], - "to": [15, 12.5, 9.39239], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "north": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "east": {"uv": [2, 0, 4, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "west": {"uv": [2, 0, 4, 16], "texture": "#1"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#1"}, - "down": {"uv": [11.5, 0, 13.5, 16], "rotation": 270, "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [1, 11.5, 6.60761], - "to": [15, 12.5, 9.39239], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "north": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "south": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#1"}, - "down": {"uv": [10, 0, 12, 16], "rotation": 270, "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [6.60761, 11.5, 1], - "to": [9.39239, 12.5, 15], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "north": {"uv": [14, 0, 16, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "south": {"uv": [14, 0, 16, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "up": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "down": {"uv": [8, 0, 10, 16], "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [6.60761, 11.5, 1], - "to": [9.39239, 12.5, 15], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "north": {"uv": [12, 0, 14, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "south": {"uv": [12, 0, 14, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "up": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "down": {"uv": [6, 0, 8, 16], "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [6.60761, 11.5, 1], - "to": [9.39239, 12.5, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "north": {"uv": [10, 0, 12, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "south": {"uv": [10, 0, 12, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "up": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "down": {"uv": [4, 0, 6, 16], "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [6.60761, 11.5, 1], - "to": [9.39239, 12.5, 15], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "north": {"uv": [8, 0, 10, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "south": {"uv": [8, 0, 10, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "up": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "down": {"uv": [2, 0, 4, 16], "texture": "#1"} - } - }, - { - "name": "hexadecagon", - "from": [6.60761, 11.5, 1], - "to": [9.39239, 12.5, 15], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 12, 8]}, - "faces": { - "north": {"uv": [6, 0, 8, 16], "texture": "#1"}, - "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "south": {"uv": [6, 0, 8, 16], "texture": "#1"}, - "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"}, - "up": {"uv": [0, 0, 2, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#1"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [70, 10, -20], - "translation": [0, 4.25, 0], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [70, 10, -20], - "translation": [0, 4.25, 0], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [-10, 0, 10], - "translation": [1, 3, 3], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_lefthand": { - "rotation": [-10, 0, 10], - "translation": [1, 3, 3], - "scale": [0.6, 0.6, 0.6] - }, - "ground": { - "rotation": [8, 0, 17], - "translation": [0, 4, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [27, 31, -8], - "translation": [-0.5, 1.75, 0], - "scale": [0.7, 0.7, 0.7] - }, - "head": { - "translation": [0, 13, 0], - "scale": [0.8, 0.8, 0.8] - }, - "fixed": { - "rotation": [-15, 6, 8], - "translation": [0, 2, -3.5], - "scale": [0.85, 0.85, 0.85] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [8, 12, 8], - "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] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree.json b/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree.json deleted file mode 100644 index a452c47..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree.json +++ /dev/null @@ -1,204 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/xmas/base_soil", - "1": "cuboidmod:model/xmas/base", - "2": "cuboidmod:model/xmas/leaves", - "3": "cuboidmod:model/xmas/log", - "particle": "cuboidmod:model/xmas/base_soil" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#1"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#1"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#1"} - } - }, - { - "from": [1, 1, 1], - "to": [15, 2, 15], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#0"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#0"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#0"} - } - }, - { - "from": [7, 2, 7], - "to": [9, 15, 9], - "faces": { - "north": {"uv": [0, 0, 4, 13], "texture": "#3"}, - "east": {"uv": [4, 0, 8, 13], "texture": "#3"}, - "south": {"uv": [8, 0, 12, 13], "texture": "#3"}, - "west": {"uv": [12, 0, 16, 13], "texture": "#3"}, - "up": {"uv": [2, 11, 6, 15], "texture": "#3"}, - "down": {"uv": [10, 11, 14, 15], "texture": "#3"} - } - }, - { - "from": [7.5, 15, 7.5], - "to": [8.5, 16, 8.5], - "faces": { - "north": {"uv": [7, 7, 9, 9], "rotation": 270, "texture": "#2"}, - "east": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "south": {"uv": [7, 7, 9, 9], "rotation": 90, "texture": "#2"}, - "west": {"uv": [7, 7, 9, 9], "rotation": 180, "texture": "#2"}, - "up": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "down": {"uv": [7, 7, 9, 9], "texture": "#2"} - } - }, - { - "from": [6, 12, 6], - "to": [10, 13, 10], - "faces": { - "north": {"uv": [6, 6, 10, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [9, 6, 10, 10], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 9, 10, 10], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 10], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 10, 10], "texture": "#2"}, - "down": {"uv": [6, 6, 10, 10], "texture": "#2"} - } - }, - { - "from": [5, 9.5, 5], - "to": [11, 10.5, 11], - "faces": { - "north": {"uv": [0, 10, 6, 11], "rotation": 180, "texture": "#2"}, - "east": {"uv": [5, 10, 6, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 15, 6, 16], "texture": "#2"}, - "west": {"uv": [0, 10, 1, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [0, 10, 6, 16], "texture": "#2"}, - "down": {"uv": [0, 10, 6, 16], "texture": "#2"} - } - }, - { - "from": [4, 7, 4], - "to": [12, 8, 12], - "faces": { - "north": {"uv": [8, 0, 16, 1], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 0, 16, 8], "rotation": 90, "texture": "#2"}, - "south": {"uv": [8, 7, 16, 8], "texture": "#2"}, - "west": {"uv": [8, 0, 9, 8], "rotation": 270, "texture": "#2"}, - "up": {"uv": [8, 0, 16, 8], "texture": "#2"}, - "down": {"uv": [8, 0, 16, 8], "texture": "#2"} - } - }, - { - "from": [3, 4, 3], - "to": [13, 5, 13], - "faces": { - "north": {"uv": [6, 6, 16, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 6, 16, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 15, 16, 16], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 16, 16], "texture": "#2"}, - "down": {"uv": [6, 6, 16, 16], "texture": "#2"} - } - }, - { - "from": [0, 1, 0], - "to": [16, 2, 1], - "faces": { - "north": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "east": {"uv": [15, 4, 16, 5], "texture": "#1"}, - "south": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "west": {"uv": [0, 4, 1, 5], "texture": "#1"}, - "up": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "down": {"uv": [0, 4, 16, 5], "texture": "#1"} - } - }, - { - "from": [0, 1, 1], - "to": [1, 2, 15], - "faces": { - "north": {"uv": [1, 2, 2, 3], "texture": "#1"}, - "east": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "south": {"uv": [2, 1, 3, 2], "texture": "#1"}, - "west": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "up": {"uv": [1, 1, 2, 15], "texture": "#1"}, - "down": {"uv": [1, 1, 2, 15], "texture": "#1"} - } - }, - { - "from": [0, 1, 15], - "to": [16, 2, 16], - "faces": { - "north": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "east": {"uv": [0, 2, 1, 3], "texture": "#1"}, - "south": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "west": {"uv": [15, 2, 16, 3], "texture": "#1"}, - "up": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "down": {"uv": [0, 2, 16, 3], "texture": "#1"} - } - }, - { - "from": [15, 1, 1], - "to": [16, 2, 15], - "faces": { - "north": {"uv": [1, 0, 2, 1], "texture": "#1"}, - "east": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "south": {"uv": [0, 1, 1, 2], "texture": "#1"}, - "west": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "up": {"uv": [0, 1, 1, 15], "texture": "#1"}, - "down": {"uv": [0, 1, 1, 15], "texture": "#1"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "firstperson_lefthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [14, 34, 0], - "translation": [0, 2, 0], - "scale": [0.6, 0.6, 0.6] - }, - "head": { - "translation": [0, 13.5, 0] - }, - "fixed": { - "rotation": [-22, 26, 0], - "translation": [0, 0, -4.5], - "scale": [0.6, 0.6, 0.6] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_1.json b/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_1.json deleted file mode 100644 index fee0258..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_1.json +++ /dev/null @@ -1,204 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/xmas/base_soil", - "1": "cuboidmod:model/xmas/base", - "2": "cuboidmod:model/xmas/leaves_1", - "3": "cuboidmod:model/xmas/log", - "particle": "cuboidmod:model/xmas/base_soil" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#1"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#1"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#1"} - } - }, - { - "from": [1, 1, 1], - "to": [15, 2, 15], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#0"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#0"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#0"} - } - }, - { - "from": [7, 2, 7], - "to": [9, 15, 9], - "faces": { - "north": {"uv": [0, 0, 4, 13], "texture": "#3"}, - "east": {"uv": [4, 0, 8, 13], "texture": "#3"}, - "south": {"uv": [8, 0, 12, 13], "texture": "#3"}, - "west": {"uv": [12, 0, 16, 13], "texture": "#3"}, - "up": {"uv": [2, 11, 6, 15], "texture": "#3"}, - "down": {"uv": [10, 11, 14, 15], "texture": "#3"} - } - }, - { - "from": [7.5, 15, 7.5], - "to": [8.5, 16, 8.5], - "faces": { - "north": {"uv": [7, 7, 9, 9], "rotation": 270, "texture": "#2"}, - "east": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "south": {"uv": [7, 7, 9, 9], "rotation": 90, "texture": "#2"}, - "west": {"uv": [7, 7, 9, 9], "rotation": 180, "texture": "#2"}, - "up": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "down": {"uv": [7, 7, 9, 9], "texture": "#2"} - } - }, - { - "from": [6, 12, 6], - "to": [10, 13, 10], - "faces": { - "north": {"uv": [6, 6, 10, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [9, 6, 10, 10], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 9, 10, 10], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 10], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 10, 10], "texture": "#2"}, - "down": {"uv": [6, 6, 10, 10], "texture": "#2"} - } - }, - { - "from": [5, 9.5, 5], - "to": [11, 10.5, 11], - "faces": { - "north": {"uv": [0, 10, 6, 11], "rotation": 180, "texture": "#2"}, - "east": {"uv": [5, 10, 6, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 15, 6, 16], "texture": "#2"}, - "west": {"uv": [0, 10, 1, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [0, 10, 6, 16], "texture": "#2"}, - "down": {"uv": [0, 10, 6, 16], "texture": "#2"} - } - }, - { - "from": [4, 7, 4], - "to": [12, 8, 12], - "faces": { - "north": {"uv": [8, 0, 16, 1], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 0, 16, 8], "rotation": 90, "texture": "#2"}, - "south": {"uv": [8, 7, 16, 8], "texture": "#2"}, - "west": {"uv": [8, 0, 9, 8], "rotation": 270, "texture": "#2"}, - "up": {"uv": [8, 0, 16, 8], "texture": "#2"}, - "down": {"uv": [8, 0, 16, 8], "texture": "#2"} - } - }, - { - "from": [3, 4, 3], - "to": [13, 5, 13], - "faces": { - "north": {"uv": [6, 6, 16, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 6, 16, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 15, 16, 16], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 16, 16], "texture": "#2"}, - "down": {"uv": [6, 6, 16, 16], "texture": "#2"} - } - }, - { - "from": [0, 1, 0], - "to": [16, 2, 1], - "faces": { - "north": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "east": {"uv": [15, 4, 16, 5], "texture": "#1"}, - "south": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "west": {"uv": [0, 4, 1, 5], "texture": "#1"}, - "up": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "down": {"uv": [0, 4, 16, 5], "texture": "#1"} - } - }, - { - "from": [0, 1, 1], - "to": [1, 2, 15], - "faces": { - "north": {"uv": [1, 2, 2, 3], "texture": "#1"}, - "east": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "south": {"uv": [2, 1, 3, 2], "texture": "#1"}, - "west": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "up": {"uv": [1, 1, 2, 15], "texture": "#1"}, - "down": {"uv": [1, 1, 2, 15], "texture": "#1"} - } - }, - { - "from": [0, 1, 15], - "to": [16, 2, 16], - "faces": { - "north": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "east": {"uv": [0, 2, 1, 3], "texture": "#1"}, - "south": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "west": {"uv": [15, 2, 16, 3], "texture": "#1"}, - "up": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "down": {"uv": [0, 2, 16, 3], "texture": "#1"} - } - }, - { - "from": [15, 1, 1], - "to": [16, 2, 15], - "faces": { - "north": {"uv": [1, 0, 2, 1], "texture": "#1"}, - "east": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "south": {"uv": [0, 1, 1, 2], "texture": "#1"}, - "west": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "up": {"uv": [0, 1, 1, 15], "texture": "#1"}, - "down": {"uv": [0, 1, 1, 15], "texture": "#1"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "firstperson_lefthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [14, 34, 0], - "translation": [0, 2, 0], - "scale": [0.6, 0.6, 0.6] - }, - "head": { - "translation": [0, 13.5, 0] - }, - "fixed": { - "rotation": [-22, 26, 0], - "translation": [0, 0, -4.5], - "scale": [0.6, 0.6, 0.6] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_10.json b/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_10.json deleted file mode 100644 index ee347a1..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_10.json +++ /dev/null @@ -1,204 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/xmas/base_soil", - "1": "cuboidmod:model/xmas/base", - "2": "cuboidmod:model/xmas/leaves_10", - "3": "cuboidmod:model/xmas/log", - "particle": "cuboidmod:model/xmas/base_soil" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#1"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#1"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#1"} - } - }, - { - "from": [1, 1, 1], - "to": [15, 2, 15], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#0"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#0"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#0"} - } - }, - { - "from": [7, 2, 7], - "to": [9, 15, 9], - "faces": { - "north": {"uv": [0, 0, 4, 13], "texture": "#3"}, - "east": {"uv": [4, 0, 8, 13], "texture": "#3"}, - "south": {"uv": [8, 0, 12, 13], "texture": "#3"}, - "west": {"uv": [12, 0, 16, 13], "texture": "#3"}, - "up": {"uv": [2, 11, 6, 15], "texture": "#3"}, - "down": {"uv": [10, 11, 14, 15], "texture": "#3"} - } - }, - { - "from": [7.5, 15, 7.5], - "to": [8.5, 16, 8.5], - "faces": { - "north": {"uv": [7, 7, 9, 9], "rotation": 270, "texture": "#2"}, - "east": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "south": {"uv": [7, 7, 9, 9], "rotation": 90, "texture": "#2"}, - "west": {"uv": [7, 7, 9, 9], "rotation": 180, "texture": "#2"}, - "up": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "down": {"uv": [7, 7, 9, 9], "texture": "#2"} - } - }, - { - "from": [6, 12, 6], - "to": [10, 13, 10], - "faces": { - "north": {"uv": [6, 6, 10, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [9, 6, 10, 10], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 9, 10, 10], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 10], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 10, 10], "texture": "#2"}, - "down": {"uv": [6, 6, 10, 10], "texture": "#2"} - } - }, - { - "from": [5, 9.5, 5], - "to": [11, 10.5, 11], - "faces": { - "north": {"uv": [0, 10, 6, 11], "rotation": 180, "texture": "#2"}, - "east": {"uv": [5, 10, 6, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 15, 6, 16], "texture": "#2"}, - "west": {"uv": [0, 10, 1, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [0, 10, 6, 16], "texture": "#2"}, - "down": {"uv": [0, 10, 6, 16], "texture": "#2"} - } - }, - { - "from": [4, 7, 4], - "to": [12, 8, 12], - "faces": { - "north": {"uv": [8, 0, 16, 1], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 0, 16, 8], "rotation": 90, "texture": "#2"}, - "south": {"uv": [8, 7, 16, 8], "texture": "#2"}, - "west": {"uv": [8, 0, 9, 8], "rotation": 270, "texture": "#2"}, - "up": {"uv": [8, 0, 16, 8], "texture": "#2"}, - "down": {"uv": [8, 0, 16, 8], "texture": "#2"} - } - }, - { - "from": [3, 4, 3], - "to": [13, 5, 13], - "faces": { - "north": {"uv": [6, 6, 16, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 6, 16, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 15, 16, 16], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 16, 16], "texture": "#2"}, - "down": {"uv": [6, 6, 16, 16], "texture": "#2"} - } - }, - { - "from": [0, 1, 0], - "to": [16, 2, 1], - "faces": { - "north": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "east": {"uv": [15, 4, 16, 5], "texture": "#1"}, - "south": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "west": {"uv": [0, 4, 1, 5], "texture": "#1"}, - "up": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "down": {"uv": [0, 4, 16, 5], "texture": "#1"} - } - }, - { - "from": [0, 1, 1], - "to": [1, 2, 15], - "faces": { - "north": {"uv": [1, 2, 2, 3], "texture": "#1"}, - "east": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "south": {"uv": [2, 1, 3, 2], "texture": "#1"}, - "west": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "up": {"uv": [1, 1, 2, 15], "texture": "#1"}, - "down": {"uv": [1, 1, 2, 15], "texture": "#1"} - } - }, - { - "from": [0, 1, 15], - "to": [16, 2, 16], - "faces": { - "north": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "east": {"uv": [0, 2, 1, 3], "texture": "#1"}, - "south": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "west": {"uv": [15, 2, 16, 3], "texture": "#1"}, - "up": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "down": {"uv": [0, 2, 16, 3], "texture": "#1"} - } - }, - { - "from": [15, 1, 1], - "to": [16, 2, 15], - "faces": { - "north": {"uv": [1, 0, 2, 1], "texture": "#1"}, - "east": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "south": {"uv": [0, 1, 1, 2], "texture": "#1"}, - "west": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "up": {"uv": [0, 1, 1, 15], "texture": "#1"}, - "down": {"uv": [0, 1, 1, 15], "texture": "#1"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "firstperson_lefthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [14, 34, 0], - "translation": [0, 2, 0], - "scale": [0.6, 0.6, 0.6] - }, - "head": { - "translation": [0, 13.5, 0] - }, - "fixed": { - "rotation": [-22, 26, 0], - "translation": [0, 0, -4.5], - "scale": [0.6, 0.6, 0.6] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_11.json b/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_11.json deleted file mode 100644 index 45bfe7b..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_11.json +++ /dev/null @@ -1,204 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/xmas/base_soil", - "1": "cuboidmod:model/xmas/base", - "2": "cuboidmod:model/xmas/leaves_11", - "3": "cuboidmod:model/xmas/log", - "particle": "cuboidmod:model/xmas/base_soil" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#1"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#1"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#1"} - } - }, - { - "from": [1, 1, 1], - "to": [15, 2, 15], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#0"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#0"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#0"} - } - }, - { - "from": [7, 2, 7], - "to": [9, 15, 9], - "faces": { - "north": {"uv": [0, 0, 4, 13], "texture": "#3"}, - "east": {"uv": [4, 0, 8, 13], "texture": "#3"}, - "south": {"uv": [8, 0, 12, 13], "texture": "#3"}, - "west": {"uv": [12, 0, 16, 13], "texture": "#3"}, - "up": {"uv": [2, 11, 6, 15], "texture": "#3"}, - "down": {"uv": [10, 11, 14, 15], "texture": "#3"} - } - }, - { - "from": [7.5, 15, 7.5], - "to": [8.5, 16, 8.5], - "faces": { - "north": {"uv": [7, 7, 9, 9], "rotation": 270, "texture": "#2"}, - "east": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "south": {"uv": [7, 7, 9, 9], "rotation": 90, "texture": "#2"}, - "west": {"uv": [7, 7, 9, 9], "rotation": 180, "texture": "#2"}, - "up": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "down": {"uv": [7, 7, 9, 9], "texture": "#2"} - } - }, - { - "from": [6, 12, 6], - "to": [10, 13, 10], - "faces": { - "north": {"uv": [6, 6, 10, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [9, 6, 10, 10], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 9, 10, 10], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 10], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 10, 10], "texture": "#2"}, - "down": {"uv": [6, 6, 10, 10], "texture": "#2"} - } - }, - { - "from": [5, 9.5, 5], - "to": [11, 10.5, 11], - "faces": { - "north": {"uv": [0, 10, 6, 11], "rotation": 180, "texture": "#2"}, - "east": {"uv": [5, 10, 6, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 15, 6, 16], "texture": "#2"}, - "west": {"uv": [0, 10, 1, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [0, 10, 6, 16], "texture": "#2"}, - "down": {"uv": [0, 10, 6, 16], "texture": "#2"} - } - }, - { - "from": [4, 7, 4], - "to": [12, 8, 12], - "faces": { - "north": {"uv": [8, 0, 16, 1], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 0, 16, 8], "rotation": 90, "texture": "#2"}, - "south": {"uv": [8, 7, 16, 8], "texture": "#2"}, - "west": {"uv": [8, 0, 9, 8], "rotation": 270, "texture": "#2"}, - "up": {"uv": [8, 0, 16, 8], "texture": "#2"}, - "down": {"uv": [8, 0, 16, 8], "texture": "#2"} - } - }, - { - "from": [3, 4, 3], - "to": [13, 5, 13], - "faces": { - "north": {"uv": [6, 6, 16, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 6, 16, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 15, 16, 16], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 16, 16], "texture": "#2"}, - "down": {"uv": [6, 6, 16, 16], "texture": "#2"} - } - }, - { - "from": [0, 1, 0], - "to": [16, 2, 1], - "faces": { - "north": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "east": {"uv": [15, 4, 16, 5], "texture": "#1"}, - "south": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "west": {"uv": [0, 4, 1, 5], "texture": "#1"}, - "up": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "down": {"uv": [0, 4, 16, 5], "texture": "#1"} - } - }, - { - "from": [0, 1, 1], - "to": [1, 2, 15], - "faces": { - "north": {"uv": [1, 2, 2, 3], "texture": "#1"}, - "east": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "south": {"uv": [2, 1, 3, 2], "texture": "#1"}, - "west": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "up": {"uv": [1, 1, 2, 15], "texture": "#1"}, - "down": {"uv": [1, 1, 2, 15], "texture": "#1"} - } - }, - { - "from": [0, 1, 15], - "to": [16, 2, 16], - "faces": { - "north": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "east": {"uv": [0, 2, 1, 3], "texture": "#1"}, - "south": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "west": {"uv": [15, 2, 16, 3], "texture": "#1"}, - "up": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "down": {"uv": [0, 2, 16, 3], "texture": "#1"} - } - }, - { - "from": [15, 1, 1], - "to": [16, 2, 15], - "faces": { - "north": {"uv": [1, 0, 2, 1], "texture": "#1"}, - "east": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "south": {"uv": [0, 1, 1, 2], "texture": "#1"}, - "west": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "up": {"uv": [0, 1, 1, 15], "texture": "#1"}, - "down": {"uv": [0, 1, 1, 15], "texture": "#1"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "firstperson_lefthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [14, 34, 0], - "translation": [0, 2, 0], - "scale": [0.6, 0.6, 0.6] - }, - "head": { - "translation": [0, 13.5, 0] - }, - "fixed": { - "rotation": [-22, 26, 0], - "translation": [0, 0, -4.5], - "scale": [0.6, 0.6, 0.6] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_12.json b/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_12.json deleted file mode 100644 index 1c532e2..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_12.json +++ /dev/null @@ -1,204 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/xmas/base_soil", - "1": "cuboidmod:model/xmas/base", - "2": "cuboidmod:model/xmas/leaves_12", - "3": "cuboidmod:model/xmas/log", - "particle": "cuboidmod:model/xmas/base_soil" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#1"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#1"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#1"} - } - }, - { - "from": [1, 1, 1], - "to": [15, 2, 15], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#0"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#0"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#0"} - } - }, - { - "from": [7, 2, 7], - "to": [9, 15, 9], - "faces": { - "north": {"uv": [0, 0, 4, 13], "texture": "#3"}, - "east": {"uv": [4, 0, 8, 13], "texture": "#3"}, - "south": {"uv": [8, 0, 12, 13], "texture": "#3"}, - "west": {"uv": [12, 0, 16, 13], "texture": "#3"}, - "up": {"uv": [2, 11, 6, 15], "texture": "#3"}, - "down": {"uv": [10, 11, 14, 15], "texture": "#3"} - } - }, - { - "from": [7.5, 15, 7.5], - "to": [8.5, 16, 8.5], - "faces": { - "north": {"uv": [7, 7, 9, 9], "rotation": 270, "texture": "#2"}, - "east": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "south": {"uv": [7, 7, 9, 9], "rotation": 90, "texture": "#2"}, - "west": {"uv": [7, 7, 9, 9], "rotation": 180, "texture": "#2"}, - "up": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "down": {"uv": [7, 7, 9, 9], "texture": "#2"} - } - }, - { - "from": [6, 12, 6], - "to": [10, 13, 10], - "faces": { - "north": {"uv": [6, 6, 10, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [9, 6, 10, 10], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 9, 10, 10], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 10], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 10, 10], "texture": "#2"}, - "down": {"uv": [6, 6, 10, 10], "texture": "#2"} - } - }, - { - "from": [5, 9.5, 5], - "to": [11, 10.5, 11], - "faces": { - "north": {"uv": [0, 10, 6, 11], "rotation": 180, "texture": "#2"}, - "east": {"uv": [5, 10, 6, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 15, 6, 16], "texture": "#2"}, - "west": {"uv": [0, 10, 1, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [0, 10, 6, 16], "texture": "#2"}, - "down": {"uv": [0, 10, 6, 16], "texture": "#2"} - } - }, - { - "from": [4, 7, 4], - "to": [12, 8, 12], - "faces": { - "north": {"uv": [8, 0, 16, 1], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 0, 16, 8], "rotation": 90, "texture": "#2"}, - "south": {"uv": [8, 7, 16, 8], "texture": "#2"}, - "west": {"uv": [8, 0, 9, 8], "rotation": 270, "texture": "#2"}, - "up": {"uv": [8, 0, 16, 8], "texture": "#2"}, - "down": {"uv": [8, 0, 16, 8], "texture": "#2"} - } - }, - { - "from": [3, 4, 3], - "to": [13, 5, 13], - "faces": { - "north": {"uv": [6, 6, 16, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 6, 16, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 15, 16, 16], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 16, 16], "texture": "#2"}, - "down": {"uv": [6, 6, 16, 16], "texture": "#2"} - } - }, - { - "from": [0, 1, 0], - "to": [16, 2, 1], - "faces": { - "north": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "east": {"uv": [15, 4, 16, 5], "texture": "#1"}, - "south": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "west": {"uv": [0, 4, 1, 5], "texture": "#1"}, - "up": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "down": {"uv": [0, 4, 16, 5], "texture": "#1"} - } - }, - { - "from": [0, 1, 1], - "to": [1, 2, 15], - "faces": { - "north": {"uv": [1, 2, 2, 3], "texture": "#1"}, - "east": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "south": {"uv": [2, 1, 3, 2], "texture": "#1"}, - "west": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "up": {"uv": [1, 1, 2, 15], "texture": "#1"}, - "down": {"uv": [1, 1, 2, 15], "texture": "#1"} - } - }, - { - "from": [0, 1, 15], - "to": [16, 2, 16], - "faces": { - "north": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "east": {"uv": [0, 2, 1, 3], "texture": "#1"}, - "south": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "west": {"uv": [15, 2, 16, 3], "texture": "#1"}, - "up": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "down": {"uv": [0, 2, 16, 3], "texture": "#1"} - } - }, - { - "from": [15, 1, 1], - "to": [16, 2, 15], - "faces": { - "north": {"uv": [1, 0, 2, 1], "texture": "#1"}, - "east": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "south": {"uv": [0, 1, 1, 2], "texture": "#1"}, - "west": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "up": {"uv": [0, 1, 1, 15], "texture": "#1"}, - "down": {"uv": [0, 1, 1, 15], "texture": "#1"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "firstperson_lefthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [14, 34, 0], - "translation": [0, 2, 0], - "scale": [0.6, 0.6, 0.6] - }, - "head": { - "translation": [0, 13.5, 0] - }, - "fixed": { - "rotation": [-22, 26, 0], - "translation": [0, 0, -4.5], - "scale": [0.6, 0.6, 0.6] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_13.json b/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_13.json deleted file mode 100644 index e55e0a6..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_13.json +++ /dev/null @@ -1,204 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/xmas/base_soil", - "1": "cuboidmod:model/xmas/base", - "2": "cuboidmod:model/xmas/leaves_13", - "3": "cuboidmod:model/xmas/log", - "particle": "cuboidmod:model/xmas/base_soil" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#1"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#1"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#1"} - } - }, - { - "from": [1, 1, 1], - "to": [15, 2, 15], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#0"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#0"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#0"} - } - }, - { - "from": [7, 2, 7], - "to": [9, 15, 9], - "faces": { - "north": {"uv": [0, 0, 4, 13], "texture": "#3"}, - "east": {"uv": [4, 0, 8, 13], "texture": "#3"}, - "south": {"uv": [8, 0, 12, 13], "texture": "#3"}, - "west": {"uv": [12, 0, 16, 13], "texture": "#3"}, - "up": {"uv": [2, 11, 6, 15], "texture": "#3"}, - "down": {"uv": [10, 11, 14, 15], "texture": "#3"} - } - }, - { - "from": [7.5, 15, 7.5], - "to": [8.5, 16, 8.5], - "faces": { - "north": {"uv": [7, 7, 9, 9], "rotation": 270, "texture": "#2"}, - "east": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "south": {"uv": [7, 7, 9, 9], "rotation": 90, "texture": "#2"}, - "west": {"uv": [7, 7, 9, 9], "rotation": 180, "texture": "#2"}, - "up": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "down": {"uv": [7, 7, 9, 9], "texture": "#2"} - } - }, - { - "from": [6, 12, 6], - "to": [10, 13, 10], - "faces": { - "north": {"uv": [6, 6, 10, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [9, 6, 10, 10], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 9, 10, 10], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 10], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 10, 10], "texture": "#2"}, - "down": {"uv": [6, 6, 10, 10], "texture": "#2"} - } - }, - { - "from": [5, 9.5, 5], - "to": [11, 10.5, 11], - "faces": { - "north": {"uv": [0, 10, 6, 11], "rotation": 180, "texture": "#2"}, - "east": {"uv": [5, 10, 6, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 15, 6, 16], "texture": "#2"}, - "west": {"uv": [0, 10, 1, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [0, 10, 6, 16], "texture": "#2"}, - "down": {"uv": [0, 10, 6, 16], "texture": "#2"} - } - }, - { - "from": [4, 7, 4], - "to": [12, 8, 12], - "faces": { - "north": {"uv": [8, 0, 16, 1], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 0, 16, 8], "rotation": 90, "texture": "#2"}, - "south": {"uv": [8, 7, 16, 8], "texture": "#2"}, - "west": {"uv": [8, 0, 9, 8], "rotation": 270, "texture": "#2"}, - "up": {"uv": [8, 0, 16, 8], "texture": "#2"}, - "down": {"uv": [8, 0, 16, 8], "texture": "#2"} - } - }, - { - "from": [3, 4, 3], - "to": [13, 5, 13], - "faces": { - "north": {"uv": [6, 6, 16, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 6, 16, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 15, 16, 16], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 16, 16], "texture": "#2"}, - "down": {"uv": [6, 6, 16, 16], "texture": "#2"} - } - }, - { - "from": [0, 1, 0], - "to": [16, 2, 1], - "faces": { - "north": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "east": {"uv": [15, 4, 16, 5], "texture": "#1"}, - "south": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "west": {"uv": [0, 4, 1, 5], "texture": "#1"}, - "up": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "down": {"uv": [0, 4, 16, 5], "texture": "#1"} - } - }, - { - "from": [0, 1, 1], - "to": [1, 2, 15], - "faces": { - "north": {"uv": [1, 2, 2, 3], "texture": "#1"}, - "east": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "south": {"uv": [2, 1, 3, 2], "texture": "#1"}, - "west": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "up": {"uv": [1, 1, 2, 15], "texture": "#1"}, - "down": {"uv": [1, 1, 2, 15], "texture": "#1"} - } - }, - { - "from": [0, 1, 15], - "to": [16, 2, 16], - "faces": { - "north": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "east": {"uv": [0, 2, 1, 3], "texture": "#1"}, - "south": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "west": {"uv": [15, 2, 16, 3], "texture": "#1"}, - "up": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "down": {"uv": [0, 2, 16, 3], "texture": "#1"} - } - }, - { - "from": [15, 1, 1], - "to": [16, 2, 15], - "faces": { - "north": {"uv": [1, 0, 2, 1], "texture": "#1"}, - "east": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "south": {"uv": [0, 1, 1, 2], "texture": "#1"}, - "west": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "up": {"uv": [0, 1, 1, 15], "texture": "#1"}, - "down": {"uv": [0, 1, 1, 15], "texture": "#1"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "firstperson_lefthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [14, 34, 0], - "translation": [0, 2, 0], - "scale": [0.6, 0.6, 0.6] - }, - "head": { - "translation": [0, 13.5, 0] - }, - "fixed": { - "rotation": [-22, 26, 0], - "translation": [0, 0, -4.5], - "scale": [0.6, 0.6, 0.6] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_14.json b/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_14.json deleted file mode 100644 index 3256373..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_14.json +++ /dev/null @@ -1,204 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/xmas/base_soil", - "1": "cuboidmod:model/xmas/base", - "2": "cuboidmod:model/xmas/leaves_14", - "3": "cuboidmod:model/xmas/log", - "particle": "cuboidmod:model/xmas/base_soil" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#1"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#1"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#1"} - } - }, - { - "from": [1, 1, 1], - "to": [15, 2, 15], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#0"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#0"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#0"} - } - }, - { - "from": [7, 2, 7], - "to": [9, 15, 9], - "faces": { - "north": {"uv": [0, 0, 4, 13], "texture": "#3"}, - "east": {"uv": [4, 0, 8, 13], "texture": "#3"}, - "south": {"uv": [8, 0, 12, 13], "texture": "#3"}, - "west": {"uv": [12, 0, 16, 13], "texture": "#3"}, - "up": {"uv": [2, 11, 6, 15], "texture": "#3"}, - "down": {"uv": [10, 11, 14, 15], "texture": "#3"} - } - }, - { - "from": [7.5, 15, 7.5], - "to": [8.5, 16, 8.5], - "faces": { - "north": {"uv": [7, 7, 9, 9], "rotation": 270, "texture": "#2"}, - "east": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "south": {"uv": [7, 7, 9, 9], "rotation": 90, "texture": "#2"}, - "west": {"uv": [7, 7, 9, 9], "rotation": 180, "texture": "#2"}, - "up": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "down": {"uv": [7, 7, 9, 9], "texture": "#2"} - } - }, - { - "from": [6, 12, 6], - "to": [10, 13, 10], - "faces": { - "north": {"uv": [6, 6, 10, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [9, 6, 10, 10], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 9, 10, 10], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 10], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 10, 10], "texture": "#2"}, - "down": {"uv": [6, 6, 10, 10], "texture": "#2"} - } - }, - { - "from": [5, 9.5, 5], - "to": [11, 10.5, 11], - "faces": { - "north": {"uv": [0, 10, 6, 11], "rotation": 180, "texture": "#2"}, - "east": {"uv": [5, 10, 6, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 15, 6, 16], "texture": "#2"}, - "west": {"uv": [0, 10, 1, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [0, 10, 6, 16], "texture": "#2"}, - "down": {"uv": [0, 10, 6, 16], "texture": "#2"} - } - }, - { - "from": [4, 7, 4], - "to": [12, 8, 12], - "faces": { - "north": {"uv": [8, 0, 16, 1], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 0, 16, 8], "rotation": 90, "texture": "#2"}, - "south": {"uv": [8, 7, 16, 8], "texture": "#2"}, - "west": {"uv": [8, 0, 9, 8], "rotation": 270, "texture": "#2"}, - "up": {"uv": [8, 0, 16, 8], "texture": "#2"}, - "down": {"uv": [8, 0, 16, 8], "texture": "#2"} - } - }, - { - "from": [3, 4, 3], - "to": [13, 5, 13], - "faces": { - "north": {"uv": [6, 6, 16, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 6, 16, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 15, 16, 16], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 16, 16], "texture": "#2"}, - "down": {"uv": [6, 6, 16, 16], "texture": "#2"} - } - }, - { - "from": [0, 1, 0], - "to": [16, 2, 1], - "faces": { - "north": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "east": {"uv": [15, 4, 16, 5], "texture": "#1"}, - "south": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "west": {"uv": [0, 4, 1, 5], "texture": "#1"}, - "up": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "down": {"uv": [0, 4, 16, 5], "texture": "#1"} - } - }, - { - "from": [0, 1, 1], - "to": [1, 2, 15], - "faces": { - "north": {"uv": [1, 2, 2, 3], "texture": "#1"}, - "east": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "south": {"uv": [2, 1, 3, 2], "texture": "#1"}, - "west": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "up": {"uv": [1, 1, 2, 15], "texture": "#1"}, - "down": {"uv": [1, 1, 2, 15], "texture": "#1"} - } - }, - { - "from": [0, 1, 15], - "to": [16, 2, 16], - "faces": { - "north": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "east": {"uv": [0, 2, 1, 3], "texture": "#1"}, - "south": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "west": {"uv": [15, 2, 16, 3], "texture": "#1"}, - "up": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "down": {"uv": [0, 2, 16, 3], "texture": "#1"} - } - }, - { - "from": [15, 1, 1], - "to": [16, 2, 15], - "faces": { - "north": {"uv": [1, 0, 2, 1], "texture": "#1"}, - "east": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "south": {"uv": [0, 1, 1, 2], "texture": "#1"}, - "west": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "up": {"uv": [0, 1, 1, 15], "texture": "#1"}, - "down": {"uv": [0, 1, 1, 15], "texture": "#1"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "firstperson_lefthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [14, 34, 0], - "translation": [0, 2, 0], - "scale": [0.6, 0.6, 0.6] - }, - "head": { - "translation": [0, 13.5, 0] - }, - "fixed": { - "rotation": [-22, 26, 0], - "translation": [0, 0, -4.5], - "scale": [0.6, 0.6, 0.6] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_15.json b/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_15.json deleted file mode 100644 index 35b7c9c..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_15.json +++ /dev/null @@ -1,204 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/xmas/base_soil", - "1": "cuboidmod:model/xmas/base", - "2": "cuboidmod:model/xmas/leaves_15", - "3": "cuboidmod:model/xmas/log", - "particle": "cuboidmod:model/xmas/base_soil" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#1"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#1"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#1"} - } - }, - { - "from": [1, 1, 1], - "to": [15, 2, 15], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#0"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#0"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#0"} - } - }, - { - "from": [7, 2, 7], - "to": [9, 15, 9], - "faces": { - "north": {"uv": [0, 0, 4, 13], "texture": "#3"}, - "east": {"uv": [4, 0, 8, 13], "texture": "#3"}, - "south": {"uv": [8, 0, 12, 13], "texture": "#3"}, - "west": {"uv": [12, 0, 16, 13], "texture": "#3"}, - "up": {"uv": [2, 11, 6, 15], "texture": "#3"}, - "down": {"uv": [10, 11, 14, 15], "texture": "#3"} - } - }, - { - "from": [7.5, 15, 7.5], - "to": [8.5, 16, 8.5], - "faces": { - "north": {"uv": [7, 7, 9, 9], "rotation": 270, "texture": "#2"}, - "east": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "south": {"uv": [7, 7, 9, 9], "rotation": 90, "texture": "#2"}, - "west": {"uv": [7, 7, 9, 9], "rotation": 180, "texture": "#2"}, - "up": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "down": {"uv": [7, 7, 9, 9], "texture": "#2"} - } - }, - { - "from": [6, 12, 6], - "to": [10, 13, 10], - "faces": { - "north": {"uv": [6, 6, 10, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [9, 6, 10, 10], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 9, 10, 10], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 10], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 10, 10], "texture": "#2"}, - "down": {"uv": [6, 6, 10, 10], "texture": "#2"} - } - }, - { - "from": [5, 9.5, 5], - "to": [11, 10.5, 11], - "faces": { - "north": {"uv": [0, 10, 6, 11], "rotation": 180, "texture": "#2"}, - "east": {"uv": [5, 10, 6, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 15, 6, 16], "texture": "#2"}, - "west": {"uv": [0, 10, 1, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [0, 10, 6, 16], "texture": "#2"}, - "down": {"uv": [0, 10, 6, 16], "texture": "#2"} - } - }, - { - "from": [4, 7, 4], - "to": [12, 8, 12], - "faces": { - "north": {"uv": [8, 0, 16, 1], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 0, 16, 8], "rotation": 90, "texture": "#2"}, - "south": {"uv": [8, 7, 16, 8], "texture": "#2"}, - "west": {"uv": [8, 0, 9, 8], "rotation": 270, "texture": "#2"}, - "up": {"uv": [8, 0, 16, 8], "texture": "#2"}, - "down": {"uv": [8, 0, 16, 8], "texture": "#2"} - } - }, - { - "from": [3, 4, 3], - "to": [13, 5, 13], - "faces": { - "north": {"uv": [6, 6, 16, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 6, 16, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 15, 16, 16], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 16, 16], "texture": "#2"}, - "down": {"uv": [6, 6, 16, 16], "texture": "#2"} - } - }, - { - "from": [0, 1, 0], - "to": [16, 2, 1], - "faces": { - "north": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "east": {"uv": [15, 4, 16, 5], "texture": "#1"}, - "south": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "west": {"uv": [0, 4, 1, 5], "texture": "#1"}, - "up": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "down": {"uv": [0, 4, 16, 5], "texture": "#1"} - } - }, - { - "from": [0, 1, 1], - "to": [1, 2, 15], - "faces": { - "north": {"uv": [1, 2, 2, 3], "texture": "#1"}, - "east": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "south": {"uv": [2, 1, 3, 2], "texture": "#1"}, - "west": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "up": {"uv": [1, 1, 2, 15], "texture": "#1"}, - "down": {"uv": [1, 1, 2, 15], "texture": "#1"} - } - }, - { - "from": [0, 1, 15], - "to": [16, 2, 16], - "faces": { - "north": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "east": {"uv": [0, 2, 1, 3], "texture": "#1"}, - "south": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "west": {"uv": [15, 2, 16, 3], "texture": "#1"}, - "up": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "down": {"uv": [0, 2, 16, 3], "texture": "#1"} - } - }, - { - "from": [15, 1, 1], - "to": [16, 2, 15], - "faces": { - "north": {"uv": [1, 0, 2, 1], "texture": "#1"}, - "east": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "south": {"uv": [0, 1, 1, 2], "texture": "#1"}, - "west": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "up": {"uv": [0, 1, 1, 15], "texture": "#1"}, - "down": {"uv": [0, 1, 1, 15], "texture": "#1"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "firstperson_lefthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [14, 34, 0], - "translation": [0, 2, 0], - "scale": [0.6, 0.6, 0.6] - }, - "head": { - "translation": [0, 13.5, 0] - }, - "fixed": { - "rotation": [-22, 26, 0], - "translation": [0, 0, -4.5], - "scale": [0.6, 0.6, 0.6] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_2.json b/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_2.json deleted file mode 100644 index 4fcbe63..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_2.json +++ /dev/null @@ -1,204 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/xmas/base_soil", - "1": "cuboidmod:model/xmas/base", - "2": "cuboidmod:model/xmas/leaves_2", - "3": "cuboidmod:model/xmas/log", - "particle": "cuboidmod:model/xmas/base_soil" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#1"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#1"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#1"} - } - }, - { - "from": [1, 1, 1], - "to": [15, 2, 15], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#0"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#0"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#0"} - } - }, - { - "from": [7, 2, 7], - "to": [9, 15, 9], - "faces": { - "north": {"uv": [0, 0, 4, 13], "texture": "#3"}, - "east": {"uv": [4, 0, 8, 13], "texture": "#3"}, - "south": {"uv": [8, 0, 12, 13], "texture": "#3"}, - "west": {"uv": [12, 0, 16, 13], "texture": "#3"}, - "up": {"uv": [2, 11, 6, 15], "texture": "#3"}, - "down": {"uv": [10, 11, 14, 15], "texture": "#3"} - } - }, - { - "from": [7.5, 15, 7.5], - "to": [8.5, 16, 8.5], - "faces": { - "north": {"uv": [7, 7, 9, 9], "rotation": 270, "texture": "#2"}, - "east": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "south": {"uv": [7, 7, 9, 9], "rotation": 90, "texture": "#2"}, - "west": {"uv": [7, 7, 9, 9], "rotation": 180, "texture": "#2"}, - "up": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "down": {"uv": [7, 7, 9, 9], "texture": "#2"} - } - }, - { - "from": [6, 12, 6], - "to": [10, 13, 10], - "faces": { - "north": {"uv": [6, 6, 10, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [9, 6, 10, 10], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 9, 10, 10], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 10], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 10, 10], "texture": "#2"}, - "down": {"uv": [6, 6, 10, 10], "texture": "#2"} - } - }, - { - "from": [5, 9.5, 5], - "to": [11, 10.5, 11], - "faces": { - "north": {"uv": [0, 10, 6, 11], "rotation": 180, "texture": "#2"}, - "east": {"uv": [5, 10, 6, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 15, 6, 16], "texture": "#2"}, - "west": {"uv": [0, 10, 1, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [0, 10, 6, 16], "texture": "#2"}, - "down": {"uv": [0, 10, 6, 16], "texture": "#2"} - } - }, - { - "from": [4, 7, 4], - "to": [12, 8, 12], - "faces": { - "north": {"uv": [8, 0, 16, 1], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 0, 16, 8], "rotation": 90, "texture": "#2"}, - "south": {"uv": [8, 7, 16, 8], "texture": "#2"}, - "west": {"uv": [8, 0, 9, 8], "rotation": 270, "texture": "#2"}, - "up": {"uv": [8, 0, 16, 8], "texture": "#2"}, - "down": {"uv": [8, 0, 16, 8], "texture": "#2"} - } - }, - { - "from": [3, 4, 3], - "to": [13, 5, 13], - "faces": { - "north": {"uv": [6, 6, 16, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 6, 16, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 15, 16, 16], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 16, 16], "texture": "#2"}, - "down": {"uv": [6, 6, 16, 16], "texture": "#2"} - } - }, - { - "from": [0, 1, 0], - "to": [16, 2, 1], - "faces": { - "north": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "east": {"uv": [15, 4, 16, 5], "texture": "#1"}, - "south": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "west": {"uv": [0, 4, 1, 5], "texture": "#1"}, - "up": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "down": {"uv": [0, 4, 16, 5], "texture": "#1"} - } - }, - { - "from": [0, 1, 1], - "to": [1, 2, 15], - "faces": { - "north": {"uv": [1, 2, 2, 3], "texture": "#1"}, - "east": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "south": {"uv": [2, 1, 3, 2], "texture": "#1"}, - "west": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "up": {"uv": [1, 1, 2, 15], "texture": "#1"}, - "down": {"uv": [1, 1, 2, 15], "texture": "#1"} - } - }, - { - "from": [0, 1, 15], - "to": [16, 2, 16], - "faces": { - "north": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "east": {"uv": [0, 2, 1, 3], "texture": "#1"}, - "south": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "west": {"uv": [15, 2, 16, 3], "texture": "#1"}, - "up": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "down": {"uv": [0, 2, 16, 3], "texture": "#1"} - } - }, - { - "from": [15, 1, 1], - "to": [16, 2, 15], - "faces": { - "north": {"uv": [1, 0, 2, 1], "texture": "#1"}, - "east": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "south": {"uv": [0, 1, 1, 2], "texture": "#1"}, - "west": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "up": {"uv": [0, 1, 1, 15], "texture": "#1"}, - "down": {"uv": [0, 1, 1, 15], "texture": "#1"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "firstperson_lefthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [14, 34, 0], - "translation": [0, 2, 0], - "scale": [0.6, 0.6, 0.6] - }, - "head": { - "translation": [0, 13.5, 0] - }, - "fixed": { - "rotation": [-22, 26, 0], - "translation": [0, 0, -4.5], - "scale": [0.6, 0.6, 0.6] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_3.json b/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_3.json deleted file mode 100644 index 025ba1a..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_3.json +++ /dev/null @@ -1,204 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/xmas/base_soil", - "1": "cuboidmod:model/xmas/base", - "2": "cuboidmod:model/xmas/leaves_3", - "3": "cuboidmod:model/xmas/log", - "particle": "cuboidmod:model/xmas/base_soil" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#1"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#1"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#1"} - } - }, - { - "from": [1, 1, 1], - "to": [15, 2, 15], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#0"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#0"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#0"} - } - }, - { - "from": [7, 2, 7], - "to": [9, 15, 9], - "faces": { - "north": {"uv": [0, 0, 4, 13], "texture": "#3"}, - "east": {"uv": [4, 0, 8, 13], "texture": "#3"}, - "south": {"uv": [8, 0, 12, 13], "texture": "#3"}, - "west": {"uv": [12, 0, 16, 13], "texture": "#3"}, - "up": {"uv": [2, 11, 6, 15], "texture": "#3"}, - "down": {"uv": [10, 11, 14, 15], "texture": "#3"} - } - }, - { - "from": [7.5, 15, 7.5], - "to": [8.5, 16, 8.5], - "faces": { - "north": {"uv": [7, 7, 9, 9], "rotation": 270, "texture": "#2"}, - "east": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "south": {"uv": [7, 7, 9, 9], "rotation": 90, "texture": "#2"}, - "west": {"uv": [7, 7, 9, 9], "rotation": 180, "texture": "#2"}, - "up": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "down": {"uv": [7, 7, 9, 9], "texture": "#2"} - } - }, - { - "from": [6, 12, 6], - "to": [10, 13, 10], - "faces": { - "north": {"uv": [6, 6, 10, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [9, 6, 10, 10], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 9, 10, 10], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 10], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 10, 10], "texture": "#2"}, - "down": {"uv": [6, 6, 10, 10], "texture": "#2"} - } - }, - { - "from": [5, 9.5, 5], - "to": [11, 10.5, 11], - "faces": { - "north": {"uv": [0, 10, 6, 11], "rotation": 180, "texture": "#2"}, - "east": {"uv": [5, 10, 6, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 15, 6, 16], "texture": "#2"}, - "west": {"uv": [0, 10, 1, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [0, 10, 6, 16], "texture": "#2"}, - "down": {"uv": [0, 10, 6, 16], "texture": "#2"} - } - }, - { - "from": [4, 7, 4], - "to": [12, 8, 12], - "faces": { - "north": {"uv": [8, 0, 16, 1], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 0, 16, 8], "rotation": 90, "texture": "#2"}, - "south": {"uv": [8, 7, 16, 8], "texture": "#2"}, - "west": {"uv": [8, 0, 9, 8], "rotation": 270, "texture": "#2"}, - "up": {"uv": [8, 0, 16, 8], "texture": "#2"}, - "down": {"uv": [8, 0, 16, 8], "texture": "#2"} - } - }, - { - "from": [3, 4, 3], - "to": [13, 5, 13], - "faces": { - "north": {"uv": [6, 6, 16, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 6, 16, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 15, 16, 16], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 16, 16], "texture": "#2"}, - "down": {"uv": [6, 6, 16, 16], "texture": "#2"} - } - }, - { - "from": [0, 1, 0], - "to": [16, 2, 1], - "faces": { - "north": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "east": {"uv": [15, 4, 16, 5], "texture": "#1"}, - "south": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "west": {"uv": [0, 4, 1, 5], "texture": "#1"}, - "up": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "down": {"uv": [0, 4, 16, 5], "texture": "#1"} - } - }, - { - "from": [0, 1, 1], - "to": [1, 2, 15], - "faces": { - "north": {"uv": [1, 2, 2, 3], "texture": "#1"}, - "east": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "south": {"uv": [2, 1, 3, 2], "texture": "#1"}, - "west": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "up": {"uv": [1, 1, 2, 15], "texture": "#1"}, - "down": {"uv": [1, 1, 2, 15], "texture": "#1"} - } - }, - { - "from": [0, 1, 15], - "to": [16, 2, 16], - "faces": { - "north": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "east": {"uv": [0, 2, 1, 3], "texture": "#1"}, - "south": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "west": {"uv": [15, 2, 16, 3], "texture": "#1"}, - "up": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "down": {"uv": [0, 2, 16, 3], "texture": "#1"} - } - }, - { - "from": [15, 1, 1], - "to": [16, 2, 15], - "faces": { - "north": {"uv": [1, 0, 2, 1], "texture": "#1"}, - "east": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "south": {"uv": [0, 1, 1, 2], "texture": "#1"}, - "west": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "up": {"uv": [0, 1, 1, 15], "texture": "#1"}, - "down": {"uv": [0, 1, 1, 15], "texture": "#1"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "firstperson_lefthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [14, 34, 0], - "translation": [0, 2, 0], - "scale": [0.6, 0.6, 0.6] - }, - "head": { - "translation": [0, 13.5, 0] - }, - "fixed": { - "rotation": [-22, 26, 0], - "translation": [0, 0, -4.5], - "scale": [0.6, 0.6, 0.6] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_4.json b/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_4.json deleted file mode 100644 index 7fb9dcf..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_4.json +++ /dev/null @@ -1,204 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/xmas/base_soil", - "1": "cuboidmod:model/xmas/base", - "2": "cuboidmod:model/xmas/leaves_4", - "3": "cuboidmod:model/xmas/log", - "particle": "cuboidmod:model/xmas/base_soil" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#1"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#1"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#1"} - } - }, - { - "from": [1, 1, 1], - "to": [15, 2, 15], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#0"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#0"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#0"} - } - }, - { - "from": [7, 2, 7], - "to": [9, 15, 9], - "faces": { - "north": {"uv": [0, 0, 4, 13], "texture": "#3"}, - "east": {"uv": [4, 0, 8, 13], "texture": "#3"}, - "south": {"uv": [8, 0, 12, 13], "texture": "#3"}, - "west": {"uv": [12, 0, 16, 13], "texture": "#3"}, - "up": {"uv": [2, 11, 6, 15], "texture": "#3"}, - "down": {"uv": [10, 11, 14, 15], "texture": "#3"} - } - }, - { - "from": [7.5, 15, 7.5], - "to": [8.5, 16, 8.5], - "faces": { - "north": {"uv": [7, 7, 9, 9], "rotation": 270, "texture": "#2"}, - "east": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "south": {"uv": [7, 7, 9, 9], "rotation": 90, "texture": "#2"}, - "west": {"uv": [7, 7, 9, 9], "rotation": 180, "texture": "#2"}, - "up": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "down": {"uv": [7, 7, 9, 9], "texture": "#2"} - } - }, - { - "from": [6, 12, 6], - "to": [10, 13, 10], - "faces": { - "north": {"uv": [6, 6, 10, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [9, 6, 10, 10], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 9, 10, 10], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 10], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 10, 10], "texture": "#2"}, - "down": {"uv": [6, 6, 10, 10], "texture": "#2"} - } - }, - { - "from": [5, 9.5, 5], - "to": [11, 10.5, 11], - "faces": { - "north": {"uv": [0, 10, 6, 11], "rotation": 180, "texture": "#2"}, - "east": {"uv": [5, 10, 6, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 15, 6, 16], "texture": "#2"}, - "west": {"uv": [0, 10, 1, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [0, 10, 6, 16], "texture": "#2"}, - "down": {"uv": [0, 10, 6, 16], "texture": "#2"} - } - }, - { - "from": [4, 7, 4], - "to": [12, 8, 12], - "faces": { - "north": {"uv": [8, 0, 16, 1], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 0, 16, 8], "rotation": 90, "texture": "#2"}, - "south": {"uv": [8, 7, 16, 8], "texture": "#2"}, - "west": {"uv": [8, 0, 9, 8], "rotation": 270, "texture": "#2"}, - "up": {"uv": [8, 0, 16, 8], "texture": "#2"}, - "down": {"uv": [8, 0, 16, 8], "texture": "#2"} - } - }, - { - "from": [3, 4, 3], - "to": [13, 5, 13], - "faces": { - "north": {"uv": [6, 6, 16, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 6, 16, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 15, 16, 16], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 16, 16], "texture": "#2"}, - "down": {"uv": [6, 6, 16, 16], "texture": "#2"} - } - }, - { - "from": [0, 1, 0], - "to": [16, 2, 1], - "faces": { - "north": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "east": {"uv": [15, 4, 16, 5], "texture": "#1"}, - "south": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "west": {"uv": [0, 4, 1, 5], "texture": "#1"}, - "up": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "down": {"uv": [0, 4, 16, 5], "texture": "#1"} - } - }, - { - "from": [0, 1, 1], - "to": [1, 2, 15], - "faces": { - "north": {"uv": [1, 2, 2, 3], "texture": "#1"}, - "east": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "south": {"uv": [2, 1, 3, 2], "texture": "#1"}, - "west": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "up": {"uv": [1, 1, 2, 15], "texture": "#1"}, - "down": {"uv": [1, 1, 2, 15], "texture": "#1"} - } - }, - { - "from": [0, 1, 15], - "to": [16, 2, 16], - "faces": { - "north": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "east": {"uv": [0, 2, 1, 3], "texture": "#1"}, - "south": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "west": {"uv": [15, 2, 16, 3], "texture": "#1"}, - "up": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "down": {"uv": [0, 2, 16, 3], "texture": "#1"} - } - }, - { - "from": [15, 1, 1], - "to": [16, 2, 15], - "faces": { - "north": {"uv": [1, 0, 2, 1], "texture": "#1"}, - "east": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "south": {"uv": [0, 1, 1, 2], "texture": "#1"}, - "west": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "up": {"uv": [0, 1, 1, 15], "texture": "#1"}, - "down": {"uv": [0, 1, 1, 15], "texture": "#1"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "firstperson_lefthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [14, 34, 0], - "translation": [0, 2, 0], - "scale": [0.6, 0.6, 0.6] - }, - "head": { - "translation": [0, 13.5, 0] - }, - "fixed": { - "rotation": [-22, 26, 0], - "translation": [0, 0, -4.5], - "scale": [0.6, 0.6, 0.6] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_5.json b/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_5.json deleted file mode 100644 index 88db9d6..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_5.json +++ /dev/null @@ -1,204 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/xmas/base_soil", - "1": "cuboidmod:model/xmas/base", - "2": "cuboidmod:model/xmas/leaves_5", - "3": "cuboidmod:model/xmas/log", - "particle": "cuboidmod:model/xmas/base_soil" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#1"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#1"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#1"} - } - }, - { - "from": [1, 1, 1], - "to": [15, 2, 15], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#0"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#0"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#0"} - } - }, - { - "from": [7, 2, 7], - "to": [9, 15, 9], - "faces": { - "north": {"uv": [0, 0, 4, 13], "texture": "#3"}, - "east": {"uv": [4, 0, 8, 13], "texture": "#3"}, - "south": {"uv": [8, 0, 12, 13], "texture": "#3"}, - "west": {"uv": [12, 0, 16, 13], "texture": "#3"}, - "up": {"uv": [2, 11, 6, 15], "texture": "#3"}, - "down": {"uv": [10, 11, 14, 15], "texture": "#3"} - } - }, - { - "from": [7.5, 15, 7.5], - "to": [8.5, 16, 8.5], - "faces": { - "north": {"uv": [7, 7, 9, 9], "rotation": 270, "texture": "#2"}, - "east": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "south": {"uv": [7, 7, 9, 9], "rotation": 90, "texture": "#2"}, - "west": {"uv": [7, 7, 9, 9], "rotation": 180, "texture": "#2"}, - "up": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "down": {"uv": [7, 7, 9, 9], "texture": "#2"} - } - }, - { - "from": [6, 12, 6], - "to": [10, 13, 10], - "faces": { - "north": {"uv": [6, 6, 10, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [9, 6, 10, 10], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 9, 10, 10], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 10], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 10, 10], "texture": "#2"}, - "down": {"uv": [6, 6, 10, 10], "texture": "#2"} - } - }, - { - "from": [5, 9.5, 5], - "to": [11, 10.5, 11], - "faces": { - "north": {"uv": [0, 10, 6, 11], "rotation": 180, "texture": "#2"}, - "east": {"uv": [5, 10, 6, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 15, 6, 16], "texture": "#2"}, - "west": {"uv": [0, 10, 1, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [0, 10, 6, 16], "texture": "#2"}, - "down": {"uv": [0, 10, 6, 16], "texture": "#2"} - } - }, - { - "from": [4, 7, 4], - "to": [12, 8, 12], - "faces": { - "north": {"uv": [8, 0, 16, 1], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 0, 16, 8], "rotation": 90, "texture": "#2"}, - "south": {"uv": [8, 7, 16, 8], "texture": "#2"}, - "west": {"uv": [8, 0, 9, 8], "rotation": 270, "texture": "#2"}, - "up": {"uv": [8, 0, 16, 8], "texture": "#2"}, - "down": {"uv": [8, 0, 16, 8], "texture": "#2"} - } - }, - { - "from": [3, 4, 3], - "to": [13, 5, 13], - "faces": { - "north": {"uv": [6, 6, 16, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 6, 16, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 15, 16, 16], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 16, 16], "texture": "#2"}, - "down": {"uv": [6, 6, 16, 16], "texture": "#2"} - } - }, - { - "from": [0, 1, 0], - "to": [16, 2, 1], - "faces": { - "north": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "east": {"uv": [15, 4, 16, 5], "texture": "#1"}, - "south": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "west": {"uv": [0, 4, 1, 5], "texture": "#1"}, - "up": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "down": {"uv": [0, 4, 16, 5], "texture": "#1"} - } - }, - { - "from": [0, 1, 1], - "to": [1, 2, 15], - "faces": { - "north": {"uv": [1, 2, 2, 3], "texture": "#1"}, - "east": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "south": {"uv": [2, 1, 3, 2], "texture": "#1"}, - "west": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "up": {"uv": [1, 1, 2, 15], "texture": "#1"}, - "down": {"uv": [1, 1, 2, 15], "texture": "#1"} - } - }, - { - "from": [0, 1, 15], - "to": [16, 2, 16], - "faces": { - "north": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "east": {"uv": [0, 2, 1, 3], "texture": "#1"}, - "south": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "west": {"uv": [15, 2, 16, 3], "texture": "#1"}, - "up": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "down": {"uv": [0, 2, 16, 3], "texture": "#1"} - } - }, - { - "from": [15, 1, 1], - "to": [16, 2, 15], - "faces": { - "north": {"uv": [1, 0, 2, 1], "texture": "#1"}, - "east": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "south": {"uv": [0, 1, 1, 2], "texture": "#1"}, - "west": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "up": {"uv": [0, 1, 1, 15], "texture": "#1"}, - "down": {"uv": [0, 1, 1, 15], "texture": "#1"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "firstperson_lefthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [14, 34, 0], - "translation": [0, 2, 0], - "scale": [0.6, 0.6, 0.6] - }, - "head": { - "translation": [0, 13.5, 0] - }, - "fixed": { - "rotation": [-22, 26, 0], - "translation": [0, 0, -4.5], - "scale": [0.6, 0.6, 0.6] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_6.json b/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_6.json deleted file mode 100644 index e0fd130..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_6.json +++ /dev/null @@ -1,204 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/xmas/base_soil", - "1": "cuboidmod:model/xmas/base", - "2": "cuboidmod:model/xmas/leaves_6", - "3": "cuboidmod:model/xmas/log", - "particle": "cuboidmod:model/xmas/base_soil" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#1"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#1"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#1"} - } - }, - { - "from": [1, 1, 1], - "to": [15, 2, 15], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#0"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#0"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#0"} - } - }, - { - "from": [7, 2, 7], - "to": [9, 15, 9], - "faces": { - "north": {"uv": [0, 0, 4, 13], "texture": "#3"}, - "east": {"uv": [4, 0, 8, 13], "texture": "#3"}, - "south": {"uv": [8, 0, 12, 13], "texture": "#3"}, - "west": {"uv": [12, 0, 16, 13], "texture": "#3"}, - "up": {"uv": [2, 11, 6, 15], "texture": "#3"}, - "down": {"uv": [10, 11, 14, 15], "texture": "#3"} - } - }, - { - "from": [7.5, 15, 7.5], - "to": [8.5, 16, 8.5], - "faces": { - "north": {"uv": [7, 7, 9, 9], "rotation": 270, "texture": "#2"}, - "east": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "south": {"uv": [7, 7, 9, 9], "rotation": 90, "texture": "#2"}, - "west": {"uv": [7, 7, 9, 9], "rotation": 180, "texture": "#2"}, - "up": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "down": {"uv": [7, 7, 9, 9], "texture": "#2"} - } - }, - { - "from": [6, 12, 6], - "to": [10, 13, 10], - "faces": { - "north": {"uv": [6, 6, 10, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [9, 6, 10, 10], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 9, 10, 10], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 10], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 10, 10], "texture": "#2"}, - "down": {"uv": [6, 6, 10, 10], "texture": "#2"} - } - }, - { - "from": [5, 9.5, 5], - "to": [11, 10.5, 11], - "faces": { - "north": {"uv": [0, 10, 6, 11], "rotation": 180, "texture": "#2"}, - "east": {"uv": [5, 10, 6, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 15, 6, 16], "texture": "#2"}, - "west": {"uv": [0, 10, 1, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [0, 10, 6, 16], "texture": "#2"}, - "down": {"uv": [0, 10, 6, 16], "texture": "#2"} - } - }, - { - "from": [4, 7, 4], - "to": [12, 8, 12], - "faces": { - "north": {"uv": [8, 0, 16, 1], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 0, 16, 8], "rotation": 90, "texture": "#2"}, - "south": {"uv": [8, 7, 16, 8], "texture": "#2"}, - "west": {"uv": [8, 0, 9, 8], "rotation": 270, "texture": "#2"}, - "up": {"uv": [8, 0, 16, 8], "texture": "#2"}, - "down": {"uv": [8, 0, 16, 8], "texture": "#2"} - } - }, - { - "from": [3, 4, 3], - "to": [13, 5, 13], - "faces": { - "north": {"uv": [6, 6, 16, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 6, 16, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 15, 16, 16], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 16, 16], "texture": "#2"}, - "down": {"uv": [6, 6, 16, 16], "texture": "#2"} - } - }, - { - "from": [0, 1, 0], - "to": [16, 2, 1], - "faces": { - "north": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "east": {"uv": [15, 4, 16, 5], "texture": "#1"}, - "south": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "west": {"uv": [0, 4, 1, 5], "texture": "#1"}, - "up": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "down": {"uv": [0, 4, 16, 5], "texture": "#1"} - } - }, - { - "from": [0, 1, 1], - "to": [1, 2, 15], - "faces": { - "north": {"uv": [1, 2, 2, 3], "texture": "#1"}, - "east": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "south": {"uv": [2, 1, 3, 2], "texture": "#1"}, - "west": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "up": {"uv": [1, 1, 2, 15], "texture": "#1"}, - "down": {"uv": [1, 1, 2, 15], "texture": "#1"} - } - }, - { - "from": [0, 1, 15], - "to": [16, 2, 16], - "faces": { - "north": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "east": {"uv": [0, 2, 1, 3], "texture": "#1"}, - "south": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "west": {"uv": [15, 2, 16, 3], "texture": "#1"}, - "up": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "down": {"uv": [0, 2, 16, 3], "texture": "#1"} - } - }, - { - "from": [15, 1, 1], - "to": [16, 2, 15], - "faces": { - "north": {"uv": [1, 0, 2, 1], "texture": "#1"}, - "east": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "south": {"uv": [0, 1, 1, 2], "texture": "#1"}, - "west": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "up": {"uv": [0, 1, 1, 15], "texture": "#1"}, - "down": {"uv": [0, 1, 1, 15], "texture": "#1"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "firstperson_lefthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [14, 34, 0], - "translation": [0, 2, 0], - "scale": [0.6, 0.6, 0.6] - }, - "head": { - "translation": [0, 13.5, 0] - }, - "fixed": { - "rotation": [-22, 26, 0], - "translation": [0, 0, -4.5], - "scale": [0.6, 0.6, 0.6] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_7.json b/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_7.json deleted file mode 100644 index d71cabf..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_7.json +++ /dev/null @@ -1,204 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/xmas/base_soil", - "1": "cuboidmod:model/xmas/base", - "2": "cuboidmod:model/xmas/leaves_7", - "3": "cuboidmod:model/xmas/log", - "particle": "cuboidmod:model/xmas/base_soil" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#1"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#1"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#1"} - } - }, - { - "from": [1, 1, 1], - "to": [15, 2, 15], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#0"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#0"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#0"} - } - }, - { - "from": [7, 2, 7], - "to": [9, 15, 9], - "faces": { - "north": {"uv": [0, 0, 4, 13], "texture": "#3"}, - "east": {"uv": [4, 0, 8, 13], "texture": "#3"}, - "south": {"uv": [8, 0, 12, 13], "texture": "#3"}, - "west": {"uv": [12, 0, 16, 13], "texture": "#3"}, - "up": {"uv": [2, 11, 6, 15], "texture": "#3"}, - "down": {"uv": [10, 11, 14, 15], "texture": "#3"} - } - }, - { - "from": [7.5, 15, 7.5], - "to": [8.5, 16, 8.5], - "faces": { - "north": {"uv": [7, 7, 9, 9], "rotation": 270, "texture": "#2"}, - "east": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "south": {"uv": [7, 7, 9, 9], "rotation": 90, "texture": "#2"}, - "west": {"uv": [7, 7, 9, 9], "rotation": 180, "texture": "#2"}, - "up": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "down": {"uv": [7, 7, 9, 9], "texture": "#2"} - } - }, - { - "from": [6, 12, 6], - "to": [10, 13, 10], - "faces": { - "north": {"uv": [6, 6, 10, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [9, 6, 10, 10], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 9, 10, 10], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 10], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 10, 10], "texture": "#2"}, - "down": {"uv": [6, 6, 10, 10], "texture": "#2"} - } - }, - { - "from": [5, 9.5, 5], - "to": [11, 10.5, 11], - "faces": { - "north": {"uv": [0, 10, 6, 11], "rotation": 180, "texture": "#2"}, - "east": {"uv": [5, 10, 6, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 15, 6, 16], "texture": "#2"}, - "west": {"uv": [0, 10, 1, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [0, 10, 6, 16], "texture": "#2"}, - "down": {"uv": [0, 10, 6, 16], "texture": "#2"} - } - }, - { - "from": [4, 7, 4], - "to": [12, 8, 12], - "faces": { - "north": {"uv": [8, 0, 16, 1], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 0, 16, 8], "rotation": 90, "texture": "#2"}, - "south": {"uv": [8, 7, 16, 8], "texture": "#2"}, - "west": {"uv": [8, 0, 9, 8], "rotation": 270, "texture": "#2"}, - "up": {"uv": [8, 0, 16, 8], "texture": "#2"}, - "down": {"uv": [8, 0, 16, 8], "texture": "#2"} - } - }, - { - "from": [3, 4, 3], - "to": [13, 5, 13], - "faces": { - "north": {"uv": [6, 6, 16, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 6, 16, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 15, 16, 16], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 16, 16], "texture": "#2"}, - "down": {"uv": [6, 6, 16, 16], "texture": "#2"} - } - }, - { - "from": [0, 1, 0], - "to": [16, 2, 1], - "faces": { - "north": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "east": {"uv": [15, 4, 16, 5], "texture": "#1"}, - "south": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "west": {"uv": [0, 4, 1, 5], "texture": "#1"}, - "up": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "down": {"uv": [0, 4, 16, 5], "texture": "#1"} - } - }, - { - "from": [0, 1, 1], - "to": [1, 2, 15], - "faces": { - "north": {"uv": [1, 2, 2, 3], "texture": "#1"}, - "east": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "south": {"uv": [2, 1, 3, 2], "texture": "#1"}, - "west": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "up": {"uv": [1, 1, 2, 15], "texture": "#1"}, - "down": {"uv": [1, 1, 2, 15], "texture": "#1"} - } - }, - { - "from": [0, 1, 15], - "to": [16, 2, 16], - "faces": { - "north": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "east": {"uv": [0, 2, 1, 3], "texture": "#1"}, - "south": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "west": {"uv": [15, 2, 16, 3], "texture": "#1"}, - "up": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "down": {"uv": [0, 2, 16, 3], "texture": "#1"} - } - }, - { - "from": [15, 1, 1], - "to": [16, 2, 15], - "faces": { - "north": {"uv": [1, 0, 2, 1], "texture": "#1"}, - "east": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "south": {"uv": [0, 1, 1, 2], "texture": "#1"}, - "west": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "up": {"uv": [0, 1, 1, 15], "texture": "#1"}, - "down": {"uv": [0, 1, 1, 15], "texture": "#1"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "firstperson_lefthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [14, 34, 0], - "translation": [0, 2, 0], - "scale": [0.6, 0.6, 0.6] - }, - "head": { - "translation": [0, 13.5, 0] - }, - "fixed": { - "rotation": [-22, 26, 0], - "translation": [0, 0, -4.5], - "scale": [0.6, 0.6, 0.6] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_8.json b/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_8.json deleted file mode 100644 index e4c9419..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_8.json +++ /dev/null @@ -1,204 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/xmas/base_soil", - "1": "cuboidmod:model/xmas/base", - "2": "cuboidmod:model/xmas/leaves_8", - "3": "cuboidmod:model/xmas/log", - "particle": "cuboidmod:model/xmas/base_soil" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#1"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#1"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#1"} - } - }, - { - "from": [1, 1, 1], - "to": [15, 2, 15], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#0"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#0"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#0"} - } - }, - { - "from": [7, 2, 7], - "to": [9, 15, 9], - "faces": { - "north": {"uv": [0, 0, 4, 13], "texture": "#3"}, - "east": {"uv": [4, 0, 8, 13], "texture": "#3"}, - "south": {"uv": [8, 0, 12, 13], "texture": "#3"}, - "west": {"uv": [12, 0, 16, 13], "texture": "#3"}, - "up": {"uv": [2, 11, 6, 15], "texture": "#3"}, - "down": {"uv": [10, 11, 14, 15], "texture": "#3"} - } - }, - { - "from": [7.5, 15, 7.5], - "to": [8.5, 16, 8.5], - "faces": { - "north": {"uv": [7, 7, 9, 9], "rotation": 270, "texture": "#2"}, - "east": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "south": {"uv": [7, 7, 9, 9], "rotation": 90, "texture": "#2"}, - "west": {"uv": [7, 7, 9, 9], "rotation": 180, "texture": "#2"}, - "up": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "down": {"uv": [7, 7, 9, 9], "texture": "#2"} - } - }, - { - "from": [6, 12, 6], - "to": [10, 13, 10], - "faces": { - "north": {"uv": [6, 6, 10, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [9, 6, 10, 10], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 9, 10, 10], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 10], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 10, 10], "texture": "#2"}, - "down": {"uv": [6, 6, 10, 10], "texture": "#2"} - } - }, - { - "from": [5, 9.5, 5], - "to": [11, 10.5, 11], - "faces": { - "north": {"uv": [0, 10, 6, 11], "rotation": 180, "texture": "#2"}, - "east": {"uv": [5, 10, 6, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 15, 6, 16], "texture": "#2"}, - "west": {"uv": [0, 10, 1, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [0, 10, 6, 16], "texture": "#2"}, - "down": {"uv": [0, 10, 6, 16], "texture": "#2"} - } - }, - { - "from": [4, 7, 4], - "to": [12, 8, 12], - "faces": { - "north": {"uv": [8, 0, 16, 1], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 0, 16, 8], "rotation": 90, "texture": "#2"}, - "south": {"uv": [8, 7, 16, 8], "texture": "#2"}, - "west": {"uv": [8, 0, 9, 8], "rotation": 270, "texture": "#2"}, - "up": {"uv": [8, 0, 16, 8], "texture": "#2"}, - "down": {"uv": [8, 0, 16, 8], "texture": "#2"} - } - }, - { - "from": [3, 4, 3], - "to": [13, 5, 13], - "faces": { - "north": {"uv": [6, 6, 16, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 6, 16, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 15, 16, 16], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 16, 16], "texture": "#2"}, - "down": {"uv": [6, 6, 16, 16], "texture": "#2"} - } - }, - { - "from": [0, 1, 0], - "to": [16, 2, 1], - "faces": { - "north": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "east": {"uv": [15, 4, 16, 5], "texture": "#1"}, - "south": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "west": {"uv": [0, 4, 1, 5], "texture": "#1"}, - "up": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "down": {"uv": [0, 4, 16, 5], "texture": "#1"} - } - }, - { - "from": [0, 1, 1], - "to": [1, 2, 15], - "faces": { - "north": {"uv": [1, 2, 2, 3], "texture": "#1"}, - "east": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "south": {"uv": [2, 1, 3, 2], "texture": "#1"}, - "west": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "up": {"uv": [1, 1, 2, 15], "texture": "#1"}, - "down": {"uv": [1, 1, 2, 15], "texture": "#1"} - } - }, - { - "from": [0, 1, 15], - "to": [16, 2, 16], - "faces": { - "north": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "east": {"uv": [0, 2, 1, 3], "texture": "#1"}, - "south": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "west": {"uv": [15, 2, 16, 3], "texture": "#1"}, - "up": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "down": {"uv": [0, 2, 16, 3], "texture": "#1"} - } - }, - { - "from": [15, 1, 1], - "to": [16, 2, 15], - "faces": { - "north": {"uv": [1, 0, 2, 1], "texture": "#1"}, - "east": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "south": {"uv": [0, 1, 1, 2], "texture": "#1"}, - "west": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "up": {"uv": [0, 1, 1, 15], "texture": "#1"}, - "down": {"uv": [0, 1, 1, 15], "texture": "#1"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "firstperson_lefthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [14, 34, 0], - "translation": [0, 2, 0], - "scale": [0.6, 0.6, 0.6] - }, - "head": { - "translation": [0, 13.5, 0] - }, - "fixed": { - "rotation": [-22, 26, 0], - "translation": [0, 0, -4.5], - "scale": [0.6, 0.6, 0.6] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_9.json b/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_9.json deleted file mode 100644 index a1b0f37..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/fiber_optic_tree_9.json +++ /dev/null @@ -1,204 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/xmas/base_soil", - "1": "cuboidmod:model/xmas/base", - "2": "cuboidmod:model/xmas/leaves_9", - "3": "cuboidmod:model/xmas/log", - "particle": "cuboidmod:model/xmas/base_soil" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#1"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#1"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#1"} - } - }, - { - "from": [1, 1, 1], - "to": [15, 2, 15], - "faces": { - "north": {"uv": [0, 3, 16, 4], "texture": "#0"}, - "east": {"uv": [0, 2, 16, 3], "texture": "#0"}, - "south": {"uv": [0, 1, 16, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#0"} - } - }, - { - "from": [7, 2, 7], - "to": [9, 15, 9], - "faces": { - "north": {"uv": [0, 0, 4, 13], "texture": "#3"}, - "east": {"uv": [4, 0, 8, 13], "texture": "#3"}, - "south": {"uv": [8, 0, 12, 13], "texture": "#3"}, - "west": {"uv": [12, 0, 16, 13], "texture": "#3"}, - "up": {"uv": [2, 11, 6, 15], "texture": "#3"}, - "down": {"uv": [10, 11, 14, 15], "texture": "#3"} - } - }, - { - "from": [7.5, 15, 7.5], - "to": [8.5, 16, 8.5], - "faces": { - "north": {"uv": [7, 7, 9, 9], "rotation": 270, "texture": "#2"}, - "east": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "south": {"uv": [7, 7, 9, 9], "rotation": 90, "texture": "#2"}, - "west": {"uv": [7, 7, 9, 9], "rotation": 180, "texture": "#2"}, - "up": {"uv": [7, 7, 9, 9], "texture": "#2"}, - "down": {"uv": [7, 7, 9, 9], "texture": "#2"} - } - }, - { - "from": [6, 12, 6], - "to": [10, 13, 10], - "faces": { - "north": {"uv": [6, 6, 10, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [9, 6, 10, 10], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 9, 10, 10], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 10], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 10, 10], "texture": "#2"}, - "down": {"uv": [6, 6, 10, 10], "texture": "#2"} - } - }, - { - "from": [5, 9.5, 5], - "to": [11, 10.5, 11], - "faces": { - "north": {"uv": [0, 10, 6, 11], "rotation": 180, "texture": "#2"}, - "east": {"uv": [5, 10, 6, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 15, 6, 16], "texture": "#2"}, - "west": {"uv": [0, 10, 1, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [0, 10, 6, 16], "texture": "#2"}, - "down": {"uv": [0, 10, 6, 16], "texture": "#2"} - } - }, - { - "from": [4, 7, 4], - "to": [12, 8, 12], - "faces": { - "north": {"uv": [8, 0, 16, 1], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 0, 16, 8], "rotation": 90, "texture": "#2"}, - "south": {"uv": [8, 7, 16, 8], "texture": "#2"}, - "west": {"uv": [8, 0, 9, 8], "rotation": 270, "texture": "#2"}, - "up": {"uv": [8, 0, 16, 8], "texture": "#2"}, - "down": {"uv": [8, 0, 16, 8], "texture": "#2"} - } - }, - { - "from": [3, 4, 3], - "to": [13, 5, 13], - "faces": { - "north": {"uv": [6, 6, 16, 7], "rotation": 180, "texture": "#2"}, - "east": {"uv": [15, 6, 16, 16], "rotation": 90, "texture": "#2"}, - "south": {"uv": [6, 15, 16, 16], "texture": "#2"}, - "west": {"uv": [6, 6, 7, 16], "rotation": 270, "texture": "#2"}, - "up": {"uv": [6, 6, 16, 16], "texture": "#2"}, - "down": {"uv": [6, 6, 16, 16], "texture": "#2"} - } - }, - { - "from": [0, 1, 0], - "to": [16, 2, 1], - "faces": { - "north": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "east": {"uv": [15, 4, 16, 5], "texture": "#1"}, - "south": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "west": {"uv": [0, 4, 1, 5], "texture": "#1"}, - "up": {"uv": [0, 4, 16, 5], "texture": "#1"}, - "down": {"uv": [0, 4, 16, 5], "texture": "#1"} - } - }, - { - "from": [0, 1, 1], - "to": [1, 2, 15], - "faces": { - "north": {"uv": [1, 2, 2, 3], "texture": "#1"}, - "east": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "south": {"uv": [2, 1, 3, 2], "texture": "#1"}, - "west": {"uv": [1, 1, 15, 2], "texture": "#1"}, - "up": {"uv": [1, 1, 2, 15], "texture": "#1"}, - "down": {"uv": [1, 1, 2, 15], "texture": "#1"} - } - }, - { - "from": [0, 1, 15], - "to": [16, 2, 16], - "faces": { - "north": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "east": {"uv": [0, 2, 1, 3], "texture": "#1"}, - "south": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "west": {"uv": [15, 2, 16, 3], "texture": "#1"}, - "up": {"uv": [0, 2, 16, 3], "texture": "#1"}, - "down": {"uv": [0, 2, 16, 3], "texture": "#1"} - } - }, - { - "from": [15, 1, 1], - "to": [16, 2, 15], - "faces": { - "north": {"uv": [1, 0, 2, 1], "texture": "#1"}, - "east": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "south": {"uv": [0, 1, 1, 2], "texture": "#1"}, - "west": {"uv": [1, 0, 15, 1], "texture": "#1"}, - "up": {"uv": [0, 1, 1, 15], "texture": "#1"}, - "down": {"uv": [0, 1, 1, 15], "texture": "#1"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [59, 11, 2], - "translation": [-1.25, 4.75, 1], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "firstperson_lefthand": { - "rotation": [16, 14, 10], - "translation": [1.25, 1.5, 0], - "scale": [0.7, 0.7, 0.7] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [14, 34, 0], - "translation": [0, 2, 0], - "scale": [0.6, 0.6, 0.6] - }, - "head": { - "translation": [0, 13.5, 0] - }, - "fixed": { - "rotation": [-22, 26, 0], - "translation": [0, 0, -4.5], - "scale": [0.6, 0.6, 0.6] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/kudbebedda_chest.json b/src/main/resources/assets/cuboidmod/models/block/kudbebedda_chest.json deleted file mode 100644 index ed3a8f0..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/kudbebedda_chest.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "parent": "minecraft:block/block", - "textures": { - "texture": "cuboidmod:model/kudbebedda_chest", - "particle": "cuboidmod:block/kudbebedda_break" - }, - "elements": [ - { "from": [ 1, 0, 1 ], - "to": [ 15, 10, 15 ], - "faces": { - "down": { "uv": [ 7, 4.75, 10.5, 8.25 ], "texture": "#texture" }, - "up": { "uv": [ 3.5, 4.75, 7, 8.25 ], "texture": "#texture" }, - "north": { "uv": [ 3.5, 8.25, 7, 10.75 ], "texture": "#texture" }, - "south": { "uv": [ 10.5, 8.25, 14, 10.75 ], "texture": "#texture" }, - "west": { "uv": [ 7, 8.25, 10.5, 10.75 ], "texture": "#texture" }, - "east": { "uv": [ 0, 8.25, 3.5, 10.75 ], "texture": "#texture" } - } - }, - { "from": [ 1, 9, 1 ], - "to": [ 15, 14, 15 ], - "faces": { - "down": { "uv": [ 7, 0, 10.5, 3.5 ], "texture": "#texture" }, - "up": { "uv": [ 3.5, 0, 7, 3.5 ], "texture": "#texture" }, - "north": { "uv": [ 3.5, 3.5, 7, 4.75 ], "texture": "#texture" }, - "south": { "uv": [ 10.5, 3.5, 14, 4.75 ], "texture": "#texture" }, - "west": { "uv": [ 7, 3.5, 10.5, 4.75 ], "texture": "#texture" }, - "east": { "uv": [ 0, 3.5, 3.5, 4.75 ], "texture": "#texture" } - } - }, - { "from": [ 7, 7, 0 ], - "to": [ 9, 11, 1 ], - "faces": { - "down": { "uv": [ 0, 0.75, 1.25, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0.25, 0.75, 0.5 ], "texture": "#texture" }, - "north": { "uv": [ 0.25, 0.25, 0.75, 1.25 ], "texture": "#texture" }, - "south": { "uv": [ 1, 0.25, 1.5, 1.25 ], "texture": "#texture" }, - "west": { "uv": [ 0.75, 0.25, 1, 1.25 ], "texture": "#texture" }, - "east": { "uv": [ 0, 0.25, 0.25, 1.25 ], "texture": "#texture" } - } - } - ] -} diff --git a/src/main/resources/assets/cuboidmod/models/block/kudbebedda_quantum_collapser.json b/src/main/resources/assets/cuboidmod/models/block/kudbebedda_quantum_collapser.json deleted file mode 100644 index d0749ad..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/kudbebedda_quantum_collapser.json +++ /dev/null @@ -1,502 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/kudbebedda_quantum_collapser", - "2": "cuboidmod:model/quantum_collapser_panel", - "particle": "cuboidmod:block/kudbebedda_break" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 5.375, 8.75, 5.5], "texture": "#0"}, - "east": {"uv": [6.75, 5.625, 8.75, 5.75], "texture": "#0"}, - "south": {"uv": [6.75, 5.875, 8.75, 6], "texture": "#0"}, - "west": {"uv": [6.75, 6.125, 8.75, 6.25], "texture": "#0"}, - "up": {"uv": [2, 2, 0, 0], "texture": "#0"}, - "down": {"uv": [2, 2.125, 0, 4.125], "texture": "#0"} - } - }, - { - "from": [2, 1, 2], - "to": [14, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.125, 3.75, 3.625, 5.5], "texture": "#0"}, - "east": {"uv": [3.75, 3.75, 5.25, 5.5], "texture": "#0"}, - "south": {"uv": [4, 0, 5.5, 1.75], "texture": "#0"}, - "west": {"uv": [4, 1.875, 5.5, 3.625], "texture": "#0"}, - "up": {"uv": [1.5, 5.75, 0, 4.25], "texture": "#0"}, - "down": {"uv": [6.875, 3.75, 5.375, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 15, 1], - "to": [15, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 6.375, 8.5, 6.5], "texture": "#0"}, - "east": {"uv": [6.75, 6.625, 8.5, 6.75], "texture": "#0"}, - "south": {"uv": [6.75, 6.875, 8.5, 7], "texture": "#0"}, - "west": {"uv": [7, 0, 8.75, 0.125], "texture": "#0"}, - "up": {"uv": [3.875, 1.75, 2.125, 0], "texture": "#0"}, - "down": {"uv": [3.875, 1.875, 2.125, 3.625], "texture": "#0"} - } - }, - { - "from": [0, 1, 0], - "to": [3, 2, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7.5, 1.625, 7.875, 1.75], "texture": "#0"}, - "east": {"uv": [8.75, 7.125, 9.125, 7.25], "texture": "#0"}, - "south": {"uv": [8.75, 7.375, 9.125, 7.5], "texture": "#0"}, - "west": {"uv": [8.75, 7.625, 9.125, 7.75], "texture": "#0"}, - "up": {"uv": [1.125, 8.125, 0.75, 7.75], "texture": "#0"}, - "down": {"uv": [8.125, 7.125, 7.75, 7.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [3, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.75, 7.875, 9.125, 8], "texture": "#0"}, - "east": {"uv": [8.75, 8.125, 9.125, 8.25], "texture": "#0"}, - "south": {"uv": [8.75, 8.375, 9.125, 8.5], "texture": "#0"}, - "west": {"uv": [8.875, 0, 9.25, 0.125], "texture": "#0"}, - "up": {"uv": [8.125, 8, 7.75, 7.625], "texture": "#0"}, - "down": {"uv": [8.375, 0.25, 8, 0.625], "texture": "#0"} - } - }, - { - "from": [13, 1, 0], - "to": [16, 2, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.125, 8.875, 1.5, 9], "texture": "#0"}, - "east": {"uv": [1.625, 8.875, 2, 9], "texture": "#0"}, - "south": {"uv": [2.125, 8.875, 2.5, 9], "texture": "#0"}, - "west": {"uv": [2.625, 8.875, 3, 9], "texture": "#0"}, - "up": {"uv": [8.375, 1.125, 8, 0.75], "texture": "#0"}, - "down": {"uv": [8.375, 1.25, 8, 1.625], "texture": "#0"} - } - }, - { - "from": [13, 1, 13], - "to": [16, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [3.125, 8.875, 3.5, 9], "texture": "#0"}, - "east": {"uv": [3.625, 8.875, 4, 9], "texture": "#0"}, - "south": {"uv": [4.125, 8.875, 4.5, 9], "texture": "#0"}, - "west": {"uv": [4.625, 8.875, 5, 9], "texture": "#0"}, - "up": {"uv": [8.125, 8.5, 7.75, 8.125], "texture": "#0"}, - "down": {"uv": [1.125, 8.25, 0.75, 8.625], "texture": "#0"} - } - }, - { - "from": [0, 3, 0], - "to": [1, 13, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.625, 4.25, 1.75, 5.5], "texture": "#0"}, - "east": {"uv": [1.875, 4.25, 2, 5.5], "texture": "#0"}, - "south": {"uv": [5.625, 7.25, 5.75, 8.5], "texture": "#0"}, - "west": {"uv": [5.875, 7.25, 6, 8.5], "texture": "#0"}, - "up": {"uv": [6.625, 9.375, 6.5, 9.25], "texture": "#0"}, - "down": {"uv": [7.25, 9.25, 7.125, 9.375], "texture": "#0"} - } - }, - { - "from": [0, 14, 0], - "to": [3, 15, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [5.125, 8.875, 5.5, 9], "texture": "#0"}, - "east": {"uv": [8.875, 5.375, 9.25, 5.5], "texture": "#0"}, - "south": {"uv": [8.875, 5.625, 9.25, 5.75], "texture": "#0"}, - "west": {"uv": [8.875, 5.875, 9.25, 6], "texture": "#0"}, - "up": {"uv": [8.625, 7.5, 8.25, 7.125], "texture": "#0"}, - "down": {"uv": [8.625, 7.625, 8.25, 8], "texture": "#0"} - } - }, - { - "from": [0, 2, 0], - "to": [2, 3, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 4.75, 9.25, 4.875], "texture": "#0"}, - "east": {"uv": [5.625, 9, 5.875, 9.125], "texture": "#0"}, - "south": {"uv": [6, 9, 6.25, 9.125], "texture": "#0"}, - "west": {"uv": [6.375, 9, 6.625, 9.125], "texture": "#0"}, - "up": {"uv": [1.5, 8, 1.25, 7.75], "texture": "#0"}, - "down": {"uv": [1.5, 8.125, 1.25, 8.375], "texture": "#0"} - } - }, - { - "from": [0, 13, 0], - "to": [2, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 6.375, 9.25, 6.5], "texture": "#0"}, - "east": {"uv": [9, 6.625, 9.25, 6.75], "texture": "#0"}, - "south": {"uv": [9, 6.875, 9.25, 7], "texture": "#0"}, - "west": {"uv": [7.125, 9, 7.375, 9.125], "texture": "#0"}, - "up": {"uv": [1.5, 8.75, 1.25, 8.5], "texture": "#0"}, - "down": {"uv": [8.875, 4, 8.625, 4.25], "texture": "#0"} - } - }, - { - "from": [0, 2, 14], - "to": [2, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7.5, 9, 7.75, 9.125], "texture": "#0"}, - "east": {"uv": [7.875, 9, 8.125, 9.125], "texture": "#0"}, - "south": {"uv": [8.25, 9, 8.5, 9.125], "texture": "#0"}, - "west": {"uv": [0, 9.125, 0.25, 9.25], "texture": "#0"}, - "up": {"uv": [8.875, 4.625, 8.625, 4.375], "texture": "#0"}, - "down": {"uv": [8.875, 4.75, 8.625, 5], "texture": "#0"} - } - }, - { - "from": [14, 2, 14], - "to": [16, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [0.375, 9.125, 0.625, 9.25], "texture": "#0"}, - "east": {"uv": [0.75, 9.125, 1, 9.25], "texture": "#0"}, - "south": {"uv": [1.125, 9.125, 1.375, 9.25], "texture": "#0"}, - "west": {"uv": [1.5, 9.125, 1.75, 9.25], "texture": "#0"}, - "up": {"uv": [5.875, 8.875, 5.625, 8.625], "texture": "#0"}, - "down": {"uv": [6.25, 8.625, 6, 8.875], "texture": "#0"} - } - }, - { - "from": [14, 2, 0], - "to": [16, 3, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9.125, 1.75, 9.375, 1.875], "texture": "#0"}, - "east": {"uv": [1.875, 9.125, 2.125, 9.25], "texture": "#0"}, - "south": {"uv": [9.125, 2, 9.375, 2.125], "texture": "#0"}, - "west": {"uv": [2.25, 9.125, 2.5, 9.25], "texture": "#0"}, - "up": {"uv": [6.625, 8.875, 6.375, 8.625], "texture": "#0"}, - "down": {"uv": [8.875, 6.375, 8.625, 6.625], "texture": "#0"} - } - }, - { - "from": [13, 14, 0], - "to": [16, 15, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.875, 6.125, 9.25, 6.25], "texture": "#0"}, - "east": {"uv": [8.875, 8.625, 9.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.875, 8.875, 9.25, 9], "texture": "#0"}, - "west": {"uv": [9, 0.25, 9.375, 0.375], "texture": "#0"}, - "up": {"uv": [8.625, 8.5, 8.25, 8.125], "texture": "#0"}, - "down": {"uv": [8.875, 0.25, 8.5, 0.625], "texture": "#0"} - } - }, - { - "from": [14, 13, 0], - "to": [16, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.625, 9.125, 2.875, 9.25], "texture": "#0"}, - "east": {"uv": [3, 9.125, 3.25, 9.25], "texture": "#0"}, - "south": {"uv": [3.375, 9.125, 3.625, 9.25], "texture": "#0"}, - "west": {"uv": [3.75, 9.125, 4, 9.25], "texture": "#0"}, - "up": {"uv": [8.875, 7, 8.625, 6.75], "texture": "#0"}, - "down": {"uv": [8, 8.625, 7.75, 8.875], "texture": "#0"} - } - }, - { - "from": [15, 3, 0], - "to": [16, 13, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.125, 7.25, 6.25, 8.5], "texture": "#0"}, - "east": {"uv": [6.375, 7.25, 6.5, 8.5], "texture": "#0"}, - "south": {"uv": [7.25, 7.125, 7.375, 8.375], "texture": "#0"}, - "west": {"uv": [7.5, 0.25, 7.625, 1.5], "texture": "#0"}, - "up": {"uv": [9.375, 7.25, 9.25, 7.125], "texture": "#0"}, - "down": {"uv": [7.5, 9.25, 7.375, 9.375], "texture": "#0"} - } - }, - { - "from": [13, 14, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 0.5, 9.375, 0.625], "texture": "#0"}, - "east": {"uv": [9, 0.75, 9.375, 0.875], "texture": "#0"}, - "south": {"uv": [9, 1, 9.375, 1.125], "texture": "#0"}, - "west": {"uv": [9, 1.25, 9.375, 1.375], "texture": "#0"}, - "up": {"uv": [8.875, 1.125, 8.5, 0.75], "texture": "#0"}, - "down": {"uv": [8.875, 1.25, 8.5, 1.625], "texture": "#0"} - } - }, - { - "from": [14, 13, 14], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.125, 9.125, 4.375, 9.25], "texture": "#0"}, - "east": {"uv": [4.5, 9.125, 4.75, 9.25], "texture": "#0"}, - "south": {"uv": [4.875, 9.125, 5.125, 9.25], "texture": "#0"}, - "west": {"uv": [5.25, 9.125, 5.5, 9.25], "texture": "#0"}, - "up": {"uv": [8.375, 8.875, 8.125, 8.625], "texture": "#0"}, - "down": {"uv": [8.75, 8.625, 8.5, 8.875], "texture": "#0"} - } - }, - { - "from": [0, 14, 13], - "to": [3, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 1.5, 9.375, 1.625], "texture": "#0"}, - "east": {"uv": [9, 4, 9.375, 4.125], "texture": "#0"}, - "south": {"uv": [9, 4.25, 9.375, 4.375], "texture": "#0"}, - "west": {"uv": [9, 4.5, 9.375, 4.625], "texture": "#0"}, - "up": {"uv": [7.625, 8.875, 7.25, 8.5], "texture": "#0"}, - "down": {"uv": [9, 1.75, 8.625, 2.125], "texture": "#0"} - } - }, - { - "from": [0, 13, 14], - "to": [2, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 9.125, 7, 9.25], "texture": "#0"}, - "east": {"uv": [8.625, 9.125, 8.875, 9.25], "texture": "#0"}, - "south": {"uv": [9, 9.125, 9.25, 9.25], "texture": "#0"}, - "west": {"uv": [5.625, 9.25, 5.875, 9.375], "texture": "#0"}, - "up": {"uv": [1, 9, 0.75, 8.75], "texture": "#0"}, - "down": {"uv": [7, 8.75, 6.75, 9], "texture": "#0"} - } - }, - { - "from": [0, 3, 15], - "to": [1, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.625, 7.5, 1.75, 8.75], "texture": "#0"}, - "east": {"uv": [1.875, 7.5, 2, 8.75], "texture": "#0"}, - "south": {"uv": [2.125, 7.5, 2.25, 8.75], "texture": "#0"}, - "west": {"uv": [2.375, 7.5, 2.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 7.5, 9.25, 7.375], "texture": "#0"}, - "down": {"uv": [7.75, 9.25, 7.625, 9.375], "texture": "#0"} - } - }, - { - "from": [15, 3, 15], - "to": [16, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.625, 7.5, 2.75, 8.75], "texture": "#0"}, - "east": {"uv": [2.875, 7.5, 3, 8.75], "texture": "#0"}, - "south": {"uv": [3.125, 7.5, 3.25, 8.75], "texture": "#0"}, - "west": {"uv": [3.375, 7.5, 3.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 7.75, 9.25, 7.625], "texture": "#0"}, - "down": {"uv": [8, 9.25, 7.875, 9.375], "texture": "#0"} - } - }, - { - "from": [3, 3, 1], - "to": [4, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [3.625, 7.5, 3.75, 8.75], "texture": "#0"}, - "east": {"uv": [3.875, 7.5, 4, 8.75], "texture": "#0"}, - "south": {"uv": [4.125, 7.5, 4.25, 8.75], "texture": "#0"}, - "west": {"uv": [4.375, 7.5, 4.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 8, 9.25, 7.875], "texture": "#0"}, - "down": {"uv": [8.25, 9.25, 8.125, 9.375], "texture": "#0"} - } - }, - { - "from": [12, 3, 1], - "to": [13, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.625, 7.5, 4.75, 8.75], "texture": "#0"}, - "east": {"uv": [4.875, 7.5, 5, 8.75], "texture": "#0"}, - "south": {"uv": [5.125, 7.5, 5.25, 8.75], "texture": "#0"}, - "west": {"uv": [7.5, 7.125, 7.625, 8.375], "texture": "#0"}, - "up": {"uv": [9.375, 8.25, 9.25, 8.125], "texture": "#0"}, - "down": {"uv": [8.5, 9.25, 8.375, 9.375], "texture": "#0"} - } - }, - { - "from": [14, 1, 3], - "to": [15, 15, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.375, 5.625, 4.5, 7.375], "texture": "#0"}, - "east": {"uv": [5.375, 5.375, 6.625, 7.125], "texture": "#0"}, - "south": {"uv": [4.625, 5.625, 4.75, 7.375], "texture": "#0"} - } - }, - { - "from": [1, 1, 3], - "to": [2, 15, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.875, 5.625, 5, 7.375], "texture": "#0"}, - "south": {"uv": [5.125, 5.625, 5.25, 7.375], "texture": "#0"}, - "west": {"uv": [5.625, 1.875, 6.875, 3.625], "texture": "#0"}, - "up": {"uv": [9.1875, 2.1875, 9.0625, 0.9375], "texture": "#0"}, - "down": {"uv": [0.625, 7.75, 0.5, 9], "texture": "#0"} - } - }, - { - "from": [4, 3, 1], - "to": [12, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.375, 5.125, 9.375, 5.25], "texture": "#0"}, - "east": {"uv": [9.25, 8.375, 9.375, 8.5], "texture": "#0"}, - "south": {"uv": [8.625, 2.25, 9.625, 2.375], "texture": "#0"}, - "west": {"uv": [0, 9.375, 0.125, 9.5], "texture": "#0"}, - "up": {"uv": [9.625, 2.625, 8.625, 2.5], "texture": "#0"}, - "down": {"uv": [9.625, 2.75, 8.625, 2.875], "texture": "#0"} - } - }, - { - "from": [4, 12, 1], - "to": [12, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.625, 3, 9.625, 3.125], "texture": "#0"}, - "east": {"uv": [9.375, 0, 9.5, 0.125], "texture": "#0"}, - "south": {"uv": [8.625, 3.25, 9.625, 3.375], "texture": "#0"}, - "west": {"uv": [0.25, 9.375, 0.375, 9.5], "texture": "#0"}, - "up": {"uv": [9.625, 3.625, 8.625, 3.5], "texture": "#0"}, - "down": {"uv": [9.625, 3.75, 8.625, 3.875], "texture": "#0"} - } - }, - { - "from": [3, 1, 14], - "to": [13, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "east": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "south": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "west": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "up": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "down": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"} - } - }, - { - "from": [2, 15, 0], - "to": [14, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7, 3.125, 8.5, 3.25], "texture": "#0"}, - "east": {"uv": [0.5, 9.375, 0.625, 9.5], "texture": "#0"}, - "south": {"uv": [7, 3.375, 8.5, 3.5], "texture": "#0"}, - "west": {"uv": [0.75, 9.375, 0.875, 9.5], "texture": "#0"}, - "up": {"uv": [8.5, 3.75, 7, 3.625], "texture": "#0"}, - "down": {"uv": [8.5, 3.875, 7, 4], "texture": "#0"} - } - }, - { - "from": [2, 15, 15], - "to": [14, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7, 2.125, 8.5, 2.25], "texture": "#0"}, - "east": {"uv": [6, 9.25, 6.125, 9.375], "texture": "#0"}, - "south": {"uv": [7, 2.375, 8.5, 2.5], "texture": "#0"}, - "west": {"uv": [6.25, 9.25, 6.375, 9.375], "texture": "#0"}, - "up": {"uv": [8.5, 2.75, 7, 2.625], "texture": "#0"}, - "down": {"uv": [8.5, 2.875, 7, 3], "texture": "#0"} - } - }, - { - "from": [0, 15, 2], - "to": [1, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1, 9.375, 1.125, 9.5], "texture": "#0"}, - "east": {"uv": [7, 4.125, 8.5, 4.25], "texture": "#0"}, - "south": {"uv": [1.25, 9.375, 1.375, 9.5], "texture": "#0"}, - "west": {"uv": [7, 4.375, 8.5, 4.5], "texture": "#0"}, - "up": {"uv": [6.875, 8.625, 6.75, 7.125], "texture": "#0"}, - "down": {"uv": [7.125, 7.125, 7, 8.625], "texture": "#0"} - } - }, - { - "from": [15, 15, 2], - "to": [16, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.5, 9.375, 1.625, 9.5], "texture": "#0"}, - "east": {"uv": [7, 4.625, 8.5, 4.75], "texture": "#0"}, - "south": {"uv": [1.75, 9.375, 1.875, 9.5], "texture": "#0"}, - "west": {"uv": [7, 4.875, 8.5, 5], "texture": "#0"}, - "up": {"uv": [7.375, 1.75, 7.25, 0.25], "texture": "#0"}, - "down": {"uv": [5.5, 7.25, 5.375, 8.75], "texture": "#0"} - } - }, - { - "from": [4, 4, 1], - "to": [12, 12, 2], - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#2"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [65, 16, 16], - "translation": [0, 4, 0], - "scale": [0.4, 0.4, 0.4] - }, - "thirdperson_lefthand": { - "rotation": [65, 16, 16], - "translation": [0, 4, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_righthand": { - "rotation": [15, 105, 0], - "translation": [2.25, -1, 0], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_lefthand": { - "rotation": [15, 105, 0], - "translation": [2.25, -1, 0], - "scale": [0.65, 0.65, 0.65] - }, - "ground": { - "translation": [0, 2.5, 0], - "scale": [0.5, 0.5, 0.5] - }, - "gui": { - "rotation": [10, -162, -4], - "scale": [0.69, 0.65, 0.65] - }, - "head": { - "translation": [0, 14, 0] - }, - "fixed": { - "rotation": [0, 8, -7], - "translation": [0, 0, -1.25], - "scale": [0.75, 0.75, 0.75] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [8, 8, 8], - "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, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/kudbebedda_quantum_collapser_lit.json b/src/main/resources/assets/cuboidmod/models/block/kudbebedda_quantum_collapser_lit.json deleted file mode 100644 index e0b6b63..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/kudbebedda_quantum_collapser_lit.json +++ /dev/null @@ -1,502 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/kudbebedda_quantum_collapser", - "2": "cuboidmod:model/quantum_collapser_panel_lit", - "particle": "cuboidmod:block/kudbebedda_break" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 5.375, 8.75, 5.5], "texture": "#0"}, - "east": {"uv": [6.75, 5.625, 8.75, 5.75], "texture": "#0"}, - "south": {"uv": [6.75, 5.875, 8.75, 6], "texture": "#0"}, - "west": {"uv": [6.75, 6.125, 8.75, 6.25], "texture": "#0"}, - "up": {"uv": [2, 2, 0, 0], "texture": "#0"}, - "down": {"uv": [2, 2.125, 0, 4.125], "texture": "#0"} - } - }, - { - "from": [2, 1, 2], - "to": [14, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.125, 3.75, 3.625, 5.5], "texture": "#0"}, - "east": {"uv": [3.75, 3.75, 5.25, 5.5], "texture": "#0"}, - "south": {"uv": [4, 0, 5.5, 1.75], "texture": "#0"}, - "west": {"uv": [4, 1.875, 5.5, 3.625], "texture": "#0"}, - "up": {"uv": [1.5, 5.75, 0, 4.25], "texture": "#0"}, - "down": {"uv": [6.875, 3.75, 5.375, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 15, 1], - "to": [15, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 6.375, 8.5, 6.5], "texture": "#0"}, - "east": {"uv": [6.75, 6.625, 8.5, 6.75], "texture": "#0"}, - "south": {"uv": [6.75, 6.875, 8.5, 7], "texture": "#0"}, - "west": {"uv": [7, 0, 8.75, 0.125], "texture": "#0"}, - "up": {"uv": [3.875, 1.75, 2.125, 0], "texture": "#0"}, - "down": {"uv": [3.875, 1.875, 2.125, 3.625], "texture": "#0"} - } - }, - { - "from": [0, 1, 0], - "to": [3, 2, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7.5, 1.625, 7.875, 1.75], "texture": "#0"}, - "east": {"uv": [8.75, 7.125, 9.125, 7.25], "texture": "#0"}, - "south": {"uv": [8.75, 7.375, 9.125, 7.5], "texture": "#0"}, - "west": {"uv": [8.75, 7.625, 9.125, 7.75], "texture": "#0"}, - "up": {"uv": [1.125, 8.125, 0.75, 7.75], "texture": "#0"}, - "down": {"uv": [8.125, 7.125, 7.75, 7.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [3, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.75, 7.875, 9.125, 8], "texture": "#0"}, - "east": {"uv": [8.75, 8.125, 9.125, 8.25], "texture": "#0"}, - "south": {"uv": [8.75, 8.375, 9.125, 8.5], "texture": "#0"}, - "west": {"uv": [8.875, 0, 9.25, 0.125], "texture": "#0"}, - "up": {"uv": [8.125, 8, 7.75, 7.625], "texture": "#0"}, - "down": {"uv": [8.375, 0.25, 8, 0.625], "texture": "#0"} - } - }, - { - "from": [13, 1, 0], - "to": [16, 2, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.125, 8.875, 1.5, 9], "texture": "#0"}, - "east": {"uv": [1.625, 8.875, 2, 9], "texture": "#0"}, - "south": {"uv": [2.125, 8.875, 2.5, 9], "texture": "#0"}, - "west": {"uv": [2.625, 8.875, 3, 9], "texture": "#0"}, - "up": {"uv": [8.375, 1.125, 8, 0.75], "texture": "#0"}, - "down": {"uv": [8.375, 1.25, 8, 1.625], "texture": "#0"} - } - }, - { - "from": [13, 1, 13], - "to": [16, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [3.125, 8.875, 3.5, 9], "texture": "#0"}, - "east": {"uv": [3.625, 8.875, 4, 9], "texture": "#0"}, - "south": {"uv": [4.125, 8.875, 4.5, 9], "texture": "#0"}, - "west": {"uv": [4.625, 8.875, 5, 9], "texture": "#0"}, - "up": {"uv": [8.125, 8.5, 7.75, 8.125], "texture": "#0"}, - "down": {"uv": [1.125, 8.25, 0.75, 8.625], "texture": "#0"} - } - }, - { - "from": [0, 3, 0], - "to": [1, 13, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.625, 4.25, 1.75, 5.5], "texture": "#0"}, - "east": {"uv": [1.875, 4.25, 2, 5.5], "texture": "#0"}, - "south": {"uv": [5.625, 7.25, 5.75, 8.5], "texture": "#0"}, - "west": {"uv": [5.875, 7.25, 6, 8.5], "texture": "#0"}, - "up": {"uv": [6.625, 9.375, 6.5, 9.25], "texture": "#0"}, - "down": {"uv": [7.25, 9.25, 7.125, 9.375], "texture": "#0"} - } - }, - { - "from": [0, 14, 0], - "to": [3, 15, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [5.125, 8.875, 5.5, 9], "texture": "#0"}, - "east": {"uv": [8.875, 5.375, 9.25, 5.5], "texture": "#0"}, - "south": {"uv": [8.875, 5.625, 9.25, 5.75], "texture": "#0"}, - "west": {"uv": [8.875, 5.875, 9.25, 6], "texture": "#0"}, - "up": {"uv": [8.625, 7.5, 8.25, 7.125], "texture": "#0"}, - "down": {"uv": [8.625, 7.625, 8.25, 8], "texture": "#0"} - } - }, - { - "from": [0, 2, 0], - "to": [2, 3, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 4.75, 9.25, 4.875], "texture": "#0"}, - "east": {"uv": [5.625, 9, 5.875, 9.125], "texture": "#0"}, - "south": {"uv": [6, 9, 6.25, 9.125], "texture": "#0"}, - "west": {"uv": [6.375, 9, 6.625, 9.125], "texture": "#0"}, - "up": {"uv": [1.5, 8, 1.25, 7.75], "texture": "#0"}, - "down": {"uv": [1.5, 8.125, 1.25, 8.375], "texture": "#0"} - } - }, - { - "from": [0, 13, 0], - "to": [2, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 6.375, 9.25, 6.5], "texture": "#0"}, - "east": {"uv": [9, 6.625, 9.25, 6.75], "texture": "#0"}, - "south": {"uv": [9, 6.875, 9.25, 7], "texture": "#0"}, - "west": {"uv": [7.125, 9, 7.375, 9.125], "texture": "#0"}, - "up": {"uv": [1.5, 8.75, 1.25, 8.5], "texture": "#0"}, - "down": {"uv": [8.875, 4, 8.625, 4.25], "texture": "#0"} - } - }, - { - "from": [0, 2, 14], - "to": [2, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7.5, 9, 7.75, 9.125], "texture": "#0"}, - "east": {"uv": [7.875, 9, 8.125, 9.125], "texture": "#0"}, - "south": {"uv": [8.25, 9, 8.5, 9.125], "texture": "#0"}, - "west": {"uv": [0, 9.125, 0.25, 9.25], "texture": "#0"}, - "up": {"uv": [8.875, 4.625, 8.625, 4.375], "texture": "#0"}, - "down": {"uv": [8.875, 4.75, 8.625, 5], "texture": "#0"} - } - }, - { - "from": [14, 2, 14], - "to": [16, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [0.375, 9.125, 0.625, 9.25], "texture": "#0"}, - "east": {"uv": [0.75, 9.125, 1, 9.25], "texture": "#0"}, - "south": {"uv": [1.125, 9.125, 1.375, 9.25], "texture": "#0"}, - "west": {"uv": [1.5, 9.125, 1.75, 9.25], "texture": "#0"}, - "up": {"uv": [5.875, 8.875, 5.625, 8.625], "texture": "#0"}, - "down": {"uv": [6.25, 8.625, 6, 8.875], "texture": "#0"} - } - }, - { - "from": [14, 2, 0], - "to": [16, 3, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9.125, 1.75, 9.375, 1.875], "texture": "#0"}, - "east": {"uv": [1.875, 9.125, 2.125, 9.25], "texture": "#0"}, - "south": {"uv": [9.125, 2, 9.375, 2.125], "texture": "#0"}, - "west": {"uv": [2.25, 9.125, 2.5, 9.25], "texture": "#0"}, - "up": {"uv": [6.625, 8.875, 6.375, 8.625], "texture": "#0"}, - "down": {"uv": [8.875, 6.375, 8.625, 6.625], "texture": "#0"} - } - }, - { - "from": [13, 14, 0], - "to": [16, 15, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.875, 6.125, 9.25, 6.25], "texture": "#0"}, - "east": {"uv": [8.875, 8.625, 9.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.875, 8.875, 9.25, 9], "texture": "#0"}, - "west": {"uv": [9, 0.25, 9.375, 0.375], "texture": "#0"}, - "up": {"uv": [8.625, 8.5, 8.25, 8.125], "texture": "#0"}, - "down": {"uv": [8.875, 0.25, 8.5, 0.625], "texture": "#0"} - } - }, - { - "from": [14, 13, 0], - "to": [16, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.625, 9.125, 2.875, 9.25], "texture": "#0"}, - "east": {"uv": [3, 9.125, 3.25, 9.25], "texture": "#0"}, - "south": {"uv": [3.375, 9.125, 3.625, 9.25], "texture": "#0"}, - "west": {"uv": [3.75, 9.125, 4, 9.25], "texture": "#0"}, - "up": {"uv": [8.875, 7, 8.625, 6.75], "texture": "#0"}, - "down": {"uv": [8, 8.625, 7.75, 8.875], "texture": "#0"} - } - }, - { - "from": [15, 3, 0], - "to": [16, 13, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.125, 7.25, 6.25, 8.5], "texture": "#0"}, - "east": {"uv": [6.375, 7.25, 6.5, 8.5], "texture": "#0"}, - "south": {"uv": [7.25, 7.125, 7.375, 8.375], "texture": "#0"}, - "west": {"uv": [7.5, 0.25, 7.625, 1.5], "texture": "#0"}, - "up": {"uv": [9.375, 7.25, 9.25, 7.125], "texture": "#0"}, - "down": {"uv": [7.5, 9.25, 7.375, 9.375], "texture": "#0"} - } - }, - { - "from": [13, 14, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 0.5, 9.375, 0.625], "texture": "#0"}, - "east": {"uv": [9, 0.75, 9.375, 0.875], "texture": "#0"}, - "south": {"uv": [9, 1, 9.375, 1.125], "texture": "#0"}, - "west": {"uv": [9, 1.25, 9.375, 1.375], "texture": "#0"}, - "up": {"uv": [8.875, 1.125, 8.5, 0.75], "texture": "#0"}, - "down": {"uv": [8.875, 1.25, 8.5, 1.625], "texture": "#0"} - } - }, - { - "from": [14, 13, 14], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.125, 9.125, 4.375, 9.25], "texture": "#0"}, - "east": {"uv": [4.5, 9.125, 4.75, 9.25], "texture": "#0"}, - "south": {"uv": [4.875, 9.125, 5.125, 9.25], "texture": "#0"}, - "west": {"uv": [5.25, 9.125, 5.5, 9.25], "texture": "#0"}, - "up": {"uv": [8.375, 8.875, 8.125, 8.625], "texture": "#0"}, - "down": {"uv": [8.75, 8.625, 8.5, 8.875], "texture": "#0"} - } - }, - { - "from": [0, 14, 13], - "to": [3, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 1.5, 9.375, 1.625], "texture": "#0"}, - "east": {"uv": [9, 4, 9.375, 4.125], "texture": "#0"}, - "south": {"uv": [9, 4.25, 9.375, 4.375], "texture": "#0"}, - "west": {"uv": [9, 4.5, 9.375, 4.625], "texture": "#0"}, - "up": {"uv": [7.625, 8.875, 7.25, 8.5], "texture": "#0"}, - "down": {"uv": [9, 1.75, 8.625, 2.125], "texture": "#0"} - } - }, - { - "from": [0, 13, 14], - "to": [2, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 9.125, 7, 9.25], "texture": "#0"}, - "east": {"uv": [8.625, 9.125, 8.875, 9.25], "texture": "#0"}, - "south": {"uv": [9, 9.125, 9.25, 9.25], "texture": "#0"}, - "west": {"uv": [5.625, 9.25, 5.875, 9.375], "texture": "#0"}, - "up": {"uv": [1, 9, 0.75, 8.75], "texture": "#0"}, - "down": {"uv": [7, 8.75, 6.75, 9], "texture": "#0"} - } - }, - { - "from": [0, 3, 15], - "to": [1, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.625, 7.5, 1.75, 8.75], "texture": "#0"}, - "east": {"uv": [1.875, 7.5, 2, 8.75], "texture": "#0"}, - "south": {"uv": [2.125, 7.5, 2.25, 8.75], "texture": "#0"}, - "west": {"uv": [2.375, 7.5, 2.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 7.5, 9.25, 7.375], "texture": "#0"}, - "down": {"uv": [7.75, 9.25, 7.625, 9.375], "texture": "#0"} - } - }, - { - "from": [15, 3, 15], - "to": [16, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.625, 7.5, 2.75, 8.75], "texture": "#0"}, - "east": {"uv": [2.875, 7.5, 3, 8.75], "texture": "#0"}, - "south": {"uv": [3.125, 7.5, 3.25, 8.75], "texture": "#0"}, - "west": {"uv": [3.375, 7.5, 3.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 7.75, 9.25, 7.625], "texture": "#0"}, - "down": {"uv": [8, 9.25, 7.875, 9.375], "texture": "#0"} - } - }, - { - "from": [3, 3, 1], - "to": [4, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [3.625, 7.5, 3.75, 8.75], "texture": "#0"}, - "east": {"uv": [3.875, 7.5, 4, 8.75], "texture": "#0"}, - "south": {"uv": [4.125, 7.5, 4.25, 8.75], "texture": "#0"}, - "west": {"uv": [4.375, 7.5, 4.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 8, 9.25, 7.875], "texture": "#0"}, - "down": {"uv": [8.25, 9.25, 8.125, 9.375], "texture": "#0"} - } - }, - { - "from": [12, 3, 1], - "to": [13, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.625, 7.5, 4.75, 8.75], "texture": "#0"}, - "east": {"uv": [4.875, 7.5, 5, 8.75], "texture": "#0"}, - "south": {"uv": [5.125, 7.5, 5.25, 8.75], "texture": "#0"}, - "west": {"uv": [7.5, 7.125, 7.625, 8.375], "texture": "#0"}, - "up": {"uv": [9.375, 8.25, 9.25, 8.125], "texture": "#0"}, - "down": {"uv": [8.5, 9.25, 8.375, 9.375], "texture": "#0"} - } - }, - { - "from": [14, 1, 3], - "to": [15, 15, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.375, 5.625, 4.5, 7.375], "texture": "#0"}, - "east": {"uv": [5.375, 5.375, 6.625, 7.125], "texture": "#0"}, - "south": {"uv": [4.625, 5.625, 4.75, 7.375], "texture": "#0"} - } - }, - { - "from": [1, 1, 3], - "to": [2, 15, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.875, 5.625, 5, 7.375], "texture": "#0"}, - "south": {"uv": [5.125, 5.625, 5.25, 7.375], "texture": "#0"}, - "west": {"uv": [5.625, 1.875, 6.875, 3.625], "texture": "#0"}, - "up": {"uv": [9.1875, 2.1875, 9.0625, 0.9375], "texture": "#0"}, - "down": {"uv": [0.625, 7.75, 0.5, 9], "texture": "#0"} - } - }, - { - "from": [4, 3, 1], - "to": [12, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.375, 5.125, 9.375, 5.25], "texture": "#0"}, - "east": {"uv": [9.25, 8.375, 9.375, 8.5], "texture": "#0"}, - "south": {"uv": [8.625, 2.25, 9.625, 2.375], "texture": "#0"}, - "west": {"uv": [0, 9.375, 0.125, 9.5], "texture": "#0"}, - "up": {"uv": [9.625, 2.625, 8.625, 2.5], "texture": "#0"}, - "down": {"uv": [9.625, 2.75, 8.625, 2.875], "texture": "#0"} - } - }, - { - "from": [4, 12, 1], - "to": [12, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.625, 3, 9.625, 3.125], "texture": "#0"}, - "east": {"uv": [9.375, 0, 9.5, 0.125], "texture": "#0"}, - "south": {"uv": [8.625, 3.25, 9.625, 3.375], "texture": "#0"}, - "west": {"uv": [0.25, 9.375, 0.375, 9.5], "texture": "#0"}, - "up": {"uv": [9.625, 3.625, 8.625, 3.5], "texture": "#0"}, - "down": {"uv": [9.625, 3.75, 8.625, 3.875], "texture": "#0"} - } - }, - { - "from": [3, 1, 14], - "to": [13, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "east": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "south": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "west": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "up": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "down": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"} - } - }, - { - "from": [2, 15, 0], - "to": [14, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7, 3.125, 8.5, 3.25], "texture": "#0"}, - "east": {"uv": [0.5, 9.375, 0.625, 9.5], "texture": "#0"}, - "south": {"uv": [7, 3.375, 8.5, 3.5], "texture": "#0"}, - "west": {"uv": [0.75, 9.375, 0.875, 9.5], "texture": "#0"}, - "up": {"uv": [8.5, 3.75, 7, 3.625], "texture": "#0"}, - "down": {"uv": [8.5, 3.875, 7, 4], "texture": "#0"} - } - }, - { - "from": [2, 15, 15], - "to": [14, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7, 2.125, 8.5, 2.25], "texture": "#0"}, - "east": {"uv": [6, 9.25, 6.125, 9.375], "texture": "#0"}, - "south": {"uv": [7, 2.375, 8.5, 2.5], "texture": "#0"}, - "west": {"uv": [6.25, 9.25, 6.375, 9.375], "texture": "#0"}, - "up": {"uv": [8.5, 2.75, 7, 2.625], "texture": "#0"}, - "down": {"uv": [8.5, 2.875, 7, 3], "texture": "#0"} - } - }, - { - "from": [0, 15, 2], - "to": [1, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1, 9.375, 1.125, 9.5], "texture": "#0"}, - "east": {"uv": [7, 4.125, 8.5, 4.25], "texture": "#0"}, - "south": {"uv": [1.25, 9.375, 1.375, 9.5], "texture": "#0"}, - "west": {"uv": [7, 4.375, 8.5, 4.5], "texture": "#0"}, - "up": {"uv": [6.875, 8.625, 6.75, 7.125], "texture": "#0"}, - "down": {"uv": [7.125, 7.125, 7, 8.625], "texture": "#0"} - } - }, - { - "from": [15, 15, 2], - "to": [16, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.5, 9.375, 1.625, 9.5], "texture": "#0"}, - "east": {"uv": [7, 4.625, 8.5, 4.75], "texture": "#0"}, - "south": {"uv": [1.75, 9.375, 1.875, 9.5], "texture": "#0"}, - "west": {"uv": [7, 4.875, 8.5, 5], "texture": "#0"}, - "up": {"uv": [7.375, 1.75, 7.25, 0.25], "texture": "#0"}, - "down": {"uv": [5.5, 7.25, 5.375, 8.75], "texture": "#0"} - } - }, - { - "from": [4, 4, 1], - "to": [12, 12, 2], - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#2"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [65, 16, 16], - "translation": [0, 4, 0], - "scale": [0.4, 0.4, 0.4] - }, - "thirdperson_lefthand": { - "rotation": [65, 16, 16], - "translation": [0, 4, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_righthand": { - "rotation": [15, 105, 0], - "translation": [2.25, -1, 0], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_lefthand": { - "rotation": [15, 105, 0], - "translation": [2.25, -1, 0], - "scale": [0.65, 0.65, 0.65] - }, - "ground": { - "translation": [0, 2.5, 0], - "scale": [0.5, 0.5, 0.5] - }, - "gui": { - "rotation": [10, -162, -4], - "scale": [0.69, 0.65, 0.65] - }, - "head": { - "translation": [0, 14, 0] - }, - "fixed": { - "rotation": [0, 8, -7], - "translation": [0, 0, -1.25], - "scale": [0.75, 0.75, 0.75] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [8, 8, 8], - "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, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/kudbebedda_singularity_power_generator.json b/src/main/resources/assets/cuboidmod/models/block/kudbebedda_singularity_power_generator.json deleted file mode 100644 index 6255582..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/kudbebedda_singularity_power_generator.json +++ /dev/null @@ -1,1515 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/kudbebedda_singularity_power_gen_frame", - "1": "cuboidmod:model/singularity_power_gen_support", - "2": "cuboidmod:model/singularity_power_gen_core", - "particle": "cuboidmod:model/thatldu_singularity_power_gen_frame" - }, - "elements": [ - { - "from": [4, 4, 4], - "to": [12, 12, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 4, 4]}, - "faces": { - "north": {"uv": [0, 0, 4, 4], "texture": "#2"}, - "east": {"uv": [0, 4, 4, 8], "texture": "#2"}, - "south": {"uv": [4, 0, 8, 4], "texture": "#2"}, - "west": {"uv": [4, 4, 8, 8], "texture": "#2"}, - "up": {"uv": [4, 12, 0, 8], "texture": "#2"}, - "down": {"uv": [12, 0, 8, 4], "texture": "#2"} - } - }, - { - "from": [0, 6, 7], - "to": [1, 7, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 7]}, - "faces": { - "north": {"uv": [7, 9.5, 7.5, 10], "texture": "#2"}, - "east": {"uv": [4, 8, 5, 8.5], "texture": "#2"}, - "south": {"uv": [11, 7, 11.5, 7.5], "texture": "#2"}, - "west": {"uv": [8, 4, 9, 4.5], "texture": "#2"}, - "up": {"uv": [8.5, 5.5, 8, 4.5], "texture": "#2"}, - "down": {"uv": [5.5, 8, 5, 9], "texture": "#2"} - } - }, - { - "from": [15, 6, 7], - "to": [16, 7, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 6, 7]}, - "faces": { - "north": {"uv": [11.5, 9, 12, 9.5], "texture": "#2"}, - "east": {"uv": [5.5, 8, 6.5, 8.5], "texture": "#2"}, - "south": {"uv": [11.5, 9.5, 12, 10], "texture": "#2"}, - "west": {"uv": [8, 5.5, 9, 6], "texture": "#2"}, - "up": {"uv": [8.5, 7, 8, 6], "texture": "#2"}, - "down": {"uv": [7, 8, 6.5, 9], "texture": "#2"} - } - }, - { - "from": [0, 9, 7], - "to": [1, 10, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 9, 7]}, - "faces": { - "north": {"uv": [11.5, 10, 12, 10.5], "texture": "#2"}, - "east": {"uv": [7, 8, 8, 8.5], "texture": "#2"}, - "south": {"uv": [11.5, 10.5, 12, 11], "texture": "#2"}, - "west": {"uv": [8, 7, 9, 7.5], "texture": "#2"}, - "up": {"uv": [8.5, 8.5, 8, 7.5], "texture": "#2"}, - "down": {"uv": [4.5, 8.5, 4, 9.5], "texture": "#2"} - } - }, - { - "from": [6, 15, 7], - "to": [7, 16, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 15, 7]}, - "faces": { - "north": {"uv": [11.5, 11, 12, 11.5], "texture": "#2"}, - "east": {"uv": [8.5, 4.5, 9.5, 5], "texture": "#2"}, - "south": {"uv": [11.5, 11.5, 12, 12], "texture": "#2"}, - "west": {"uv": [8.5, 5, 9.5, 5.5], "texture": "#2"}, - "up": {"uv": [5, 9.5, 4.5, 8.5], "texture": "#2"}, - "down": {"uv": [6, 8.5, 5.5, 9.5], "texture": "#2"} - } - }, - { - "from": [6, 0, 7], - "to": [7, 1, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 0, 7]}, - "faces": { - "north": {"uv": [0, 12, 0.5, 12.5], "texture": "#2"}, - "east": {"uv": [8.5, 6, 9.5, 6.5], "texture": "#2"}, - "south": {"uv": [12, 0, 12.5, 0.5], "texture": "#2"}, - "west": {"uv": [8.5, 6.5, 9.5, 7], "texture": "#2"}, - "up": {"uv": [6.5, 9.5, 6, 8.5], "texture": "#2"}, - "down": {"uv": [7.5, 8.5, 7, 9.5], "texture": "#2"} - } - }, - { - "from": [9, 15, 7], - "to": [10, 16, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 15, 7]}, - "faces": { - "north": {"uv": [0.5, 12, 1, 12.5], "texture": "#2"}, - "east": {"uv": [7.5, 8.5, 8.5, 9], "texture": "#2"}, - "south": {"uv": [12, 0.5, 12.5, 1], "texture": "#2"}, - "west": {"uv": [8.5, 7.5, 9.5, 8], "texture": "#2"}, - "up": {"uv": [9, 9, 8.5, 8], "texture": "#2"}, - "down": {"uv": [5.5, 9, 5, 10], "texture": "#2"} - } - }, - { - "from": [9, 0, 7], - "to": [10, 1, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 0, 7]}, - "faces": { - "north": {"uv": [1, 12, 1.5, 12.5], "texture": "#2"}, - "east": {"uv": [9, 4, 10, 4.5], "texture": "#2"}, - "south": {"uv": [12, 1, 12.5, 1.5], "texture": "#2"}, - "west": {"uv": [9, 5.5, 10, 6], "texture": "#2"}, - "up": {"uv": [7, 10, 6.5, 9], "texture": "#2"}, - "down": {"uv": [8, 9, 7.5, 10], "texture": "#2"} - } - }, - { - "from": [7, 15, 9], - "to": [9, 16, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 9]}, - "faces": { - "north": {"uv": [9, 7, 10, 7.5], "texture": "#2"}, - "east": {"uv": [1.5, 12, 2, 12.5], "texture": "#2"}, - "south": {"uv": [8, 9, 9, 9.5], "texture": "#2"}, - "west": {"uv": [12, 1.5, 12.5, 2], "texture": "#2"}, - "up": {"uv": [10, 8.5, 9, 8], "texture": "#2"}, - "down": {"uv": [10, 8.5, 9, 9], "texture": "#2"} - } - }, - { - "from": [7, 9, 15], - "to": [9, 10, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 15]}, - "faces": { - "north": {"uv": [9, 9, 10, 9.5], "texture": "#2"}, - "east": {"uv": [2, 12, 2.5, 12.5], "texture": "#2"}, - "south": {"uv": [4, 9.5, 5, 10], "texture": "#2"}, - "west": {"uv": [12, 2, 12.5, 2.5], "texture": "#2"}, - "up": {"uv": [10.5, 5, 9.5, 4.5], "texture": "#2"}, - "down": {"uv": [10.5, 5, 9.5, 5.5], "texture": "#2"} - } - }, - { - "from": [7, 9, 0], - "to": [9, 10, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 0]}, - "faces": { - "north": {"uv": [5.5, 9.5, 6.5, 10], "texture": "#2"}, - "east": {"uv": [2.5, 12, 3, 12.5], "texture": "#2"}, - "south": {"uv": [9.5, 6, 10.5, 6.5], "texture": "#2"}, - "west": {"uv": [12, 2.5, 12.5, 3], "texture": "#2"}, - "up": {"uv": [10.5, 7, 9.5, 6.5], "texture": "#2"}, - "down": {"uv": [10.5, 7.5, 9.5, 8], "texture": "#2"} - } - }, - { - "from": [7, 6, 15], - "to": [9, 7, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 6, 15]}, - "faces": { - "north": {"uv": [8, 9.5, 9, 10], "texture": "#2"}, - "east": {"uv": [3, 12, 3.5, 12.5], "texture": "#2"}, - "south": {"uv": [9, 9.5, 10, 10], "texture": "#2"}, - "west": {"uv": [12, 3, 12.5, 3.5], "texture": "#2"}, - "up": {"uv": [5, 10.5, 4, 10], "texture": "#2"}, - "down": {"uv": [11, 4, 10, 4.5], "texture": "#2"} - } - }, - { - "from": [7, 6, 0], - "to": [9, 7, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 6, 0]}, - "faces": { - "north": {"uv": [5, 10, 6, 10.5], "texture": "#2"}, - "east": {"uv": [3.5, 12, 4, 12.5], "texture": "#2"}, - "south": {"uv": [10, 5.5, 11, 6], "texture": "#2"}, - "west": {"uv": [12, 3.5, 12.5, 4], "texture": "#2"}, - "up": {"uv": [7, 10.5, 6, 10], "texture": "#2"}, - "down": {"uv": [8, 10, 7, 10.5], "texture": "#2"} - } - }, - { - "from": [9, 7, 15], - "to": [10, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 7, 15]}, - "faces": { - "north": {"uv": [8, 10, 8.5, 11], "texture": "#2"}, - "east": {"uv": [10, 8, 10.5, 9], "texture": "#2"}, - "south": {"uv": [8.5, 10, 9, 11], "texture": "#2"}, - "west": {"uv": [9, 10, 9.5, 11], "texture": "#2"}, - "up": {"uv": [12.5, 4.5, 12, 4], "texture": "#2"}, - "down": {"uv": [12.5, 4.5, 12, 5], "texture": "#2"} - } - }, - { - "from": [9, 7, 0], - "to": [10, 9, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 7, 0]}, - "faces": { - "north": {"uv": [10, 9, 10.5, 10], "texture": "#2"}, - "east": {"uv": [9.5, 10, 10, 11], "texture": "#2"}, - "south": {"uv": [10, 10, 10.5, 11], "texture": "#2"}, - "west": {"uv": [4, 10.5, 4.5, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 5.5, 12, 5], "texture": "#2"}, - "down": {"uv": [12.5, 5.5, 12, 6], "texture": "#2"} - } - }, - { - "from": [6, 7, 15], - "to": [7, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 15]}, - "faces": { - "north": {"uv": [4.5, 10.5, 5, 11.5], "texture": "#2"}, - "east": {"uv": [10.5, 4.5, 11, 5.5], "texture": "#2"}, - "south": {"uv": [5, 10.5, 5.5, 11.5], "texture": "#2"}, - "west": {"uv": [5.5, 10.5, 6, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 6.5, 12, 6], "texture": "#2"}, - "down": {"uv": [12.5, 6.5, 12, 7], "texture": "#2"} - } - }, - { - "from": [6, 7, 0], - "to": [7, 9, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 0]}, - "faces": { - "north": {"uv": [6, 10.5, 6.5, 11.5], "texture": "#2"}, - "east": {"uv": [10.5, 6, 11, 7], "texture": "#2"}, - "south": {"uv": [6.5, 10.5, 7, 11.5], "texture": "#2"}, - "west": {"uv": [7, 10.5, 7.5, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 7.5, 12, 7], "texture": "#2"}, - "down": {"uv": [12.5, 7.5, 12, 8], "texture": "#2"} - } - }, - { - "from": [7, 0, 9], - "to": [9, 1, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 9]}, - "faces": { - "north": {"uv": [10, 7, 11, 7.5], "texture": "#2"}, - "east": {"uv": [8, 12, 8.5, 12.5], "texture": "#2"}, - "south": {"uv": [10.5, 7.5, 11.5, 8], "texture": "#2"}, - "west": {"uv": [12, 8, 12.5, 8.5], "texture": "#2"}, - "up": {"uv": [11.5, 8.5, 10.5, 8], "texture": "#2"}, - "down": {"uv": [11.5, 8.5, 10.5, 9], "texture": "#2"} - } - }, - { - "from": [7, 15, 6], - "to": [9, 16, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 6]}, - "faces": { - "north": {"uv": [10.5, 9, 11.5, 9.5], "texture": "#2"}, - "east": {"uv": [8.5, 12, 9, 12.5], "texture": "#2"}, - "south": {"uv": [10.5, 9.5, 11.5, 10], "texture": "#2"}, - "west": {"uv": [12, 8.5, 12.5, 9], "texture": "#2"}, - "up": {"uv": [11.5, 10.5, 10.5, 10], "texture": "#2"}, - "down": {"uv": [11.5, 10.5, 10.5, 11], "texture": "#2"} - } - }, - { - "from": [7, 0, 6], - "to": [9, 1, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 6]}, - "faces": { - "north": {"uv": [11, 4, 12, 4.5], "texture": "#2"}, - "east": {"uv": [9, 12, 9.5, 12.5], "texture": "#2"}, - "south": {"uv": [11, 4.5, 12, 5], "texture": "#2"}, - "west": {"uv": [12, 9, 12.5, 9.5], "texture": "#2"}, - "up": {"uv": [12, 5.5, 11, 5], "texture": "#2"}, - "down": {"uv": [12, 5.5, 11, 6], "texture": "#2"} - } - }, - { - "from": [15, 9, 7], - "to": [16, 10, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 9, 7]}, - "faces": { - "north": {"uv": [9.5, 12, 10, 12.5], "texture": "#2"}, - "east": {"uv": [11, 6, 12, 6.5], "texture": "#2"}, - "south": {"uv": [12, 9.5, 12.5, 10], "texture": "#2"}, - "west": {"uv": [11, 6.5, 12, 7], "texture": "#2"}, - "up": {"uv": [8, 11.5, 7.5, 10.5], "texture": "#2"}, - "down": {"uv": [8.5, 11, 8, 12], "texture": "#2"} - } - }, - { - "from": [0, 7, 9], - "to": [1, 9, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 9]}, - "faces": { - "north": {"uv": [8.5, 11, 9, 12], "texture": "#2"}, - "east": {"uv": [9, 11, 9.5, 12], "texture": "#2"}, - "south": {"uv": [9.5, 11, 10, 12], "texture": "#2"}, - "west": {"uv": [10, 11, 10.5, 12], "texture": "#2"}, - "up": {"uv": [10.5, 12.5, 10, 12], "texture": "#2"}, - "down": {"uv": [12.5, 10, 12, 10.5], "texture": "#2"} - } - }, - { - "from": [15, 7, 9], - "to": [16, 9, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 9]}, - "faces": { - "north": {"uv": [10.5, 11, 11, 12], "texture": "#2"}, - "east": {"uv": [11, 11, 11.5, 12], "texture": "#2"}, - "south": {"uv": [4, 11.5, 4.5, 12.5], "texture": "#2"}, - "west": {"uv": [4.5, 11.5, 5, 12.5], "texture": "#2"}, - "up": {"uv": [11, 12.5, 10.5, 12], "texture": "#2"}, - "down": {"uv": [12.5, 10.5, 12, 11], "texture": "#2"} - } - }, - { - "from": [0, 7, 6], - "to": [1, 9, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 6]}, - "faces": { - "north": {"uv": [5, 11.5, 5.5, 12.5], "texture": "#2"}, - "east": {"uv": [5.5, 11.5, 6, 12.5], "texture": "#2"}, - "south": {"uv": [6, 11.5, 6.5, 12.5], "texture": "#2"}, - "west": {"uv": [6.5, 11.5, 7, 12.5], "texture": "#2"}, - "up": {"uv": [11.5, 12.5, 11, 12], "texture": "#2"}, - "down": {"uv": [12.5, 11, 12, 11.5], "texture": "#2"} - } - }, - { - "from": [15, 7, 6], - "to": [16, 9, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 6]}, - "faces": { - "north": {"uv": [7, 11.5, 7.5, 12.5], "texture": "#2"}, - "east": {"uv": [11.5, 7, 12, 8], "texture": "#2"}, - "south": {"uv": [7.5, 11.5, 8, 12.5], "texture": "#2"}, - "west": {"uv": [11.5, 8, 12, 9], "texture": "#2"}, - "up": {"uv": [12, 12.5, 11.5, 12], "texture": "#2"}, - "down": {"uv": [12.5, 11.5, 12, 12], "texture": "#2"} - } - }, - { - "from": [3, 12, 4], - "to": [4, 13, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 12, 4]}, - "faces": { - "north": {"uv": [10.5, 5.5, 11, 6], "texture": "#1"}, - "east": {"uv": [0, 0, 4, 0.5], "texture": "#1"}, - "south": {"uv": [11, 2.5, 11.5, 3], "texture": "#1"}, - "west": {"uv": [0, 0.5, 4, 1], "texture": "#1"}, - "up": {"uv": [0.5, 5, 0, 1], "texture": "#1"}, - "down": {"uv": [1, 1, 0.5, 5], "texture": "#1"} - } - }, - { - "from": [7, 1, 7], - "to": [9, 4, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 1, 7]}, - "faces": { - "north": {"uv": [7, 8, 8, 9.5], "texture": "#1"}, - "east": {"uv": [8, 8, 9, 9.5], "texture": "#1"}, - "south": {"uv": [0, 9, 1, 10.5], "texture": "#1"}, - "west": {"uv": [1, 9, 2, 10.5], "texture": "#1"}, - "up": {"uv": [4, 12, 3, 11], "texture": "#1"}, - "down": {"uv": [5, 11, 4, 12], "texture": "#1"} - } - }, - { - "from": [12, 7, 7], - "to": [15, 9, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 7, 7]}, - "faces": { - "north": {"uv": [9, 3, 10.5, 4], "texture": "#1"}, - "east": {"uv": [7, 11, 8, 12], "texture": "#1"}, - "south": {"uv": [9, 4, 10.5, 5], "texture": "#1"}, - "west": {"uv": [8, 11, 9, 12], "texture": "#1"}, - "up": {"uv": [10.5, 6, 9, 5], "texture": "#1"}, - "down": {"uv": [10.5, 8, 9, 9], "texture": "#1"} - } - }, - { - "from": [7, 12, 7], - "to": [9, 15, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 12, 7]}, - "faces": { - "north": {"uv": [2, 9, 3, 10.5], "texture": "#1"}, - "east": {"uv": [9, 9, 10, 10.5], "texture": "#1"}, - "south": {"uv": [7, 9.5, 8, 11], "texture": "#1"}, - "west": {"uv": [8, 9.5, 9, 11], "texture": "#1"}, - "up": {"uv": [11, 12, 10, 11], "texture": "#1"}, - "down": {"uv": [12, 11, 11, 12], "texture": "#1"} - } - }, - { - "from": [1, 7, 7], - "to": [4, 9, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 7, 7]}, - "faces": { - "north": {"uv": [10, 6, 11.5, 7], "texture": "#1"}, - "east": {"uv": [0, 11.5, 1, 12.5], "texture": "#1"}, - "south": {"uv": [10, 7, 11.5, 8], "texture": "#1"}, - "west": {"uv": [1, 11.5, 2, 12.5], "texture": "#1"}, - "up": {"uv": [11.5, 10, 10, 9], "texture": "#1"}, - "down": {"uv": [11.5, 10, 10, 11], "texture": "#1"} - } - }, - { - "from": [3, 4, 3], - "to": [4, 12, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 4, 3]}, - "faces": { - "north": {"uv": [1, 1, 1.5, 5], "texture": "#1"}, - "east": {"uv": [1.5, 1, 2, 5], "texture": "#1"}, - "south": {"uv": [2, 1, 2.5, 5], "texture": "#1"}, - "west": {"uv": [2.5, 1, 3, 5], "texture": "#1"}, - "up": {"uv": [11.5, 6, 11, 5.5], "texture": "#1"}, - "down": {"uv": [12, 5.5, 11.5, 6], "texture": "#1"} - } - }, - { - "from": [4, 12, 3], - "to": [12, 13, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 12, 3]}, - "faces": { - "north": {"uv": [3, 1, 7, 1.5], "texture": "#1"}, - "east": {"uv": [11.5, 6, 12, 6.5], "texture": "#1"}, - "south": {"uv": [3, 1.5, 7, 2], "texture": "#1"}, - "west": {"uv": [11.5, 6.5, 12, 7], "texture": "#1"}, - "up": {"uv": [7, 2.5, 3, 2], "texture": "#1"}, - "down": {"uv": [7, 2.5, 3, 3], "texture": "#1"} - } - }, - { - "from": [12, 4, 3], - "to": [13, 12, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 4, 3]}, - "faces": { - "north": {"uv": [3, 3, 3.5, 7], "texture": "#1"}, - "east": {"uv": [3.5, 3, 4, 7], "texture": "#1"}, - "south": {"uv": [4, 3, 4.5, 7], "texture": "#1"}, - "west": {"uv": [4.5, 3, 5, 7], "texture": "#1"}, - "up": {"uv": [12, 7.5, 11.5, 7], "texture": "#1"}, - "down": {"uv": [12, 7.5, 11.5, 8], "texture": "#1"} - } - }, - { - "from": [4, 3, 3], - "to": [12, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 3]}, - "faces": { - "north": {"uv": [4, 0, 8, 0.5], "texture": "#1"}, - "east": {"uv": [11.5, 9, 12, 9.5], "texture": "#1"}, - "south": {"uv": [4, 0.5, 8, 1], "texture": "#1"}, - "west": {"uv": [11.5, 9.5, 12, 10], "texture": "#1"}, - "up": {"uv": [9, 3.5, 5, 3], "texture": "#1"}, - "down": {"uv": [9, 3.5, 5, 4], "texture": "#1"} - } - }, - { - "from": [12, 3, 4], - "to": [13, 4, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 3, 4]}, - "faces": { - "north": {"uv": [11.5, 10, 12, 10.5], "texture": "#1"}, - "east": {"uv": [5, 4, 9, 4.5], "texture": "#1"}, - "south": {"uv": [11.5, 10.5, 12, 11], "texture": "#1"}, - "west": {"uv": [5, 4.5, 9, 5], "texture": "#1"}, - "up": {"uv": [0.5, 9, 0, 5], "texture": "#1"}, - "down": {"uv": [1, 5, 0.5, 9], "texture": "#1"} - } - }, - { - "from": [12, 12, 4], - "to": [13, 13, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 4]}, - "faces": { - "north": {"uv": [12, 0, 12.5, 0.5], "texture": "#1"}, - "east": {"uv": [5, 5, 9, 5.5], "texture": "#1"}, - "south": {"uv": [12, 0.5, 12.5, 1], "texture": "#1"}, - "west": {"uv": [5, 5.5, 9, 6], "texture": "#1"}, - "up": {"uv": [1.5, 9, 1, 5], "texture": "#1"}, - "down": {"uv": [2, 5, 1.5, 9], "texture": "#1"} - } - }, - { - "from": [12, 4, 12], - "to": [13, 12, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 4, 12]}, - "faces": { - "north": {"uv": [2, 5, 2.5, 9], "texture": "#1"}, - "east": {"uv": [2.5, 5, 3, 9], "texture": "#1"}, - "south": {"uv": [5, 6, 5.5, 10], "texture": "#1"}, - "west": {"uv": [5.5, 6, 6, 10], "texture": "#1"}, - "up": {"uv": [12.5, 1.5, 12, 1], "texture": "#1"}, - "down": {"uv": [12.5, 1.5, 12, 2], "texture": "#1"} - } - }, - { - "from": [7, 7, 1], - "to": [9, 9, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 1]}, - "faces": { - "north": {"uv": [2, 11.5, 3, 12.5], "texture": "#1"}, - "east": {"uv": [0, 10.5, 1.5, 11.5], "texture": "#1"}, - "south": {"uv": [11.5, 2.5, 12.5, 3.5], "texture": "#1"}, - "west": {"uv": [1.5, 10.5, 3, 11.5], "texture": "#1"}, - "up": {"uv": [6, 11.5, 5, 10], "texture": "#1"}, - "down": {"uv": [11.5, 3, 10.5, 4.5], "texture": "#1"} - } - }, - { - "from": [4, 12, 12], - "to": [12, 13, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 12, 12]}, - "faces": { - "north": {"uv": [6, 6, 10, 6.5], "texture": "#1"}, - "east": {"uv": [12, 2, 12.5, 2.5], "texture": "#1"}, - "south": {"uv": [6, 6.5, 10, 7], "texture": "#1"}, - "west": {"uv": [3, 12, 3.5, 12.5], "texture": "#1"}, - "up": {"uv": [11, 1.5, 7, 1], "texture": "#1"}, - "down": {"uv": [11, 1.5, 7, 2], "texture": "#1"} - } - }, - { - "from": [4, 3, 12], - "to": [12, 4, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 12]}, - "faces": { - "north": {"uv": [7, 2, 11, 2.5], "texture": "#1"}, - "east": {"uv": [3.5, 12, 4, 12.5], "texture": "#1"}, - "south": {"uv": [7, 2.5, 11, 3], "texture": "#1"}, - "west": {"uv": [4, 12, 4.5, 12.5], "texture": "#1"}, - "up": {"uv": [10, 7.5, 6, 7], "texture": "#1"}, - "down": {"uv": [10, 7.5, 6, 8], "texture": "#1"} - } - }, - { - "from": [7, 7, 12], - "to": [9, 9, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 12]}, - "faces": { - "north": {"uv": [11.5, 3.5, 12.5, 4.5], "texture": "#1"}, - "east": {"uv": [10.5, 4.5, 12, 5.5], "texture": "#1"}, - "south": {"uv": [5, 11.5, 6, 12.5], "texture": "#1"}, - "west": {"uv": [10.5, 8, 12, 9], "texture": "#1"}, - "up": {"uv": [10, 12, 9, 10.5], "texture": "#1"}, - "down": {"uv": [12, 1, 11, 2.5], "texture": "#1"} - } - }, - { - "from": [3, 4, 12], - "to": [4, 12, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 4, 12]}, - "faces": { - "north": {"uv": [3, 7, 3.5, 11], "texture": "#1"}, - "east": {"uv": [3.5, 7, 4, 11], "texture": "#1"}, - "south": {"uv": [4, 7, 4.5, 11], "texture": "#1"}, - "west": {"uv": [4.5, 7, 5, 11], "texture": "#1"}, - "up": {"uv": [5, 12.5, 4.5, 12], "texture": "#1"}, - "down": {"uv": [12.5, 4.5, 12, 5], "texture": "#1"} - } - }, - { - "from": [3, 3, 4], - "to": [4, 4, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 3, 4]}, - "faces": { - "north": {"uv": [12, 5, 12.5, 5.5], "texture": "#1"}, - "east": {"uv": [8, 0, 12, 0.5], "texture": "#1"}, - "south": {"uv": [12, 5.5, 12.5, 6], "texture": "#1"}, - "west": {"uv": [8, 0.5, 12, 1], "texture": "#1"}, - "up": {"uv": [6.5, 12, 6, 8], "texture": "#1"}, - "down": {"uv": [7, 8, 6.5, 12], "texture": "#1"} - } - }, - { - "from": [0, 0, 4], - "to": [1, 1, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 4]}, - "faces": { - "north": {"uv": [8, 6.5, 8.25, 6.75], "texture": "#0"}, - "east": {"uv": [4.5, 4.5, 6.5, 4.75], "texture": "#0"}, - "south": {"uv": [8, 7, 8.25, 7.25], "texture": "#0"}, - "west": {"uv": [4.5, 4.75, 6.5, 5], "texture": "#0"}, - "up": {"uv": [4.75, 7, 4.5, 5], "texture": "#0"}, - "down": {"uv": [5, 5, 4.75, 7], "texture": "#0"} - } - }, - { - "from": [0, 15, 4], - "to": [1, 16, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 15, 4]}, - "faces": { - "north": {"uv": [8.25, 0, 8.5, 0.25], "texture": "#0"}, - "east": {"uv": [5, 5, 7, 5.25], "texture": "#0"}, - "south": {"uv": [8.25, 0.75, 8.5, 1], "texture": "#0"}, - "west": {"uv": [0, 5.25, 2, 5.5], "texture": "#0"}, - "up": {"uv": [5.5, 2, 5.25, 0], "texture": "#0"}, - "down": {"uv": [2.25, 5.25, 2, 7.25], "texture": "#0"} - } - }, - { - "from": [4, 0, 0], - "to": [12, 1, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 0]}, - "faces": { - "north": {"uv": [5.25, 2, 7.25, 2.25], "texture": "#0"}, - "east": {"uv": [5.25, 8.5, 5.5, 8.75], "texture": "#0"}, - "south": {"uv": [2.25, 5.25, 4.25, 5.5], "texture": "#0"}, - "west": {"uv": [5.5, 8.5, 5.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 2.5, 5.25, 2.25], "texture": "#0"}, - "down": {"uv": [7.25, 2.5, 5.25, 2.75], "texture": "#0"} - } - }, - { - "from": [4, 15, 0], - "to": [12, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 15, 0]}, - "faces": { - "north": {"uv": [5.25, 2.75, 7.25, 3], "texture": "#0"}, - "east": {"uv": [8.5, 5.5, 8.75, 5.75], "texture": "#0"}, - "south": {"uv": [5.25, 3, 7.25, 3.25], "texture": "#0"}, - "west": {"uv": [5.75, 8.5, 6, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 3.5, 5.25, 3.25], "texture": "#0"}, - "down": {"uv": [7.25, 3.5, 5.25, 3.75], "texture": "#0"} - } - }, - { - "from": [15, 0, 4], - "to": [16, 1, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 0, 4]}, - "faces": { - "north": {"uv": [8.5, 5.75, 8.75, 6], "texture": "#0"}, - "east": {"uv": [5.25, 3.75, 7.25, 4], "texture": "#0"}, - "south": {"uv": [6, 8.5, 6.25, 8.75], "texture": "#0"}, - "west": {"uv": [5.25, 4, 7.25, 4.25], "texture": "#0"}, - "up": {"uv": [4.5, 7.25, 4.25, 5.25], "texture": "#0"}, - "down": {"uv": [5.25, 5.25, 5, 7.25], "texture": "#0"} - } - }, - { - "from": [15, 15, 4], - "to": [16, 16, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 15, 4]}, - "faces": { - "north": {"uv": [8.5, 6, 8.75, 6.25], "texture": "#0"}, - "east": {"uv": [5.25, 4.25, 7.25, 4.5], "texture": "#0"}, - "south": {"uv": [6.25, 8.5, 6.5, 8.75], "texture": "#0"}, - "west": {"uv": [5.25, 5.25, 7.25, 5.5], "texture": "#0"}, - "up": {"uv": [0.25, 7.5, 0, 5.5], "texture": "#0"}, - "down": {"uv": [5.75, 0, 5.5, 2], "texture": "#0"} - } - }, - { - "from": [4, 0, 15], - "to": [12, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 15]}, - "faces": { - "north": {"uv": [2.25, 5.5, 4.25, 5.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.25, 8.75, 6.5], "texture": "#0"}, - "south": {"uv": [5.25, 5.5, 7.25, 5.75], "texture": "#0"}, - "west": {"uv": [6.5, 8.5, 6.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.75, 0.25, 5.75, 0], "texture": "#0"}, - "down": {"uv": [7.75, 0.25, 5.75, 0.5], "texture": "#0"} - } - }, - { - "from": [4, 15, 15], - "to": [12, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 15, 15]}, - "faces": { - "north": {"uv": [5.75, 0.5, 7.75, 0.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.5, 8.75, 6.75], "texture": "#0"}, - "south": {"uv": [5.75, 0.75, 7.75, 1], "texture": "#0"}, - "west": {"uv": [6.75, 8.5, 7, 8.75], "texture": "#0"}, - "up": {"uv": [7.75, 1.25, 5.75, 1], "texture": "#0"}, - "down": {"uv": [7.75, 1.25, 5.75, 1.5], "texture": "#0"} - } - }, - { - "from": [2, 0, 1], - "to": [4, 1, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 0, 1]}, - "faces": { - "north": {"uv": [5.75, 1.5, 6.25, 1.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.75, 8.75, 7], "texture": "#0"}, - "south": {"uv": [5.75, 1.75, 6.25, 2], "texture": "#0"}, - "west": {"uv": [8.5, 7, 8.75, 7.25], "texture": "#0"}, - "up": {"uv": [6, 6, 5.5, 5.75], "texture": "#0"}, - "down": {"uv": [6, 6, 5.5, 6.25], "texture": "#0"} - } - }, - { - "from": [2, 15, 1], - "to": [4, 16, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 15, 1]}, - "faces": { - "north": {"uv": [6, 5.75, 6.5, 6], "texture": "#0"}, - "east": {"uv": [7.25, 8.5, 7.5, 8.75], "texture": "#0"}, - "south": {"uv": [6, 6, 6.5, 6.25], "texture": "#0"}, - "west": {"uv": [8.5, 7.25, 8.75, 7.5], "texture": "#0"}, - "up": {"uv": [6.75, 1.75, 6.25, 1.5], "texture": "#0"}, - "down": {"uv": [6.75, 1.75, 6.25, 2], "texture": "#0"} - } - }, - { - "from": [1, 0, 2], - "to": [2, 1, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 2]}, - "faces": { - "north": {"uv": [7.5, 8.5, 7.75, 8.75], "texture": "#0"}, - "east": {"uv": [5.5, 6.25, 6, 6.5], "texture": "#0"}, - "south": {"uv": [8.5, 7.5, 8.75, 7.75], "texture": "#0"}, - "west": {"uv": [6, 6.25, 6.5, 6.5], "texture": "#0"}, - "up": {"uv": [6.75, 5, 6.5, 4.5], "texture": "#0"}, - "down": {"uv": [5.75, 6.5, 5.5, 7], "texture": "#0"} - } - }, - { - "from": [1, 15, 2], - "to": [2, 16, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 15, 2]}, - "faces": { - "north": {"uv": [7.75, 8.5, 8, 8.75], "texture": "#0"}, - "east": {"uv": [5.75, 6.5, 6.25, 6.75], "texture": "#0"}, - "south": {"uv": [8.5, 7.75, 8.75, 8], "texture": "#0"}, - "west": {"uv": [6.5, 5.75, 7, 6], "texture": "#0"}, - "up": {"uv": [6.75, 6.5, 6.5, 6], "texture": "#0"}, - "down": {"uv": [6.5, 6.5, 6.25, 7], "texture": "#0"} - } - }, - { - "from": [12, 0, 1], - "to": [14, 1, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 0, 1]}, - "faces": { - "north": {"uv": [6.5, 6.5, 7, 6.75], "texture": "#0"}, - "east": {"uv": [8.5, 8, 8.75, 8.25], "texture": "#0"}, - "south": {"uv": [6.75, 1.5, 7.25, 1.75], "texture": "#0"}, - "west": {"uv": [8.25, 8.5, 8.5, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 2, 6.75, 1.75], "texture": "#0"}, - "down": {"uv": [7.25, 4.5, 6.75, 4.75], "texture": "#0"} - } - }, - { - "from": [12, 15, 1], - "to": [14, 16, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 15, 1]}, - "faces": { - "north": {"uv": [6.75, 4.75, 7.25, 5], "texture": "#0"}, - "east": {"uv": [8.5, 8.25, 8.75, 8.5], "texture": "#0"}, - "south": {"uv": [5.75, 6.75, 6.25, 7], "texture": "#0"}, - "west": {"uv": [8.5, 8.5, 8.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 6.25, 6.75, 6], "texture": "#0"}, - "down": {"uv": [7.25, 6.25, 6.75, 6.5], "texture": "#0"} - } - }, - { - "from": [14, 0, 2], - "to": [15, 1, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 2]}, - "faces": { - "north": {"uv": [0, 8.75, 0.25, 9], "texture": "#0"}, - "east": {"uv": [6.5, 6.75, 7, 7], "texture": "#0"}, - "south": {"uv": [8.75, 0, 9, 0.25], "texture": "#0"}, - "west": {"uv": [4.5, 7, 5, 7.25], "texture": "#0"}, - "up": {"uv": [5.75, 7.5, 5.5, 7], "texture": "#0"}, - "down": {"uv": [6, 7, 5.75, 7.5], "texture": "#0"} - } - }, - { - "from": [14, 15, 2], - "to": [15, 16, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 15, 2]}, - "faces": { - "north": {"uv": [0.25, 8.75, 0.5, 9], "texture": "#0"}, - "east": {"uv": [7, 5, 7.5, 5.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.25, 9, 0.5], "texture": "#0"}, - "west": {"uv": [7, 5.75, 7.5, 6], "texture": "#0"}, - "up": {"uv": [6.25, 7.5, 6, 7], "texture": "#0"}, - "down": {"uv": [6.5, 7, 6.25, 7.5], "texture": "#0"} - } - }, - { - "from": [1, 0, 12], - "to": [2, 1, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 12]}, - "faces": { - "north": {"uv": [0.5, 8.75, 0.75, 9], "texture": "#0"}, - "east": {"uv": [6.5, 7, 7, 7.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.5, 9, 0.75], "texture": "#0"}, - "west": {"uv": [7, 6.5, 7.5, 6.75], "texture": "#0"}, - "up": {"uv": [7.25, 7.25, 7, 6.75], "texture": "#0"}, - "down": {"uv": [7.5, 1.5, 7.25, 2], "texture": "#0"} - } - }, - { - "from": [1, 15, 12], - "to": [2, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 15, 12]}, - "faces": { - "north": {"uv": [0.75, 8.75, 1, 9], "texture": "#0"}, - "east": {"uv": [7.25, 2, 7.75, 2.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.75, 9, 1], "texture": "#0"}, - "west": {"uv": [7.25, 2.25, 7.75, 2.5], "texture": "#0"}, - "up": {"uv": [2.25, 7.75, 2, 7.25], "texture": "#0"}, - "down": {"uv": [7.5, 2.5, 7.25, 3], "texture": "#0"} - } - }, - { - "from": [2, 0, 14], - "to": [4, 1, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 0, 14]}, - "faces": { - "north": {"uv": [7.25, 3, 7.75, 3.25], "texture": "#0"}, - "east": {"uv": [1, 8.75, 1.25, 9], "texture": "#0"}, - "south": {"uv": [7.25, 3.25, 7.75, 3.5], "texture": "#0"}, - "west": {"uv": [8.75, 1, 9, 1.25], "texture": "#0"}, - "up": {"uv": [7.75, 3.75, 7.25, 3.5], "texture": "#0"}, - "down": {"uv": [7.75, 3.75, 7.25, 4], "texture": "#0"} - } - }, - { - "from": [2, 15, 14], - "to": [4, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 15, 14]}, - "faces": { - "north": {"uv": [7.25, 4, 7.75, 4.25], "texture": "#0"}, - "east": {"uv": [1.25, 8.75, 1.5, 9], "texture": "#0"}, - "south": {"uv": [4.25, 7.25, 4.75, 7.5], "texture": "#0"}, - "west": {"uv": [8.75, 1.25, 9, 1.5], "texture": "#0"}, - "up": {"uv": [7.75, 4.5, 7.25, 4.25], "texture": "#0"}, - "down": {"uv": [7.75, 4.5, 7.25, 4.75], "texture": "#0"} - } - }, - { - "from": [14, 0, 12], - "to": [15, 1, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 12]}, - "faces": { - "north": {"uv": [1.5, 8.75, 1.75, 9], "texture": "#0"}, - "east": {"uv": [4.75, 7.25, 5.25, 7.5], "texture": "#0"}, - "south": {"uv": [8.75, 1.5, 9, 1.75], "texture": "#0"}, - "west": {"uv": [7.25, 4.75, 7.75, 5], "texture": "#0"}, - "up": {"uv": [7.5, 5.75, 7.25, 5.25], "texture": "#0"}, - "down": {"uv": [7.5, 6, 7.25, 6.5], "texture": "#0"} - } - }, - { - "from": [14, 15, 12], - "to": [15, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 15, 12]}, - "faces": { - "north": {"uv": [1.75, 8.75, 2, 9], "texture": "#0"}, - "east": {"uv": [6.5, 7.25, 7, 7.5], "texture": "#0"}, - "south": {"uv": [8.75, 1.75, 9, 2], "texture": "#0"}, - "west": {"uv": [7.25, 6.75, 7.75, 7], "texture": "#0"}, - "up": {"uv": [7.25, 7.75, 7, 7.25], "texture": "#0"}, - "down": {"uv": [7.5, 7, 7.25, 7.5], "texture": "#0"} - } - }, - { - "from": [12, 0, 14], - "to": [14, 1, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 0, 14]}, - "faces": { - "north": {"uv": [0, 7.5, 0.5, 7.75], "texture": "#0"}, - "east": {"uv": [2, 8.75, 2.25, 9], "texture": "#0"}, - "south": {"uv": [0.5, 7.5, 1, 7.75], "texture": "#0"}, - "west": {"uv": [8.75, 2, 9, 2.25], "texture": "#0"}, - "up": {"uv": [1.5, 7.75, 1, 7.5], "texture": "#0"}, - "down": {"uv": [2, 7.5, 1.5, 7.75], "texture": "#0"} - } - }, - { - "from": [12, 15, 14], - "to": [14, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 15, 14]}, - "faces": { - "north": {"uv": [7.5, 1.5, 8, 1.75], "texture": "#0"}, - "east": {"uv": [2.25, 8.75, 2.5, 9], "texture": "#0"}, - "south": {"uv": [7.5, 1.75, 8, 2], "texture": "#0"}, - "west": {"uv": [8.75, 2.25, 9, 2.5], "texture": "#0"}, - "up": {"uv": [8, 2.75, 7.5, 2.5], "texture": "#0"}, - "down": {"uv": [8, 2.75, 7.5, 3], "texture": "#0"} - } - }, - { - "from": [2, 1, 0], - "to": [4, 2, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 1, 0]}, - "faces": { - "north": {"uv": [4.25, 7.5, 4.75, 7.75], "texture": "#0"}, - "east": {"uv": [2.5, 8.75, 2.75, 9], "texture": "#0"}, - "south": {"uv": [4.75, 7.5, 5.25, 7.75], "texture": "#0"}, - "west": {"uv": [8.75, 2.5, 9, 2.75], "texture": "#0"}, - "up": {"uv": [8, 5.25, 7.5, 5], "texture": "#0"}, - "down": {"uv": [8, 5.25, 7.5, 5.5], "texture": "#0"} - } - }, - { - "from": [2, 14, 0], - "to": [4, 15, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 14, 0]}, - "faces": { - "north": {"uv": [5.5, 7.5, 6, 7.75], "texture": "#0"}, - "east": {"uv": [2.75, 8.75, 3, 9], "texture": "#0"}, - "south": {"uv": [7.5, 5.5, 8, 5.75], "texture": "#0"}, - "west": {"uv": [8.75, 2.75, 9, 3], "texture": "#0"}, - "up": {"uv": [8, 6, 7.5, 5.75], "texture": "#0"}, - "down": {"uv": [6.5, 7.5, 6, 7.75], "texture": "#0"} - } - }, - { - "from": [0, 1, 2], - "to": [1, 2, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 2]}, - "faces": { - "north": {"uv": [3, 8.75, 3.25, 9], "texture": "#0"}, - "east": {"uv": [7.5, 6, 8, 6.25], "texture": "#0"}, - "south": {"uv": [8.75, 3, 9, 3.25], "texture": "#0"}, - "west": {"uv": [7.5, 6.25, 8, 6.5], "texture": "#0"}, - "up": {"uv": [6.75, 8, 6.5, 7.5], "texture": "#0"}, - "down": {"uv": [7, 7.5, 6.75, 8], "texture": "#0"} - } - }, - { - "from": [0, 14, 2], - "to": [1, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 14, 2]}, - "faces": { - "north": {"uv": [3.25, 8.75, 3.5, 9], "texture": "#0"}, - "east": {"uv": [7.5, 6.5, 8, 6.75], "texture": "#0"}, - "south": {"uv": [8.75, 3.25, 9, 3.5], "texture": "#0"}, - "west": {"uv": [7.5, 7, 8, 7.25], "texture": "#0"}, - "up": {"uv": [7.5, 8, 7.25, 7.5], "texture": "#0"}, - "down": {"uv": [7.75, 7.25, 7.5, 7.75], "texture": "#0"} - } - }, - { - "from": [0, 1, 12], - "to": [1, 2, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 12]}, - "faces": { - "north": {"uv": [3.5, 8.75, 3.75, 9], "texture": "#0"}, - "east": {"uv": [0, 7.75, 0.5, 8], "texture": "#0"}, - "south": {"uv": [8.75, 3.5, 9, 3.75], "texture": "#0"}, - "west": {"uv": [7.75, 0, 8.25, 0.25], "texture": "#0"}, - "up": {"uv": [8, 0.75, 7.75, 0.25], "texture": "#0"}, - "down": {"uv": [0.75, 7.75, 0.5, 8.25], "texture": "#0"} - } - }, - { - "from": [0, 14, 12], - "to": [1, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 14, 12]}, - "faces": { - "north": {"uv": [3.75, 8.75, 4, 9], "texture": "#0"}, - "east": {"uv": [0.75, 7.75, 1.25, 8], "texture": "#0"}, - "south": {"uv": [8.75, 3.75, 9, 4], "texture": "#0"}, - "west": {"uv": [7.75, 0.75, 8.25, 1], "texture": "#0"}, - "up": {"uv": [8, 1.5, 7.75, 1], "texture": "#0"}, - "down": {"uv": [1.5, 7.75, 1.25, 8.25], "texture": "#0"} - } - }, - { - "from": [12, 1, 0], - "to": [14, 2, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 0]}, - "faces": { - "north": {"uv": [1.5, 7.75, 2, 8], "texture": "#0"}, - "east": {"uv": [4, 8.75, 4.25, 9], "texture": "#0"}, - "south": {"uv": [2, 7.75, 2.5, 8], "texture": "#0"}, - "west": {"uv": [8.75, 4, 9, 4.25], "texture": "#0"}, - "up": {"uv": [8.25, 2.25, 7.75, 2], "texture": "#0"}, - "down": {"uv": [8.25, 2.25, 7.75, 2.5], "texture": "#0"} - } - }, - { - "from": [12, 14, 0], - "to": [14, 15, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 0]}, - "faces": { - "north": {"uv": [2.5, 7.75, 3, 8], "texture": "#0"}, - "east": {"uv": [8.75, 4.25, 9, 4.5], "texture": "#0"}, - "south": {"uv": [3, 7.75, 3.5, 8], "texture": "#0"}, - "west": {"uv": [8.75, 4.5, 9, 4.75], "texture": "#0"}, - "up": {"uv": [8.25, 3.25, 7.75, 3], "texture": "#0"}, - "down": {"uv": [8.25, 3.25, 7.75, 3.5], "texture": "#0"} - } - }, - { - "from": [15, 1, 2], - "to": [16, 2, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 1, 2]}, - "faces": { - "north": {"uv": [4.75, 8.75, 5, 9], "texture": "#0"}, - "east": {"uv": [3.5, 7.75, 4, 8], "texture": "#0"}, - "south": {"uv": [8.75, 4.75, 9, 5], "texture": "#0"}, - "west": {"uv": [7.75, 3.5, 8.25, 3.75], "texture": "#0"}, - "up": {"uv": [8, 4.25, 7.75, 3.75], "texture": "#0"}, - "down": {"uv": [4.25, 7.75, 4, 8.25], "texture": "#0"} - } - }, - { - "from": [15, 14, 2], - "to": [16, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 14, 2]}, - "faces": { - "north": {"uv": [8.75, 5, 9, 5.25], "texture": "#0"}, - "east": {"uv": [4.25, 7.75, 4.75, 8], "texture": "#0"}, - "south": {"uv": [5.25, 8.75, 5.5, 9], "texture": "#0"}, - "west": {"uv": [7.75, 4.25, 8.25, 4.5], "texture": "#0"}, - "up": {"uv": [8, 5, 7.75, 4.5], "texture": "#0"}, - "down": {"uv": [5, 7.75, 4.75, 8.25], "texture": "#0"} - } - }, - { - "from": [2, 1, 15], - "to": [4, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 1, 15]}, - "faces": { - "north": {"uv": [5, 7.75, 5.5, 8], "texture": "#0"}, - "east": {"uv": [8.75, 5.25, 9, 5.5], "texture": "#0"}, - "south": {"uv": [5.5, 7.75, 6, 8], "texture": "#0"}, - "west": {"uv": [5.5, 8.75, 5.75, 9], "texture": "#0"}, - "up": {"uv": [6.5, 8, 6, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 6.75, 7.75, 7], "texture": "#0"} - } - }, - { - "from": [2, 14, 15], - "to": [4, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 14, 15]}, - "faces": { - "north": {"uv": [7.75, 7.25, 8.25, 7.5], "texture": "#0"}, - "east": {"uv": [8.75, 5.5, 9, 5.75], "texture": "#0"}, - "south": {"uv": [7.5, 7.75, 8, 8], "texture": "#0"}, - "west": {"uv": [5.75, 8.75, 6, 9], "texture": "#0"}, - "up": {"uv": [8.25, 7.75, 7.75, 7.5], "texture": "#0"}, - "down": {"uv": [0.5, 8, 0, 8.25], "texture": "#0"} - } - }, - { - "from": [12, 1, 15], - "to": [14, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 15]}, - "faces": { - "north": {"uv": [8, 0.25, 8.5, 0.5], "texture": "#0"}, - "east": {"uv": [8.75, 5.75, 9, 6], "texture": "#0"}, - "south": {"uv": [8, 0.5, 8.5, 0.75], "texture": "#0"}, - "west": {"uv": [6, 8.75, 6.25, 9], "texture": "#0"}, - "up": {"uv": [1.25, 8.25, 0.75, 8], "texture": "#0"}, - "down": {"uv": [8.5, 1, 8, 1.25], "texture": "#0"} - } - }, - { - "from": [12, 14, 15], - "to": [14, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 15]}, - "faces": { - "north": {"uv": [8, 1.25, 8.5, 1.5], "texture": "#0"}, - "east": {"uv": [8.75, 6, 9, 6.25], "texture": "#0"}, - "south": {"uv": [1.5, 8, 2, 8.25], "texture": "#0"}, - "west": {"uv": [6.25, 8.75, 6.5, 9], "texture": "#0"}, - "up": {"uv": [8.5, 1.75, 8, 1.5], "texture": "#0"}, - "down": {"uv": [8.5, 1.75, 8, 2], "texture": "#0"} - } - }, - { - "from": [15, 1, 12], - "to": [16, 2, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 1, 13]}, - "faces": { - "north": {"uv": [8.75, 6.25, 9, 6.5], "texture": "#0"}, - "east": {"uv": [2, 8, 2.5, 8.25], "texture": "#0"}, - "south": {"uv": [6.5, 8.75, 6.75, 9], "texture": "#0"}, - "west": {"uv": [2.5, 8, 3, 8.25], "texture": "#0"}, - "up": {"uv": [7.25, 8.25, 7, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 2.5, 8, 3], "texture": "#0"} - } - }, - { - "from": [15, 14, 12], - "to": [16, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 14, 13]}, - "faces": { - "north": {"uv": [8.75, 6.5, 9, 6.75], "texture": "#0"}, - "east": {"uv": [3, 8, 3.5, 8.25], "texture": "#0"}, - "south": {"uv": [6.75, 8.75, 7, 9], "texture": "#0"}, - "west": {"uv": [3.5, 8, 4, 8.25], "texture": "#0"}, - "up": {"uv": [8.25, 4.25, 8, 3.75], "texture": "#0"}, - "down": {"uv": [4.5, 8, 4.25, 8.5], "texture": "#0"} - } - }, - { - "from": [0, 2, 1], - "to": [1, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 1]}, - "faces": { - "north": {"uv": [4.5, 8, 4.75, 8.5], "texture": "#0"}, - "east": {"uv": [8, 4.5, 8.25, 5], "texture": "#0"}, - "south": {"uv": [5, 8, 5.25, 8.5], "texture": "#0"}, - "west": {"uv": [8, 5, 8.25, 5.5], "texture": "#0"}, - "up": {"uv": [9, 7, 8.75, 6.75], "texture": "#0"}, - "down": {"uv": [7.25, 8.75, 7, 9], "texture": "#0"} - } - }, - { - "from": [0, 12, 1], - "to": [1, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 12, 1]}, - "faces": { - "north": {"uv": [5.25, 8, 5.5, 8.5], "texture": "#0"}, - "east": {"uv": [5.5, 8, 5.75, 8.5], "texture": "#0"}, - "south": {"uv": [8, 5.5, 8.25, 6], "texture": "#0"}, - "west": {"uv": [5.75, 8, 6, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.25, 8.75, 7], "texture": "#0"}, - "down": {"uv": [7.5, 8.75, 7.25, 9], "texture": "#0"} - } - }, - { - "from": [1, 2, 0], - "to": [2, 4, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 2, 0]}, - "faces": { - "north": {"uv": [6, 8, 6.25, 8.5], "texture": "#0"}, - "east": {"uv": [8, 6, 8.25, 6.5], "texture": "#0"}, - "south": {"uv": [6.25, 8, 6.5, 8.5], "texture": "#0"}, - "west": {"uv": [6.5, 8, 6.75, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.5, 8.75, 7.25], "texture": "#0"}, - "down": {"uv": [7.75, 8.75, 7.5, 9], "texture": "#0"} - } - }, - { - "from": [1, 12, 0], - "to": [2, 14, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 0]}, - "faces": { - "north": {"uv": [6.75, 8, 7, 8.5], "texture": "#0"}, - "east": {"uv": [7.25, 8, 7.5, 8.5], "texture": "#0"}, - "south": {"uv": [7.5, 8, 7.75, 8.5], "texture": "#0"}, - "west": {"uv": [7.75, 8, 8, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.75, 8.75, 7.5], "texture": "#0"}, - "down": {"uv": [8, 8.75, 7.75, 9], "texture": "#0"} - } - }, - { - "from": [0, 2, 14], - "to": [1, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 14]}, - "faces": { - "north": {"uv": [8, 7.75, 8.25, 8.25], "texture": "#0"}, - "east": {"uv": [0, 8.25, 0.25, 8.75], "texture": "#0"}, - "south": {"uv": [0.25, 8.25, 0.5, 8.75], "texture": "#0"}, - "west": {"uv": [0.5, 8.25, 0.75, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8, 8.75, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 8.75, 8, 9], "texture": "#0"} - } - }, - { - "from": [0, 12, 14], - "to": [1, 14, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 12, 14]}, - "faces": { - "north": {"uv": [0.75, 8.25, 1, 8.75], "texture": "#0"}, - "east": {"uv": [1, 8.25, 1.25, 8.75], "texture": "#0"}, - "south": {"uv": [1.25, 8.25, 1.5, 8.75], "texture": "#0"}, - "west": {"uv": [1.5, 8.25, 1.75, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.25, 8.75, 8], "texture": "#0"}, - "down": {"uv": [8.5, 8.75, 8.25, 9], "texture": "#0"} - } - }, - { - "from": [1, 2, 15], - "to": [2, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 2, 15]}, - "faces": { - "north": {"uv": [1.75, 8.25, 2, 8.75], "texture": "#0"}, - "east": {"uv": [2, 8.25, 2.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 2, 8.5, 2.5], "texture": "#0"}, - "west": {"uv": [2.25, 8.25, 2.5, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.5, 8.75, 8.25], "texture": "#0"}, - "down": {"uv": [8.75, 8.75, 8.5, 9], "texture": "#0"} - } - }, - { - "from": [1, 12, 15], - "to": [2, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 15]}, - "faces": { - "north": {"uv": [2.5, 8.25, 2.75, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 2.5, 8.5, 3], "texture": "#0"}, - "south": {"uv": [2.75, 8.25, 3, 8.75], "texture": "#0"}, - "west": {"uv": [3, 8.25, 3.25, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.75, 8.75, 8.5], "texture": "#0"}, - "down": {"uv": [9, 8.75, 8.75, 9], "texture": "#0"} - } - }, - { - "from": [14, 2, 15], - "to": [15, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 2, 15]}, - "faces": { - "north": {"uv": [8.25, 3, 8.5, 3.5], "texture": "#0"}, - "east": {"uv": [3.25, 8.25, 3.5, 8.75], "texture": "#0"}, - "south": {"uv": [3.5, 8.25, 3.75, 8.75], "texture": "#0"}, - "west": {"uv": [8.25, 3.5, 8.5, 4], "texture": "#0"}, - "up": {"uv": [0.25, 9.25, 0, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0, 9, 0.25], "texture": "#0"} - } - }, - { - "from": [14, 12, 15], - "to": [15, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 15]}, - "faces": { - "north": {"uv": [3.75, 8.25, 4, 8.75], "texture": "#0"}, - "east": {"uv": [4, 8.25, 4.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 4, 8.5, 4.5], "texture": "#0"}, - "west": {"uv": [8.25, 4.5, 8.5, 5], "texture": "#0"}, - "up": {"uv": [0.5, 9.25, 0.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.25, 9, 0.5], "texture": "#0"} - } - }, - { - "from": [15, 2, 14], - "to": [16, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 2, 14]}, - "faces": { - "north": {"uv": [4.75, 8.25, 5, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 5, 8.5, 5.5], "texture": "#0"}, - "south": {"uv": [8.25, 5.5, 8.5, 6], "texture": "#0"}, - "west": {"uv": [8.25, 6, 8.5, 6.5], "texture": "#0"}, - "up": {"uv": [0.75, 9.25, 0.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.5, 9, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 12, 14], - "to": [16, 14, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 14]}, - "faces": { - "north": {"uv": [8.25, 6.5, 8.5, 7], "texture": "#0"}, - "east": {"uv": [7, 8.25, 7.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 7, 8.5, 7.5], "texture": "#0"}, - "west": {"uv": [8.25, 7.5, 8.5, 8], "texture": "#0"}, - "up": {"uv": [1, 9.25, 0.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.75, 9, 1], "texture": "#0"} - } - }, - { - "from": [14, 2, 0], - "to": [15, 4, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 2, 0]}, - "faces": { - "north": {"uv": [8, 8.25, 8.25, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 8, 8.5, 8.5], "texture": "#0"}, - "south": {"uv": [8.5, 0, 8.75, 0.5], "texture": "#0"}, - "west": {"uv": [8.5, 0.5, 8.75, 1], "texture": "#0"}, - "up": {"uv": [1.25, 9.25, 1, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1, 9, 1.25], "texture": "#0"} - } - }, - { - "from": [14, 12, 0], - "to": [15, 14, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 0]}, - "faces": { - "north": {"uv": [8.5, 1, 8.75, 1.5], "texture": "#0"}, - "east": {"uv": [8.5, 1.5, 8.75, 2], "texture": "#0"}, - "south": {"uv": [8.5, 2, 8.75, 2.5], "texture": "#0"}, - "west": {"uv": [8.5, 2.5, 8.75, 3], "texture": "#0"}, - "up": {"uv": [1.5, 9.25, 1.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.25, 9, 1.5], "texture": "#0"} - } - }, - { - "from": [15, 2, 1], - "to": [16, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 2, 1]}, - "faces": { - "north": {"uv": [8.5, 3, 8.75, 3.5], "texture": "#0"}, - "east": {"uv": [8.5, 3.5, 8.75, 4], "texture": "#0"}, - "south": {"uv": [8.5, 4, 8.75, 4.5], "texture": "#0"}, - "west": {"uv": [4.25, 8.5, 4.5, 9], "texture": "#0"}, - "up": {"uv": [1.75, 9.25, 1.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.5, 9, 1.75], "texture": "#0"} - } - }, - { - "from": [15, 12, 1], - "to": [16, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 1]}, - "faces": { - "north": {"uv": [4.5, 8.5, 4.75, 9], "texture": "#0"}, - "east": {"uv": [8.5, 4.5, 8.75, 5], "texture": "#0"}, - "south": {"uv": [5, 8.5, 5.25, 9], "texture": "#0"}, - "west": {"uv": [8.5, 5, 8.75, 5.5], "texture": "#0"}, - "up": {"uv": [2, 9.25, 1.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.75, 9, 2], "texture": "#0"} - } - }, - { - "from": [0, 4, 0], - "to": [1, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 4, 0]}, - "faces": { - "north": {"uv": [0.25, 5.5, 0.5, 7.5], "texture": "#0"}, - "east": {"uv": [0.5, 5.5, 0.75, 7.5], "texture": "#0"}, - "south": {"uv": [0.75, 5.5, 1, 7.5], "texture": "#0"}, - "west": {"uv": [1, 5.5, 1.25, 7.5], "texture": "#0"}, - "up": {"uv": [2.25, 9.25, 2, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2, 9, 2.25], "texture": "#0"} - } - }, - { - "from": [15, 4, 0], - "to": [16, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 4, 0]}, - "faces": { - "north": {"uv": [1.25, 5.5, 1.5, 7.5], "texture": "#0"}, - "east": {"uv": [1.5, 5.5, 1.75, 7.5], "texture": "#0"}, - "south": {"uv": [1.75, 5.5, 2, 7.5], "texture": "#0"}, - "west": {"uv": [2.25, 5.75, 2.5, 7.75], "texture": "#0"}, - "up": {"uv": [2.5, 9.25, 2.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.25, 9, 2.5], "texture": "#0"} - } - }, - { - "from": [15, 4, 15], - "to": [16, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 4, 15]}, - "faces": { - "north": {"uv": [2.5, 5.75, 2.75, 7.75], "texture": "#0"}, - "east": {"uv": [2.75, 5.75, 3, 7.75], "texture": "#0"}, - "south": {"uv": [3, 5.75, 3.25, 7.75], "texture": "#0"}, - "west": {"uv": [3.25, 5.75, 3.5, 7.75], "texture": "#0"}, - "up": {"uv": [2.75, 9.25, 2.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.5, 9, 2.75], "texture": "#0"} - } - }, - { - "from": [0, 4, 15], - "to": [1, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 4, 15]}, - "faces": { - "north": {"uv": [3.5, 5.75, 3.75, 7.75], "texture": "#0"}, - "east": {"uv": [3.75, 5.75, 4, 7.75], "texture": "#0"}, - "south": {"uv": [4, 5.75, 4.25, 7.75], "texture": "#0"}, - "west": {"uv": [5.25, 5.75, 5.5, 7.75], "texture": "#0"}, - "up": {"uv": [3, 9.25, 2.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.75, 9, 3], "texture": "#0"} - } - }, - { - "from": [1, 1, 1], - "to": [4, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 1, 1]}, - "faces": { - "north": {"uv": [0, 0, 0.75, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1.5], "texture": "#0"}, - "south": {"uv": [0.75, 0, 1.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.75, 0.75, 1.5, 1.5], "texture": "#0"}, - "up": {"uv": [0.75, 2.25, 0, 1.5], "texture": "#0"}, - "down": {"uv": [2.25, 0, 1.5, 0.75], "texture": "#0"} - } - }, - { - "from": [1, 12, 1], - "to": [4, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 1]}, - "faces": { - "north": {"uv": [0.75, 1.5, 1.5, 2.25], "texture": "#0"}, - "east": {"uv": [1.5, 0.75, 2.25, 1.5], "texture": "#0"}, - "south": {"uv": [1.5, 1.5, 2.25, 2.25], "texture": "#0"}, - "west": {"uv": [0, 2.25, 0.75, 3], "texture": "#0"}, - "up": {"uv": [3, 0.75, 2.25, 0], "texture": "#0"}, - "down": {"uv": [1.5, 2.25, 0.75, 3], "texture": "#0"} - } - }, - { - "from": [12, 1, 1], - "to": [15, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 1]}, - "faces": { - "north": {"uv": [2.25, 0.75, 3, 1.5], "texture": "#0"}, - "east": {"uv": [1.5, 2.25, 2.25, 3], "texture": "#0"}, - "south": {"uv": [2.25, 1.5, 3, 2.25], "texture": "#0"}, - "west": {"uv": [2.25, 2.25, 3, 3], "texture": "#0"}, - "up": {"uv": [0.75, 3.75, 0, 3], "texture": "#0"}, - "down": {"uv": [3.75, 0, 3, 0.75], "texture": "#0"} - } - }, - { - "from": [12, 12, 1], - "to": [15, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 1]}, - "faces": { - "north": {"uv": [0.75, 3, 1.5, 3.75], "texture": "#0"}, - "east": {"uv": [3, 0.75, 3.75, 1.5], "texture": "#0"}, - "south": {"uv": [1.5, 3, 2.25, 3.75], "texture": "#0"}, - "west": {"uv": [3, 1.5, 3.75, 2.25], "texture": "#0"}, - "up": {"uv": [3, 3.75, 2.25, 3], "texture": "#0"}, - "down": {"uv": [3.75, 2.25, 3, 3], "texture": "#0"} - } - }, - { - "from": [12, 1, 12], - "to": [15, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 12]}, - "faces": { - "north": {"uv": [3, 3, 3.75, 3.75], "texture": "#0"}, - "east": {"uv": [0, 3.75, 0.75, 4.5], "texture": "#0"}, - "south": {"uv": [3.75, 0, 4.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.75, 3.75, 1.5, 4.5], "texture": "#0"}, - "up": {"uv": [4.5, 1.5, 3.75, 0.75], "texture": "#0"}, - "down": {"uv": [2.25, 3.75, 1.5, 4.5], "texture": "#0"} - } - }, - { - "from": [12, 12, 12], - "to": [15, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 12]}, - "faces": { - "north": {"uv": [3.75, 1.5, 4.5, 2.25], "texture": "#0"}, - "east": {"uv": [2.25, 3.75, 3, 4.5], "texture": "#0"}, - "south": {"uv": [3.75, 2.25, 4.5, 3], "texture": "#0"}, - "west": {"uv": [3, 3.75, 3.75, 4.5], "texture": "#0"}, - "up": {"uv": [4.5, 3.75, 3.75, 3], "texture": "#0"}, - "down": {"uv": [4.5, 3.75, 3.75, 4.5], "texture": "#0"} - } - }, - { - "from": [1, 1, 12], - "to": [4, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 1, 12]}, - "faces": { - "north": {"uv": [0, 4.5, 0.75, 5.25], "texture": "#0"}, - "east": {"uv": [4.5, 0, 5.25, 0.75], "texture": "#0"}, - "south": {"uv": [0.75, 4.5, 1.5, 5.25], "texture": "#0"}, - "west": {"uv": [4.5, 0.75, 5.25, 1.5], "texture": "#0"}, - "up": {"uv": [2.25, 5.25, 1.5, 4.5], "texture": "#0"}, - "down": {"uv": [5.25, 1.5, 4.5, 2.25], "texture": "#0"} - } - }, - { - "from": [1, 12, 12], - "to": [4, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 12]}, - "faces": { - "north": {"uv": [2.25, 4.5, 3, 5.25], "texture": "#0"}, - "east": {"uv": [4.5, 2.25, 5.25, 3], "texture": "#0"}, - "south": {"uv": [3, 4.5, 3.75, 5.25], "texture": "#0"}, - "west": {"uv": [4.5, 3, 5.25, 3.75], "texture": "#0"}, - "up": {"uv": [4.5, 5.25, 3.75, 4.5], "texture": "#0"}, - "down": {"uv": [5.25, 3.75, 4.5, 4.5], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [-16, -13, 0], - "translation": [0, 4, 0], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [-16, -13, 0], - "translation": [0, 4, 0], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [10, 16, 3], - "translation": [2, -1, 2], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_lefthand": { - "rotation": [10, 16, 3], - "translation": [2, -1, 2], - "scale": [0.6, 0.6, 0.6] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [20, 20, 0], - "translation": [0, -0.25, 0], - "scale": [0.7, 0.7, 0.7] - }, - "head": { - "translation": [0, 14.5, 0] - }, - "fixed": { - "translation": [0, 0, 3.5] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [1, 12, 12], - "children": [ - { - "name": "core", - "origin": [4, 4, 4], - "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] - }, - { - "name": "core_support", - "origin": [3, 3, 4], - "children": [25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42] - }, - { - "name": "frame", - "origin": [1, 12, 12], - "children": [43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110] - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/kudbebedda_singularity_power_generator_lit.json b/src/main/resources/assets/cuboidmod/models/block/kudbebedda_singularity_power_generator_lit.json deleted file mode 100644 index 82d4a6d..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/kudbebedda_singularity_power_generator_lit.json +++ /dev/null @@ -1,1515 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/kudbebedda_singularity_power_gen_frame", - "1": "cuboidmod:model/singularity_power_gen_support", - "2": "cuboidmod:model/singularity_power_gen_core_lit", - "particle": "cuboidmod:model/thatldu_singularity_power_gen_frame" - }, - "elements": [ - { - "from": [4, 4, 4], - "to": [12, 12, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 4, 4]}, - "faces": { - "north": {"uv": [0, 0, 4, 4], "texture": "#2"}, - "east": {"uv": [0, 4, 4, 8], "texture": "#2"}, - "south": {"uv": [4, 0, 8, 4], "texture": "#2"}, - "west": {"uv": [4, 4, 8, 8], "texture": "#2"}, - "up": {"uv": [4, 12, 0, 8], "texture": "#2"}, - "down": {"uv": [12, 0, 8, 4], "texture": "#2"} - } - }, - { - "from": [0, 6, 7], - "to": [1, 7, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 7]}, - "faces": { - "north": {"uv": [7, 9.5, 7.5, 10], "texture": "#2"}, - "east": {"uv": [4, 8, 5, 8.5], "texture": "#2"}, - "south": {"uv": [11, 7, 11.5, 7.5], "texture": "#2"}, - "west": {"uv": [8, 4, 9, 4.5], "texture": "#2"}, - "up": {"uv": [8.5, 5.5, 8, 4.5], "texture": "#2"}, - "down": {"uv": [5.5, 8, 5, 9], "texture": "#2"} - } - }, - { - "from": [15, 6, 7], - "to": [16, 7, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 6, 7]}, - "faces": { - "north": {"uv": [11.5, 9, 12, 9.5], "texture": "#2"}, - "east": {"uv": [5.5, 8, 6.5, 8.5], "texture": "#2"}, - "south": {"uv": [11.5, 9.5, 12, 10], "texture": "#2"}, - "west": {"uv": [8, 5.5, 9, 6], "texture": "#2"}, - "up": {"uv": [8.5, 7, 8, 6], "texture": "#2"}, - "down": {"uv": [7, 8, 6.5, 9], "texture": "#2"} - } - }, - { - "from": [0, 9, 7], - "to": [1, 10, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 9, 7]}, - "faces": { - "north": {"uv": [11.5, 10, 12, 10.5], "texture": "#2"}, - "east": {"uv": [7, 8, 8, 8.5], "texture": "#2"}, - "south": {"uv": [11.5, 10.5, 12, 11], "texture": "#2"}, - "west": {"uv": [8, 7, 9, 7.5], "texture": "#2"}, - "up": {"uv": [8.5, 8.5, 8, 7.5], "texture": "#2"}, - "down": {"uv": [4.5, 8.5, 4, 9.5], "texture": "#2"} - } - }, - { - "from": [6, 15, 7], - "to": [7, 16, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 15, 7]}, - "faces": { - "north": {"uv": [11.5, 11, 12, 11.5], "texture": "#2"}, - "east": {"uv": [8.5, 4.5, 9.5, 5], "texture": "#2"}, - "south": {"uv": [11.5, 11.5, 12, 12], "texture": "#2"}, - "west": {"uv": [8.5, 5, 9.5, 5.5], "texture": "#2"}, - "up": {"uv": [5, 9.5, 4.5, 8.5], "texture": "#2"}, - "down": {"uv": [6, 8.5, 5.5, 9.5], "texture": "#2"} - } - }, - { - "from": [6, 0, 7], - "to": [7, 1, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 0, 7]}, - "faces": { - "north": {"uv": [0, 12, 0.5, 12.5], "texture": "#2"}, - "east": {"uv": [8.5, 6, 9.5, 6.5], "texture": "#2"}, - "south": {"uv": [12, 0, 12.5, 0.5], "texture": "#2"}, - "west": {"uv": [8.5, 6.5, 9.5, 7], "texture": "#2"}, - "up": {"uv": [6.5, 9.5, 6, 8.5], "texture": "#2"}, - "down": {"uv": [7.5, 8.5, 7, 9.5], "texture": "#2"} - } - }, - { - "from": [9, 15, 7], - "to": [10, 16, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 15, 7]}, - "faces": { - "north": {"uv": [0.5, 12, 1, 12.5], "texture": "#2"}, - "east": {"uv": [7.5, 8.5, 8.5, 9], "texture": "#2"}, - "south": {"uv": [12, 0.5, 12.5, 1], "texture": "#2"}, - "west": {"uv": [8.5, 7.5, 9.5, 8], "texture": "#2"}, - "up": {"uv": [9, 9, 8.5, 8], "texture": "#2"}, - "down": {"uv": [5.5, 9, 5, 10], "texture": "#2"} - } - }, - { - "from": [9, 0, 7], - "to": [10, 1, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 0, 7]}, - "faces": { - "north": {"uv": [1, 12, 1.5, 12.5], "texture": "#2"}, - "east": {"uv": [9, 4, 10, 4.5], "texture": "#2"}, - "south": {"uv": [12, 1, 12.5, 1.5], "texture": "#2"}, - "west": {"uv": [9, 5.5, 10, 6], "texture": "#2"}, - "up": {"uv": [7, 10, 6.5, 9], "texture": "#2"}, - "down": {"uv": [8, 9, 7.5, 10], "texture": "#2"} - } - }, - { - "from": [7, 15, 9], - "to": [9, 16, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 9]}, - "faces": { - "north": {"uv": [9, 7, 10, 7.5], "texture": "#2"}, - "east": {"uv": [1.5, 12, 2, 12.5], "texture": "#2"}, - "south": {"uv": [8, 9, 9, 9.5], "texture": "#2"}, - "west": {"uv": [12, 1.5, 12.5, 2], "texture": "#2"}, - "up": {"uv": [10, 8.5, 9, 8], "texture": "#2"}, - "down": {"uv": [10, 8.5, 9, 9], "texture": "#2"} - } - }, - { - "from": [7, 9, 15], - "to": [9, 10, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 15]}, - "faces": { - "north": {"uv": [9, 9, 10, 9.5], "texture": "#2"}, - "east": {"uv": [2, 12, 2.5, 12.5], "texture": "#2"}, - "south": {"uv": [4, 9.5, 5, 10], "texture": "#2"}, - "west": {"uv": [12, 2, 12.5, 2.5], "texture": "#2"}, - "up": {"uv": [10.5, 5, 9.5, 4.5], "texture": "#2"}, - "down": {"uv": [10.5, 5, 9.5, 5.5], "texture": "#2"} - } - }, - { - "from": [7, 9, 0], - "to": [9, 10, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 0]}, - "faces": { - "north": {"uv": [5.5, 9.5, 6.5, 10], "texture": "#2"}, - "east": {"uv": [2.5, 12, 3, 12.5], "texture": "#2"}, - "south": {"uv": [9.5, 6, 10.5, 6.5], "texture": "#2"}, - "west": {"uv": [12, 2.5, 12.5, 3], "texture": "#2"}, - "up": {"uv": [10.5, 7, 9.5, 6.5], "texture": "#2"}, - "down": {"uv": [10.5, 7.5, 9.5, 8], "texture": "#2"} - } - }, - { - "from": [7, 6, 15], - "to": [9, 7, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 6, 15]}, - "faces": { - "north": {"uv": [8, 9.5, 9, 10], "texture": "#2"}, - "east": {"uv": [3, 12, 3.5, 12.5], "texture": "#2"}, - "south": {"uv": [9, 9.5, 10, 10], "texture": "#2"}, - "west": {"uv": [12, 3, 12.5, 3.5], "texture": "#2"}, - "up": {"uv": [5, 10.5, 4, 10], "texture": "#2"}, - "down": {"uv": [11, 4, 10, 4.5], "texture": "#2"} - } - }, - { - "from": [7, 6, 0], - "to": [9, 7, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 6, 0]}, - "faces": { - "north": {"uv": [5, 10, 6, 10.5], "texture": "#2"}, - "east": {"uv": [3.5, 12, 4, 12.5], "texture": "#2"}, - "south": {"uv": [10, 5.5, 11, 6], "texture": "#2"}, - "west": {"uv": [12, 3.5, 12.5, 4], "texture": "#2"}, - "up": {"uv": [7, 10.5, 6, 10], "texture": "#2"}, - "down": {"uv": [8, 10, 7, 10.5], "texture": "#2"} - } - }, - { - "from": [9, 7, 15], - "to": [10, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 7, 15]}, - "faces": { - "north": {"uv": [8, 10, 8.5, 11], "texture": "#2"}, - "east": {"uv": [10, 8, 10.5, 9], "texture": "#2"}, - "south": {"uv": [8.5, 10, 9, 11], "texture": "#2"}, - "west": {"uv": [9, 10, 9.5, 11], "texture": "#2"}, - "up": {"uv": [12.5, 4.5, 12, 4], "texture": "#2"}, - "down": {"uv": [12.5, 4.5, 12, 5], "texture": "#2"} - } - }, - { - "from": [9, 7, 0], - "to": [10, 9, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 7, 0]}, - "faces": { - "north": {"uv": [10, 9, 10.5, 10], "texture": "#2"}, - "east": {"uv": [9.5, 10, 10, 11], "texture": "#2"}, - "south": {"uv": [10, 10, 10.5, 11], "texture": "#2"}, - "west": {"uv": [4, 10.5, 4.5, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 5.5, 12, 5], "texture": "#2"}, - "down": {"uv": [12.5, 5.5, 12, 6], "texture": "#2"} - } - }, - { - "from": [6, 7, 15], - "to": [7, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 15]}, - "faces": { - "north": {"uv": [4.5, 10.5, 5, 11.5], "texture": "#2"}, - "east": {"uv": [10.5, 4.5, 11, 5.5], "texture": "#2"}, - "south": {"uv": [5, 10.5, 5.5, 11.5], "texture": "#2"}, - "west": {"uv": [5.5, 10.5, 6, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 6.5, 12, 6], "texture": "#2"}, - "down": {"uv": [12.5, 6.5, 12, 7], "texture": "#2"} - } - }, - { - "from": [6, 7, 0], - "to": [7, 9, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 0]}, - "faces": { - "north": {"uv": [6, 10.5, 6.5, 11.5], "texture": "#2"}, - "east": {"uv": [10.5, 6, 11, 7], "texture": "#2"}, - "south": {"uv": [6.5, 10.5, 7, 11.5], "texture": "#2"}, - "west": {"uv": [7, 10.5, 7.5, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 7.5, 12, 7], "texture": "#2"}, - "down": {"uv": [12.5, 7.5, 12, 8], "texture": "#2"} - } - }, - { - "from": [7, 0, 9], - "to": [9, 1, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 9]}, - "faces": { - "north": {"uv": [10, 7, 11, 7.5], "texture": "#2"}, - "east": {"uv": [8, 12, 8.5, 12.5], "texture": "#2"}, - "south": {"uv": [10.5, 7.5, 11.5, 8], "texture": "#2"}, - "west": {"uv": [12, 8, 12.5, 8.5], "texture": "#2"}, - "up": {"uv": [11.5, 8.5, 10.5, 8], "texture": "#2"}, - "down": {"uv": [11.5, 8.5, 10.5, 9], "texture": "#2"} - } - }, - { - "from": [7, 15, 6], - "to": [9, 16, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 6]}, - "faces": { - "north": {"uv": [10.5, 9, 11.5, 9.5], "texture": "#2"}, - "east": {"uv": [8.5, 12, 9, 12.5], "texture": "#2"}, - "south": {"uv": [10.5, 9.5, 11.5, 10], "texture": "#2"}, - "west": {"uv": [12, 8.5, 12.5, 9], "texture": "#2"}, - "up": {"uv": [11.5, 10.5, 10.5, 10], "texture": "#2"}, - "down": {"uv": [11.5, 10.5, 10.5, 11], "texture": "#2"} - } - }, - { - "from": [7, 0, 6], - "to": [9, 1, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 6]}, - "faces": { - "north": {"uv": [11, 4, 12, 4.5], "texture": "#2"}, - "east": {"uv": [9, 12, 9.5, 12.5], "texture": "#2"}, - "south": {"uv": [11, 4.5, 12, 5], "texture": "#2"}, - "west": {"uv": [12, 9, 12.5, 9.5], "texture": "#2"}, - "up": {"uv": [12, 5.5, 11, 5], "texture": "#2"}, - "down": {"uv": [12, 5.5, 11, 6], "texture": "#2"} - } - }, - { - "from": [15, 9, 7], - "to": [16, 10, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 9, 7]}, - "faces": { - "north": {"uv": [9.5, 12, 10, 12.5], "texture": "#2"}, - "east": {"uv": [11, 6, 12, 6.5], "texture": "#2"}, - "south": {"uv": [12, 9.5, 12.5, 10], "texture": "#2"}, - "west": {"uv": [11, 6.5, 12, 7], "texture": "#2"}, - "up": {"uv": [8, 11.5, 7.5, 10.5], "texture": "#2"}, - "down": {"uv": [8.5, 11, 8, 12], "texture": "#2"} - } - }, - { - "from": [0, 7, 9], - "to": [1, 9, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 9]}, - "faces": { - "north": {"uv": [8.5, 11, 9, 12], "texture": "#2"}, - "east": {"uv": [9, 11, 9.5, 12], "texture": "#2"}, - "south": {"uv": [9.5, 11, 10, 12], "texture": "#2"}, - "west": {"uv": [10, 11, 10.5, 12], "texture": "#2"}, - "up": {"uv": [10.5, 12.5, 10, 12], "texture": "#2"}, - "down": {"uv": [12.5, 10, 12, 10.5], "texture": "#2"} - } - }, - { - "from": [15, 7, 9], - "to": [16, 9, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 9]}, - "faces": { - "north": {"uv": [10.5, 11, 11, 12], "texture": "#2"}, - "east": {"uv": [11, 11, 11.5, 12], "texture": "#2"}, - "south": {"uv": [4, 11.5, 4.5, 12.5], "texture": "#2"}, - "west": {"uv": [4.5, 11.5, 5, 12.5], "texture": "#2"}, - "up": {"uv": [11, 12.5, 10.5, 12], "texture": "#2"}, - "down": {"uv": [12.5, 10.5, 12, 11], "texture": "#2"} - } - }, - { - "from": [0, 7, 6], - "to": [1, 9, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 6]}, - "faces": { - "north": {"uv": [5, 11.5, 5.5, 12.5], "texture": "#2"}, - "east": {"uv": [5.5, 11.5, 6, 12.5], "texture": "#2"}, - "south": {"uv": [6, 11.5, 6.5, 12.5], "texture": "#2"}, - "west": {"uv": [6.5, 11.5, 7, 12.5], "texture": "#2"}, - "up": {"uv": [11.5, 12.5, 11, 12], "texture": "#2"}, - "down": {"uv": [12.5, 11, 12, 11.5], "texture": "#2"} - } - }, - { - "from": [15, 7, 6], - "to": [16, 9, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 6]}, - "faces": { - "north": {"uv": [7, 11.5, 7.5, 12.5], "texture": "#2"}, - "east": {"uv": [11.5, 7, 12, 8], "texture": "#2"}, - "south": {"uv": [7.5, 11.5, 8, 12.5], "texture": "#2"}, - "west": {"uv": [11.5, 8, 12, 9], "texture": "#2"}, - "up": {"uv": [12, 12.5, 11.5, 12], "texture": "#2"}, - "down": {"uv": [12.5, 11.5, 12, 12], "texture": "#2"} - } - }, - { - "from": [3, 12, 4], - "to": [4, 13, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 12, 4]}, - "faces": { - "north": {"uv": [10.5, 5.5, 11, 6], "texture": "#1"}, - "east": {"uv": [0, 0, 4, 0.5], "texture": "#1"}, - "south": {"uv": [11, 2.5, 11.5, 3], "texture": "#1"}, - "west": {"uv": [0, 0.5, 4, 1], "texture": "#1"}, - "up": {"uv": [0.5, 5, 0, 1], "texture": "#1"}, - "down": {"uv": [1, 1, 0.5, 5], "texture": "#1"} - } - }, - { - "from": [7, 1, 7], - "to": [9, 4, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 1, 7]}, - "faces": { - "north": {"uv": [7, 8, 8, 9.5], "texture": "#1"}, - "east": {"uv": [8, 8, 9, 9.5], "texture": "#1"}, - "south": {"uv": [0, 9, 1, 10.5], "texture": "#1"}, - "west": {"uv": [1, 9, 2, 10.5], "texture": "#1"}, - "up": {"uv": [4, 12, 3, 11], "texture": "#1"}, - "down": {"uv": [5, 11, 4, 12], "texture": "#1"} - } - }, - { - "from": [12, 7, 7], - "to": [15, 9, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 7, 7]}, - "faces": { - "north": {"uv": [9, 3, 10.5, 4], "texture": "#1"}, - "east": {"uv": [7, 11, 8, 12], "texture": "#1"}, - "south": {"uv": [9, 4, 10.5, 5], "texture": "#1"}, - "west": {"uv": [8, 11, 9, 12], "texture": "#1"}, - "up": {"uv": [10.5, 6, 9, 5], "texture": "#1"}, - "down": {"uv": [10.5, 8, 9, 9], "texture": "#1"} - } - }, - { - "from": [7, 12, 7], - "to": [9, 15, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 12, 7]}, - "faces": { - "north": {"uv": [2, 9, 3, 10.5], "texture": "#1"}, - "east": {"uv": [9, 9, 10, 10.5], "texture": "#1"}, - "south": {"uv": [7, 9.5, 8, 11], "texture": "#1"}, - "west": {"uv": [8, 9.5, 9, 11], "texture": "#1"}, - "up": {"uv": [11, 12, 10, 11], "texture": "#1"}, - "down": {"uv": [12, 11, 11, 12], "texture": "#1"} - } - }, - { - "from": [1, 7, 7], - "to": [4, 9, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 7, 7]}, - "faces": { - "north": {"uv": [10, 6, 11.5, 7], "texture": "#1"}, - "east": {"uv": [0, 11.5, 1, 12.5], "texture": "#1"}, - "south": {"uv": [10, 7, 11.5, 8], "texture": "#1"}, - "west": {"uv": [1, 11.5, 2, 12.5], "texture": "#1"}, - "up": {"uv": [11.5, 10, 10, 9], "texture": "#1"}, - "down": {"uv": [11.5, 10, 10, 11], "texture": "#1"} - } - }, - { - "from": [3, 4, 3], - "to": [4, 12, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 4, 3]}, - "faces": { - "north": {"uv": [1, 1, 1.5, 5], "texture": "#1"}, - "east": {"uv": [1.5, 1, 2, 5], "texture": "#1"}, - "south": {"uv": [2, 1, 2.5, 5], "texture": "#1"}, - "west": {"uv": [2.5, 1, 3, 5], "texture": "#1"}, - "up": {"uv": [11.5, 6, 11, 5.5], "texture": "#1"}, - "down": {"uv": [12, 5.5, 11.5, 6], "texture": "#1"} - } - }, - { - "from": [4, 12, 3], - "to": [12, 13, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 12, 3]}, - "faces": { - "north": {"uv": [3, 1, 7, 1.5], "texture": "#1"}, - "east": {"uv": [11.5, 6, 12, 6.5], "texture": "#1"}, - "south": {"uv": [3, 1.5, 7, 2], "texture": "#1"}, - "west": {"uv": [11.5, 6.5, 12, 7], "texture": "#1"}, - "up": {"uv": [7, 2.5, 3, 2], "texture": "#1"}, - "down": {"uv": [7, 2.5, 3, 3], "texture": "#1"} - } - }, - { - "from": [12, 4, 3], - "to": [13, 12, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 4, 3]}, - "faces": { - "north": {"uv": [3, 3, 3.5, 7], "texture": "#1"}, - "east": {"uv": [3.5, 3, 4, 7], "texture": "#1"}, - "south": {"uv": [4, 3, 4.5, 7], "texture": "#1"}, - "west": {"uv": [4.5, 3, 5, 7], "texture": "#1"}, - "up": {"uv": [12, 7.5, 11.5, 7], "texture": "#1"}, - "down": {"uv": [12, 7.5, 11.5, 8], "texture": "#1"} - } - }, - { - "from": [4, 3, 3], - "to": [12, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 3]}, - "faces": { - "north": {"uv": [4, 0, 8, 0.5], "texture": "#1"}, - "east": {"uv": [11.5, 9, 12, 9.5], "texture": "#1"}, - "south": {"uv": [4, 0.5, 8, 1], "texture": "#1"}, - "west": {"uv": [11.5, 9.5, 12, 10], "texture": "#1"}, - "up": {"uv": [9, 3.5, 5, 3], "texture": "#1"}, - "down": {"uv": [9, 3.5, 5, 4], "texture": "#1"} - } - }, - { - "from": [12, 3, 4], - "to": [13, 4, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 3, 4]}, - "faces": { - "north": {"uv": [11.5, 10, 12, 10.5], "texture": "#1"}, - "east": {"uv": [5, 4, 9, 4.5], "texture": "#1"}, - "south": {"uv": [11.5, 10.5, 12, 11], "texture": "#1"}, - "west": {"uv": [5, 4.5, 9, 5], "texture": "#1"}, - "up": {"uv": [0.5, 9, 0, 5], "texture": "#1"}, - "down": {"uv": [1, 5, 0.5, 9], "texture": "#1"} - } - }, - { - "from": [12, 12, 4], - "to": [13, 13, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 4]}, - "faces": { - "north": {"uv": [12, 0, 12.5, 0.5], "texture": "#1"}, - "east": {"uv": [5, 5, 9, 5.5], "texture": "#1"}, - "south": {"uv": [12, 0.5, 12.5, 1], "texture": "#1"}, - "west": {"uv": [5, 5.5, 9, 6], "texture": "#1"}, - "up": {"uv": [1.5, 9, 1, 5], "texture": "#1"}, - "down": {"uv": [2, 5, 1.5, 9], "texture": "#1"} - } - }, - { - "from": [12, 4, 12], - "to": [13, 12, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 4, 12]}, - "faces": { - "north": {"uv": [2, 5, 2.5, 9], "texture": "#1"}, - "east": {"uv": [2.5, 5, 3, 9], "texture": "#1"}, - "south": {"uv": [5, 6, 5.5, 10], "texture": "#1"}, - "west": {"uv": [5.5, 6, 6, 10], "texture": "#1"}, - "up": {"uv": [12.5, 1.5, 12, 1], "texture": "#1"}, - "down": {"uv": [12.5, 1.5, 12, 2], "texture": "#1"} - } - }, - { - "from": [7, 7, 1], - "to": [9, 9, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 1]}, - "faces": { - "north": {"uv": [2, 11.5, 3, 12.5], "texture": "#1"}, - "east": {"uv": [0, 10.5, 1.5, 11.5], "texture": "#1"}, - "south": {"uv": [11.5, 2.5, 12.5, 3.5], "texture": "#1"}, - "west": {"uv": [1.5, 10.5, 3, 11.5], "texture": "#1"}, - "up": {"uv": [6, 11.5, 5, 10], "texture": "#1"}, - "down": {"uv": [11.5, 3, 10.5, 4.5], "texture": "#1"} - } - }, - { - "from": [4, 12, 12], - "to": [12, 13, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 12, 12]}, - "faces": { - "north": {"uv": [6, 6, 10, 6.5], "texture": "#1"}, - "east": {"uv": [12, 2, 12.5, 2.5], "texture": "#1"}, - "south": {"uv": [6, 6.5, 10, 7], "texture": "#1"}, - "west": {"uv": [3, 12, 3.5, 12.5], "texture": "#1"}, - "up": {"uv": [11, 1.5, 7, 1], "texture": "#1"}, - "down": {"uv": [11, 1.5, 7, 2], "texture": "#1"} - } - }, - { - "from": [4, 3, 12], - "to": [12, 4, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 12]}, - "faces": { - "north": {"uv": [7, 2, 11, 2.5], "texture": "#1"}, - "east": {"uv": [3.5, 12, 4, 12.5], "texture": "#1"}, - "south": {"uv": [7, 2.5, 11, 3], "texture": "#1"}, - "west": {"uv": [4, 12, 4.5, 12.5], "texture": "#1"}, - "up": {"uv": [10, 7.5, 6, 7], "texture": "#1"}, - "down": {"uv": [10, 7.5, 6, 8], "texture": "#1"} - } - }, - { - "from": [7, 7, 12], - "to": [9, 9, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 12]}, - "faces": { - "north": {"uv": [11.5, 3.5, 12.5, 4.5], "texture": "#1"}, - "east": {"uv": [10.5, 4.5, 12, 5.5], "texture": "#1"}, - "south": {"uv": [5, 11.5, 6, 12.5], "texture": "#1"}, - "west": {"uv": [10.5, 8, 12, 9], "texture": "#1"}, - "up": {"uv": [10, 12, 9, 10.5], "texture": "#1"}, - "down": {"uv": [12, 1, 11, 2.5], "texture": "#1"} - } - }, - { - "from": [3, 4, 12], - "to": [4, 12, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 4, 12]}, - "faces": { - "north": {"uv": [3, 7, 3.5, 11], "texture": "#1"}, - "east": {"uv": [3.5, 7, 4, 11], "texture": "#1"}, - "south": {"uv": [4, 7, 4.5, 11], "texture": "#1"}, - "west": {"uv": [4.5, 7, 5, 11], "texture": "#1"}, - "up": {"uv": [5, 12.5, 4.5, 12], "texture": "#1"}, - "down": {"uv": [12.5, 4.5, 12, 5], "texture": "#1"} - } - }, - { - "from": [3, 3, 4], - "to": [4, 4, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 3, 4]}, - "faces": { - "north": {"uv": [12, 5, 12.5, 5.5], "texture": "#1"}, - "east": {"uv": [8, 0, 12, 0.5], "texture": "#1"}, - "south": {"uv": [12, 5.5, 12.5, 6], "texture": "#1"}, - "west": {"uv": [8, 0.5, 12, 1], "texture": "#1"}, - "up": {"uv": [6.5, 12, 6, 8], "texture": "#1"}, - "down": {"uv": [7, 8, 6.5, 12], "texture": "#1"} - } - }, - { - "from": [0, 0, 4], - "to": [1, 1, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 4]}, - "faces": { - "north": {"uv": [8, 6.5, 8.25, 6.75], "texture": "#0"}, - "east": {"uv": [4.5, 4.5, 6.5, 4.75], "texture": "#0"}, - "south": {"uv": [8, 7, 8.25, 7.25], "texture": "#0"}, - "west": {"uv": [4.5, 4.75, 6.5, 5], "texture": "#0"}, - "up": {"uv": [4.75, 7, 4.5, 5], "texture": "#0"}, - "down": {"uv": [5, 5, 4.75, 7], "texture": "#0"} - } - }, - { - "from": [0, 15, 4], - "to": [1, 16, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 15, 4]}, - "faces": { - "north": {"uv": [8.25, 0, 8.5, 0.25], "texture": "#0"}, - "east": {"uv": [5, 5, 7, 5.25], "texture": "#0"}, - "south": {"uv": [8.25, 0.75, 8.5, 1], "texture": "#0"}, - "west": {"uv": [0, 5.25, 2, 5.5], "texture": "#0"}, - "up": {"uv": [5.5, 2, 5.25, 0], "texture": "#0"}, - "down": {"uv": [2.25, 5.25, 2, 7.25], "texture": "#0"} - } - }, - { - "from": [4, 0, 0], - "to": [12, 1, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 0]}, - "faces": { - "north": {"uv": [5.25, 2, 7.25, 2.25], "texture": "#0"}, - "east": {"uv": [5.25, 8.5, 5.5, 8.75], "texture": "#0"}, - "south": {"uv": [2.25, 5.25, 4.25, 5.5], "texture": "#0"}, - "west": {"uv": [5.5, 8.5, 5.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 2.5, 5.25, 2.25], "texture": "#0"}, - "down": {"uv": [7.25, 2.5, 5.25, 2.75], "texture": "#0"} - } - }, - { - "from": [4, 15, 0], - "to": [12, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 15, 0]}, - "faces": { - "north": {"uv": [5.25, 2.75, 7.25, 3], "texture": "#0"}, - "east": {"uv": [8.5, 5.5, 8.75, 5.75], "texture": "#0"}, - "south": {"uv": [5.25, 3, 7.25, 3.25], "texture": "#0"}, - "west": {"uv": [5.75, 8.5, 6, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 3.5, 5.25, 3.25], "texture": "#0"}, - "down": {"uv": [7.25, 3.5, 5.25, 3.75], "texture": "#0"} - } - }, - { - "from": [15, 0, 4], - "to": [16, 1, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 0, 4]}, - "faces": { - "north": {"uv": [8.5, 5.75, 8.75, 6], "texture": "#0"}, - "east": {"uv": [5.25, 3.75, 7.25, 4], "texture": "#0"}, - "south": {"uv": [6, 8.5, 6.25, 8.75], "texture": "#0"}, - "west": {"uv": [5.25, 4, 7.25, 4.25], "texture": "#0"}, - "up": {"uv": [4.5, 7.25, 4.25, 5.25], "texture": "#0"}, - "down": {"uv": [5.25, 5.25, 5, 7.25], "texture": "#0"} - } - }, - { - "from": [15, 15, 4], - "to": [16, 16, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 15, 4]}, - "faces": { - "north": {"uv": [8.5, 6, 8.75, 6.25], "texture": "#0"}, - "east": {"uv": [5.25, 4.25, 7.25, 4.5], "texture": "#0"}, - "south": {"uv": [6.25, 8.5, 6.5, 8.75], "texture": "#0"}, - "west": {"uv": [5.25, 5.25, 7.25, 5.5], "texture": "#0"}, - "up": {"uv": [0.25, 7.5, 0, 5.5], "texture": "#0"}, - "down": {"uv": [5.75, 0, 5.5, 2], "texture": "#0"} - } - }, - { - "from": [4, 0, 15], - "to": [12, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 15]}, - "faces": { - "north": {"uv": [2.25, 5.5, 4.25, 5.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.25, 8.75, 6.5], "texture": "#0"}, - "south": {"uv": [5.25, 5.5, 7.25, 5.75], "texture": "#0"}, - "west": {"uv": [6.5, 8.5, 6.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.75, 0.25, 5.75, 0], "texture": "#0"}, - "down": {"uv": [7.75, 0.25, 5.75, 0.5], "texture": "#0"} - } - }, - { - "from": [4, 15, 15], - "to": [12, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 15, 15]}, - "faces": { - "north": {"uv": [5.75, 0.5, 7.75, 0.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.5, 8.75, 6.75], "texture": "#0"}, - "south": {"uv": [5.75, 0.75, 7.75, 1], "texture": "#0"}, - "west": {"uv": [6.75, 8.5, 7, 8.75], "texture": "#0"}, - "up": {"uv": [7.75, 1.25, 5.75, 1], "texture": "#0"}, - "down": {"uv": [7.75, 1.25, 5.75, 1.5], "texture": "#0"} - } - }, - { - "from": [2, 0, 1], - "to": [4, 1, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 0, 1]}, - "faces": { - "north": {"uv": [5.75, 1.5, 6.25, 1.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.75, 8.75, 7], "texture": "#0"}, - "south": {"uv": [5.75, 1.75, 6.25, 2], "texture": "#0"}, - "west": {"uv": [8.5, 7, 8.75, 7.25], "texture": "#0"}, - "up": {"uv": [6, 6, 5.5, 5.75], "texture": "#0"}, - "down": {"uv": [6, 6, 5.5, 6.25], "texture": "#0"} - } - }, - { - "from": [2, 15, 1], - "to": [4, 16, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 15, 1]}, - "faces": { - "north": {"uv": [6, 5.75, 6.5, 6], "texture": "#0"}, - "east": {"uv": [7.25, 8.5, 7.5, 8.75], "texture": "#0"}, - "south": {"uv": [6, 6, 6.5, 6.25], "texture": "#0"}, - "west": {"uv": [8.5, 7.25, 8.75, 7.5], "texture": "#0"}, - "up": {"uv": [6.75, 1.75, 6.25, 1.5], "texture": "#0"}, - "down": {"uv": [6.75, 1.75, 6.25, 2], "texture": "#0"} - } - }, - { - "from": [1, 0, 2], - "to": [2, 1, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 2]}, - "faces": { - "north": {"uv": [7.5, 8.5, 7.75, 8.75], "texture": "#0"}, - "east": {"uv": [5.5, 6.25, 6, 6.5], "texture": "#0"}, - "south": {"uv": [8.5, 7.5, 8.75, 7.75], "texture": "#0"}, - "west": {"uv": [6, 6.25, 6.5, 6.5], "texture": "#0"}, - "up": {"uv": [6.75, 5, 6.5, 4.5], "texture": "#0"}, - "down": {"uv": [5.75, 6.5, 5.5, 7], "texture": "#0"} - } - }, - { - "from": [1, 15, 2], - "to": [2, 16, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 15, 2]}, - "faces": { - "north": {"uv": [7.75, 8.5, 8, 8.75], "texture": "#0"}, - "east": {"uv": [5.75, 6.5, 6.25, 6.75], "texture": "#0"}, - "south": {"uv": [8.5, 7.75, 8.75, 8], "texture": "#0"}, - "west": {"uv": [6.5, 5.75, 7, 6], "texture": "#0"}, - "up": {"uv": [6.75, 6.5, 6.5, 6], "texture": "#0"}, - "down": {"uv": [6.5, 6.5, 6.25, 7], "texture": "#0"} - } - }, - { - "from": [12, 0, 1], - "to": [14, 1, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 0, 1]}, - "faces": { - "north": {"uv": [6.5, 6.5, 7, 6.75], "texture": "#0"}, - "east": {"uv": [8.5, 8, 8.75, 8.25], "texture": "#0"}, - "south": {"uv": [6.75, 1.5, 7.25, 1.75], "texture": "#0"}, - "west": {"uv": [8.25, 8.5, 8.5, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 2, 6.75, 1.75], "texture": "#0"}, - "down": {"uv": [7.25, 4.5, 6.75, 4.75], "texture": "#0"} - } - }, - { - "from": [12, 15, 1], - "to": [14, 16, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 15, 1]}, - "faces": { - "north": {"uv": [6.75, 4.75, 7.25, 5], "texture": "#0"}, - "east": {"uv": [8.5, 8.25, 8.75, 8.5], "texture": "#0"}, - "south": {"uv": [5.75, 6.75, 6.25, 7], "texture": "#0"}, - "west": {"uv": [8.5, 8.5, 8.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 6.25, 6.75, 6], "texture": "#0"}, - "down": {"uv": [7.25, 6.25, 6.75, 6.5], "texture": "#0"} - } - }, - { - "from": [14, 0, 2], - "to": [15, 1, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 2]}, - "faces": { - "north": {"uv": [0, 8.75, 0.25, 9], "texture": "#0"}, - "east": {"uv": [6.5, 6.75, 7, 7], "texture": "#0"}, - "south": {"uv": [8.75, 0, 9, 0.25], "texture": "#0"}, - "west": {"uv": [4.5, 7, 5, 7.25], "texture": "#0"}, - "up": {"uv": [5.75, 7.5, 5.5, 7], "texture": "#0"}, - "down": {"uv": [6, 7, 5.75, 7.5], "texture": "#0"} - } - }, - { - "from": [14, 15, 2], - "to": [15, 16, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 15, 2]}, - "faces": { - "north": {"uv": [0.25, 8.75, 0.5, 9], "texture": "#0"}, - "east": {"uv": [7, 5, 7.5, 5.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.25, 9, 0.5], "texture": "#0"}, - "west": {"uv": [7, 5.75, 7.5, 6], "texture": "#0"}, - "up": {"uv": [6.25, 7.5, 6, 7], "texture": "#0"}, - "down": {"uv": [6.5, 7, 6.25, 7.5], "texture": "#0"} - } - }, - { - "from": [1, 0, 12], - "to": [2, 1, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 12]}, - "faces": { - "north": {"uv": [0.5, 8.75, 0.75, 9], "texture": "#0"}, - "east": {"uv": [6.5, 7, 7, 7.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.5, 9, 0.75], "texture": "#0"}, - "west": {"uv": [7, 6.5, 7.5, 6.75], "texture": "#0"}, - "up": {"uv": [7.25, 7.25, 7, 6.75], "texture": "#0"}, - "down": {"uv": [7.5, 1.5, 7.25, 2], "texture": "#0"} - } - }, - { - "from": [1, 15, 12], - "to": [2, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 15, 12]}, - "faces": { - "north": {"uv": [0.75, 8.75, 1, 9], "texture": "#0"}, - "east": {"uv": [7.25, 2, 7.75, 2.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.75, 9, 1], "texture": "#0"}, - "west": {"uv": [7.25, 2.25, 7.75, 2.5], "texture": "#0"}, - "up": {"uv": [2.25, 7.75, 2, 7.25], "texture": "#0"}, - "down": {"uv": [7.5, 2.5, 7.25, 3], "texture": "#0"} - } - }, - { - "from": [2, 0, 14], - "to": [4, 1, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 0, 14]}, - "faces": { - "north": {"uv": [7.25, 3, 7.75, 3.25], "texture": "#0"}, - "east": {"uv": [1, 8.75, 1.25, 9], "texture": "#0"}, - "south": {"uv": [7.25, 3.25, 7.75, 3.5], "texture": "#0"}, - "west": {"uv": [8.75, 1, 9, 1.25], "texture": "#0"}, - "up": {"uv": [7.75, 3.75, 7.25, 3.5], "texture": "#0"}, - "down": {"uv": [7.75, 3.75, 7.25, 4], "texture": "#0"} - } - }, - { - "from": [2, 15, 14], - "to": [4, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 15, 14]}, - "faces": { - "north": {"uv": [7.25, 4, 7.75, 4.25], "texture": "#0"}, - "east": {"uv": [1.25, 8.75, 1.5, 9], "texture": "#0"}, - "south": {"uv": [4.25, 7.25, 4.75, 7.5], "texture": "#0"}, - "west": {"uv": [8.75, 1.25, 9, 1.5], "texture": "#0"}, - "up": {"uv": [7.75, 4.5, 7.25, 4.25], "texture": "#0"}, - "down": {"uv": [7.75, 4.5, 7.25, 4.75], "texture": "#0"} - } - }, - { - "from": [14, 0, 12], - "to": [15, 1, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 12]}, - "faces": { - "north": {"uv": [1.5, 8.75, 1.75, 9], "texture": "#0"}, - "east": {"uv": [4.75, 7.25, 5.25, 7.5], "texture": "#0"}, - "south": {"uv": [8.75, 1.5, 9, 1.75], "texture": "#0"}, - "west": {"uv": [7.25, 4.75, 7.75, 5], "texture": "#0"}, - "up": {"uv": [7.5, 5.75, 7.25, 5.25], "texture": "#0"}, - "down": {"uv": [7.5, 6, 7.25, 6.5], "texture": "#0"} - } - }, - { - "from": [14, 15, 12], - "to": [15, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 15, 12]}, - "faces": { - "north": {"uv": [1.75, 8.75, 2, 9], "texture": "#0"}, - "east": {"uv": [6.5, 7.25, 7, 7.5], "texture": "#0"}, - "south": {"uv": [8.75, 1.75, 9, 2], "texture": "#0"}, - "west": {"uv": [7.25, 6.75, 7.75, 7], "texture": "#0"}, - "up": {"uv": [7.25, 7.75, 7, 7.25], "texture": "#0"}, - "down": {"uv": [7.5, 7, 7.25, 7.5], "texture": "#0"} - } - }, - { - "from": [12, 0, 14], - "to": [14, 1, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 0, 14]}, - "faces": { - "north": {"uv": [0, 7.5, 0.5, 7.75], "texture": "#0"}, - "east": {"uv": [2, 8.75, 2.25, 9], "texture": "#0"}, - "south": {"uv": [0.5, 7.5, 1, 7.75], "texture": "#0"}, - "west": {"uv": [8.75, 2, 9, 2.25], "texture": "#0"}, - "up": {"uv": [1.5, 7.75, 1, 7.5], "texture": "#0"}, - "down": {"uv": [2, 7.5, 1.5, 7.75], "texture": "#0"} - } - }, - { - "from": [12, 15, 14], - "to": [14, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 15, 14]}, - "faces": { - "north": {"uv": [7.5, 1.5, 8, 1.75], "texture": "#0"}, - "east": {"uv": [2.25, 8.75, 2.5, 9], "texture": "#0"}, - "south": {"uv": [7.5, 1.75, 8, 2], "texture": "#0"}, - "west": {"uv": [8.75, 2.25, 9, 2.5], "texture": "#0"}, - "up": {"uv": [8, 2.75, 7.5, 2.5], "texture": "#0"}, - "down": {"uv": [8, 2.75, 7.5, 3], "texture": "#0"} - } - }, - { - "from": [2, 1, 0], - "to": [4, 2, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 1, 0]}, - "faces": { - "north": {"uv": [4.25, 7.5, 4.75, 7.75], "texture": "#0"}, - "east": {"uv": [2.5, 8.75, 2.75, 9], "texture": "#0"}, - "south": {"uv": [4.75, 7.5, 5.25, 7.75], "texture": "#0"}, - "west": {"uv": [8.75, 2.5, 9, 2.75], "texture": "#0"}, - "up": {"uv": [8, 5.25, 7.5, 5], "texture": "#0"}, - "down": {"uv": [8, 5.25, 7.5, 5.5], "texture": "#0"} - } - }, - { - "from": [2, 14, 0], - "to": [4, 15, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 14, 0]}, - "faces": { - "north": {"uv": [5.5, 7.5, 6, 7.75], "texture": "#0"}, - "east": {"uv": [2.75, 8.75, 3, 9], "texture": "#0"}, - "south": {"uv": [7.5, 5.5, 8, 5.75], "texture": "#0"}, - "west": {"uv": [8.75, 2.75, 9, 3], "texture": "#0"}, - "up": {"uv": [8, 6, 7.5, 5.75], "texture": "#0"}, - "down": {"uv": [6.5, 7.5, 6, 7.75], "texture": "#0"} - } - }, - { - "from": [0, 1, 2], - "to": [1, 2, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 2]}, - "faces": { - "north": {"uv": [3, 8.75, 3.25, 9], "texture": "#0"}, - "east": {"uv": [7.5, 6, 8, 6.25], "texture": "#0"}, - "south": {"uv": [8.75, 3, 9, 3.25], "texture": "#0"}, - "west": {"uv": [7.5, 6.25, 8, 6.5], "texture": "#0"}, - "up": {"uv": [6.75, 8, 6.5, 7.5], "texture": "#0"}, - "down": {"uv": [7, 7.5, 6.75, 8], "texture": "#0"} - } - }, - { - "from": [0, 14, 2], - "to": [1, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 14, 2]}, - "faces": { - "north": {"uv": [3.25, 8.75, 3.5, 9], "texture": "#0"}, - "east": {"uv": [7.5, 6.5, 8, 6.75], "texture": "#0"}, - "south": {"uv": [8.75, 3.25, 9, 3.5], "texture": "#0"}, - "west": {"uv": [7.5, 7, 8, 7.25], "texture": "#0"}, - "up": {"uv": [7.5, 8, 7.25, 7.5], "texture": "#0"}, - "down": {"uv": [7.75, 7.25, 7.5, 7.75], "texture": "#0"} - } - }, - { - "from": [0, 1, 12], - "to": [1, 2, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 12]}, - "faces": { - "north": {"uv": [3.5, 8.75, 3.75, 9], "texture": "#0"}, - "east": {"uv": [0, 7.75, 0.5, 8], "texture": "#0"}, - "south": {"uv": [8.75, 3.5, 9, 3.75], "texture": "#0"}, - "west": {"uv": [7.75, 0, 8.25, 0.25], "texture": "#0"}, - "up": {"uv": [8, 0.75, 7.75, 0.25], "texture": "#0"}, - "down": {"uv": [0.75, 7.75, 0.5, 8.25], "texture": "#0"} - } - }, - { - "from": [0, 14, 12], - "to": [1, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 14, 12]}, - "faces": { - "north": {"uv": [3.75, 8.75, 4, 9], "texture": "#0"}, - "east": {"uv": [0.75, 7.75, 1.25, 8], "texture": "#0"}, - "south": {"uv": [8.75, 3.75, 9, 4], "texture": "#0"}, - "west": {"uv": [7.75, 0.75, 8.25, 1], "texture": "#0"}, - "up": {"uv": [8, 1.5, 7.75, 1], "texture": "#0"}, - "down": {"uv": [1.5, 7.75, 1.25, 8.25], "texture": "#0"} - } - }, - { - "from": [12, 1, 0], - "to": [14, 2, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 0]}, - "faces": { - "north": {"uv": [1.5, 7.75, 2, 8], "texture": "#0"}, - "east": {"uv": [4, 8.75, 4.25, 9], "texture": "#0"}, - "south": {"uv": [2, 7.75, 2.5, 8], "texture": "#0"}, - "west": {"uv": [8.75, 4, 9, 4.25], "texture": "#0"}, - "up": {"uv": [8.25, 2.25, 7.75, 2], "texture": "#0"}, - "down": {"uv": [8.25, 2.25, 7.75, 2.5], "texture": "#0"} - } - }, - { - "from": [12, 14, 0], - "to": [14, 15, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 0]}, - "faces": { - "north": {"uv": [2.5, 7.75, 3, 8], "texture": "#0"}, - "east": {"uv": [8.75, 4.25, 9, 4.5], "texture": "#0"}, - "south": {"uv": [3, 7.75, 3.5, 8], "texture": "#0"}, - "west": {"uv": [8.75, 4.5, 9, 4.75], "texture": "#0"}, - "up": {"uv": [8.25, 3.25, 7.75, 3], "texture": "#0"}, - "down": {"uv": [8.25, 3.25, 7.75, 3.5], "texture": "#0"} - } - }, - { - "from": [15, 1, 2], - "to": [16, 2, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 1, 2]}, - "faces": { - "north": {"uv": [4.75, 8.75, 5, 9], "texture": "#0"}, - "east": {"uv": [3.5, 7.75, 4, 8], "texture": "#0"}, - "south": {"uv": [8.75, 4.75, 9, 5], "texture": "#0"}, - "west": {"uv": [7.75, 3.5, 8.25, 3.75], "texture": "#0"}, - "up": {"uv": [8, 4.25, 7.75, 3.75], "texture": "#0"}, - "down": {"uv": [4.25, 7.75, 4, 8.25], "texture": "#0"} - } - }, - { - "from": [15, 14, 2], - "to": [16, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 14, 2]}, - "faces": { - "north": {"uv": [8.75, 5, 9, 5.25], "texture": "#0"}, - "east": {"uv": [4.25, 7.75, 4.75, 8], "texture": "#0"}, - "south": {"uv": [5.25, 8.75, 5.5, 9], "texture": "#0"}, - "west": {"uv": [7.75, 4.25, 8.25, 4.5], "texture": "#0"}, - "up": {"uv": [8, 5, 7.75, 4.5], "texture": "#0"}, - "down": {"uv": [5, 7.75, 4.75, 8.25], "texture": "#0"} - } - }, - { - "from": [2, 1, 15], - "to": [4, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 1, 15]}, - "faces": { - "north": {"uv": [5, 7.75, 5.5, 8], "texture": "#0"}, - "east": {"uv": [8.75, 5.25, 9, 5.5], "texture": "#0"}, - "south": {"uv": [5.5, 7.75, 6, 8], "texture": "#0"}, - "west": {"uv": [5.5, 8.75, 5.75, 9], "texture": "#0"}, - "up": {"uv": [6.5, 8, 6, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 6.75, 7.75, 7], "texture": "#0"} - } - }, - { - "from": [2, 14, 15], - "to": [4, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 14, 15]}, - "faces": { - "north": {"uv": [7.75, 7.25, 8.25, 7.5], "texture": "#0"}, - "east": {"uv": [8.75, 5.5, 9, 5.75], "texture": "#0"}, - "south": {"uv": [7.5, 7.75, 8, 8], "texture": "#0"}, - "west": {"uv": [5.75, 8.75, 6, 9], "texture": "#0"}, - "up": {"uv": [8.25, 7.75, 7.75, 7.5], "texture": "#0"}, - "down": {"uv": [0.5, 8, 0, 8.25], "texture": "#0"} - } - }, - { - "from": [12, 1, 15], - "to": [14, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 15]}, - "faces": { - "north": {"uv": [8, 0.25, 8.5, 0.5], "texture": "#0"}, - "east": {"uv": [8.75, 5.75, 9, 6], "texture": "#0"}, - "south": {"uv": [8, 0.5, 8.5, 0.75], "texture": "#0"}, - "west": {"uv": [6, 8.75, 6.25, 9], "texture": "#0"}, - "up": {"uv": [1.25, 8.25, 0.75, 8], "texture": "#0"}, - "down": {"uv": [8.5, 1, 8, 1.25], "texture": "#0"} - } - }, - { - "from": [12, 14, 15], - "to": [14, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 15]}, - "faces": { - "north": {"uv": [8, 1.25, 8.5, 1.5], "texture": "#0"}, - "east": {"uv": [8.75, 6, 9, 6.25], "texture": "#0"}, - "south": {"uv": [1.5, 8, 2, 8.25], "texture": "#0"}, - "west": {"uv": [6.25, 8.75, 6.5, 9], "texture": "#0"}, - "up": {"uv": [8.5, 1.75, 8, 1.5], "texture": "#0"}, - "down": {"uv": [8.5, 1.75, 8, 2], "texture": "#0"} - } - }, - { - "from": [15, 1, 12], - "to": [16, 2, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 1, 13]}, - "faces": { - "north": {"uv": [8.75, 6.25, 9, 6.5], "texture": "#0"}, - "east": {"uv": [2, 8, 2.5, 8.25], "texture": "#0"}, - "south": {"uv": [6.5, 8.75, 6.75, 9], "texture": "#0"}, - "west": {"uv": [2.5, 8, 3, 8.25], "texture": "#0"}, - "up": {"uv": [7.25, 8.25, 7, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 2.5, 8, 3], "texture": "#0"} - } - }, - { - "from": [15, 14, 12], - "to": [16, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 14, 13]}, - "faces": { - "north": {"uv": [8.75, 6.5, 9, 6.75], "texture": "#0"}, - "east": {"uv": [3, 8, 3.5, 8.25], "texture": "#0"}, - "south": {"uv": [6.75, 8.75, 7, 9], "texture": "#0"}, - "west": {"uv": [3.5, 8, 4, 8.25], "texture": "#0"}, - "up": {"uv": [8.25, 4.25, 8, 3.75], "texture": "#0"}, - "down": {"uv": [4.5, 8, 4.25, 8.5], "texture": "#0"} - } - }, - { - "from": [0, 2, 1], - "to": [1, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 1]}, - "faces": { - "north": {"uv": [4.5, 8, 4.75, 8.5], "texture": "#0"}, - "east": {"uv": [8, 4.5, 8.25, 5], "texture": "#0"}, - "south": {"uv": [5, 8, 5.25, 8.5], "texture": "#0"}, - "west": {"uv": [8, 5, 8.25, 5.5], "texture": "#0"}, - "up": {"uv": [9, 7, 8.75, 6.75], "texture": "#0"}, - "down": {"uv": [7.25, 8.75, 7, 9], "texture": "#0"} - } - }, - { - "from": [0, 12, 1], - "to": [1, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 12, 1]}, - "faces": { - "north": {"uv": [5.25, 8, 5.5, 8.5], "texture": "#0"}, - "east": {"uv": [5.5, 8, 5.75, 8.5], "texture": "#0"}, - "south": {"uv": [8, 5.5, 8.25, 6], "texture": "#0"}, - "west": {"uv": [5.75, 8, 6, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.25, 8.75, 7], "texture": "#0"}, - "down": {"uv": [7.5, 8.75, 7.25, 9], "texture": "#0"} - } - }, - { - "from": [1, 2, 0], - "to": [2, 4, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 2, 0]}, - "faces": { - "north": {"uv": [6, 8, 6.25, 8.5], "texture": "#0"}, - "east": {"uv": [8, 6, 8.25, 6.5], "texture": "#0"}, - "south": {"uv": [6.25, 8, 6.5, 8.5], "texture": "#0"}, - "west": {"uv": [6.5, 8, 6.75, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.5, 8.75, 7.25], "texture": "#0"}, - "down": {"uv": [7.75, 8.75, 7.5, 9], "texture": "#0"} - } - }, - { - "from": [1, 12, 0], - "to": [2, 14, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 0]}, - "faces": { - "north": {"uv": [6.75, 8, 7, 8.5], "texture": "#0"}, - "east": {"uv": [7.25, 8, 7.5, 8.5], "texture": "#0"}, - "south": {"uv": [7.5, 8, 7.75, 8.5], "texture": "#0"}, - "west": {"uv": [7.75, 8, 8, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.75, 8.75, 7.5], "texture": "#0"}, - "down": {"uv": [8, 8.75, 7.75, 9], "texture": "#0"} - } - }, - { - "from": [0, 2, 14], - "to": [1, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 14]}, - "faces": { - "north": {"uv": [8, 7.75, 8.25, 8.25], "texture": "#0"}, - "east": {"uv": [0, 8.25, 0.25, 8.75], "texture": "#0"}, - "south": {"uv": [0.25, 8.25, 0.5, 8.75], "texture": "#0"}, - "west": {"uv": [0.5, 8.25, 0.75, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8, 8.75, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 8.75, 8, 9], "texture": "#0"} - } - }, - { - "from": [0, 12, 14], - "to": [1, 14, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 12, 14]}, - "faces": { - "north": {"uv": [0.75, 8.25, 1, 8.75], "texture": "#0"}, - "east": {"uv": [1, 8.25, 1.25, 8.75], "texture": "#0"}, - "south": {"uv": [1.25, 8.25, 1.5, 8.75], "texture": "#0"}, - "west": {"uv": [1.5, 8.25, 1.75, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.25, 8.75, 8], "texture": "#0"}, - "down": {"uv": [8.5, 8.75, 8.25, 9], "texture": "#0"} - } - }, - { - "from": [1, 2, 15], - "to": [2, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 2, 15]}, - "faces": { - "north": {"uv": [1.75, 8.25, 2, 8.75], "texture": "#0"}, - "east": {"uv": [2, 8.25, 2.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 2, 8.5, 2.5], "texture": "#0"}, - "west": {"uv": [2.25, 8.25, 2.5, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.5, 8.75, 8.25], "texture": "#0"}, - "down": {"uv": [8.75, 8.75, 8.5, 9], "texture": "#0"} - } - }, - { - "from": [1, 12, 15], - "to": [2, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 15]}, - "faces": { - "north": {"uv": [2.5, 8.25, 2.75, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 2.5, 8.5, 3], "texture": "#0"}, - "south": {"uv": [2.75, 8.25, 3, 8.75], "texture": "#0"}, - "west": {"uv": [3, 8.25, 3.25, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.75, 8.75, 8.5], "texture": "#0"}, - "down": {"uv": [9, 8.75, 8.75, 9], "texture": "#0"} - } - }, - { - "from": [14, 2, 15], - "to": [15, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 2, 15]}, - "faces": { - "north": {"uv": [8.25, 3, 8.5, 3.5], "texture": "#0"}, - "east": {"uv": [3.25, 8.25, 3.5, 8.75], "texture": "#0"}, - "south": {"uv": [3.5, 8.25, 3.75, 8.75], "texture": "#0"}, - "west": {"uv": [8.25, 3.5, 8.5, 4], "texture": "#0"}, - "up": {"uv": [0.25, 9.25, 0, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0, 9, 0.25], "texture": "#0"} - } - }, - { - "from": [14, 12, 15], - "to": [15, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 15]}, - "faces": { - "north": {"uv": [3.75, 8.25, 4, 8.75], "texture": "#0"}, - "east": {"uv": [4, 8.25, 4.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 4, 8.5, 4.5], "texture": "#0"}, - "west": {"uv": [8.25, 4.5, 8.5, 5], "texture": "#0"}, - "up": {"uv": [0.5, 9.25, 0.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.25, 9, 0.5], "texture": "#0"} - } - }, - { - "from": [15, 2, 14], - "to": [16, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 2, 14]}, - "faces": { - "north": {"uv": [4.75, 8.25, 5, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 5, 8.5, 5.5], "texture": "#0"}, - "south": {"uv": [8.25, 5.5, 8.5, 6], "texture": "#0"}, - "west": {"uv": [8.25, 6, 8.5, 6.5], "texture": "#0"}, - "up": {"uv": [0.75, 9.25, 0.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.5, 9, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 12, 14], - "to": [16, 14, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 14]}, - "faces": { - "north": {"uv": [8.25, 6.5, 8.5, 7], "texture": "#0"}, - "east": {"uv": [7, 8.25, 7.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 7, 8.5, 7.5], "texture": "#0"}, - "west": {"uv": [8.25, 7.5, 8.5, 8], "texture": "#0"}, - "up": {"uv": [1, 9.25, 0.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.75, 9, 1], "texture": "#0"} - } - }, - { - "from": [14, 2, 0], - "to": [15, 4, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 2, 0]}, - "faces": { - "north": {"uv": [8, 8.25, 8.25, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 8, 8.5, 8.5], "texture": "#0"}, - "south": {"uv": [8.5, 0, 8.75, 0.5], "texture": "#0"}, - "west": {"uv": [8.5, 0.5, 8.75, 1], "texture": "#0"}, - "up": {"uv": [1.25, 9.25, 1, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1, 9, 1.25], "texture": "#0"} - } - }, - { - "from": [14, 12, 0], - "to": [15, 14, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 0]}, - "faces": { - "north": {"uv": [8.5, 1, 8.75, 1.5], "texture": "#0"}, - "east": {"uv": [8.5, 1.5, 8.75, 2], "texture": "#0"}, - "south": {"uv": [8.5, 2, 8.75, 2.5], "texture": "#0"}, - "west": {"uv": [8.5, 2.5, 8.75, 3], "texture": "#0"}, - "up": {"uv": [1.5, 9.25, 1.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.25, 9, 1.5], "texture": "#0"} - } - }, - { - "from": [15, 2, 1], - "to": [16, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 2, 1]}, - "faces": { - "north": {"uv": [8.5, 3, 8.75, 3.5], "texture": "#0"}, - "east": {"uv": [8.5, 3.5, 8.75, 4], "texture": "#0"}, - "south": {"uv": [8.5, 4, 8.75, 4.5], "texture": "#0"}, - "west": {"uv": [4.25, 8.5, 4.5, 9], "texture": "#0"}, - "up": {"uv": [1.75, 9.25, 1.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.5, 9, 1.75], "texture": "#0"} - } - }, - { - "from": [15, 12, 1], - "to": [16, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 1]}, - "faces": { - "north": {"uv": [4.5, 8.5, 4.75, 9], "texture": "#0"}, - "east": {"uv": [8.5, 4.5, 8.75, 5], "texture": "#0"}, - "south": {"uv": [5, 8.5, 5.25, 9], "texture": "#0"}, - "west": {"uv": [8.5, 5, 8.75, 5.5], "texture": "#0"}, - "up": {"uv": [2, 9.25, 1.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.75, 9, 2], "texture": "#0"} - } - }, - { - "from": [0, 4, 0], - "to": [1, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 4, 0]}, - "faces": { - "north": {"uv": [0.25, 5.5, 0.5, 7.5], "texture": "#0"}, - "east": {"uv": [0.5, 5.5, 0.75, 7.5], "texture": "#0"}, - "south": {"uv": [0.75, 5.5, 1, 7.5], "texture": "#0"}, - "west": {"uv": [1, 5.5, 1.25, 7.5], "texture": "#0"}, - "up": {"uv": [2.25, 9.25, 2, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2, 9, 2.25], "texture": "#0"} - } - }, - { - "from": [15, 4, 0], - "to": [16, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 4, 0]}, - "faces": { - "north": {"uv": [1.25, 5.5, 1.5, 7.5], "texture": "#0"}, - "east": {"uv": [1.5, 5.5, 1.75, 7.5], "texture": "#0"}, - "south": {"uv": [1.75, 5.5, 2, 7.5], "texture": "#0"}, - "west": {"uv": [2.25, 5.75, 2.5, 7.75], "texture": "#0"}, - "up": {"uv": [2.5, 9.25, 2.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.25, 9, 2.5], "texture": "#0"} - } - }, - { - "from": [15, 4, 15], - "to": [16, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 4, 15]}, - "faces": { - "north": {"uv": [2.5, 5.75, 2.75, 7.75], "texture": "#0"}, - "east": {"uv": [2.75, 5.75, 3, 7.75], "texture": "#0"}, - "south": {"uv": [3, 5.75, 3.25, 7.75], "texture": "#0"}, - "west": {"uv": [3.25, 5.75, 3.5, 7.75], "texture": "#0"}, - "up": {"uv": [2.75, 9.25, 2.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.5, 9, 2.75], "texture": "#0"} - } - }, - { - "from": [0, 4, 15], - "to": [1, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 4, 15]}, - "faces": { - "north": {"uv": [3.5, 5.75, 3.75, 7.75], "texture": "#0"}, - "east": {"uv": [3.75, 5.75, 4, 7.75], "texture": "#0"}, - "south": {"uv": [4, 5.75, 4.25, 7.75], "texture": "#0"}, - "west": {"uv": [5.25, 5.75, 5.5, 7.75], "texture": "#0"}, - "up": {"uv": [3, 9.25, 2.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.75, 9, 3], "texture": "#0"} - } - }, - { - "from": [1, 1, 1], - "to": [4, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 1, 1]}, - "faces": { - "north": {"uv": [0, 0, 0.75, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1.5], "texture": "#0"}, - "south": {"uv": [0.75, 0, 1.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.75, 0.75, 1.5, 1.5], "texture": "#0"}, - "up": {"uv": [0.75, 2.25, 0, 1.5], "texture": "#0"}, - "down": {"uv": [2.25, 0, 1.5, 0.75], "texture": "#0"} - } - }, - { - "from": [1, 12, 1], - "to": [4, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 1]}, - "faces": { - "north": {"uv": [0.75, 1.5, 1.5, 2.25], "texture": "#0"}, - "east": {"uv": [1.5, 0.75, 2.25, 1.5], "texture": "#0"}, - "south": {"uv": [1.5, 1.5, 2.25, 2.25], "texture": "#0"}, - "west": {"uv": [0, 2.25, 0.75, 3], "texture": "#0"}, - "up": {"uv": [3, 0.75, 2.25, 0], "texture": "#0"}, - "down": {"uv": [1.5, 2.25, 0.75, 3], "texture": "#0"} - } - }, - { - "from": [12, 1, 1], - "to": [15, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 1]}, - "faces": { - "north": {"uv": [2.25, 0.75, 3, 1.5], "texture": "#0"}, - "east": {"uv": [1.5, 2.25, 2.25, 3], "texture": "#0"}, - "south": {"uv": [2.25, 1.5, 3, 2.25], "texture": "#0"}, - "west": {"uv": [2.25, 2.25, 3, 3], "texture": "#0"}, - "up": {"uv": [0.75, 3.75, 0, 3], "texture": "#0"}, - "down": {"uv": [3.75, 0, 3, 0.75], "texture": "#0"} - } - }, - { - "from": [12, 12, 1], - "to": [15, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 1]}, - "faces": { - "north": {"uv": [0.75, 3, 1.5, 3.75], "texture": "#0"}, - "east": {"uv": [3, 0.75, 3.75, 1.5], "texture": "#0"}, - "south": {"uv": [1.5, 3, 2.25, 3.75], "texture": "#0"}, - "west": {"uv": [3, 1.5, 3.75, 2.25], "texture": "#0"}, - "up": {"uv": [3, 3.75, 2.25, 3], "texture": "#0"}, - "down": {"uv": [3.75, 2.25, 3, 3], "texture": "#0"} - } - }, - { - "from": [12, 1, 12], - "to": [15, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 12]}, - "faces": { - "north": {"uv": [3, 3, 3.75, 3.75], "texture": "#0"}, - "east": {"uv": [0, 3.75, 0.75, 4.5], "texture": "#0"}, - "south": {"uv": [3.75, 0, 4.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.75, 3.75, 1.5, 4.5], "texture": "#0"}, - "up": {"uv": [4.5, 1.5, 3.75, 0.75], "texture": "#0"}, - "down": {"uv": [2.25, 3.75, 1.5, 4.5], "texture": "#0"} - } - }, - { - "from": [12, 12, 12], - "to": [15, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 12]}, - "faces": { - "north": {"uv": [3.75, 1.5, 4.5, 2.25], "texture": "#0"}, - "east": {"uv": [2.25, 3.75, 3, 4.5], "texture": "#0"}, - "south": {"uv": [3.75, 2.25, 4.5, 3], "texture": "#0"}, - "west": {"uv": [3, 3.75, 3.75, 4.5], "texture": "#0"}, - "up": {"uv": [4.5, 3.75, 3.75, 3], "texture": "#0"}, - "down": {"uv": [4.5, 3.75, 3.75, 4.5], "texture": "#0"} - } - }, - { - "from": [1, 1, 12], - "to": [4, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 1, 12]}, - "faces": { - "north": {"uv": [0, 4.5, 0.75, 5.25], "texture": "#0"}, - "east": {"uv": [4.5, 0, 5.25, 0.75], "texture": "#0"}, - "south": {"uv": [0.75, 4.5, 1.5, 5.25], "texture": "#0"}, - "west": {"uv": [4.5, 0.75, 5.25, 1.5], "texture": "#0"}, - "up": {"uv": [2.25, 5.25, 1.5, 4.5], "texture": "#0"}, - "down": {"uv": [5.25, 1.5, 4.5, 2.25], "texture": "#0"} - } - }, - { - "from": [1, 12, 12], - "to": [4, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 12]}, - "faces": { - "north": {"uv": [2.25, 4.5, 3, 5.25], "texture": "#0"}, - "east": {"uv": [4.5, 2.25, 5.25, 3], "texture": "#0"}, - "south": {"uv": [3, 4.5, 3.75, 5.25], "texture": "#0"}, - "west": {"uv": [4.5, 3, 5.25, 3.75], "texture": "#0"}, - "up": {"uv": [4.5, 5.25, 3.75, 4.5], "texture": "#0"}, - "down": {"uv": [5.25, 3.75, 4.5, 4.5], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [-16, -13, 0], - "translation": [0, 4, 0], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [-16, -13, 0], - "translation": [0, 4, 0], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [10, 16, 3], - "translation": [2, -1, 2], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_lefthand": { - "rotation": [10, 16, 3], - "translation": [2, -1, 2], - "scale": [0.6, 0.6, 0.6] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [20, 20, 0], - "translation": [0, -0.25, 0], - "scale": [0.7, 0.7, 0.7] - }, - "head": { - "translation": [0, 14.5, 0] - }, - "fixed": { - "translation": [0, 0, 3.5] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [1, 12, 12], - "children": [ - { - "name": "core", - "origin": [4, 4, 4], - "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] - }, - { - "name": "core_support", - "origin": [3, 3, 4], - "children": [25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42] - }, - { - "name": "frame", - "origin": [1, 12, 12], - "children": [43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110] - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/kudbebedda_singularity_resource_generator.json b/src/main/resources/assets/cuboidmod/models/block/kudbebedda_singularity_resource_generator.json deleted file mode 100644 index 98e1b80..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/kudbebedda_singularity_resource_generator.json +++ /dev/null @@ -1,1061 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "texture_size": [64, 64], - "textures": { - "0": "cuboidmod:model/kudbebedda_singularity_resource_generator_casing", - "1": "cuboidmod:model/singularity_resource_generator_pillar", - "particle": "cuboidmod:model/kudbebedda_singularity_resource_generator_casing" - }, - "elements": [ - { - "from": [10, 14, 3], - "to": [13, 15, 6], - "faces": { - "north": {"uv": [4.5, 6.75, 5.25, 7], "texture": "#1"}, - "east": {"uv": [5.5, 7.5, 6.25, 7.75], "texture": "#1"}, - "south": {"uv": [6.5, 7.75, 7.25, 8], "texture": "#1"}, - "west": {"uv": [3.25, 9.25, 4, 9.5], "texture": "#1"}, - "up": {"uv": [1.75, 8.75, 1, 8], "texture": "#1"}, - "down": {"uv": [2.5, 8, 1.75, 8.75], "texture": "#1"} - } - }, - { - "from": [10, 1, 3], - "to": [13, 2, 6], - "faces": { - "north": {"uv": [4.25, 9.5, 5, 9.75], "texture": "#1"}, - "east": {"uv": [5.5, 11.25, 6.25, 11.5], "texture": "#1"}, - "south": {"uv": [9.25, 11.25, 10, 11.5], "texture": "#1"}, - "west": {"uv": [10, 11.25, 10.75, 11.5], "texture": "#1"}, - "up": {"uv": [4.75, 9, 4, 8.25], "texture": "#1"}, - "down": {"uv": [5.5, 8.25, 4.75, 9], "texture": "#1"} - } - }, - { - "from": [9.8, 4, 5.3], - "to": [10.7, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [2.25, 8.75, 2.5, 9.25], "texture": "#1"}, - "east": {"uv": [5.25, 11.75, 5.5, 12.25], "texture": "#1"}, - "south": {"uv": [5.5, 11.75, 5.75, 12.25], "texture": "#1"}, - "west": {"uv": [5.75, 11.75, 6, 12.25], "texture": "#1"}, - "up": {"uv": [6.25, 6, 6, 5.75], "texture": "#1"}, - "down": {"uv": [9.5, 0.75, 9.25, 1], "texture": "#1"} - } - }, - { - "from": [9.539, 7, 5.6915], - "to": [10.3085, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [12.25, 7, 12.4375, 7.5], "texture": "#1"}, - "east": {"uv": [7.5, 12.25, 7.6875, 12.75], "texture": "#1"}, - "south": {"uv": [12.25, 7.5, 12.4375, 8], "texture": "#1"}, - "west": {"uv": [7.75, 12.25, 7.9375, 12.75], "texture": "#1"}, - "up": {"uv": [10.4375, 12.6875, 10.25, 12.5], "texture": "#1"}, - "down": {"uv": [12.6875, 10.25, 12.5, 10.4375], "texture": "#1"} - } - }, - { - "from": [9.62, 6, 5.57], - "to": [10.43, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 4.25, 12.6875, 4.5], "texture": "#1"}, - "east": {"uv": [12.5, 4.5, 12.6875, 4.75], "texture": "#1"}, - "south": {"uv": [12.5, 4.75, 12.6875, 5], "texture": "#1"}, - "west": {"uv": [12.5, 5, 12.6875, 5.25], "texture": "#1"}, - "up": {"uv": [10.6875, 12.6875, 10.5, 12.5], "texture": "#1"}, - "down": {"uv": [12.6875, 10.5, 12.5, 10.6875], "texture": "#1"} - } - }, - { - "from": [9.62, 9, 5.57], - "to": [10.43, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 5.25, 12.6875, 5.5], "texture": "#1"}, - "east": {"uv": [12.5, 5.5, 12.6875, 5.75], "texture": "#1"}, - "south": {"uv": [12.5, 5.75, 12.6875, 6], "texture": "#1"}, - "west": {"uv": [6, 12.5, 6.1875, 12.75], "texture": "#1"}, - "up": {"uv": [12.6875, 10.9375, 12.5, 10.75], "texture": "#1"}, - "down": {"uv": [12.6875, 11, 12.5, 11.1875], "texture": "#1"} - } - }, - { - "from": [9.8, 10, 5.3], - "to": [10.7, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [6, 11.75, 6.25, 12.25], "texture": "#1"}, - "east": {"uv": [6.25, 11.75, 6.5, 12.25], "texture": "#1"}, - "south": {"uv": [6.5, 11.75, 6.75, 12.25], "texture": "#1"}, - "west": {"uv": [6.75, 11.75, 7, 12.25], "texture": "#1"}, - "up": {"uv": [2.25, 9.75, 2, 9.5], "texture": "#1"}, - "down": {"uv": [3.25, 9.75, 3, 10], "texture": "#1"} - } - }, - { - "from": [10, 11, 5], - "to": [11, 13, 6], - "faces": { - "north": {"uv": [7, 11.75, 7.25, 12.25], "texture": "#1"}, - "east": {"uv": [7.25, 11.75, 7.5, 12.25], "texture": "#1"}, - "south": {"uv": [11.75, 7.25, 12, 7.75], "texture": "#1"}, - "west": {"uv": [7.5, 11.75, 7.75, 12.25], "texture": "#1"}, - "up": {"uv": [2, 10.25, 1.75, 10], "texture": "#1"}, - "down": {"uv": [4.25, 10, 4, 10.25], "texture": "#1"} - } - }, - { - "from": [10, 3, 5], - "to": [11, 5, 6], - "faces": { - "north": {"uv": [7.75, 11.75, 8, 12.25], "texture": "#1"}, - "east": {"uv": [8, 11.75, 8.25, 12.25], "texture": "#1"}, - "south": {"uv": [8.25, 11.75, 8.5, 12.25], "texture": "#1"}, - "west": {"uv": [8.5, 11.75, 8.75, 12.25], "texture": "#1"}, - "up": {"uv": [3, 10.5, 2.75, 10.25], "texture": "#1"}, - "down": {"uv": [4, 10.5, 3.75, 10.75], "texture": "#1"} - } - }, - { - "from": [10, 13, 4], - "to": [12, 14, 6], - "faces": { - "north": {"uv": [3, 7.5, 3.5, 7.75], "texture": "#1"}, - "east": {"uv": [5, 9, 5.5, 9.25], "texture": "#1"}, - "south": {"uv": [2, 11.25, 2.5, 11.5], "texture": "#1"}, - "west": {"uv": [11.75, 7.75, 12.25, 8], "texture": "#1"}, - "up": {"uv": [3.5, 7.5, 3, 7], "texture": "#1"}, - "down": {"uv": [4.5, 7.75, 4, 8.25], "texture": "#1"} - } - }, - { - "from": [10, 2, 4], - "to": [12, 3, 6], - "faces": { - "north": {"uv": [8.75, 11.75, 9.25, 12], "texture": "#1"}, - "east": {"uv": [9.25, 11.75, 9.75, 12], "texture": "#1"}, - "south": {"uv": [9.75, 11.75, 10.25, 12], "texture": "#1"}, - "west": {"uv": [10.25, 11.75, 10.75, 12], "texture": "#1"}, - "up": {"uv": [3, 8.5, 2.5, 8], "texture": "#1"}, - "down": {"uv": [3.25, 10.5, 2.75, 11], "texture": "#1"} - } - }, - { - "from": [3, 14, 3], - "to": [6, 15, 6], - "faces": { - "north": {"uv": [10.75, 11.25, 11.5, 11.5], "texture": "#1"}, - "east": {"uv": [11.25, 10.75, 12, 11], "texture": "#1"}, - "south": {"uv": [11.25, 11, 12, 11.25], "texture": "#1"}, - "west": {"uv": [2, 11.5, 2.75, 11.75], "texture": "#1"}, - "up": {"uv": [9.25, 1, 8.5, 0.25], "texture": "#1"}, - "down": {"uv": [3.25, 8.5, 2.5, 9.25], "texture": "#1"} - } - }, - { - "from": [3, 1, 3], - "to": [6, 2, 6], - "faces": { - "north": {"uv": [11.5, 2, 12.25, 2.25], "texture": "#1"}, - "east": {"uv": [11.5, 2.25, 12.25, 2.5], "texture": "#1"}, - "south": {"uv": [2.75, 11.5, 3.5, 11.75], "texture": "#1"}, - "west": {"uv": [3.5, 11.5, 4.25, 11.75], "texture": "#1"}, - "up": {"uv": [4, 9.25, 3.25, 8.5], "texture": "#1"}, - "down": {"uv": [6.25, 8.5, 5.5, 9.25], "texture": "#1"} - } - }, - { - "from": [5.3, 4, 5.3], - "to": [6.2, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [10.75, 11.75, 11, 12.25], "texture": "#1"}, - "east": {"uv": [11, 11.75, 11.25, 12.25], "texture": "#1"}, - "south": {"uv": [11.25, 11.75, 11.5, 12.25], "texture": "#1"}, - "west": {"uv": [11.5, 11.75, 11.75, 12.25], "texture": "#1"}, - "up": {"uv": [2.75, 11, 2.5, 10.75], "texture": "#1"}, - "down": {"uv": [3.75, 11, 3.5, 11.25], "texture": "#1"} - } - }, - { - "from": [5.6915, 7, 5.6915], - "to": [6.461, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [8, 12.25, 8.1875, 12.75], "texture": "#1"}, - "east": {"uv": [12.25, 8, 12.4375, 8.5], "texture": "#1"}, - "south": {"uv": [8.25, 12.25, 8.4375, 12.75], "texture": "#1"}, - "west": {"uv": [8.5, 12.25, 8.6875, 12.75], "texture": "#1"}, - "up": {"uv": [11.6875, 12.6875, 11.5, 12.5], "texture": "#1"}, - "down": {"uv": [11.9375, 12.5, 11.75, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.57, 6, 5.57], - "to": [6.38, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [6.25, 12.5, 6.4375, 12.75], "texture": "#1"}, - "east": {"uv": [6.5, 12.5, 6.6875, 12.75], "texture": "#1"}, - "south": {"uv": [6.75, 12.5, 6.9375, 12.75], "texture": "#1"}, - "west": {"uv": [7, 12.5, 7.1875, 12.75], "texture": "#1"}, - "up": {"uv": [12.1875, 12.6875, 12, 12.5], "texture": "#1"}, - "down": {"uv": [12.4375, 12.5, 12.25, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.57, 9, 5.57], - "to": [6.38, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 7, 12.6875, 7.25], "texture": "#1"}, - "east": {"uv": [7.25, 12.5, 7.4375, 12.75], "texture": "#1"}, - "south": {"uv": [12.5, 7.25, 12.6875, 7.5], "texture": "#1"}, - "west": {"uv": [12.5, 7.5, 12.6875, 7.75], "texture": "#1"}, - "up": {"uv": [12.6875, 12.4375, 12.5, 12.25], "texture": "#1"}, - "down": {"uv": [12.6875, 12.5, 12.5, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.3, 10, 5.3], - "to": [6.2, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [11.75, 11.5, 12, 12], "texture": "#1"}, - "east": {"uv": [0, 12, 0.25, 12.5], "texture": "#1"}, - "south": {"uv": [0.25, 12, 0.5, 12.5], "texture": "#1"}, - "west": {"uv": [0.5, 12, 0.75, 12.5], "texture": "#1"}, - "up": {"uv": [0.75, 12.75, 0.5, 12.5], "texture": "#1"}, - "down": {"uv": [1, 12.5, 0.75, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 11, 5], - "to": [6, 13, 6], - "faces": { - "north": {"uv": [1.25, 12, 1.5, 12.5], "texture": "#1"}, - "east": {"uv": [1.5, 12, 1.75, 12.5], "texture": "#1"}, - "south": {"uv": [1.75, 12, 2, 12.5], "texture": "#1"}, - "west": {"uv": [12, 2.5, 12.25, 3], "texture": "#1"}, - "up": {"uv": [12.75, 1, 12.5, 0.75], "texture": "#1"}, - "down": {"uv": [1.25, 12.5, 1, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 3, 5], - "to": [6, 5, 6], - "faces": { - "north": {"uv": [3, 12, 3.25, 12.5], "texture": "#1"}, - "east": {"uv": [12, 3, 12.25, 3.5], "texture": "#1"}, - "south": {"uv": [3.25, 12, 3.5, 12.5], "texture": "#1"}, - "west": {"uv": [3.5, 12, 3.75, 12.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.25, 12.5, 1], "texture": "#1"}, - "down": {"uv": [1.5, 12.5, 1.25, 12.75], "texture": "#1"} - } - }, - { - "from": [4, 13, 4], - "to": [6, 14, 6], - "faces": { - "north": {"uv": [12, 0, 12.5, 0.25], "texture": "#1"}, - "east": {"uv": [12, 3.5, 12.5, 3.75], "texture": "#1"}, - "south": {"uv": [3.75, 12, 4.25, 12.25], "texture": "#1"}, - "west": {"uv": [12, 3.75, 12.5, 4], "texture": "#1"}, - "up": {"uv": [3.75, 11, 3.25, 10.5], "texture": "#1"}, - "down": {"uv": [11, 4, 10.5, 4.5], "texture": "#1"} - } - }, - { - "from": [4, 2, 4], - "to": [6, 3, 6], - "faces": { - "north": {"uv": [12, 4, 12.5, 4.25], "texture": "#1"}, - "east": {"uv": [4.25, 12, 4.75, 12.25], "texture": "#1"}, - "south": {"uv": [12, 4.25, 12.5, 4.5], "texture": "#1"}, - "west": {"uv": [4.75, 12, 5.25, 12.25], "texture": "#1"}, - "up": {"uv": [11, 8.5, 10.5, 8], "texture": "#1"}, - "down": {"uv": [11, 10.25, 10.5, 10.75], "texture": "#1"} - } - }, - { - "from": [3, 14, 10], - "to": [6, 15, 13], - "faces": { - "north": {"uv": [4.25, 11.5, 5, 11.75], "texture": "#1"}, - "east": {"uv": [5, 11.5, 5.75, 11.75], "texture": "#1"}, - "south": {"uv": [11.5, 5.25, 12.25, 5.5], "texture": "#1"}, - "west": {"uv": [11.5, 5.5, 12.25, 5.75], "texture": "#1"}, - "up": {"uv": [7, 9.25, 6.25, 8.5], "texture": "#1"}, - "down": {"uv": [7.75, 8.5, 7, 9.25], "texture": "#1"} - } - }, - { - "from": [3, 1, 10], - "to": [6, 2, 13], - "faces": { - "north": {"uv": [5.75, 11.5, 6.5, 11.75], "texture": "#1"}, - "east": {"uv": [6.5, 11.5, 7.25, 11.75], "texture": "#1"}, - "south": {"uv": [7.25, 11.5, 8, 11.75], "texture": "#1"}, - "west": {"uv": [8, 11.5, 8.75, 11.75], "texture": "#1"}, - "up": {"uv": [8.5, 9.25, 7.75, 8.5], "texture": "#1"}, - "down": {"uv": [9.25, 8.5, 8.5, 9.25], "texture": "#1"} - } - }, - { - "from": [5.3, 4, 9.8], - "to": [6.2, 5.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [12, 4.75, 12.25, 5.25], "texture": "#1"}, - "east": {"uv": [12, 6.75, 12.25, 7.25], "texture": "#1"}, - "south": {"uv": [12, 7.25, 12.25, 7.75], "texture": "#1"}, - "west": {"uv": [12, 8, 12.25, 8.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.5, 12.5, 1.25], "texture": "#1"}, - "down": {"uv": [1.75, 12.5, 1.5, 12.75], "texture": "#1"} - } - }, - { - "from": [5.6915, 7, 9.539], - "to": [6.461, 9, 10.3085], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [12.25, 8.5, 12.4375, 9], "texture": "#1"}, - "east": {"uv": [12.25, 9, 12.4375, 9.5], "texture": "#1"}, - "south": {"uv": [12.25, 9.5, 12.4375, 10], "texture": "#1"}, - "west": {"uv": [12.25, 10.25, 12.4375, 10.75], "texture": "#1"}, - "up": {"uv": [0.1875, 12.9375, 0, 12.75], "texture": "#1"}, - "down": {"uv": [0.4375, 12.75, 0.25, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.57, 6, 9.62], - "to": [6.38, 7, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 7.75, 12.6875, 8], "texture": "#1"}, - "east": {"uv": [12.5, 8, 12.6875, 8.25], "texture": "#1"}, - "south": {"uv": [12.5, 8.25, 12.6875, 8.5], "texture": "#1"}, - "west": {"uv": [12.5, 8.5, 12.6875, 8.75], "texture": "#1"}, - "up": {"uv": [12.9375, 0.4375, 12.75, 0.25], "texture": "#1"}, - "down": {"uv": [0.6875, 12.75, 0.5, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.57, 9, 9.62], - "to": [6.38, 10, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [8.75, 12.5, 8.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 8.75, 12.6875, 9], "texture": "#1"}, - "south": {"uv": [9, 12.5, 9.1875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 9, 12.6875, 9.25], "texture": "#1"}, - "up": {"uv": [12.9375, 0.6875, 12.75, 0.5], "texture": "#1"}, - "down": {"uv": [0.9375, 12.75, 0.75, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.3, 10, 9.8], - "to": [6.2, 11.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [8.75, 12, 9, 12.5], "texture": "#1"}, - "east": {"uv": [9, 12, 9.25, 12.5], "texture": "#1"}, - "south": {"uv": [12, 9, 12.25, 9.5], "texture": "#1"}, - "west": {"uv": [9.25, 12, 9.5, 12.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.75, 12.5, 1.5], "texture": "#1"}, - "down": {"uv": [2, 12.5, 1.75, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 11, 10], - "to": [6, 13, 11], - "faces": { - "north": {"uv": [9.5, 12, 9.75, 12.5], "texture": "#1"}, - "east": {"uv": [12, 9.5, 12.25, 10], "texture": "#1"}, - "south": {"uv": [9.75, 12, 10, 12.5], "texture": "#1"}, - "west": {"uv": [10, 12, 10.25, 12.5], "texture": "#1"}, - "up": {"uv": [2.25, 12.75, 2, 12.5], "texture": "#1"}, - "down": {"uv": [2.5, 12.5, 2.25, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 3, 10], - "to": [6, 5, 11], - "faces": { - "north": {"uv": [10.25, 12, 10.5, 12.5], "texture": "#1"}, - "east": {"uv": [10.5, 12, 10.75, 12.5], "texture": "#1"}, - "south": {"uv": [12, 10.75, 12.25, 11.25], "texture": "#1"}, - "west": {"uv": [12, 11.5, 12.25, 12], "texture": "#1"}, - "up": {"uv": [12.75, 2.5, 12.5, 2.25], "texture": "#1"}, - "down": {"uv": [12.75, 2.5, 12.5, 2.75], "texture": "#1"} - } - }, - { - "from": [4, 13, 10], - "to": [6, 14, 12], - "faces": { - "north": {"uv": [12, 10, 12.5, 10.25], "texture": "#1"}, - "east": {"uv": [11.75, 12, 12.25, 12.25], "texture": "#1"}, - "south": {"uv": [12.25, 0.25, 12.75, 0.5], "texture": "#1"}, - "west": {"uv": [12.25, 0.5, 12.75, 0.75], "texture": "#1"}, - "up": {"uv": [0.5, 11.25, 0, 10.75], "texture": "#1"}, - "down": {"uv": [1, 10.75, 0.5, 11.25], "texture": "#1"} - } - }, - { - "from": [4, 2, 10], - "to": [6, 3, 12], - "faces": { - "north": {"uv": [0.75, 12.25, 1.25, 12.5], "texture": "#1"}, - "east": {"uv": [12.25, 1.75, 12.75, 2], "texture": "#1"}, - "south": {"uv": [2, 12.25, 2.5, 12.5], "texture": "#1"}, - "west": {"uv": [12.25, 2, 12.75, 2.25], "texture": "#1"}, - "up": {"uv": [1.5, 11.25, 1, 10.75], "texture": "#1"}, - "down": {"uv": [2, 10.75, 1.5, 11.25], "texture": "#1"} - } - }, - { - "from": [10, 14, 10], - "to": [13, 15, 13], - "faces": { - "north": {"uv": [8.75, 11.5, 9.5, 11.75], "texture": "#1"}, - "east": {"uv": [9.5, 11.5, 10.25, 11.75], "texture": "#1"}, - "south": {"uv": [10.25, 11.5, 11, 11.75], "texture": "#1"}, - "west": {"uv": [11.5, 10.25, 12.25, 10.5], "texture": "#1"}, - "up": {"uv": [0.75, 9.5, 0, 8.75], "texture": "#1"}, - "down": {"uv": [1.5, 8.75, 0.75, 9.5], "texture": "#1"} - } - }, - { - "from": [10, 1, 10], - "to": [13, 2, 13], - "faces": { - "north": {"uv": [11.5, 10.5, 12.25, 10.75], "texture": "#1"}, - "east": {"uv": [11, 11.5, 11.75, 11.75], "texture": "#1"}, - "south": {"uv": [11.5, 11.25, 12.25, 11.5], "texture": "#1"}, - "west": {"uv": [0, 11.75, 0.75, 12], "texture": "#1"}, - "up": {"uv": [2.25, 9.5, 1.5, 8.75], "texture": "#1"}, - "down": {"uv": [9.5, 4, 8.75, 4.75], "texture": "#1"} - } - }, - { - "from": [9.8, 4, 9.8], - "to": [10.7, 5.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [12.25, 2.25, 12.5, 2.75], "texture": "#1"}, - "east": {"uv": [2.5, 12.25, 2.75, 12.75], "texture": "#1"}, - "south": {"uv": [2.75, 12.25, 3, 12.75], "texture": "#1"}, - "west": {"uv": [12.25, 2.75, 12.5, 3.25], "texture": "#1"}, - "up": {"uv": [12.75, 3, 12.5, 2.75], "texture": "#1"}, - "down": {"uv": [3.25, 12.5, 3, 12.75], "texture": "#1"} - } - }, - { - "from": [9.539, 7, 9.539], - "to": [10.3085, 9, 10.3085], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [10.75, 12.25, 10.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.25, 10.75, 12.4375, 11.25], "texture": "#1"}, - "south": {"uv": [11, 12.25, 11.1875, 12.75], "texture": "#1"}, - "west": {"uv": [11.25, 12.25, 11.4375, 12.75], "texture": "#1"}, - "up": {"uv": [12.9375, 0.9375, 12.75, 0.75], "texture": "#1"}, - "down": {"uv": [1.1875, 12.75, 1, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.62, 6, 9.62], - "to": [10.43, 7, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.25, 12.5, 9.4375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 9.25, 12.6875, 9.5], "texture": "#1"}, - "south": {"uv": [9.5, 12.5, 9.6875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 9.5, 12.6875, 9.75], "texture": "#1"}, - "up": {"uv": [12.9375, 1.1875, 12.75, 1], "texture": "#1"}, - "down": {"uv": [1.4375, 12.75, 1.25, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.62, 9, 9.62], - "to": [10.43, 10, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.75, 12.5, 9.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 9.75, 12.6875, 10], "texture": "#1"}, - "south": {"uv": [10, 12.5, 10.1875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 10, 12.6875, 10.25], "texture": "#1"}, - "up": {"uv": [12.9375, 1.4375, 12.75, 1.25], "texture": "#1"}, - "down": {"uv": [1.6875, 12.75, 1.5, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.8, 10, 9.8], - "to": [10.7, 11.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [3.75, 12.25, 4, 12.75], "texture": "#1"}, - "east": {"uv": [4, 12.25, 4.25, 12.75], "texture": "#1"}, - "south": {"uv": [4.25, 12.25, 4.5, 12.75], "texture": "#1"}, - "west": {"uv": [4.5, 12.25, 4.75, 12.75], "texture": "#1"}, - "up": {"uv": [12.75, 3.25, 12.5, 3], "texture": "#1"}, - "down": {"uv": [3.5, 12.5, 3.25, 12.75], "texture": "#1"} - } - }, - { - "from": [10, 11, 10], - "to": [11, 13, 11], - "faces": { - "north": {"uv": [12.25, 4.5, 12.5, 5], "texture": "#1"}, - "east": {"uv": [4.75, 12.25, 5, 12.75], "texture": "#1"}, - "south": {"uv": [5, 12.25, 5.25, 12.75], "texture": "#1"}, - "west": {"uv": [12.25, 5, 12.5, 5.5], "texture": "#1"}, - "up": {"uv": [3.75, 12.75, 3.5, 12.5], "texture": "#1"}, - "down": {"uv": [12.75, 3.5, 12.5, 3.75], "texture": "#1"} - } - }, - { - "from": [10, 3, 10], - "to": [11, 5, 11], - "faces": { - "north": {"uv": [5.25, 12.25, 5.5, 12.75], "texture": "#1"}, - "east": {"uv": [5.5, 12.25, 5.75, 12.75], "texture": "#1"}, - "south": {"uv": [12.25, 5.5, 12.5, 6], "texture": "#1"}, - "west": {"uv": [5.75, 12.25, 6, 12.75], "texture": "#1"}, - "up": {"uv": [12.75, 4, 12.5, 3.75], "texture": "#1"}, - "down": {"uv": [12.75, 4, 12.5, 4.25], "texture": "#1"} - } - }, - { - "from": [10, 13, 10], - "to": [12, 14, 12], - "faces": { - "north": {"uv": [12.25, 3.25, 12.75, 3.5], "texture": "#1"}, - "east": {"uv": [6, 12.25, 6.5, 12.5], "texture": "#1"}, - "south": {"uv": [12.25, 6, 12.75, 6.25], "texture": "#1"}, - "west": {"uv": [12.25, 6.25, 12.75, 6.5], "texture": "#1"}, - "up": {"uv": [2.5, 11.25, 2, 10.75], "texture": "#1"}, - "down": {"uv": [4.25, 10.75, 3.75, 11.25], "texture": "#1"} - } - }, - { - "from": [10, 2, 10], - "to": [12, 3, 12], - "faces": { - "north": {"uv": [6.5, 12.25, 7, 12.5], "texture": "#1"}, - "east": {"uv": [12.25, 6.5, 12.75, 6.75], "texture": "#1"}, - "south": {"uv": [12.25, 6.75, 12.75, 7], "texture": "#1"}, - "west": {"uv": [7, 12.25, 7.5, 12.5], "texture": "#1"}, - "up": {"uv": [4.75, 11.25, 4.25, 10.75], "texture": "#1"}, - "down": {"uv": [5.25, 10.75, 4.75, 11.25], "texture": "#1"} - } - }, - { - "from": [6, 14, 10], - "to": [10, 15, 14], - "faces": { - "north": {"uv": [5.25, 10.75, 6.25, 11], "texture": "#1"}, - "east": {"uv": [6.25, 10.75, 7.25, 11], "texture": "#1"}, - "south": {"uv": [7.25, 10.75, 8.25, 11], "texture": "#1"}, - "west": {"uv": [10.75, 7.25, 11.75, 7.5], "texture": "#1"}, - "up": {"uv": [7, 5.75, 6, 4.75], "texture": "#1"}, - "down": {"uv": [6.25, 6, 5.25, 7], "texture": "#1"} - } - }, - { - "from": [6, 1, 10], - "to": [10, 2, 14], - "faces": { - "north": {"uv": [10.75, 7.5, 11.75, 7.75], "texture": "#1"}, - "east": {"uv": [10.75, 7.75, 11.75, 8], "texture": "#1"}, - "south": {"uv": [8.25, 10.75, 9.25, 11], "texture": "#1"}, - "west": {"uv": [9.25, 10.75, 10.25, 11], "texture": "#1"}, - "up": {"uv": [7.25, 6.75, 6.25, 5.75], "texture": "#1"}, - "down": {"uv": [4.5, 6.75, 3.5, 7.75], "texture": "#1"} - } - }, - { - "from": [6.2, 4, 9.8], - "to": [9.8, 5.9, 11.6], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [9.5, 0.75, 10.375, 1.25], "texture": "#1"}, - "east": {"uv": [11, 10.25, 11.4375, 10.75], "texture": "#1"}, - "south": {"uv": [1, 9.5, 1.875, 10], "texture": "#1"}, - "west": {"uv": [0, 11.25, 0.4375, 11.75], "texture": "#1"}, - "up": {"uv": [3.875, 10.4375, 3, 10], "texture": "#1"}, - "down": {"uv": [10.875, 4.75, 10, 5.1875], "texture": "#1"} - } - }, - { - "from": [6.461, 7, 9.539], - "to": [9.539, 9, 11.078], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [2, 10.25, 2.75, 10.75], "texture": "#1"}, - "east": {"uv": [11.75, 0.25, 12.125, 0.75], "texture": "#1"}, - "south": {"uv": [10.25, 2, 11, 2.5], "texture": "#1"}, - "west": {"uv": [0.75, 11.75, 1.125, 12.25], "texture": "#1"}, - "up": {"uv": [10.5, 10.625, 9.75, 10.25], "texture": "#1"}, - "down": {"uv": [11, 9.75, 10.25, 10.125], "texture": "#1"} - } - }, - { - "from": [6.38, 6, 9.62], - "to": [9.62, 7, 11.24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 1.75, 12.0625, 2], "texture": "#1"}, - "east": {"uv": [12.25, 11.25, 12.625, 11.5], "texture": "#1"}, - "south": {"uv": [3.5, 11.25, 4.3125, 11.5], "texture": "#1"}, - "west": {"uv": [11.5, 12.25, 11.875, 12.5], "texture": "#1"}, - "up": {"uv": [5.5625, 10.625, 4.75, 10.25], "texture": "#1"}, - "down": {"uv": [6.5625, 10.25, 5.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.38, 9, 9.62], - "to": [9.62, 10, 11.24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [4.5, 11.25, 5.3125, 11.5], "texture": "#1"}, - "east": {"uv": [12.25, 11.5, 12.625, 11.75], "texture": "#1"}, - "south": {"uv": [11.25, 4.5, 12.0625, 4.75], "texture": "#1"}, - "west": {"uv": [12.25, 11.75, 12.625, 12], "texture": "#1"}, - "up": {"uv": [11.0625, 6.125, 10.25, 5.75], "texture": "#1"}, - "down": {"uv": [11.0625, 6.25, 10.25, 6.625], "texture": "#1"} - } - }, - { - "from": [6.2, 10, 9.8], - "to": [9.8, 11.9, 11.6], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [3.25, 9.5, 4.125, 10], "texture": "#1"}, - "east": {"uv": [11.25, 0.25, 11.6875, 0.75], "texture": "#1"}, - "south": {"uv": [9.5, 4, 10.375, 4.5], "texture": "#1"}, - "west": {"uv": [0.5, 11.25, 0.9375, 11.75], "texture": "#1"}, - "up": {"uv": [10.875, 5.6875, 10, 5.25], "texture": "#1"}, - "down": {"uv": [10.875, 6.75, 10, 7.1875], "texture": "#1"} - } - }, - { - "from": [6, 11, 10], - "to": [10, 13, 12], - "faces": { - "north": {"uv": [8.5, 1, 9.5, 1.5], "texture": "#1"}, - "east": {"uv": [10.25, 10.75, 10.75, 11.25], "texture": "#1"}, - "south": {"uv": [4, 9, 5, 9.5], "texture": "#1"}, - "west": {"uv": [10.75, 10.75, 11.25, 11.25], "texture": "#1"}, - "up": {"uv": [10, 5.25, 9, 4.75], "texture": "#1"}, - "down": {"uv": [10, 5.25, 9, 5.75], "texture": "#1"} - } - }, - { - "from": [6, 3, 10], - "to": [10, 5, 12], - "faces": { - "north": {"uv": [9, 6.75, 10, 7.25], "texture": "#1"}, - "east": {"uv": [11, 2, 11.5, 2.5], "texture": "#1"}, - "south": {"uv": [9.25, 0.25, 10.25, 0.75], "texture": "#1"}, - "west": {"uv": [2.5, 11, 3, 11.5], "texture": "#1"}, - "up": {"uv": [10.25, 2.5, 9.25, 2], "texture": "#1"}, - "down": {"uv": [3.25, 9.25, 2.25, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 13, 10], - "to": [10, 14, 13], - "faces": { - "north": {"uv": [11, 0, 12, 0.25], "texture": "#1"}, - "east": {"uv": [11.75, 0.75, 12.5, 1], "texture": "#1"}, - "south": {"uv": [11, 2.5, 12, 2.75], "texture": "#1"}, - "west": {"uv": [11.75, 1, 12.5, 1.25], "texture": "#1"}, - "up": {"uv": [8.25, 8, 7.25, 7.25], "texture": "#1"}, - "down": {"uv": [8.5, 0, 7.5, 0.75], "texture": "#1"} - } - }, - { - "from": [6, 2, 10], - "to": [10, 3, 13], - "faces": { - "north": {"uv": [11, 2.75, 12, 3], "texture": "#1"}, - "east": {"uv": [1.25, 11.75, 2, 12], "texture": "#1"}, - "south": {"uv": [11, 3, 12, 3.25], "texture": "#1"}, - "west": {"uv": [11.75, 1.25, 12.5, 1.5], "texture": "#1"}, - "up": {"uv": [8.5, 1.5, 7.5, 0.75], "texture": "#1"}, - "down": {"uv": [5.5, 7.5, 4.5, 8.25], "texture": "#1"} - } - }, - { - "from": [6, 14, 2], - "to": [10, 15, 6], - "faces": { - "north": {"uv": [11, 3.25, 12, 3.5], "texture": "#1"}, - "east": {"uv": [11, 3.5, 12, 3.75], "texture": "#1"}, - "south": {"uv": [11, 3.75, 12, 4], "texture": "#1"}, - "west": {"uv": [11, 4, 12, 4.25], "texture": "#1"}, - "up": {"uv": [7.25, 7.75, 6.25, 6.75], "texture": "#1"}, - "down": {"uv": [1, 7, 0, 8], "texture": "#1"} - } - }, - { - "from": [6, 1, 2], - "to": [10, 2, 6], - "faces": { - "north": {"uv": [11, 4.25, 12, 4.5], "texture": "#1"}, - "east": {"uv": [11, 4.75, 12, 5], "texture": "#1"}, - "south": {"uv": [11, 5, 12, 5.25], "texture": "#1"}, - "west": {"uv": [5.25, 11, 6.25, 11.25], "texture": "#1"}, - "up": {"uv": [2, 8, 1, 7], "texture": "#1"}, - "down": {"uv": [3, 7, 2, 8], "texture": "#1"} - } - }, - { - "from": [6.2, 4, 4.4], - "to": [9.8, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [9.5, 8, 10.375, 8.5], "texture": "#1"}, - "east": {"uv": [11.25, 0.75, 11.6875, 1.25], "texture": "#1"}, - "south": {"uv": [2, 9.75, 2.875, 10.25], "texture": "#1"}, - "west": {"uv": [1, 11.25, 1.4375, 11.75], "texture": "#1"}, - "up": {"uv": [10.875, 9.6875, 10, 9.25], "texture": "#1"}, - "down": {"uv": [0.875, 10.25, 0, 10.6875], "texture": "#1"} - } - }, - { - "from": [6.461, 7, 4.922], - "to": [9.539, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [10.25, 2.5, 11, 3], "texture": "#1"}, - "east": {"uv": [2, 11.75, 2.375, 12.25], "texture": "#1"}, - "south": {"uv": [10.25, 3, 11, 3.5], "texture": "#1"}, - "west": {"uv": [2.5, 11.75, 2.875, 12.25], "texture": "#1"}, - "up": {"uv": [11.25, 1.125, 10.5, 0.75], "texture": "#1"}, - "down": {"uv": [11.25, 1.5, 10.5, 1.875], "texture": "#1"} - } - }, - { - "from": [6.38, 6, 4.76], - "to": [9.62, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 5.75, 12.0625, 6], "texture": "#1"}, - "east": {"uv": [12, 12.25, 12.375, 12.5], "texture": "#1"}, - "south": {"uv": [11.25, 6, 12.0625, 6.25], "texture": "#1"}, - "west": {"uv": [12.25, 12, 12.625, 12.25], "texture": "#1"}, - "up": {"uv": [7.5625, 10.625, 6.75, 10.25], "texture": "#1"}, - "down": {"uv": [8.5625, 10.25, 7.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.38, 9, 4.76], - "to": [9.62, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 6.25, 12.0625, 6.5], "texture": "#1"}, - "east": {"uv": [0, 12.5, 0.375, 12.75], "texture": "#1"}, - "south": {"uv": [11.25, 6.5, 12.0625, 6.75], "texture": "#1"}, - "west": {"uv": [12.5, 0, 12.875, 0.25], "texture": "#1"}, - "up": {"uv": [11.0625, 8.875, 10.25, 8.5], "texture": "#1"}, - "down": {"uv": [9.5625, 10.25, 8.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.2, 10, 4.4], - "to": [9.8, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [4.25, 9.75, 5.125, 10.25], "texture": "#1"}, - "east": {"uv": [11.25, 1.25, 11.6875, 1.75], "texture": "#1"}, - "south": {"uv": [5.25, 9.75, 6.125, 10.25], "texture": "#1"}, - "west": {"uv": [1.5, 11.25, 1.9375, 11.75], "texture": "#1"}, - "up": {"uv": [11.125, 0.6875, 10.25, 0.25], "texture": "#1"}, - "down": {"uv": [1.875, 10.25, 1, 10.6875], "texture": "#1"} - } - }, - { - "from": [6, 11, 4], - "to": [10, 13, 6], - "faces": { - "north": {"uv": [9.25, 2.5, 10.25, 3], "texture": "#1"}, - "east": {"uv": [3, 11, 3.5, 11.5], "texture": "#1"}, - "south": {"uv": [9.25, 3, 10.25, 3.5], "texture": "#1"}, - "west": {"uv": [11, 5.25, 11.5, 5.75], "texture": "#1"}, - "up": {"uv": [10.25, 4, 9.25, 3.5], "texture": "#1"}, - "down": {"uv": [6, 9.25, 5, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 3, 4], - "to": [10, 5, 6], - "faces": { - "north": {"uv": [9.25, 5.75, 10.25, 6.25], "texture": "#1"}, - "east": {"uv": [6.25, 11, 6.75, 11.5], "texture": "#1"}, - "south": {"uv": [6, 9.25, 7, 9.75], "texture": "#1"}, - "west": {"uv": [6.75, 11, 7.25, 11.5], "texture": "#1"}, - "up": {"uv": [10.25, 6.75, 9.25, 6.25], "texture": "#1"}, - "down": {"uv": [8, 9.25, 7, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 13, 3], - "to": [10, 14, 6], - "faces": { - "north": {"uv": [11, 6.75, 12, 7], "texture": "#1"}, - "east": {"uv": [11.75, 1.5, 12.5, 1.75], "texture": "#1"}, - "south": {"uv": [11, 7, 12, 7.25], "texture": "#1"}, - "west": {"uv": [3, 11.75, 3.75, 12], "texture": "#1"}, - "up": {"uv": [4, 8.5, 3, 7.75], "texture": "#1"}, - "down": {"uv": [8.75, 4, 7.75, 4.75], "texture": "#1"} - } - }, - { - "from": [6, 2, 3], - "to": [10, 3, 6], - "faces": { - "north": {"uv": [7.25, 11, 8.25, 11.25], "texture": "#1"}, - "east": {"uv": [3.75, 11.75, 4.5, 12], "texture": "#1"}, - "south": {"uv": [11, 8, 12, 8.25], "texture": "#1"}, - "west": {"uv": [4.5, 11.75, 5.25, 12], "texture": "#1"}, - "up": {"uv": [6.5, 8.5, 5.5, 7.75], "texture": "#1"}, - "down": {"uv": [1, 8, 0, 8.75], "texture": "#1"} - } - }, - { - "from": [2, 14, 6], - "to": [14, 15, 10], - "faces": { - "north": {"uv": [7.5, 1.5, 10.5, 1.75], "texture": "#1"}, - "east": {"uv": [8.25, 11, 9.25, 11.25], "texture": "#1"}, - "south": {"uv": [7.5, 1.75, 10.5, 2], "texture": "#1"}, - "west": {"uv": [11, 8.25, 12, 8.5], "texture": "#1"}, - "up": {"uv": [3, 1, 0, 0], "texture": "#1"}, - "down": {"uv": [3, 1, 0, 2], "texture": "#1"} - } - }, - { - "from": [2, 1, 6], - "to": [14, 2, 10], - "faces": { - "north": {"uv": [6.5, 8, 9.5, 8.25], "texture": "#1"}, - "east": {"uv": [11, 9, 12, 9.25], "texture": "#1"}, - "south": {"uv": [6.5, 8.25, 9.5, 8.5], "texture": "#1"}, - "west": {"uv": [9.25, 11, 10.25, 11.25], "texture": "#1"}, - "up": {"uv": [3, 3, 0, 2], "texture": "#1"}, - "down": {"uv": [3, 3, 0, 4], "texture": "#1"} - } - }, - { - "from": [4.4, 4, 6.2], - "to": [11.6, 5.9, 9.8], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [7.25, 3, 9.0625, 3.5], "texture": "#1"}, - "east": {"uv": [6.25, 9.75, 7.125, 10.25], "texture": "#1"}, - "south": {"uv": [7.25, 3.5, 9.0625, 4], "texture": "#1"}, - "west": {"uv": [7.25, 9.75, 8.125, 10.25], "texture": "#1"}, - "up": {"uv": [3.8125, 5.875, 2, 5], "texture": "#1"}, - "down": {"uv": [5.8125, 5, 4, 5.875], "texture": "#1"} - } - }, - { - "from": [4.922, 7, 6.461], - "to": [11.078, 9, 9.539], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [4.5, 7, 6.0625, 7.5], "texture": "#1"}, - "east": {"uv": [10.25, 3.5, 11, 4], "texture": "#1"}, - "south": {"uv": [7.25, 6.75, 8.8125, 7.25], "texture": "#1"}, - "west": {"uv": [4, 10.25, 4.75, 10.75], "texture": "#1"}, - "up": {"uv": [5.0625, 6.75, 3.5, 6], "texture": "#1"}, - "down": {"uv": [7.5625, 4, 6, 4.75], "texture": "#1"} - } - }, - { - "from": [4.76, 6, 6.38], - "to": [11.24, 7, 9.62], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.25, 9, 10.875, 9.25], "texture": "#1"}, - "east": {"uv": [7.25, 11.25, 8.0625, 11.5], "texture": "#1"}, - "south": {"uv": [9.5, 1.25, 11.125, 1.5], "texture": "#1"}, - "west": {"uv": [8.25, 11.25, 9.0625, 11.5], "texture": "#1"}, - "up": {"uv": [7.125, 2.8125, 5.5, 2], "texture": "#1"}, - "down": {"uv": [7.125, 3, 5.5, 3.8125], "texture": "#1"} - } - }, - { - "from": [4.76, 9, 6.38], - "to": [11.24, 10, 9.62], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.5, 4.5, 11.125, 4.75], "texture": "#1"}, - "east": {"uv": [11.25, 8.5, 12.0625, 8.75], "texture": "#1"}, - "south": {"uv": [0, 10, 1.625, 10.25], "texture": "#1"}, - "west": {"uv": [11.25, 8.75, 12.0625, 9], "texture": "#1"}, - "up": {"uv": [1.625, 6.8125, 0, 6], "texture": "#1"}, - "down": {"uv": [3.375, 6, 1.75, 6.8125], "texture": "#1"} - } - }, - { - "from": [4.4, 10, 6.2], - "to": [11.6, 11.9, 9.8], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [7.25, 5.75, 9.0625, 6.25], "texture": "#1"}, - "east": {"uv": [8.25, 9.75, 9.125, 10.25], "texture": "#1"}, - "south": {"uv": [7.25, 6.25, 9.0625, 6.75], "texture": "#1"}, - "west": {"uv": [9.25, 9.75, 10.125, 10.25], "texture": "#1"}, - "up": {"uv": [7.3125, 0.875, 5.5, 0], "texture": "#1"}, - "down": {"uv": [7.3125, 1, 5.5, 1.875], "texture": "#1"} - } - }, - { - "from": [4, 11, 6], - "to": [12, 13, 10], - "faces": { - "north": {"uv": [7, 4.75, 9, 5.25], "texture": "#1"}, - "east": {"uv": [8, 9.25, 9, 9.75], "texture": "#1"}, - "south": {"uv": [7, 5.25, 9, 5.75], "texture": "#1"}, - "west": {"uv": [9.25, 8.5, 10.25, 9], "texture": "#1"}, - "up": {"uv": [2, 5, 0, 4], "texture": "#1"}, - "down": {"uv": [4, 4, 2, 5], "texture": "#1"} - } - }, - { - "from": [4, 3, 6], - "to": [12, 5, 10], - "faces": { - "north": {"uv": [7.25, 2, 9.25, 2.5], "texture": "#1"}, - "east": {"uv": [9, 9.25, 10, 9.75], "texture": "#1"}, - "south": {"uv": [7.25, 2.5, 9.25, 3], "texture": "#1"}, - "west": {"uv": [0, 9.5, 1, 10], "texture": "#1"}, - "up": {"uv": [6, 5, 4, 4], "texture": "#1"}, - "down": {"uv": [2, 5, 0, 6], "texture": "#1"} - } - }, - { - "from": [3, 13, 6], - "to": [13, 14, 10], - "faces": { - "north": {"uv": [8.25, 7.25, 10.75, 7.5], "texture": "#1"}, - "east": {"uv": [11, 9.25, 12, 9.5], "texture": "#1"}, - "south": {"uv": [8.25, 7.5, 10.75, 7.75], "texture": "#1"}, - "west": {"uv": [11, 9.5, 12, 9.75], "texture": "#1"}, - "up": {"uv": [5.5, 1, 3, 0], "texture": "#1"}, - "down": {"uv": [5.5, 1, 3, 2], "texture": "#1"} - } - }, - { - "from": [3, 2, 6], - "to": [13, 3, 10], - "faces": { - "north": {"uv": [8.25, 7.75, 10.75, 8], "texture": "#1"}, - "east": {"uv": [11, 9.75, 12, 10], "texture": "#1"}, - "south": {"uv": [8.5, 0, 11, 0.25], "texture": "#1"}, - "west": {"uv": [11, 10, 12, 10.25], "texture": "#1"}, - "up": {"uv": [5.5, 3, 3, 2], "texture": "#1"}, - "down": {"uv": [5.5, 3, 3, 4], "texture": "#1"} - } - }, - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [7, 8, 11, 8.25], "texture": "#0"}, - "east": {"uv": [8, 7, 12, 7.25], "texture": "#0"}, - "south": {"uv": [8, 7.25, 12, 7.5], "texture": "#0"}, - "west": {"uv": [8, 7.5, 12, 7.75], "texture": "#0"}, - "up": {"uv": [4, 4, 0, 0], "texture": "#0"}, - "down": {"uv": [4, 4, 0, 8], "texture": "#0"} - } - }, - { - "from": [0, 15, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [8, 7.75, 12, 8], "texture": "#0"}, - "east": {"uv": [7, 8.25, 11, 8.5], "texture": "#0"}, - "south": {"uv": [8.5, 0, 12.5, 0.25], "texture": "#0"}, - "west": {"uv": [8.5, 0.25, 12.5, 0.5], "texture": "#0"}, - "up": {"uv": [8, 4, 4, 0], "texture": "#0"}, - "down": {"uv": [8, 4, 4, 8], "texture": "#0"} - } - }, - { - "from": [14, 1, 0], - "to": [16, 15, 2], - "faces": { - "north": {"uv": [0, 8, 0.5, 11.5], "texture": "#0"}, - "east": {"uv": [8, 0, 8.5, 3.5], "texture": "#0"}, - "south": {"uv": [0.5, 8, 1, 11.5], "texture": "#0"}, - "west": {"uv": [1, 8, 1.5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 1, 8.5, 0.5], "texture": "#0"}, - "down": {"uv": [9, 1, 8.5, 1.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 0], - "to": [2, 15, 2], - "faces": { - "north": {"uv": [1.5, 8, 2, 11.5], "texture": "#0"}, - "east": {"uv": [2, 8, 2.5, 11.5], "texture": "#0"}, - "south": {"uv": [2.5, 8, 3, 11.5], "texture": "#0"}, - "west": {"uv": [3, 8, 3.5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 2, 8.5, 1.5], "texture": "#0"}, - "down": {"uv": [9, 2, 8.5, 2.5], "texture": "#0"} - } - }, - { - "from": [14, 1, 14], - "to": [16, 15, 16], - "faces": { - "north": {"uv": [3.5, 8, 4, 11.5], "texture": "#0"}, - "east": {"uv": [8, 3.5, 8.5, 7], "texture": "#0"}, - "south": {"uv": [4, 8, 4.5, 11.5], "texture": "#0"}, - "west": {"uv": [4.5, 8, 5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 3, 8.5, 2.5], "texture": "#0"}, - "down": {"uv": [9, 3, 8.5, 3.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 14], - "to": [2, 15, 16], - "faces": { - "north": {"uv": [5, 8, 5.5, 11.5], "texture": "#0"}, - "east": {"uv": [5.5, 8, 6, 11.5], "texture": "#0"}, - "south": {"uv": [6, 8, 6.5, 11.5], "texture": "#0"}, - "west": {"uv": [6.5, 8, 7, 11.5], "texture": "#0"}, - "up": {"uv": [9, 4, 8.5, 3.5], "texture": "#0"}, - "down": {"uv": [9, 4, 8.5, 4.5], "texture": "#0"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "children": [ - { - "name": "Pillar", - "origin": [0, 0, 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, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76] - }, - { - "name": "Casing", - "origin": [0, 0, 0], - "children": [77, 78, 79, 80, 81, 82] - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/kudbebedda_singularity_resource_generator_lit.json b/src/main/resources/assets/cuboidmod/models/block/kudbebedda_singularity_resource_generator_lit.json deleted file mode 100644 index 62b6804..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/kudbebedda_singularity_resource_generator_lit.json +++ /dev/null @@ -1,1061 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "texture_size": [64, 64], - "textures": { - "0": "cuboidmod:model/kudbebedda_singularity_resource_generator_casing", - "1": "cuboidmod:model/singularity_resource_generator_pillar_lit", - "particle": "cuboidmod:model/kudbebedda_singularity_resource_generator_casing" - }, - "elements": [ - { - "from": [10, 14, 3], - "to": [13, 15, 6], - "faces": { - "north": {"uv": [4.5, 6.75, 5.25, 7], "texture": "#1"}, - "east": {"uv": [5.5, 7.5, 6.25, 7.75], "texture": "#1"}, - "south": {"uv": [6.5, 7.75, 7.25, 8], "texture": "#1"}, - "west": {"uv": [3.25, 9.25, 4, 9.5], "texture": "#1"}, - "up": {"uv": [1.75, 8.75, 1, 8], "texture": "#1"}, - "down": {"uv": [2.5, 8, 1.75, 8.75], "texture": "#1"} - } - }, - { - "from": [10, 1, 3], - "to": [13, 2, 6], - "faces": { - "north": {"uv": [4.25, 9.5, 5, 9.75], "texture": "#1"}, - "east": {"uv": [5.5, 11.25, 6.25, 11.5], "texture": "#1"}, - "south": {"uv": [9.25, 11.25, 10, 11.5], "texture": "#1"}, - "west": {"uv": [10, 11.25, 10.75, 11.5], "texture": "#1"}, - "up": {"uv": [4.75, 9, 4, 8.25], "texture": "#1"}, - "down": {"uv": [5.5, 8.25, 4.75, 9], "texture": "#1"} - } - }, - { - "from": [9.8, 4, 5.3], - "to": [10.7, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [2.25, 8.75, 2.5, 9.25], "texture": "#1"}, - "east": {"uv": [5.25, 11.75, 5.5, 12.25], "texture": "#1"}, - "south": {"uv": [5.5, 11.75, 5.75, 12.25], "texture": "#1"}, - "west": {"uv": [5.75, 11.75, 6, 12.25], "texture": "#1"}, - "up": {"uv": [6.25, 6, 6, 5.75], "texture": "#1"}, - "down": {"uv": [9.5, 0.75, 9.25, 1], "texture": "#1"} - } - }, - { - "from": [9.539, 7, 5.6915], - "to": [10.3085, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [12.25, 7, 12.4375, 7.5], "texture": "#1"}, - "east": {"uv": [7.5, 12.25, 7.6875, 12.75], "texture": "#1"}, - "south": {"uv": [12.25, 7.5, 12.4375, 8], "texture": "#1"}, - "west": {"uv": [7.75, 12.25, 7.9375, 12.75], "texture": "#1"}, - "up": {"uv": [10.4375, 12.6875, 10.25, 12.5], "texture": "#1"}, - "down": {"uv": [12.6875, 10.25, 12.5, 10.4375], "texture": "#1"} - } - }, - { - "from": [9.62, 6, 5.57], - "to": [10.43, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 4.25, 12.6875, 4.5], "texture": "#1"}, - "east": {"uv": [12.5, 4.5, 12.6875, 4.75], "texture": "#1"}, - "south": {"uv": [12.5, 4.75, 12.6875, 5], "texture": "#1"}, - "west": {"uv": [12.5, 5, 12.6875, 5.25], "texture": "#1"}, - "up": {"uv": [10.6875, 12.6875, 10.5, 12.5], "texture": "#1"}, - "down": {"uv": [12.6875, 10.5, 12.5, 10.6875], "texture": "#1"} - } - }, - { - "from": [9.62, 9, 5.57], - "to": [10.43, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 5.25, 12.6875, 5.5], "texture": "#1"}, - "east": {"uv": [12.5, 5.5, 12.6875, 5.75], "texture": "#1"}, - "south": {"uv": [12.5, 5.75, 12.6875, 6], "texture": "#1"}, - "west": {"uv": [6, 12.5, 6.1875, 12.75], "texture": "#1"}, - "up": {"uv": [12.6875, 10.9375, 12.5, 10.75], "texture": "#1"}, - "down": {"uv": [12.6875, 11, 12.5, 11.1875], "texture": "#1"} - } - }, - { - "from": [9.8, 10, 5.3], - "to": [10.7, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [6, 11.75, 6.25, 12.25], "texture": "#1"}, - "east": {"uv": [6.25, 11.75, 6.5, 12.25], "texture": "#1"}, - "south": {"uv": [6.5, 11.75, 6.75, 12.25], "texture": "#1"}, - "west": {"uv": [6.75, 11.75, 7, 12.25], "texture": "#1"}, - "up": {"uv": [2.25, 9.75, 2, 9.5], "texture": "#1"}, - "down": {"uv": [3.25, 9.75, 3, 10], "texture": "#1"} - } - }, - { - "from": [10, 11, 5], - "to": [11, 13, 6], - "faces": { - "north": {"uv": [7, 11.75, 7.25, 12.25], "texture": "#1"}, - "east": {"uv": [7.25, 11.75, 7.5, 12.25], "texture": "#1"}, - "south": {"uv": [11.75, 7.25, 12, 7.75], "texture": "#1"}, - "west": {"uv": [7.5, 11.75, 7.75, 12.25], "texture": "#1"}, - "up": {"uv": [2, 10.25, 1.75, 10], "texture": "#1"}, - "down": {"uv": [4.25, 10, 4, 10.25], "texture": "#1"} - } - }, - { - "from": [10, 3, 5], - "to": [11, 5, 6], - "faces": { - "north": {"uv": [7.75, 11.75, 8, 12.25], "texture": "#1"}, - "east": {"uv": [8, 11.75, 8.25, 12.25], "texture": "#1"}, - "south": {"uv": [8.25, 11.75, 8.5, 12.25], "texture": "#1"}, - "west": {"uv": [8.5, 11.75, 8.75, 12.25], "texture": "#1"}, - "up": {"uv": [3, 10.5, 2.75, 10.25], "texture": "#1"}, - "down": {"uv": [4, 10.5, 3.75, 10.75], "texture": "#1"} - } - }, - { - "from": [10, 13, 4], - "to": [12, 14, 6], - "faces": { - "north": {"uv": [3, 7.5, 3.5, 7.75], "texture": "#1"}, - "east": {"uv": [5, 9, 5.5, 9.25], "texture": "#1"}, - "south": {"uv": [2, 11.25, 2.5, 11.5], "texture": "#1"}, - "west": {"uv": [11.75, 7.75, 12.25, 8], "texture": "#1"}, - "up": {"uv": [3.5, 7.5, 3, 7], "texture": "#1"}, - "down": {"uv": [4.5, 7.75, 4, 8.25], "texture": "#1"} - } - }, - { - "from": [10, 2, 4], - "to": [12, 3, 6], - "faces": { - "north": {"uv": [8.75, 11.75, 9.25, 12], "texture": "#1"}, - "east": {"uv": [9.25, 11.75, 9.75, 12], "texture": "#1"}, - "south": {"uv": [9.75, 11.75, 10.25, 12], "texture": "#1"}, - "west": {"uv": [10.25, 11.75, 10.75, 12], "texture": "#1"}, - "up": {"uv": [3, 8.5, 2.5, 8], "texture": "#1"}, - "down": {"uv": [3.25, 10.5, 2.75, 11], "texture": "#1"} - } - }, - { - "from": [3, 14, 3], - "to": [6, 15, 6], - "faces": { - "north": {"uv": [10.75, 11.25, 11.5, 11.5], "texture": "#1"}, - "east": {"uv": [11.25, 10.75, 12, 11], "texture": "#1"}, - "south": {"uv": [11.25, 11, 12, 11.25], "texture": "#1"}, - "west": {"uv": [2, 11.5, 2.75, 11.75], "texture": "#1"}, - "up": {"uv": [9.25, 1, 8.5, 0.25], "texture": "#1"}, - "down": {"uv": [3.25, 8.5, 2.5, 9.25], "texture": "#1"} - } - }, - { - "from": [3, 1, 3], - "to": [6, 2, 6], - "faces": { - "north": {"uv": [11.5, 2, 12.25, 2.25], "texture": "#1"}, - "east": {"uv": [11.5, 2.25, 12.25, 2.5], "texture": "#1"}, - "south": {"uv": [2.75, 11.5, 3.5, 11.75], "texture": "#1"}, - "west": {"uv": [3.5, 11.5, 4.25, 11.75], "texture": "#1"}, - "up": {"uv": [4, 9.25, 3.25, 8.5], "texture": "#1"}, - "down": {"uv": [6.25, 8.5, 5.5, 9.25], "texture": "#1"} - } - }, - { - "from": [5.3, 4, 5.3], - "to": [6.2, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [10.75, 11.75, 11, 12.25], "texture": "#1"}, - "east": {"uv": [11, 11.75, 11.25, 12.25], "texture": "#1"}, - "south": {"uv": [11.25, 11.75, 11.5, 12.25], "texture": "#1"}, - "west": {"uv": [11.5, 11.75, 11.75, 12.25], "texture": "#1"}, - "up": {"uv": [2.75, 11, 2.5, 10.75], "texture": "#1"}, - "down": {"uv": [3.75, 11, 3.5, 11.25], "texture": "#1"} - } - }, - { - "from": [5.6915, 7, 5.6915], - "to": [6.461, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [8, 12.25, 8.1875, 12.75], "texture": "#1"}, - "east": {"uv": [12.25, 8, 12.4375, 8.5], "texture": "#1"}, - "south": {"uv": [8.25, 12.25, 8.4375, 12.75], "texture": "#1"}, - "west": {"uv": [8.5, 12.25, 8.6875, 12.75], "texture": "#1"}, - "up": {"uv": [11.6875, 12.6875, 11.5, 12.5], "texture": "#1"}, - "down": {"uv": [11.9375, 12.5, 11.75, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.57, 6, 5.57], - "to": [6.38, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [6.25, 12.5, 6.4375, 12.75], "texture": "#1"}, - "east": {"uv": [6.5, 12.5, 6.6875, 12.75], "texture": "#1"}, - "south": {"uv": [6.75, 12.5, 6.9375, 12.75], "texture": "#1"}, - "west": {"uv": [7, 12.5, 7.1875, 12.75], "texture": "#1"}, - "up": {"uv": [12.1875, 12.6875, 12, 12.5], "texture": "#1"}, - "down": {"uv": [12.4375, 12.5, 12.25, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.57, 9, 5.57], - "to": [6.38, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 7, 12.6875, 7.25], "texture": "#1"}, - "east": {"uv": [7.25, 12.5, 7.4375, 12.75], "texture": "#1"}, - "south": {"uv": [12.5, 7.25, 12.6875, 7.5], "texture": "#1"}, - "west": {"uv": [12.5, 7.5, 12.6875, 7.75], "texture": "#1"}, - "up": {"uv": [12.6875, 12.4375, 12.5, 12.25], "texture": "#1"}, - "down": {"uv": [12.6875, 12.5, 12.5, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.3, 10, 5.3], - "to": [6.2, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [11.75, 11.5, 12, 12], "texture": "#1"}, - "east": {"uv": [0, 12, 0.25, 12.5], "texture": "#1"}, - "south": {"uv": [0.25, 12, 0.5, 12.5], "texture": "#1"}, - "west": {"uv": [0.5, 12, 0.75, 12.5], "texture": "#1"}, - "up": {"uv": [0.75, 12.75, 0.5, 12.5], "texture": "#1"}, - "down": {"uv": [1, 12.5, 0.75, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 11, 5], - "to": [6, 13, 6], - "faces": { - "north": {"uv": [1.25, 12, 1.5, 12.5], "texture": "#1"}, - "east": {"uv": [1.5, 12, 1.75, 12.5], "texture": "#1"}, - "south": {"uv": [1.75, 12, 2, 12.5], "texture": "#1"}, - "west": {"uv": [12, 2.5, 12.25, 3], "texture": "#1"}, - "up": {"uv": [12.75, 1, 12.5, 0.75], "texture": "#1"}, - "down": {"uv": [1.25, 12.5, 1, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 3, 5], - "to": [6, 5, 6], - "faces": { - "north": {"uv": [3, 12, 3.25, 12.5], "texture": "#1"}, - "east": {"uv": [12, 3, 12.25, 3.5], "texture": "#1"}, - "south": {"uv": [3.25, 12, 3.5, 12.5], "texture": "#1"}, - "west": {"uv": [3.5, 12, 3.75, 12.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.25, 12.5, 1], "texture": "#1"}, - "down": {"uv": [1.5, 12.5, 1.25, 12.75], "texture": "#1"} - } - }, - { - "from": [4, 13, 4], - "to": [6, 14, 6], - "faces": { - "north": {"uv": [12, 0, 12.5, 0.25], "texture": "#1"}, - "east": {"uv": [12, 3.5, 12.5, 3.75], "texture": "#1"}, - "south": {"uv": [3.75, 12, 4.25, 12.25], "texture": "#1"}, - "west": {"uv": [12, 3.75, 12.5, 4], "texture": "#1"}, - "up": {"uv": [3.75, 11, 3.25, 10.5], "texture": "#1"}, - "down": {"uv": [11, 4, 10.5, 4.5], "texture": "#1"} - } - }, - { - "from": [4, 2, 4], - "to": [6, 3, 6], - "faces": { - "north": {"uv": [12, 4, 12.5, 4.25], "texture": "#1"}, - "east": {"uv": [4.25, 12, 4.75, 12.25], "texture": "#1"}, - "south": {"uv": [12, 4.25, 12.5, 4.5], "texture": "#1"}, - "west": {"uv": [4.75, 12, 5.25, 12.25], "texture": "#1"}, - "up": {"uv": [11, 8.5, 10.5, 8], "texture": "#1"}, - "down": {"uv": [11, 10.25, 10.5, 10.75], "texture": "#1"} - } - }, - { - "from": [3, 14, 10], - "to": [6, 15, 13], - "faces": { - "north": {"uv": [4.25, 11.5, 5, 11.75], "texture": "#1"}, - "east": {"uv": [5, 11.5, 5.75, 11.75], "texture": "#1"}, - "south": {"uv": [11.5, 5.25, 12.25, 5.5], "texture": "#1"}, - "west": {"uv": [11.5, 5.5, 12.25, 5.75], "texture": "#1"}, - "up": {"uv": [7, 9.25, 6.25, 8.5], "texture": "#1"}, - "down": {"uv": [7.75, 8.5, 7, 9.25], "texture": "#1"} - } - }, - { - "from": [3, 1, 10], - "to": [6, 2, 13], - "faces": { - "north": {"uv": [5.75, 11.5, 6.5, 11.75], "texture": "#1"}, - "east": {"uv": [6.5, 11.5, 7.25, 11.75], "texture": "#1"}, - "south": {"uv": [7.25, 11.5, 8, 11.75], "texture": "#1"}, - "west": {"uv": [8, 11.5, 8.75, 11.75], "texture": "#1"}, - "up": {"uv": [8.5, 9.25, 7.75, 8.5], "texture": "#1"}, - "down": {"uv": [9.25, 8.5, 8.5, 9.25], "texture": "#1"} - } - }, - { - "from": [5.3, 4, 9.8], - "to": [6.2, 5.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [12, 4.75, 12.25, 5.25], "texture": "#1"}, - "east": {"uv": [12, 6.75, 12.25, 7.25], "texture": "#1"}, - "south": {"uv": [12, 7.25, 12.25, 7.75], "texture": "#1"}, - "west": {"uv": [12, 8, 12.25, 8.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.5, 12.5, 1.25], "texture": "#1"}, - "down": {"uv": [1.75, 12.5, 1.5, 12.75], "texture": "#1"} - } - }, - { - "from": [5.6915, 7, 9.539], - "to": [6.461, 9, 10.3085], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [12.25, 8.5, 12.4375, 9], "texture": "#1"}, - "east": {"uv": [12.25, 9, 12.4375, 9.5], "texture": "#1"}, - "south": {"uv": [12.25, 9.5, 12.4375, 10], "texture": "#1"}, - "west": {"uv": [12.25, 10.25, 12.4375, 10.75], "texture": "#1"}, - "up": {"uv": [0.1875, 12.9375, 0, 12.75], "texture": "#1"}, - "down": {"uv": [0.4375, 12.75, 0.25, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.57, 6, 9.62], - "to": [6.38, 7, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 7.75, 12.6875, 8], "texture": "#1"}, - "east": {"uv": [12.5, 8, 12.6875, 8.25], "texture": "#1"}, - "south": {"uv": [12.5, 8.25, 12.6875, 8.5], "texture": "#1"}, - "west": {"uv": [12.5, 8.5, 12.6875, 8.75], "texture": "#1"}, - "up": {"uv": [12.9375, 0.4375, 12.75, 0.25], "texture": "#1"}, - "down": {"uv": [0.6875, 12.75, 0.5, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.57, 9, 9.62], - "to": [6.38, 10, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [8.75, 12.5, 8.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 8.75, 12.6875, 9], "texture": "#1"}, - "south": {"uv": [9, 12.5, 9.1875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 9, 12.6875, 9.25], "texture": "#1"}, - "up": {"uv": [12.9375, 0.6875, 12.75, 0.5], "texture": "#1"}, - "down": {"uv": [0.9375, 12.75, 0.75, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.3, 10, 9.8], - "to": [6.2, 11.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [8.75, 12, 9, 12.5], "texture": "#1"}, - "east": {"uv": [9, 12, 9.25, 12.5], "texture": "#1"}, - "south": {"uv": [12, 9, 12.25, 9.5], "texture": "#1"}, - "west": {"uv": [9.25, 12, 9.5, 12.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.75, 12.5, 1.5], "texture": "#1"}, - "down": {"uv": [2, 12.5, 1.75, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 11, 10], - "to": [6, 13, 11], - "faces": { - "north": {"uv": [9.5, 12, 9.75, 12.5], "texture": "#1"}, - "east": {"uv": [12, 9.5, 12.25, 10], "texture": "#1"}, - "south": {"uv": [9.75, 12, 10, 12.5], "texture": "#1"}, - "west": {"uv": [10, 12, 10.25, 12.5], "texture": "#1"}, - "up": {"uv": [2.25, 12.75, 2, 12.5], "texture": "#1"}, - "down": {"uv": [2.5, 12.5, 2.25, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 3, 10], - "to": [6, 5, 11], - "faces": { - "north": {"uv": [10.25, 12, 10.5, 12.5], "texture": "#1"}, - "east": {"uv": [10.5, 12, 10.75, 12.5], "texture": "#1"}, - "south": {"uv": [12, 10.75, 12.25, 11.25], "texture": "#1"}, - "west": {"uv": [12, 11.5, 12.25, 12], "texture": "#1"}, - "up": {"uv": [12.75, 2.5, 12.5, 2.25], "texture": "#1"}, - "down": {"uv": [12.75, 2.5, 12.5, 2.75], "texture": "#1"} - } - }, - { - "from": [4, 13, 10], - "to": [6, 14, 12], - "faces": { - "north": {"uv": [12, 10, 12.5, 10.25], "texture": "#1"}, - "east": {"uv": [11.75, 12, 12.25, 12.25], "texture": "#1"}, - "south": {"uv": [12.25, 0.25, 12.75, 0.5], "texture": "#1"}, - "west": {"uv": [12.25, 0.5, 12.75, 0.75], "texture": "#1"}, - "up": {"uv": [0.5, 11.25, 0, 10.75], "texture": "#1"}, - "down": {"uv": [1, 10.75, 0.5, 11.25], "texture": "#1"} - } - }, - { - "from": [4, 2, 10], - "to": [6, 3, 12], - "faces": { - "north": {"uv": [0.75, 12.25, 1.25, 12.5], "texture": "#1"}, - "east": {"uv": [12.25, 1.75, 12.75, 2], "texture": "#1"}, - "south": {"uv": [2, 12.25, 2.5, 12.5], "texture": "#1"}, - "west": {"uv": [12.25, 2, 12.75, 2.25], "texture": "#1"}, - "up": {"uv": [1.5, 11.25, 1, 10.75], "texture": "#1"}, - "down": {"uv": [2, 10.75, 1.5, 11.25], "texture": "#1"} - } - }, - { - "from": [10, 14, 10], - "to": [13, 15, 13], - "faces": { - "north": {"uv": [8.75, 11.5, 9.5, 11.75], "texture": "#1"}, - "east": {"uv": [9.5, 11.5, 10.25, 11.75], "texture": "#1"}, - "south": {"uv": [10.25, 11.5, 11, 11.75], "texture": "#1"}, - "west": {"uv": [11.5, 10.25, 12.25, 10.5], "texture": "#1"}, - "up": {"uv": [0.75, 9.5, 0, 8.75], "texture": "#1"}, - "down": {"uv": [1.5, 8.75, 0.75, 9.5], "texture": "#1"} - } - }, - { - "from": [10, 1, 10], - "to": [13, 2, 13], - "faces": { - "north": {"uv": [11.5, 10.5, 12.25, 10.75], "texture": "#1"}, - "east": {"uv": [11, 11.5, 11.75, 11.75], "texture": "#1"}, - "south": {"uv": [11.5, 11.25, 12.25, 11.5], "texture": "#1"}, - "west": {"uv": [0, 11.75, 0.75, 12], "texture": "#1"}, - "up": {"uv": [2.25, 9.5, 1.5, 8.75], "texture": "#1"}, - "down": {"uv": [9.5, 4, 8.75, 4.75], "texture": "#1"} - } - }, - { - "from": [9.8, 4, 9.8], - "to": [10.7, 5.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [12.25, 2.25, 12.5, 2.75], "texture": "#1"}, - "east": {"uv": [2.5, 12.25, 2.75, 12.75], "texture": "#1"}, - "south": {"uv": [2.75, 12.25, 3, 12.75], "texture": "#1"}, - "west": {"uv": [12.25, 2.75, 12.5, 3.25], "texture": "#1"}, - "up": {"uv": [12.75, 3, 12.5, 2.75], "texture": "#1"}, - "down": {"uv": [3.25, 12.5, 3, 12.75], "texture": "#1"} - } - }, - { - "from": [9.539, 7, 9.539], - "to": [10.3085, 9, 10.3085], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [10.75, 12.25, 10.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.25, 10.75, 12.4375, 11.25], "texture": "#1"}, - "south": {"uv": [11, 12.25, 11.1875, 12.75], "texture": "#1"}, - "west": {"uv": [11.25, 12.25, 11.4375, 12.75], "texture": "#1"}, - "up": {"uv": [12.9375, 0.9375, 12.75, 0.75], "texture": "#1"}, - "down": {"uv": [1.1875, 12.75, 1, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.62, 6, 9.62], - "to": [10.43, 7, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.25, 12.5, 9.4375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 9.25, 12.6875, 9.5], "texture": "#1"}, - "south": {"uv": [9.5, 12.5, 9.6875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 9.5, 12.6875, 9.75], "texture": "#1"}, - "up": {"uv": [12.9375, 1.1875, 12.75, 1], "texture": "#1"}, - "down": {"uv": [1.4375, 12.75, 1.25, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.62, 9, 9.62], - "to": [10.43, 10, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.75, 12.5, 9.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 9.75, 12.6875, 10], "texture": "#1"}, - "south": {"uv": [10, 12.5, 10.1875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 10, 12.6875, 10.25], "texture": "#1"}, - "up": {"uv": [12.9375, 1.4375, 12.75, 1.25], "texture": "#1"}, - "down": {"uv": [1.6875, 12.75, 1.5, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.8, 10, 9.8], - "to": [10.7, 11.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [3.75, 12.25, 4, 12.75], "texture": "#1"}, - "east": {"uv": [4, 12.25, 4.25, 12.75], "texture": "#1"}, - "south": {"uv": [4.25, 12.25, 4.5, 12.75], "texture": "#1"}, - "west": {"uv": [4.5, 12.25, 4.75, 12.75], "texture": "#1"}, - "up": {"uv": [12.75, 3.25, 12.5, 3], "texture": "#1"}, - "down": {"uv": [3.5, 12.5, 3.25, 12.75], "texture": "#1"} - } - }, - { - "from": [10, 11, 10], - "to": [11, 13, 11], - "faces": { - "north": {"uv": [12.25, 4.5, 12.5, 5], "texture": "#1"}, - "east": {"uv": [4.75, 12.25, 5, 12.75], "texture": "#1"}, - "south": {"uv": [5, 12.25, 5.25, 12.75], "texture": "#1"}, - "west": {"uv": [12.25, 5, 12.5, 5.5], "texture": "#1"}, - "up": {"uv": [3.75, 12.75, 3.5, 12.5], "texture": "#1"}, - "down": {"uv": [12.75, 3.5, 12.5, 3.75], "texture": "#1"} - } - }, - { - "from": [10, 3, 10], - "to": [11, 5, 11], - "faces": { - "north": {"uv": [5.25, 12.25, 5.5, 12.75], "texture": "#1"}, - "east": {"uv": [5.5, 12.25, 5.75, 12.75], "texture": "#1"}, - "south": {"uv": [12.25, 5.5, 12.5, 6], "texture": "#1"}, - "west": {"uv": [5.75, 12.25, 6, 12.75], "texture": "#1"}, - "up": {"uv": [12.75, 4, 12.5, 3.75], "texture": "#1"}, - "down": {"uv": [12.75, 4, 12.5, 4.25], "texture": "#1"} - } - }, - { - "from": [10, 13, 10], - "to": [12, 14, 12], - "faces": { - "north": {"uv": [12.25, 3.25, 12.75, 3.5], "texture": "#1"}, - "east": {"uv": [6, 12.25, 6.5, 12.5], "texture": "#1"}, - "south": {"uv": [12.25, 6, 12.75, 6.25], "texture": "#1"}, - "west": {"uv": [12.25, 6.25, 12.75, 6.5], "texture": "#1"}, - "up": {"uv": [2.5, 11.25, 2, 10.75], "texture": "#1"}, - "down": {"uv": [4.25, 10.75, 3.75, 11.25], "texture": "#1"} - } - }, - { - "from": [10, 2, 10], - "to": [12, 3, 12], - "faces": { - "north": {"uv": [6.5, 12.25, 7, 12.5], "texture": "#1"}, - "east": {"uv": [12.25, 6.5, 12.75, 6.75], "texture": "#1"}, - "south": {"uv": [12.25, 6.75, 12.75, 7], "texture": "#1"}, - "west": {"uv": [7, 12.25, 7.5, 12.5], "texture": "#1"}, - "up": {"uv": [4.75, 11.25, 4.25, 10.75], "texture": "#1"}, - "down": {"uv": [5.25, 10.75, 4.75, 11.25], "texture": "#1"} - } - }, - { - "from": [6, 14, 10], - "to": [10, 15, 14], - "faces": { - "north": {"uv": [5.25, 10.75, 6.25, 11], "texture": "#1"}, - "east": {"uv": [6.25, 10.75, 7.25, 11], "texture": "#1"}, - "south": {"uv": [7.25, 10.75, 8.25, 11], "texture": "#1"}, - "west": {"uv": [10.75, 7.25, 11.75, 7.5], "texture": "#1"}, - "up": {"uv": [7, 5.75, 6, 4.75], "texture": "#1"}, - "down": {"uv": [6.25, 6, 5.25, 7], "texture": "#1"} - } - }, - { - "from": [6, 1, 10], - "to": [10, 2, 14], - "faces": { - "north": {"uv": [10.75, 7.5, 11.75, 7.75], "texture": "#1"}, - "east": {"uv": [10.75, 7.75, 11.75, 8], "texture": "#1"}, - "south": {"uv": [8.25, 10.75, 9.25, 11], "texture": "#1"}, - "west": {"uv": [9.25, 10.75, 10.25, 11], "texture": "#1"}, - "up": {"uv": [7.25, 6.75, 6.25, 5.75], "texture": "#1"}, - "down": {"uv": [4.5, 6.75, 3.5, 7.75], "texture": "#1"} - } - }, - { - "from": [6.2, 4, 9.8], - "to": [9.8, 5.9, 11.6], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [9.5, 0.75, 10.375, 1.25], "texture": "#1"}, - "east": {"uv": [11, 10.25, 11.4375, 10.75], "texture": "#1"}, - "south": {"uv": [1, 9.5, 1.875, 10], "texture": "#1"}, - "west": {"uv": [0, 11.25, 0.4375, 11.75], "texture": "#1"}, - "up": {"uv": [3.875, 10.4375, 3, 10], "texture": "#1"}, - "down": {"uv": [10.875, 4.75, 10, 5.1875], "texture": "#1"} - } - }, - { - "from": [6.461, 7, 9.539], - "to": [9.539, 9, 11.078], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [2, 10.25, 2.75, 10.75], "texture": "#1"}, - "east": {"uv": [11.75, 0.25, 12.125, 0.75], "texture": "#1"}, - "south": {"uv": [10.25, 2, 11, 2.5], "texture": "#1"}, - "west": {"uv": [0.75, 11.75, 1.125, 12.25], "texture": "#1"}, - "up": {"uv": [10.5, 10.625, 9.75, 10.25], "texture": "#1"}, - "down": {"uv": [11, 9.75, 10.25, 10.125], "texture": "#1"} - } - }, - { - "from": [6.38, 6, 9.62], - "to": [9.62, 7, 11.24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 1.75, 12.0625, 2], "texture": "#1"}, - "east": {"uv": [12.25, 11.25, 12.625, 11.5], "texture": "#1"}, - "south": {"uv": [3.5, 11.25, 4.3125, 11.5], "texture": "#1"}, - "west": {"uv": [11.5, 12.25, 11.875, 12.5], "texture": "#1"}, - "up": {"uv": [5.5625, 10.625, 4.75, 10.25], "texture": "#1"}, - "down": {"uv": [6.5625, 10.25, 5.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.38, 9, 9.62], - "to": [9.62, 10, 11.24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [4.5, 11.25, 5.3125, 11.5], "texture": "#1"}, - "east": {"uv": [12.25, 11.5, 12.625, 11.75], "texture": "#1"}, - "south": {"uv": [11.25, 4.5, 12.0625, 4.75], "texture": "#1"}, - "west": {"uv": [12.25, 11.75, 12.625, 12], "texture": "#1"}, - "up": {"uv": [11.0625, 6.125, 10.25, 5.75], "texture": "#1"}, - "down": {"uv": [11.0625, 6.25, 10.25, 6.625], "texture": "#1"} - } - }, - { - "from": [6.2, 10, 9.8], - "to": [9.8, 11.9, 11.6], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [3.25, 9.5, 4.125, 10], "texture": "#1"}, - "east": {"uv": [11.25, 0.25, 11.6875, 0.75], "texture": "#1"}, - "south": {"uv": [9.5, 4, 10.375, 4.5], "texture": "#1"}, - "west": {"uv": [0.5, 11.25, 0.9375, 11.75], "texture": "#1"}, - "up": {"uv": [10.875, 5.6875, 10, 5.25], "texture": "#1"}, - "down": {"uv": [10.875, 6.75, 10, 7.1875], "texture": "#1"} - } - }, - { - "from": [6, 11, 10], - "to": [10, 13, 12], - "faces": { - "north": {"uv": [8.5, 1, 9.5, 1.5], "texture": "#1"}, - "east": {"uv": [10.25, 10.75, 10.75, 11.25], "texture": "#1"}, - "south": {"uv": [4, 9, 5, 9.5], "texture": "#1"}, - "west": {"uv": [10.75, 10.75, 11.25, 11.25], "texture": "#1"}, - "up": {"uv": [10, 5.25, 9, 4.75], "texture": "#1"}, - "down": {"uv": [10, 5.25, 9, 5.75], "texture": "#1"} - } - }, - { - "from": [6, 3, 10], - "to": [10, 5, 12], - "faces": { - "north": {"uv": [9, 6.75, 10, 7.25], "texture": "#1"}, - "east": {"uv": [11, 2, 11.5, 2.5], "texture": "#1"}, - "south": {"uv": [9.25, 0.25, 10.25, 0.75], "texture": "#1"}, - "west": {"uv": [2.5, 11, 3, 11.5], "texture": "#1"}, - "up": {"uv": [10.25, 2.5, 9.25, 2], "texture": "#1"}, - "down": {"uv": [3.25, 9.25, 2.25, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 13, 10], - "to": [10, 14, 13], - "faces": { - "north": {"uv": [11, 0, 12, 0.25], "texture": "#1"}, - "east": {"uv": [11.75, 0.75, 12.5, 1], "texture": "#1"}, - "south": {"uv": [11, 2.5, 12, 2.75], "texture": "#1"}, - "west": {"uv": [11.75, 1, 12.5, 1.25], "texture": "#1"}, - "up": {"uv": [8.25, 8, 7.25, 7.25], "texture": "#1"}, - "down": {"uv": [8.5, 0, 7.5, 0.75], "texture": "#1"} - } - }, - { - "from": [6, 2, 10], - "to": [10, 3, 13], - "faces": { - "north": {"uv": [11, 2.75, 12, 3], "texture": "#1"}, - "east": {"uv": [1.25, 11.75, 2, 12], "texture": "#1"}, - "south": {"uv": [11, 3, 12, 3.25], "texture": "#1"}, - "west": {"uv": [11.75, 1.25, 12.5, 1.5], "texture": "#1"}, - "up": {"uv": [8.5, 1.5, 7.5, 0.75], "texture": "#1"}, - "down": {"uv": [5.5, 7.5, 4.5, 8.25], "texture": "#1"} - } - }, - { - "from": [6, 14, 2], - "to": [10, 15, 6], - "faces": { - "north": {"uv": [11, 3.25, 12, 3.5], "texture": "#1"}, - "east": {"uv": [11, 3.5, 12, 3.75], "texture": "#1"}, - "south": {"uv": [11, 3.75, 12, 4], "texture": "#1"}, - "west": {"uv": [11, 4, 12, 4.25], "texture": "#1"}, - "up": {"uv": [7.25, 7.75, 6.25, 6.75], "texture": "#1"}, - "down": {"uv": [1, 7, 0, 8], "texture": "#1"} - } - }, - { - "from": [6, 1, 2], - "to": [10, 2, 6], - "faces": { - "north": {"uv": [11, 4.25, 12, 4.5], "texture": "#1"}, - "east": {"uv": [11, 4.75, 12, 5], "texture": "#1"}, - "south": {"uv": [11, 5, 12, 5.25], "texture": "#1"}, - "west": {"uv": [5.25, 11, 6.25, 11.25], "texture": "#1"}, - "up": {"uv": [2, 8, 1, 7], "texture": "#1"}, - "down": {"uv": [3, 7, 2, 8], "texture": "#1"} - } - }, - { - "from": [6.2, 4, 4.4], - "to": [9.8, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [9.5, 8, 10.375, 8.5], "texture": "#1"}, - "east": {"uv": [11.25, 0.75, 11.6875, 1.25], "texture": "#1"}, - "south": {"uv": [2, 9.75, 2.875, 10.25], "texture": "#1"}, - "west": {"uv": [1, 11.25, 1.4375, 11.75], "texture": "#1"}, - "up": {"uv": [10.875, 9.6875, 10, 9.25], "texture": "#1"}, - "down": {"uv": [0.875, 10.25, 0, 10.6875], "texture": "#1"} - } - }, - { - "from": [6.461, 7, 4.922], - "to": [9.539, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [10.25, 2.5, 11, 3], "texture": "#1"}, - "east": {"uv": [2, 11.75, 2.375, 12.25], "texture": "#1"}, - "south": {"uv": [10.25, 3, 11, 3.5], "texture": "#1"}, - "west": {"uv": [2.5, 11.75, 2.875, 12.25], "texture": "#1"}, - "up": {"uv": [11.25, 1.125, 10.5, 0.75], "texture": "#1"}, - "down": {"uv": [11.25, 1.5, 10.5, 1.875], "texture": "#1"} - } - }, - { - "from": [6.38, 6, 4.76], - "to": [9.62, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 5.75, 12.0625, 6], "texture": "#1"}, - "east": {"uv": [12, 12.25, 12.375, 12.5], "texture": "#1"}, - "south": {"uv": [11.25, 6, 12.0625, 6.25], "texture": "#1"}, - "west": {"uv": [12.25, 12, 12.625, 12.25], "texture": "#1"}, - "up": {"uv": [7.5625, 10.625, 6.75, 10.25], "texture": "#1"}, - "down": {"uv": [8.5625, 10.25, 7.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.38, 9, 4.76], - "to": [9.62, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 6.25, 12.0625, 6.5], "texture": "#1"}, - "east": {"uv": [0, 12.5, 0.375, 12.75], "texture": "#1"}, - "south": {"uv": [11.25, 6.5, 12.0625, 6.75], "texture": "#1"}, - "west": {"uv": [12.5, 0, 12.875, 0.25], "texture": "#1"}, - "up": {"uv": [11.0625, 8.875, 10.25, 8.5], "texture": "#1"}, - "down": {"uv": [9.5625, 10.25, 8.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.2, 10, 4.4], - "to": [9.8, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [4.25, 9.75, 5.125, 10.25], "texture": "#1"}, - "east": {"uv": [11.25, 1.25, 11.6875, 1.75], "texture": "#1"}, - "south": {"uv": [5.25, 9.75, 6.125, 10.25], "texture": "#1"}, - "west": {"uv": [1.5, 11.25, 1.9375, 11.75], "texture": "#1"}, - "up": {"uv": [11.125, 0.6875, 10.25, 0.25], "texture": "#1"}, - "down": {"uv": [1.875, 10.25, 1, 10.6875], "texture": "#1"} - } - }, - { - "from": [6, 11, 4], - "to": [10, 13, 6], - "faces": { - "north": {"uv": [9.25, 2.5, 10.25, 3], "texture": "#1"}, - "east": {"uv": [3, 11, 3.5, 11.5], "texture": "#1"}, - "south": {"uv": [9.25, 3, 10.25, 3.5], "texture": "#1"}, - "west": {"uv": [11, 5.25, 11.5, 5.75], "texture": "#1"}, - "up": {"uv": [10.25, 4, 9.25, 3.5], "texture": "#1"}, - "down": {"uv": [6, 9.25, 5, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 3, 4], - "to": [10, 5, 6], - "faces": { - "north": {"uv": [9.25, 5.75, 10.25, 6.25], "texture": "#1"}, - "east": {"uv": [6.25, 11, 6.75, 11.5], "texture": "#1"}, - "south": {"uv": [6, 9.25, 7, 9.75], "texture": "#1"}, - "west": {"uv": [6.75, 11, 7.25, 11.5], "texture": "#1"}, - "up": {"uv": [10.25, 6.75, 9.25, 6.25], "texture": "#1"}, - "down": {"uv": [8, 9.25, 7, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 13, 3], - "to": [10, 14, 6], - "faces": { - "north": {"uv": [11, 6.75, 12, 7], "texture": "#1"}, - "east": {"uv": [11.75, 1.5, 12.5, 1.75], "texture": "#1"}, - "south": {"uv": [11, 7, 12, 7.25], "texture": "#1"}, - "west": {"uv": [3, 11.75, 3.75, 12], "texture": "#1"}, - "up": {"uv": [4, 8.5, 3, 7.75], "texture": "#1"}, - "down": {"uv": [8.75, 4, 7.75, 4.75], "texture": "#1"} - } - }, - { - "from": [6, 2, 3], - "to": [10, 3, 6], - "faces": { - "north": {"uv": [7.25, 11, 8.25, 11.25], "texture": "#1"}, - "east": {"uv": [3.75, 11.75, 4.5, 12], "texture": "#1"}, - "south": {"uv": [11, 8, 12, 8.25], "texture": "#1"}, - "west": {"uv": [4.5, 11.75, 5.25, 12], "texture": "#1"}, - "up": {"uv": [6.5, 8.5, 5.5, 7.75], "texture": "#1"}, - "down": {"uv": [1, 8, 0, 8.75], "texture": "#1"} - } - }, - { - "from": [2, 14, 6], - "to": [14, 15, 10], - "faces": { - "north": {"uv": [7.5, 1.5, 10.5, 1.75], "texture": "#1"}, - "east": {"uv": [8.25, 11, 9.25, 11.25], "texture": "#1"}, - "south": {"uv": [7.5, 1.75, 10.5, 2], "texture": "#1"}, - "west": {"uv": [11, 8.25, 12, 8.5], "texture": "#1"}, - "up": {"uv": [3, 1, 0, 0], "texture": "#1"}, - "down": {"uv": [3, 1, 0, 2], "texture": "#1"} - } - }, - { - "from": [2, 1, 6], - "to": [14, 2, 10], - "faces": { - "north": {"uv": [6.5, 8, 9.5, 8.25], "texture": "#1"}, - "east": {"uv": [11, 9, 12, 9.25], "texture": "#1"}, - "south": {"uv": [6.5, 8.25, 9.5, 8.5], "texture": "#1"}, - "west": {"uv": [9.25, 11, 10.25, 11.25], "texture": "#1"}, - "up": {"uv": [3, 3, 0, 2], "texture": "#1"}, - "down": {"uv": [3, 3, 0, 4], "texture": "#1"} - } - }, - { - "from": [4.4, 4, 6.2], - "to": [11.6, 5.9, 9.8], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [7.25, 3, 9.0625, 3.5], "texture": "#1"}, - "east": {"uv": [6.25, 9.75, 7.125, 10.25], "texture": "#1"}, - "south": {"uv": [7.25, 3.5, 9.0625, 4], "texture": "#1"}, - "west": {"uv": [7.25, 9.75, 8.125, 10.25], "texture": "#1"}, - "up": {"uv": [3.8125, 5.875, 2, 5], "texture": "#1"}, - "down": {"uv": [5.8125, 5, 4, 5.875], "texture": "#1"} - } - }, - { - "from": [4.922, 7, 6.461], - "to": [11.078, 9, 9.539], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [4.5, 7, 6.0625, 7.5], "texture": "#1"}, - "east": {"uv": [10.25, 3.5, 11, 4], "texture": "#1"}, - "south": {"uv": [7.25, 6.75, 8.8125, 7.25], "texture": "#1"}, - "west": {"uv": [4, 10.25, 4.75, 10.75], "texture": "#1"}, - "up": {"uv": [5.0625, 6.75, 3.5, 6], "texture": "#1"}, - "down": {"uv": [7.5625, 4, 6, 4.75], "texture": "#1"} - } - }, - { - "from": [4.76, 6, 6.38], - "to": [11.24, 7, 9.62], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.25, 9, 10.875, 9.25], "texture": "#1"}, - "east": {"uv": [7.25, 11.25, 8.0625, 11.5], "texture": "#1"}, - "south": {"uv": [9.5, 1.25, 11.125, 1.5], "texture": "#1"}, - "west": {"uv": [8.25, 11.25, 9.0625, 11.5], "texture": "#1"}, - "up": {"uv": [7.125, 2.8125, 5.5, 2], "texture": "#1"}, - "down": {"uv": [7.125, 3, 5.5, 3.8125], "texture": "#1"} - } - }, - { - "from": [4.76, 9, 6.38], - "to": [11.24, 10, 9.62], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.5, 4.5, 11.125, 4.75], "texture": "#1"}, - "east": {"uv": [11.25, 8.5, 12.0625, 8.75], "texture": "#1"}, - "south": {"uv": [0, 10, 1.625, 10.25], "texture": "#1"}, - "west": {"uv": [11.25, 8.75, 12.0625, 9], "texture": "#1"}, - "up": {"uv": [1.625, 6.8125, 0, 6], "texture": "#1"}, - "down": {"uv": [3.375, 6, 1.75, 6.8125], "texture": "#1"} - } - }, - { - "from": [4.4, 10, 6.2], - "to": [11.6, 11.9, 9.8], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [7.25, 5.75, 9.0625, 6.25], "texture": "#1"}, - "east": {"uv": [8.25, 9.75, 9.125, 10.25], "texture": "#1"}, - "south": {"uv": [7.25, 6.25, 9.0625, 6.75], "texture": "#1"}, - "west": {"uv": [9.25, 9.75, 10.125, 10.25], "texture": "#1"}, - "up": {"uv": [7.3125, 0.875, 5.5, 0], "texture": "#1"}, - "down": {"uv": [7.3125, 1, 5.5, 1.875], "texture": "#1"} - } - }, - { - "from": [4, 11, 6], - "to": [12, 13, 10], - "faces": { - "north": {"uv": [7, 4.75, 9, 5.25], "texture": "#1"}, - "east": {"uv": [8, 9.25, 9, 9.75], "texture": "#1"}, - "south": {"uv": [7, 5.25, 9, 5.75], "texture": "#1"}, - "west": {"uv": [9.25, 8.5, 10.25, 9], "texture": "#1"}, - "up": {"uv": [2, 5, 0, 4], "texture": "#1"}, - "down": {"uv": [4, 4, 2, 5], "texture": "#1"} - } - }, - { - "from": [4, 3, 6], - "to": [12, 5, 10], - "faces": { - "north": {"uv": [7.25, 2, 9.25, 2.5], "texture": "#1"}, - "east": {"uv": [9, 9.25, 10, 9.75], "texture": "#1"}, - "south": {"uv": [7.25, 2.5, 9.25, 3], "texture": "#1"}, - "west": {"uv": [0, 9.5, 1, 10], "texture": "#1"}, - "up": {"uv": [6, 5, 4, 4], "texture": "#1"}, - "down": {"uv": [2, 5, 0, 6], "texture": "#1"} - } - }, - { - "from": [3, 13, 6], - "to": [13, 14, 10], - "faces": { - "north": {"uv": [8.25, 7.25, 10.75, 7.5], "texture": "#1"}, - "east": {"uv": [11, 9.25, 12, 9.5], "texture": "#1"}, - "south": {"uv": [8.25, 7.5, 10.75, 7.75], "texture": "#1"}, - "west": {"uv": [11, 9.5, 12, 9.75], "texture": "#1"}, - "up": {"uv": [5.5, 1, 3, 0], "texture": "#1"}, - "down": {"uv": [5.5, 1, 3, 2], "texture": "#1"} - } - }, - { - "from": [3, 2, 6], - "to": [13, 3, 10], - "faces": { - "north": {"uv": [8.25, 7.75, 10.75, 8], "texture": "#1"}, - "east": {"uv": [11, 9.75, 12, 10], "texture": "#1"}, - "south": {"uv": [8.5, 0, 11, 0.25], "texture": "#1"}, - "west": {"uv": [11, 10, 12, 10.25], "texture": "#1"}, - "up": {"uv": [5.5, 3, 3, 2], "texture": "#1"}, - "down": {"uv": [5.5, 3, 3, 4], "texture": "#1"} - } - }, - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [7, 8, 11, 8.25], "texture": "#0"}, - "east": {"uv": [8, 7, 12, 7.25], "texture": "#0"}, - "south": {"uv": [8, 7.25, 12, 7.5], "texture": "#0"}, - "west": {"uv": [8, 7.5, 12, 7.75], "texture": "#0"}, - "up": {"uv": [4, 4, 0, 0], "texture": "#0"}, - "down": {"uv": [4, 4, 0, 8], "texture": "#0"} - } - }, - { - "from": [0, 15, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [8, 7.75, 12, 8], "texture": "#0"}, - "east": {"uv": [7, 8.25, 11, 8.5], "texture": "#0"}, - "south": {"uv": [8.5, 0, 12.5, 0.25], "texture": "#0"}, - "west": {"uv": [8.5, 0.25, 12.5, 0.5], "texture": "#0"}, - "up": {"uv": [8, 4, 4, 0], "texture": "#0"}, - "down": {"uv": [8, 4, 4, 8], "texture": "#0"} - } - }, - { - "from": [14, 1, 0], - "to": [16, 15, 2], - "faces": { - "north": {"uv": [0, 8, 0.5, 11.5], "texture": "#0"}, - "east": {"uv": [8, 0, 8.5, 3.5], "texture": "#0"}, - "south": {"uv": [0.5, 8, 1, 11.5], "texture": "#0"}, - "west": {"uv": [1, 8, 1.5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 1, 8.5, 0.5], "texture": "#0"}, - "down": {"uv": [9, 1, 8.5, 1.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 0], - "to": [2, 15, 2], - "faces": { - "north": {"uv": [1.5, 8, 2, 11.5], "texture": "#0"}, - "east": {"uv": [2, 8, 2.5, 11.5], "texture": "#0"}, - "south": {"uv": [2.5, 8, 3, 11.5], "texture": "#0"}, - "west": {"uv": [3, 8, 3.5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 2, 8.5, 1.5], "texture": "#0"}, - "down": {"uv": [9, 2, 8.5, 2.5], "texture": "#0"} - } - }, - { - "from": [14, 1, 14], - "to": [16, 15, 16], - "faces": { - "north": {"uv": [3.5, 8, 4, 11.5], "texture": "#0"}, - "east": {"uv": [8, 3.5, 8.5, 7], "texture": "#0"}, - "south": {"uv": [4, 8, 4.5, 11.5], "texture": "#0"}, - "west": {"uv": [4.5, 8, 5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 3, 8.5, 2.5], "texture": "#0"}, - "down": {"uv": [9, 3, 8.5, 3.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 14], - "to": [2, 15, 16], - "faces": { - "north": {"uv": [5, 8, 5.5, 11.5], "texture": "#0"}, - "east": {"uv": [5.5, 8, 6, 11.5], "texture": "#0"}, - "south": {"uv": [6, 8, 6.5, 11.5], "texture": "#0"}, - "west": {"uv": [6.5, 8, 7, 11.5], "texture": "#0"}, - "up": {"uv": [9, 4, 8.5, 3.5], "texture": "#0"}, - "down": {"uv": [9, 4, 8.5, 4.5], "texture": "#0"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "children": [ - { - "name": "Pillar", - "origin": [0, 0, 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, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76] - }, - { - "name": "Casing", - "origin": [0, 0, 0], - "children": [77, 78, 79, 80, 81, 82] - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/molecular_recycler.json b/src/main/resources/assets/cuboidmod/models/block/molecular_recycler.json deleted file mode 100644 index 1eef813..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/molecular_recycler.json +++ /dev/null @@ -1,633 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [ - 64, - 64 - ], - "textures": { - "0": "cuboidmod:model/molecular_recycler_frame", - "1": "cuboidmod:model/molecular_recycler_core", - "particle": "cuboidmod:model/molecular_recycler_frame" - }, - "elements": [ - { - "from": [ - 1, - 1, - 1 - ], - "to": [ - 15, - 15, - 15 - ], - "faces": { - "north": { - "uv": [ - 0, - 0, - 8, - 8 - ], - "texture": "#1" - }, - "east": { - "uv": [ - 8, - 8, - 16, - 16 - ], - "texture": "#1" - }, - "south": { - "uv": [ - 0, - 8, - 8, - 16 - ], - "texture": "#1" - }, - "west": { - "uv": [ - 8, - 0, - 16, - 8 - ], - "texture": "#1" - }, - "up": { - "uv": [ - 3.5, - 10.5, - 0, - 7 - ], - "texture": "#1" - }, - "down": { - "uv": [ - 10.5, - 0, - 7, - 3.5 - ], - "texture": "#1" - } - } - }, - { - "from": [ - 0, - 0, - 0 - ], - "to": [ - 16, - 2, - 16 - ], - "faces": { - "north": { - "uv": [ - 0, - 8, - 4, - 8.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8, - 0, - 12, - 0.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8, - 0.5, - 12, - 1 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8, - 1, - 12, - 1.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 4, - 4, - 0, - 0 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 4, - 4, - 0, - 8 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0, - 14, - 0 - ], - "to": [ - 16, - 16, - 16 - ], - "faces": { - "north": { - "uv": [ - 8, - 1.5, - 12, - 2 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8, - 2, - 12, - 2.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8, - 2.5, - 12, - 3 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8, - 3, - 12, - 3.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8, - 4, - 4, - 0 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 8, - 4, - 4, - 8 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0, - 2, - 14 - ], - "to": [ - 2, - 14, - 16 - ], - "faces": { - "north": { - "uv": [ - 8, - 3.5, - 8.5, - 6.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4, - 8, - 4.5, - 11 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 4.5, - 8, - 5, - 11 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 5, - 8, - 5.5, - 11 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 3.5, - 9, - 3, - 8.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 4, - 8.5, - 3.5, - 9 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0, - 2, - 0 - ], - "to": [ - 2, - 14, - 2 - ], - "faces": { - "north": { - "uv": [ - 5.5, - 8, - 6, - 11 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6, - 8, - 6.5, - 11 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6.5, - 8, - 7, - 11 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8, - 6.5, - 8.5, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9, - 4, - 8.5, - 3.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9, - 4, - 8.5, - 4.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 14, - 2, - 0 - ], - "to": [ - 16, - 14, - 2 - ], - "faces": { - "north": { - "uv": [ - 7, - 8, - 7.5, - 11 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7.5, - 8, - 8, - 11 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 0, - 8.5, - 0.5, - 11.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 0.5, - 8.5, - 1, - 11.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9, - 5, - 8.5, - 4.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9, - 5, - 8.5, - 5.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 14, - 2, - 14 - ], - "to": [ - 16, - 14, - 16 - ], - "faces": { - "north": { - "uv": [ - 1, - 8.5, - 1.5, - 11.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 1.5, - 8.5, - 2, - 11.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 2, - 8.5, - 2.5, - 11.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 2.5, - 8.5, - 3, - 11.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9, - 6, - 8.5, - 5.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9, - 6, - 8.5, - 6.5 - ], - "texture": "#0" - } - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [ - 60, - 12, - 12 - ], - "translation": [ - 0, - 6, - 0 - ], - "scale": [ - 0.6, - 0.6, - 0.6 - ] - }, - "thirdperson_lefthand": { - "rotation": [ - 60, - 12, - 12 - ], - "translation": [ - 0, - 6, - 0 - ], - "scale": [ - 0.6, - 0.6, - 0.6 - ] - }, - "firstperson_righthand": { - "rotation": [ - 16, - 12, - 0 - ], - "translation": [ - 0, - -1, - 1 - ], - "scale": [ - 0.6, - 0.6, - 0.6 - ] - }, - "firstperson_lefthand": { - "rotation": [ - 16, - 12, - 0 - ], - "translation": [ - 0, - -1, - 1 - ], - "scale": [ - 0.6, - 0.6, - 0.6 - ] - }, - "ground": { - "translation": [ - 0, - 3, - 0 - ], - "scale": [ - 0.5, - 0.5, - 0.5 - ] - }, - "gui": { - "rotation": [ - 11, - 15, - 1 - ], - "translation": [ - 0, - 0.5, - 0 - ], - "scale": [ - 0.7, - 0.7, - 0.7 - ] - }, - "head": { - "translation": [ - 0, - 14.25, - 0 - ] - }, - "fixed": { - "rotation": [ - -26, - 22, - -8 - ], - "translation": [ - 0.75, - 0.75, - -1 - ], - "scale": [ - 0.7, - 0.7, - 0.7 - ] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [ - 8, - 8, - 8 - ], - "color": 0, - "children": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/molecular_recycler_lit.json b/src/main/resources/assets/cuboidmod/models/block/molecular_recycler_lit.json deleted file mode 100644 index caea61e..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/molecular_recycler_lit.json +++ /dev/null @@ -1,633 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [ - 64, - 64 - ], - "textures": { - "0": "cuboidmod:model/molecular_recycler_frame", - "1": "cuboidmod:model/molecular_recycler_core_lit", - "particle": "cuboidmod:model/molecular_recycler_frame" - }, - "elements": [ - { - "from": [ - 1, - 1, - 1 - ], - "to": [ - 15, - 15, - 15 - ], - "faces": { - "north": { - "uv": [ - 0, - 0, - 8, - 8 - ], - "texture": "#1" - }, - "east": { - "uv": [ - 8, - 8, - 16, - 16 - ], - "texture": "#1" - }, - "south": { - "uv": [ - 0, - 8, - 8, - 16 - ], - "texture": "#1" - }, - "west": { - "uv": [ - 8, - 0, - 16, - 8 - ], - "texture": "#1" - }, - "up": { - "uv": [ - 3.5, - 10.5, - 0, - 7 - ], - "texture": "#1" - }, - "down": { - "uv": [ - 10.5, - 0, - 7, - 3.5 - ], - "texture": "#1" - } - } - }, - { - "from": [ - 0, - 0, - 0 - ], - "to": [ - 16, - 2, - 16 - ], - "faces": { - "north": { - "uv": [ - 0, - 8, - 4, - 8.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8, - 0, - 12, - 0.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8, - 0.5, - 12, - 1 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8, - 1, - 12, - 1.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 4, - 4, - 0, - 0 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 4, - 4, - 0, - 8 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0, - 14, - 0 - ], - "to": [ - 16, - 16, - 16 - ], - "faces": { - "north": { - "uv": [ - 8, - 1.5, - 12, - 2 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8, - 2, - 12, - 2.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8, - 2.5, - 12, - 3 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8, - 3, - 12, - 3.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8, - 4, - 4, - 0 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 8, - 4, - 4, - 8 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0, - 2, - 14 - ], - "to": [ - 2, - 14, - 16 - ], - "faces": { - "north": { - "uv": [ - 8, - 3.5, - 8.5, - 6.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4, - 8, - 4.5, - 11 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 4.5, - 8, - 5, - 11 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 5, - 8, - 5.5, - 11 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 3.5, - 9, - 3, - 8.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 4, - 8.5, - 3.5, - 9 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0, - 2, - 0 - ], - "to": [ - 2, - 14, - 2 - ], - "faces": { - "north": { - "uv": [ - 5.5, - 8, - 6, - 11 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6, - 8, - 6.5, - 11 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6.5, - 8, - 7, - 11 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8, - 6.5, - 8.5, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9, - 4, - 8.5, - 3.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9, - 4, - 8.5, - 4.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 14, - 2, - 0 - ], - "to": [ - 16, - 14, - 2 - ], - "faces": { - "north": { - "uv": [ - 7, - 8, - 7.5, - 11 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7.5, - 8, - 8, - 11 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 0, - 8.5, - 0.5, - 11.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 0.5, - 8.5, - 1, - 11.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9, - 5, - 8.5, - 4.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9, - 5, - 8.5, - 5.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 14, - 2, - 14 - ], - "to": [ - 16, - 14, - 16 - ], - "faces": { - "north": { - "uv": [ - 1, - 8.5, - 1.5, - 11.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 1.5, - 8.5, - 2, - 11.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 2, - 8.5, - 2.5, - 11.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 2.5, - 8.5, - 3, - 11.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9, - 6, - 8.5, - 5.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9, - 6, - 8.5, - 6.5 - ], - "texture": "#0" - } - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [ - 60, - 12, - 12 - ], - "translation": [ - 0, - 6, - 0 - ], - "scale": [ - 0.6, - 0.6, - 0.6 - ] - }, - "thirdperson_lefthand": { - "rotation": [ - 60, - 12, - 12 - ], - "translation": [ - 0, - 6, - 0 - ], - "scale": [ - 0.6, - 0.6, - 0.6 - ] - }, - "firstperson_righthand": { - "rotation": [ - 16, - 12, - 0 - ], - "translation": [ - 0, - -1, - 1 - ], - "scale": [ - 0.6, - 0.6, - 0.6 - ] - }, - "firstperson_lefthand": { - "rotation": [ - 16, - 12, - 0 - ], - "translation": [ - 0, - -1, - 1 - ], - "scale": [ - 0.6, - 0.6, - 0.6 - ] - }, - "ground": { - "translation": [ - 0, - 3, - 0 - ], - "scale": [ - 0.5, - 0.5, - 0.5 - ] - }, - "gui": { - "rotation": [ - 11, - 15, - 1 - ], - "translation": [ - 0, - 0.5, - 0 - ], - "scale": [ - 0.7, - 0.7, - 0.7 - ] - }, - "head": { - "translation": [ - 0, - 14.25, - 0 - ] - }, - "fixed": { - "rotation": [ - -26, - 22, - -8 - ], - "translation": [ - 0.75, - 0.75, - -1 - ], - "scale": [ - 0.7, - 0.7, - 0.7 - ] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [ - 8, - 8, - 8 - ], - "color": 0, - "children": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/notarfbadium_chest.json b/src/main/resources/assets/cuboidmod/models/block/notarfbadium_chest.json deleted file mode 100644 index 078dd5e..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/notarfbadium_chest.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "parent": "minecraft:block/block", - "textures": { - "texture": "cuboidmod:model/notarfbadium_chest", - "particle": "cuboidmod:block/notarfbadium_break" - }, - "elements": [ - { "from": [ 1, 0, 1 ], - "to": [ 15, 10, 15 ], - "faces": { - "down": { "uv": [ 7, 4.75, 10.5, 8.25 ], "texture": "#texture" }, - "up": { "uv": [ 3.5, 4.75, 7, 8.25 ], "texture": "#texture" }, - "north": { "uv": [ 3.5, 8.25, 7, 10.75 ], "texture": "#texture" }, - "south": { "uv": [ 10.5, 8.25, 14, 10.75 ], "texture": "#texture" }, - "west": { "uv": [ 7, 8.25, 10.5, 10.75 ], "texture": "#texture" }, - "east": { "uv": [ 0, 8.25, 3.5, 10.75 ], "texture": "#texture" } - } - }, - { "from": [ 1, 9, 1 ], - "to": [ 15, 14, 15 ], - "faces": { - "down": { "uv": [ 7, 0, 10.5, 3.5 ], "texture": "#texture" }, - "up": { "uv": [ 3.5, 0, 7, 3.5 ], "texture": "#texture" }, - "north": { "uv": [ 3.5, 3.5, 7, 4.75 ], "texture": "#texture" }, - "south": { "uv": [ 10.5, 3.5, 14, 4.75 ], "texture": "#texture" }, - "west": { "uv": [ 7, 3.5, 10.5, 4.75 ], "texture": "#texture" }, - "east": { "uv": [ 0, 3.5, 3.5, 4.75 ], "texture": "#texture" } - } - }, - { "from": [ 7, 7, 0 ], - "to": [ 9, 11, 1 ], - "faces": { - "down": { "uv": [ 0, 0.75, 1.25, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0.25, 0.75, 0.5 ], "texture": "#texture" }, - "north": { "uv": [ 0.25, 0.25, 0.75, 1.25 ], "texture": "#texture" }, - "south": { "uv": [ 1, 0.25, 1.5, 1.25 ], "texture": "#texture" }, - "west": { "uv": [ 0.75, 0.25, 1, 1.25 ], "texture": "#texture" }, - "east": { "uv": [ 0, 0.25, 0.25, 1.25 ], "texture": "#texture" } - } - } - ] -} diff --git a/src/main/resources/assets/cuboidmod/models/block/notarfbadium_quantum_collapser.json b/src/main/resources/assets/cuboidmod/models/block/notarfbadium_quantum_collapser.json deleted file mode 100644 index 10026d1..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/notarfbadium_quantum_collapser.json +++ /dev/null @@ -1,502 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/notarfbadium_quantum_collapser", - "2": "cuboidmod:model/quantum_collapser_panel", - "particle": "cuboidmod:block/notarfbadium_break" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 5.375, 8.75, 5.5], "texture": "#0"}, - "east": {"uv": [6.75, 5.625, 8.75, 5.75], "texture": "#0"}, - "south": {"uv": [6.75, 5.875, 8.75, 6], "texture": "#0"}, - "west": {"uv": [6.75, 6.125, 8.75, 6.25], "texture": "#0"}, - "up": {"uv": [2, 2, 0, 0], "texture": "#0"}, - "down": {"uv": [2, 2.125, 0, 4.125], "texture": "#0"} - } - }, - { - "from": [2, 1, 2], - "to": [14, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.125, 3.75, 3.625, 5.5], "texture": "#0"}, - "east": {"uv": [3.75, 3.75, 5.25, 5.5], "texture": "#0"}, - "south": {"uv": [4, 0, 5.5, 1.75], "texture": "#0"}, - "west": {"uv": [4, 1.875, 5.5, 3.625], "texture": "#0"}, - "up": {"uv": [1.5, 5.75, 0, 4.25], "texture": "#0"}, - "down": {"uv": [6.875, 3.75, 5.375, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 15, 1], - "to": [15, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 6.375, 8.5, 6.5], "texture": "#0"}, - "east": {"uv": [6.75, 6.625, 8.5, 6.75], "texture": "#0"}, - "south": {"uv": [6.75, 6.875, 8.5, 7], "texture": "#0"}, - "west": {"uv": [7, 0, 8.75, 0.125], "texture": "#0"}, - "up": {"uv": [3.875, 1.75, 2.125, 0], "texture": "#0"}, - "down": {"uv": [3.875, 1.875, 2.125, 3.625], "texture": "#0"} - } - }, - { - "from": [0, 1, 0], - "to": [3, 2, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7.5, 1.625, 7.875, 1.75], "texture": "#0"}, - "east": {"uv": [8.75, 7.125, 9.125, 7.25], "texture": "#0"}, - "south": {"uv": [8.75, 7.375, 9.125, 7.5], "texture": "#0"}, - "west": {"uv": [8.75, 7.625, 9.125, 7.75], "texture": "#0"}, - "up": {"uv": [1.125, 8.125, 0.75, 7.75], "texture": "#0"}, - "down": {"uv": [8.125, 7.125, 7.75, 7.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [3, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.75, 7.875, 9.125, 8], "texture": "#0"}, - "east": {"uv": [8.75, 8.125, 9.125, 8.25], "texture": "#0"}, - "south": {"uv": [8.75, 8.375, 9.125, 8.5], "texture": "#0"}, - "west": {"uv": [8.875, 0, 9.25, 0.125], "texture": "#0"}, - "up": {"uv": [8.125, 8, 7.75, 7.625], "texture": "#0"}, - "down": {"uv": [8.375, 0.25, 8, 0.625], "texture": "#0"} - } - }, - { - "from": [13, 1, 0], - "to": [16, 2, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.125, 8.875, 1.5, 9], "texture": "#0"}, - "east": {"uv": [1.625, 8.875, 2, 9], "texture": "#0"}, - "south": {"uv": [2.125, 8.875, 2.5, 9], "texture": "#0"}, - "west": {"uv": [2.625, 8.875, 3, 9], "texture": "#0"}, - "up": {"uv": [8.375, 1.125, 8, 0.75], "texture": "#0"}, - "down": {"uv": [8.375, 1.25, 8, 1.625], "texture": "#0"} - } - }, - { - "from": [13, 1, 13], - "to": [16, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [3.125, 8.875, 3.5, 9], "texture": "#0"}, - "east": {"uv": [3.625, 8.875, 4, 9], "texture": "#0"}, - "south": {"uv": [4.125, 8.875, 4.5, 9], "texture": "#0"}, - "west": {"uv": [4.625, 8.875, 5, 9], "texture": "#0"}, - "up": {"uv": [8.125, 8.5, 7.75, 8.125], "texture": "#0"}, - "down": {"uv": [1.125, 8.25, 0.75, 8.625], "texture": "#0"} - } - }, - { - "from": [0, 3, 0], - "to": [1, 13, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.625, 4.25, 1.75, 5.5], "texture": "#0"}, - "east": {"uv": [1.875, 4.25, 2, 5.5], "texture": "#0"}, - "south": {"uv": [5.625, 7.25, 5.75, 8.5], "texture": "#0"}, - "west": {"uv": [5.875, 7.25, 6, 8.5], "texture": "#0"}, - "up": {"uv": [6.625, 9.375, 6.5, 9.25], "texture": "#0"}, - "down": {"uv": [7.25, 9.25, 7.125, 9.375], "texture": "#0"} - } - }, - { - "from": [0, 14, 0], - "to": [3, 15, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [5.125, 8.875, 5.5, 9], "texture": "#0"}, - "east": {"uv": [8.875, 5.375, 9.25, 5.5], "texture": "#0"}, - "south": {"uv": [8.875, 5.625, 9.25, 5.75], "texture": "#0"}, - "west": {"uv": [8.875, 5.875, 9.25, 6], "texture": "#0"}, - "up": {"uv": [8.625, 7.5, 8.25, 7.125], "texture": "#0"}, - "down": {"uv": [8.625, 7.625, 8.25, 8], "texture": "#0"} - } - }, - { - "from": [0, 2, 0], - "to": [2, 3, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 4.75, 9.25, 4.875], "texture": "#0"}, - "east": {"uv": [5.625, 9, 5.875, 9.125], "texture": "#0"}, - "south": {"uv": [6, 9, 6.25, 9.125], "texture": "#0"}, - "west": {"uv": [6.375, 9, 6.625, 9.125], "texture": "#0"}, - "up": {"uv": [1.5, 8, 1.25, 7.75], "texture": "#0"}, - "down": {"uv": [1.5, 8.125, 1.25, 8.375], "texture": "#0"} - } - }, - { - "from": [0, 13, 0], - "to": [2, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 6.375, 9.25, 6.5], "texture": "#0"}, - "east": {"uv": [9, 6.625, 9.25, 6.75], "texture": "#0"}, - "south": {"uv": [9, 6.875, 9.25, 7], "texture": "#0"}, - "west": {"uv": [7.125, 9, 7.375, 9.125], "texture": "#0"}, - "up": {"uv": [1.5, 8.75, 1.25, 8.5], "texture": "#0"}, - "down": {"uv": [8.875, 4, 8.625, 4.25], "texture": "#0"} - } - }, - { - "from": [0, 2, 14], - "to": [2, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7.5, 9, 7.75, 9.125], "texture": "#0"}, - "east": {"uv": [7.875, 9, 8.125, 9.125], "texture": "#0"}, - "south": {"uv": [8.25, 9, 8.5, 9.125], "texture": "#0"}, - "west": {"uv": [0, 9.125, 0.25, 9.25], "texture": "#0"}, - "up": {"uv": [8.875, 4.625, 8.625, 4.375], "texture": "#0"}, - "down": {"uv": [8.875, 4.75, 8.625, 5], "texture": "#0"} - } - }, - { - "from": [14, 2, 14], - "to": [16, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [0.375, 9.125, 0.625, 9.25], "texture": "#0"}, - "east": {"uv": [0.75, 9.125, 1, 9.25], "texture": "#0"}, - "south": {"uv": [1.125, 9.125, 1.375, 9.25], "texture": "#0"}, - "west": {"uv": [1.5, 9.125, 1.75, 9.25], "texture": "#0"}, - "up": {"uv": [5.875, 8.875, 5.625, 8.625], "texture": "#0"}, - "down": {"uv": [6.25, 8.625, 6, 8.875], "texture": "#0"} - } - }, - { - "from": [14, 2, 0], - "to": [16, 3, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9.125, 1.75, 9.375, 1.875], "texture": "#0"}, - "east": {"uv": [1.875, 9.125, 2.125, 9.25], "texture": "#0"}, - "south": {"uv": [9.125, 2, 9.375, 2.125], "texture": "#0"}, - "west": {"uv": [2.25, 9.125, 2.5, 9.25], "texture": "#0"}, - "up": {"uv": [6.625, 8.875, 6.375, 8.625], "texture": "#0"}, - "down": {"uv": [8.875, 6.375, 8.625, 6.625], "texture": "#0"} - } - }, - { - "from": [13, 14, 0], - "to": [16, 15, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.875, 6.125, 9.25, 6.25], "texture": "#0"}, - "east": {"uv": [8.875, 8.625, 9.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.875, 8.875, 9.25, 9], "texture": "#0"}, - "west": {"uv": [9, 0.25, 9.375, 0.375], "texture": "#0"}, - "up": {"uv": [8.625, 8.5, 8.25, 8.125], "texture": "#0"}, - "down": {"uv": [8.875, 0.25, 8.5, 0.625], "texture": "#0"} - } - }, - { - "from": [14, 13, 0], - "to": [16, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.625, 9.125, 2.875, 9.25], "texture": "#0"}, - "east": {"uv": [3, 9.125, 3.25, 9.25], "texture": "#0"}, - "south": {"uv": [3.375, 9.125, 3.625, 9.25], "texture": "#0"}, - "west": {"uv": [3.75, 9.125, 4, 9.25], "texture": "#0"}, - "up": {"uv": [8.875, 7, 8.625, 6.75], "texture": "#0"}, - "down": {"uv": [8, 8.625, 7.75, 8.875], "texture": "#0"} - } - }, - { - "from": [15, 3, 0], - "to": [16, 13, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.125, 7.25, 6.25, 8.5], "texture": "#0"}, - "east": {"uv": [6.375, 7.25, 6.5, 8.5], "texture": "#0"}, - "south": {"uv": [7.25, 7.125, 7.375, 8.375], "texture": "#0"}, - "west": {"uv": [7.5, 0.25, 7.625, 1.5], "texture": "#0"}, - "up": {"uv": [9.375, 7.25, 9.25, 7.125], "texture": "#0"}, - "down": {"uv": [7.5, 9.25, 7.375, 9.375], "texture": "#0"} - } - }, - { - "from": [13, 14, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 0.5, 9.375, 0.625], "texture": "#0"}, - "east": {"uv": [9, 0.75, 9.375, 0.875], "texture": "#0"}, - "south": {"uv": [9, 1, 9.375, 1.125], "texture": "#0"}, - "west": {"uv": [9, 1.25, 9.375, 1.375], "texture": "#0"}, - "up": {"uv": [8.875, 1.125, 8.5, 0.75], "texture": "#0"}, - "down": {"uv": [8.875, 1.25, 8.5, 1.625], "texture": "#0"} - } - }, - { - "from": [14, 13, 14], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.125, 9.125, 4.375, 9.25], "texture": "#0"}, - "east": {"uv": [4.5, 9.125, 4.75, 9.25], "texture": "#0"}, - "south": {"uv": [4.875, 9.125, 5.125, 9.25], "texture": "#0"}, - "west": {"uv": [5.25, 9.125, 5.5, 9.25], "texture": "#0"}, - "up": {"uv": [8.375, 8.875, 8.125, 8.625], "texture": "#0"}, - "down": {"uv": [8.75, 8.625, 8.5, 8.875], "texture": "#0"} - } - }, - { - "from": [0, 14, 13], - "to": [3, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 1.5, 9.375, 1.625], "texture": "#0"}, - "east": {"uv": [9, 4, 9.375, 4.125], "texture": "#0"}, - "south": {"uv": [9, 4.25, 9.375, 4.375], "texture": "#0"}, - "west": {"uv": [9, 4.5, 9.375, 4.625], "texture": "#0"}, - "up": {"uv": [7.625, 8.875, 7.25, 8.5], "texture": "#0"}, - "down": {"uv": [9, 1.75, 8.625, 2.125], "texture": "#0"} - } - }, - { - "from": [0, 13, 14], - "to": [2, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 9.125, 7, 9.25], "texture": "#0"}, - "east": {"uv": [8.625, 9.125, 8.875, 9.25], "texture": "#0"}, - "south": {"uv": [9, 9.125, 9.25, 9.25], "texture": "#0"}, - "west": {"uv": [5.625, 9.25, 5.875, 9.375], "texture": "#0"}, - "up": {"uv": [1, 9, 0.75, 8.75], "texture": "#0"}, - "down": {"uv": [7, 8.75, 6.75, 9], "texture": "#0"} - } - }, - { - "from": [0, 3, 15], - "to": [1, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.625, 7.5, 1.75, 8.75], "texture": "#0"}, - "east": {"uv": [1.875, 7.5, 2, 8.75], "texture": "#0"}, - "south": {"uv": [2.125, 7.5, 2.25, 8.75], "texture": "#0"}, - "west": {"uv": [2.375, 7.5, 2.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 7.5, 9.25, 7.375], "texture": "#0"}, - "down": {"uv": [7.75, 9.25, 7.625, 9.375], "texture": "#0"} - } - }, - { - "from": [15, 3, 15], - "to": [16, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.625, 7.5, 2.75, 8.75], "texture": "#0"}, - "east": {"uv": [2.875, 7.5, 3, 8.75], "texture": "#0"}, - "south": {"uv": [3.125, 7.5, 3.25, 8.75], "texture": "#0"}, - "west": {"uv": [3.375, 7.5, 3.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 7.75, 9.25, 7.625], "texture": "#0"}, - "down": {"uv": [8, 9.25, 7.875, 9.375], "texture": "#0"} - } - }, - { - "from": [3, 3, 1], - "to": [4, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [3.625, 7.5, 3.75, 8.75], "texture": "#0"}, - "east": {"uv": [3.875, 7.5, 4, 8.75], "texture": "#0"}, - "south": {"uv": [4.125, 7.5, 4.25, 8.75], "texture": "#0"}, - "west": {"uv": [4.375, 7.5, 4.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 8, 9.25, 7.875], "texture": "#0"}, - "down": {"uv": [8.25, 9.25, 8.125, 9.375], "texture": "#0"} - } - }, - { - "from": [12, 3, 1], - "to": [13, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.625, 7.5, 4.75, 8.75], "texture": "#0"}, - "east": {"uv": [4.875, 7.5, 5, 8.75], "texture": "#0"}, - "south": {"uv": [5.125, 7.5, 5.25, 8.75], "texture": "#0"}, - "west": {"uv": [7.5, 7.125, 7.625, 8.375], "texture": "#0"}, - "up": {"uv": [9.375, 8.25, 9.25, 8.125], "texture": "#0"}, - "down": {"uv": [8.5, 9.25, 8.375, 9.375], "texture": "#0"} - } - }, - { - "from": [14, 1, 3], - "to": [15, 15, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.375, 5.625, 4.5, 7.375], "texture": "#0"}, - "east": {"uv": [5.375, 5.375, 6.625, 7.125], "texture": "#0"}, - "south": {"uv": [4.625, 5.625, 4.75, 7.375], "texture": "#0"} - } - }, - { - "from": [1, 1, 3], - "to": [2, 15, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.875, 5.625, 5, 7.375], "texture": "#0"}, - "south": {"uv": [5.125, 5.625, 5.25, 7.375], "texture": "#0"}, - "west": {"uv": [5.625, 1.875, 6.875, 3.625], "texture": "#0"}, - "up": {"uv": [9.1875, 2.1875, 9.0625, 0.9375], "texture": "#0"}, - "down": {"uv": [0.625, 7.75, 0.5, 9], "texture": "#0"} - } - }, - { - "from": [4, 3, 1], - "to": [12, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.375, 5.125, 9.375, 5.25], "texture": "#0"}, - "east": {"uv": [9.25, 8.375, 9.375, 8.5], "texture": "#0"}, - "south": {"uv": [8.625, 2.25, 9.625, 2.375], "texture": "#0"}, - "west": {"uv": [0, 9.375, 0.125, 9.5], "texture": "#0"}, - "up": {"uv": [9.625, 2.625, 8.625, 2.5], "texture": "#0"}, - "down": {"uv": [9.625, 2.75, 8.625, 2.875], "texture": "#0"} - } - }, - { - "from": [4, 12, 1], - "to": [12, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.625, 3, 9.625, 3.125], "texture": "#0"}, - "east": {"uv": [9.375, 0, 9.5, 0.125], "texture": "#0"}, - "south": {"uv": [8.625, 3.25, 9.625, 3.375], "texture": "#0"}, - "west": {"uv": [0.25, 9.375, 0.375, 9.5], "texture": "#0"}, - "up": {"uv": [9.625, 3.625, 8.625, 3.5], "texture": "#0"}, - "down": {"uv": [9.625, 3.75, 8.625, 3.875], "texture": "#0"} - } - }, - { - "from": [3, 1, 14], - "to": [13, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "east": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "south": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "west": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "up": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "down": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"} - } - }, - { - "from": [2, 15, 0], - "to": [14, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7, 3.125, 8.5, 3.25], "texture": "#0"}, - "east": {"uv": [0.5, 9.375, 0.625, 9.5], "texture": "#0"}, - "south": {"uv": [7, 3.375, 8.5, 3.5], "texture": "#0"}, - "west": {"uv": [0.75, 9.375, 0.875, 9.5], "texture": "#0"}, - "up": {"uv": [8.5, 3.75, 7, 3.625], "texture": "#0"}, - "down": {"uv": [8.5, 3.875, 7, 4], "texture": "#0"} - } - }, - { - "from": [2, 15, 15], - "to": [14, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7, 2.125, 8.5, 2.25], "texture": "#0"}, - "east": {"uv": [6, 9.25, 6.125, 9.375], "texture": "#0"}, - "south": {"uv": [7, 2.375, 8.5, 2.5], "texture": "#0"}, - "west": {"uv": [6.25, 9.25, 6.375, 9.375], "texture": "#0"}, - "up": {"uv": [8.5, 2.75, 7, 2.625], "texture": "#0"}, - "down": {"uv": [8.5, 2.875, 7, 3], "texture": "#0"} - } - }, - { - "from": [0, 15, 2], - "to": [1, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1, 9.375, 1.125, 9.5], "texture": "#0"}, - "east": {"uv": [7, 4.125, 8.5, 4.25], "texture": "#0"}, - "south": {"uv": [1.25, 9.375, 1.375, 9.5], "texture": "#0"}, - "west": {"uv": [7, 4.375, 8.5, 4.5], "texture": "#0"}, - "up": {"uv": [6.875, 8.625, 6.75, 7.125], "texture": "#0"}, - "down": {"uv": [7.125, 7.125, 7, 8.625], "texture": "#0"} - } - }, - { - "from": [15, 15, 2], - "to": [16, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.5, 9.375, 1.625, 9.5], "texture": "#0"}, - "east": {"uv": [7, 4.625, 8.5, 4.75], "texture": "#0"}, - "south": {"uv": [1.75, 9.375, 1.875, 9.5], "texture": "#0"}, - "west": {"uv": [7, 4.875, 8.5, 5], "texture": "#0"}, - "up": {"uv": [7.375, 1.75, 7.25, 0.25], "texture": "#0"}, - "down": {"uv": [5.5, 7.25, 5.375, 8.75], "texture": "#0"} - } - }, - { - "from": [4, 4, 1], - "to": [12, 12, 2], - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#2"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [65, 16, 16], - "translation": [0, 4, 0], - "scale": [0.4, 0.4, 0.4] - }, - "thirdperson_lefthand": { - "rotation": [65, 16, 16], - "translation": [0, 4, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_righthand": { - "rotation": [15, 105, 0], - "translation": [2.25, -1, 0], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_lefthand": { - "rotation": [15, 105, 0], - "translation": [2.25, -1, 0], - "scale": [0.65, 0.65, 0.65] - }, - "ground": { - "translation": [0, 2.5, 0], - "scale": [0.5, 0.5, 0.5] - }, - "gui": { - "rotation": [10, -162, -4], - "scale": [0.69, 0.65, 0.65] - }, - "head": { - "translation": [0, 14, 0] - }, - "fixed": { - "rotation": [0, 8, -7], - "translation": [0, 0, -1.25], - "scale": [0.75, 0.75, 0.75] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [8, 8, 8], - "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, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/notarfbadium_quantum_collapser_lit.json b/src/main/resources/assets/cuboidmod/models/block/notarfbadium_quantum_collapser_lit.json deleted file mode 100644 index c8bad87..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/notarfbadium_quantum_collapser_lit.json +++ /dev/null @@ -1,502 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/notarfbadium_quantum_collapser", - "2": "cuboidmod:model/quantum_collapser_panel_lit", - "particle": "cuboidmod:block/notarfbadium_break" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 5.375, 8.75, 5.5], "texture": "#0"}, - "east": {"uv": [6.75, 5.625, 8.75, 5.75], "texture": "#0"}, - "south": {"uv": [6.75, 5.875, 8.75, 6], "texture": "#0"}, - "west": {"uv": [6.75, 6.125, 8.75, 6.25], "texture": "#0"}, - "up": {"uv": [2, 2, 0, 0], "texture": "#0"}, - "down": {"uv": [2, 2.125, 0, 4.125], "texture": "#0"} - } - }, - { - "from": [2, 1, 2], - "to": [14, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.125, 3.75, 3.625, 5.5], "texture": "#0"}, - "east": {"uv": [3.75, 3.75, 5.25, 5.5], "texture": "#0"}, - "south": {"uv": [4, 0, 5.5, 1.75], "texture": "#0"}, - "west": {"uv": [4, 1.875, 5.5, 3.625], "texture": "#0"}, - "up": {"uv": [1.5, 5.75, 0, 4.25], "texture": "#0"}, - "down": {"uv": [6.875, 3.75, 5.375, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 15, 1], - "to": [15, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 6.375, 8.5, 6.5], "texture": "#0"}, - "east": {"uv": [6.75, 6.625, 8.5, 6.75], "texture": "#0"}, - "south": {"uv": [6.75, 6.875, 8.5, 7], "texture": "#0"}, - "west": {"uv": [7, 0, 8.75, 0.125], "texture": "#0"}, - "up": {"uv": [3.875, 1.75, 2.125, 0], "texture": "#0"}, - "down": {"uv": [3.875, 1.875, 2.125, 3.625], "texture": "#0"} - } - }, - { - "from": [0, 1, 0], - "to": [3, 2, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7.5, 1.625, 7.875, 1.75], "texture": "#0"}, - "east": {"uv": [8.75, 7.125, 9.125, 7.25], "texture": "#0"}, - "south": {"uv": [8.75, 7.375, 9.125, 7.5], "texture": "#0"}, - "west": {"uv": [8.75, 7.625, 9.125, 7.75], "texture": "#0"}, - "up": {"uv": [1.125, 8.125, 0.75, 7.75], "texture": "#0"}, - "down": {"uv": [8.125, 7.125, 7.75, 7.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [3, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.75, 7.875, 9.125, 8], "texture": "#0"}, - "east": {"uv": [8.75, 8.125, 9.125, 8.25], "texture": "#0"}, - "south": {"uv": [8.75, 8.375, 9.125, 8.5], "texture": "#0"}, - "west": {"uv": [8.875, 0, 9.25, 0.125], "texture": "#0"}, - "up": {"uv": [8.125, 8, 7.75, 7.625], "texture": "#0"}, - "down": {"uv": [8.375, 0.25, 8, 0.625], "texture": "#0"} - } - }, - { - "from": [13, 1, 0], - "to": [16, 2, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.125, 8.875, 1.5, 9], "texture": "#0"}, - "east": {"uv": [1.625, 8.875, 2, 9], "texture": "#0"}, - "south": {"uv": [2.125, 8.875, 2.5, 9], "texture": "#0"}, - "west": {"uv": [2.625, 8.875, 3, 9], "texture": "#0"}, - "up": {"uv": [8.375, 1.125, 8, 0.75], "texture": "#0"}, - "down": {"uv": [8.375, 1.25, 8, 1.625], "texture": "#0"} - } - }, - { - "from": [13, 1, 13], - "to": [16, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [3.125, 8.875, 3.5, 9], "texture": "#0"}, - "east": {"uv": [3.625, 8.875, 4, 9], "texture": "#0"}, - "south": {"uv": [4.125, 8.875, 4.5, 9], "texture": "#0"}, - "west": {"uv": [4.625, 8.875, 5, 9], "texture": "#0"}, - "up": {"uv": [8.125, 8.5, 7.75, 8.125], "texture": "#0"}, - "down": {"uv": [1.125, 8.25, 0.75, 8.625], "texture": "#0"} - } - }, - { - "from": [0, 3, 0], - "to": [1, 13, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.625, 4.25, 1.75, 5.5], "texture": "#0"}, - "east": {"uv": [1.875, 4.25, 2, 5.5], "texture": "#0"}, - "south": {"uv": [5.625, 7.25, 5.75, 8.5], "texture": "#0"}, - "west": {"uv": [5.875, 7.25, 6, 8.5], "texture": "#0"}, - "up": {"uv": [6.625, 9.375, 6.5, 9.25], "texture": "#0"}, - "down": {"uv": [7.25, 9.25, 7.125, 9.375], "texture": "#0"} - } - }, - { - "from": [0, 14, 0], - "to": [3, 15, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [5.125, 8.875, 5.5, 9], "texture": "#0"}, - "east": {"uv": [8.875, 5.375, 9.25, 5.5], "texture": "#0"}, - "south": {"uv": [8.875, 5.625, 9.25, 5.75], "texture": "#0"}, - "west": {"uv": [8.875, 5.875, 9.25, 6], "texture": "#0"}, - "up": {"uv": [8.625, 7.5, 8.25, 7.125], "texture": "#0"}, - "down": {"uv": [8.625, 7.625, 8.25, 8], "texture": "#0"} - } - }, - { - "from": [0, 2, 0], - "to": [2, 3, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 4.75, 9.25, 4.875], "texture": "#0"}, - "east": {"uv": [5.625, 9, 5.875, 9.125], "texture": "#0"}, - "south": {"uv": [6, 9, 6.25, 9.125], "texture": "#0"}, - "west": {"uv": [6.375, 9, 6.625, 9.125], "texture": "#0"}, - "up": {"uv": [1.5, 8, 1.25, 7.75], "texture": "#0"}, - "down": {"uv": [1.5, 8.125, 1.25, 8.375], "texture": "#0"} - } - }, - { - "from": [0, 13, 0], - "to": [2, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 6.375, 9.25, 6.5], "texture": "#0"}, - "east": {"uv": [9, 6.625, 9.25, 6.75], "texture": "#0"}, - "south": {"uv": [9, 6.875, 9.25, 7], "texture": "#0"}, - "west": {"uv": [7.125, 9, 7.375, 9.125], "texture": "#0"}, - "up": {"uv": [1.5, 8.75, 1.25, 8.5], "texture": "#0"}, - "down": {"uv": [8.875, 4, 8.625, 4.25], "texture": "#0"} - } - }, - { - "from": [0, 2, 14], - "to": [2, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7.5, 9, 7.75, 9.125], "texture": "#0"}, - "east": {"uv": [7.875, 9, 8.125, 9.125], "texture": "#0"}, - "south": {"uv": [8.25, 9, 8.5, 9.125], "texture": "#0"}, - "west": {"uv": [0, 9.125, 0.25, 9.25], "texture": "#0"}, - "up": {"uv": [8.875, 4.625, 8.625, 4.375], "texture": "#0"}, - "down": {"uv": [8.875, 4.75, 8.625, 5], "texture": "#0"} - } - }, - { - "from": [14, 2, 14], - "to": [16, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [0.375, 9.125, 0.625, 9.25], "texture": "#0"}, - "east": {"uv": [0.75, 9.125, 1, 9.25], "texture": "#0"}, - "south": {"uv": [1.125, 9.125, 1.375, 9.25], "texture": "#0"}, - "west": {"uv": [1.5, 9.125, 1.75, 9.25], "texture": "#0"}, - "up": {"uv": [5.875, 8.875, 5.625, 8.625], "texture": "#0"}, - "down": {"uv": [6.25, 8.625, 6, 8.875], "texture": "#0"} - } - }, - { - "from": [14, 2, 0], - "to": [16, 3, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9.125, 1.75, 9.375, 1.875], "texture": "#0"}, - "east": {"uv": [1.875, 9.125, 2.125, 9.25], "texture": "#0"}, - "south": {"uv": [9.125, 2, 9.375, 2.125], "texture": "#0"}, - "west": {"uv": [2.25, 9.125, 2.5, 9.25], "texture": "#0"}, - "up": {"uv": [6.625, 8.875, 6.375, 8.625], "texture": "#0"}, - "down": {"uv": [8.875, 6.375, 8.625, 6.625], "texture": "#0"} - } - }, - { - "from": [13, 14, 0], - "to": [16, 15, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.875, 6.125, 9.25, 6.25], "texture": "#0"}, - "east": {"uv": [8.875, 8.625, 9.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.875, 8.875, 9.25, 9], "texture": "#0"}, - "west": {"uv": [9, 0.25, 9.375, 0.375], "texture": "#0"}, - "up": {"uv": [8.625, 8.5, 8.25, 8.125], "texture": "#0"}, - "down": {"uv": [8.875, 0.25, 8.5, 0.625], "texture": "#0"} - } - }, - { - "from": [14, 13, 0], - "to": [16, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.625, 9.125, 2.875, 9.25], "texture": "#0"}, - "east": {"uv": [3, 9.125, 3.25, 9.25], "texture": "#0"}, - "south": {"uv": [3.375, 9.125, 3.625, 9.25], "texture": "#0"}, - "west": {"uv": [3.75, 9.125, 4, 9.25], "texture": "#0"}, - "up": {"uv": [8.875, 7, 8.625, 6.75], "texture": "#0"}, - "down": {"uv": [8, 8.625, 7.75, 8.875], "texture": "#0"} - } - }, - { - "from": [15, 3, 0], - "to": [16, 13, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.125, 7.25, 6.25, 8.5], "texture": "#0"}, - "east": {"uv": [6.375, 7.25, 6.5, 8.5], "texture": "#0"}, - "south": {"uv": [7.25, 7.125, 7.375, 8.375], "texture": "#0"}, - "west": {"uv": [7.5, 0.25, 7.625, 1.5], "texture": "#0"}, - "up": {"uv": [9.375, 7.25, 9.25, 7.125], "texture": "#0"}, - "down": {"uv": [7.5, 9.25, 7.375, 9.375], "texture": "#0"} - } - }, - { - "from": [13, 14, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 0.5, 9.375, 0.625], "texture": "#0"}, - "east": {"uv": [9, 0.75, 9.375, 0.875], "texture": "#0"}, - "south": {"uv": [9, 1, 9.375, 1.125], "texture": "#0"}, - "west": {"uv": [9, 1.25, 9.375, 1.375], "texture": "#0"}, - "up": {"uv": [8.875, 1.125, 8.5, 0.75], "texture": "#0"}, - "down": {"uv": [8.875, 1.25, 8.5, 1.625], "texture": "#0"} - } - }, - { - "from": [14, 13, 14], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.125, 9.125, 4.375, 9.25], "texture": "#0"}, - "east": {"uv": [4.5, 9.125, 4.75, 9.25], "texture": "#0"}, - "south": {"uv": [4.875, 9.125, 5.125, 9.25], "texture": "#0"}, - "west": {"uv": [5.25, 9.125, 5.5, 9.25], "texture": "#0"}, - "up": {"uv": [8.375, 8.875, 8.125, 8.625], "texture": "#0"}, - "down": {"uv": [8.75, 8.625, 8.5, 8.875], "texture": "#0"} - } - }, - { - "from": [0, 14, 13], - "to": [3, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 1.5, 9.375, 1.625], "texture": "#0"}, - "east": {"uv": [9, 4, 9.375, 4.125], "texture": "#0"}, - "south": {"uv": [9, 4.25, 9.375, 4.375], "texture": "#0"}, - "west": {"uv": [9, 4.5, 9.375, 4.625], "texture": "#0"}, - "up": {"uv": [7.625, 8.875, 7.25, 8.5], "texture": "#0"}, - "down": {"uv": [9, 1.75, 8.625, 2.125], "texture": "#0"} - } - }, - { - "from": [0, 13, 14], - "to": [2, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 9.125, 7, 9.25], "texture": "#0"}, - "east": {"uv": [8.625, 9.125, 8.875, 9.25], "texture": "#0"}, - "south": {"uv": [9, 9.125, 9.25, 9.25], "texture": "#0"}, - "west": {"uv": [5.625, 9.25, 5.875, 9.375], "texture": "#0"}, - "up": {"uv": [1, 9, 0.75, 8.75], "texture": "#0"}, - "down": {"uv": [7, 8.75, 6.75, 9], "texture": "#0"} - } - }, - { - "from": [0, 3, 15], - "to": [1, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.625, 7.5, 1.75, 8.75], "texture": "#0"}, - "east": {"uv": [1.875, 7.5, 2, 8.75], "texture": "#0"}, - "south": {"uv": [2.125, 7.5, 2.25, 8.75], "texture": "#0"}, - "west": {"uv": [2.375, 7.5, 2.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 7.5, 9.25, 7.375], "texture": "#0"}, - "down": {"uv": [7.75, 9.25, 7.625, 9.375], "texture": "#0"} - } - }, - { - "from": [15, 3, 15], - "to": [16, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.625, 7.5, 2.75, 8.75], "texture": "#0"}, - "east": {"uv": [2.875, 7.5, 3, 8.75], "texture": "#0"}, - "south": {"uv": [3.125, 7.5, 3.25, 8.75], "texture": "#0"}, - "west": {"uv": [3.375, 7.5, 3.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 7.75, 9.25, 7.625], "texture": "#0"}, - "down": {"uv": [8, 9.25, 7.875, 9.375], "texture": "#0"} - } - }, - { - "from": [3, 3, 1], - "to": [4, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [3.625, 7.5, 3.75, 8.75], "texture": "#0"}, - "east": {"uv": [3.875, 7.5, 4, 8.75], "texture": "#0"}, - "south": {"uv": [4.125, 7.5, 4.25, 8.75], "texture": "#0"}, - "west": {"uv": [4.375, 7.5, 4.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 8, 9.25, 7.875], "texture": "#0"}, - "down": {"uv": [8.25, 9.25, 8.125, 9.375], "texture": "#0"} - } - }, - { - "from": [12, 3, 1], - "to": [13, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.625, 7.5, 4.75, 8.75], "texture": "#0"}, - "east": {"uv": [4.875, 7.5, 5, 8.75], "texture": "#0"}, - "south": {"uv": [5.125, 7.5, 5.25, 8.75], "texture": "#0"}, - "west": {"uv": [7.5, 7.125, 7.625, 8.375], "texture": "#0"}, - "up": {"uv": [9.375, 8.25, 9.25, 8.125], "texture": "#0"}, - "down": {"uv": [8.5, 9.25, 8.375, 9.375], "texture": "#0"} - } - }, - { - "from": [14, 1, 3], - "to": [15, 15, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.375, 5.625, 4.5, 7.375], "texture": "#0"}, - "east": {"uv": [5.375, 5.375, 6.625, 7.125], "texture": "#0"}, - "south": {"uv": [4.625, 5.625, 4.75, 7.375], "texture": "#0"} - } - }, - { - "from": [1, 1, 3], - "to": [2, 15, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.875, 5.625, 5, 7.375], "texture": "#0"}, - "south": {"uv": [5.125, 5.625, 5.25, 7.375], "texture": "#0"}, - "west": {"uv": [5.625, 1.875, 6.875, 3.625], "texture": "#0"}, - "up": {"uv": [9.1875, 2.1875, 9.0625, 0.9375], "texture": "#0"}, - "down": {"uv": [0.625, 7.75, 0.5, 9], "texture": "#0"} - } - }, - { - "from": [4, 3, 1], - "to": [12, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.375, 5.125, 9.375, 5.25], "texture": "#0"}, - "east": {"uv": [9.25, 8.375, 9.375, 8.5], "texture": "#0"}, - "south": {"uv": [8.625, 2.25, 9.625, 2.375], "texture": "#0"}, - "west": {"uv": [0, 9.375, 0.125, 9.5], "texture": "#0"}, - "up": {"uv": [9.625, 2.625, 8.625, 2.5], "texture": "#0"}, - "down": {"uv": [9.625, 2.75, 8.625, 2.875], "texture": "#0"} - } - }, - { - "from": [4, 12, 1], - "to": [12, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.625, 3, 9.625, 3.125], "texture": "#0"}, - "east": {"uv": [9.375, 0, 9.5, 0.125], "texture": "#0"}, - "south": {"uv": [8.625, 3.25, 9.625, 3.375], "texture": "#0"}, - "west": {"uv": [0.25, 9.375, 0.375, 9.5], "texture": "#0"}, - "up": {"uv": [9.625, 3.625, 8.625, 3.5], "texture": "#0"}, - "down": {"uv": [9.625, 3.75, 8.625, 3.875], "texture": "#0"} - } - }, - { - "from": [3, 1, 14], - "to": [13, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "east": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "south": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "west": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "up": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "down": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"} - } - }, - { - "from": [2, 15, 0], - "to": [14, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7, 3.125, 8.5, 3.25], "texture": "#0"}, - "east": {"uv": [0.5, 9.375, 0.625, 9.5], "texture": "#0"}, - "south": {"uv": [7, 3.375, 8.5, 3.5], "texture": "#0"}, - "west": {"uv": [0.75, 9.375, 0.875, 9.5], "texture": "#0"}, - "up": {"uv": [8.5, 3.75, 7, 3.625], "texture": "#0"}, - "down": {"uv": [8.5, 3.875, 7, 4], "texture": "#0"} - } - }, - { - "from": [2, 15, 15], - "to": [14, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7, 2.125, 8.5, 2.25], "texture": "#0"}, - "east": {"uv": [6, 9.25, 6.125, 9.375], "texture": "#0"}, - "south": {"uv": [7, 2.375, 8.5, 2.5], "texture": "#0"}, - "west": {"uv": [6.25, 9.25, 6.375, 9.375], "texture": "#0"}, - "up": {"uv": [8.5, 2.75, 7, 2.625], "texture": "#0"}, - "down": {"uv": [8.5, 2.875, 7, 3], "texture": "#0"} - } - }, - { - "from": [0, 15, 2], - "to": [1, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1, 9.375, 1.125, 9.5], "texture": "#0"}, - "east": {"uv": [7, 4.125, 8.5, 4.25], "texture": "#0"}, - "south": {"uv": [1.25, 9.375, 1.375, 9.5], "texture": "#0"}, - "west": {"uv": [7, 4.375, 8.5, 4.5], "texture": "#0"}, - "up": {"uv": [6.875, 8.625, 6.75, 7.125], "texture": "#0"}, - "down": {"uv": [7.125, 7.125, 7, 8.625], "texture": "#0"} - } - }, - { - "from": [15, 15, 2], - "to": [16, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.5, 9.375, 1.625, 9.5], "texture": "#0"}, - "east": {"uv": [7, 4.625, 8.5, 4.75], "texture": "#0"}, - "south": {"uv": [1.75, 9.375, 1.875, 9.5], "texture": "#0"}, - "west": {"uv": [7, 4.875, 8.5, 5], "texture": "#0"}, - "up": {"uv": [7.375, 1.75, 7.25, 0.25], "texture": "#0"}, - "down": {"uv": [5.5, 7.25, 5.375, 8.75], "texture": "#0"} - } - }, - { - "from": [4, 4, 1], - "to": [12, 12, 2], - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#2"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [65, 16, 16], - "translation": [0, 4, 0], - "scale": [0.4, 0.4, 0.4] - }, - "thirdperson_lefthand": { - "rotation": [65, 16, 16], - "translation": [0, 4, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_righthand": { - "rotation": [15, 105, 0], - "translation": [2.25, -1, 0], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_lefthand": { - "rotation": [15, 105, 0], - "translation": [2.25, -1, 0], - "scale": [0.65, 0.65, 0.65] - }, - "ground": { - "translation": [0, 2.5, 0], - "scale": [0.5, 0.5, 0.5] - }, - "gui": { - "rotation": [10, -162, -4], - "scale": [0.69, 0.65, 0.65] - }, - "head": { - "translation": [0, 14, 0] - }, - "fixed": { - "rotation": [0, 8, -7], - "translation": [0, 0, -1.25], - "scale": [0.75, 0.75, 0.75] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [8, 8, 8], - "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, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/notarfbadium_singularity_power_generator.json b/src/main/resources/assets/cuboidmod/models/block/notarfbadium_singularity_power_generator.json deleted file mode 100644 index 54f7c7d..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/notarfbadium_singularity_power_generator.json +++ /dev/null @@ -1,1515 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/notarfbadium_singularity_power_gen_frame", - "1": "cuboidmod:model/singularity_power_gen_support", - "2": "cuboidmod:model/singularity_power_gen_core", - "particle": "cuboidmod:model/thatldu_singularity_power_gen_frame" - }, - "elements": [ - { - "from": [4, 4, 4], - "to": [12, 12, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 4, 4]}, - "faces": { - "north": {"uv": [0, 0, 4, 4], "texture": "#2"}, - "east": {"uv": [0, 4, 4, 8], "texture": "#2"}, - "south": {"uv": [4, 0, 8, 4], "texture": "#2"}, - "west": {"uv": [4, 4, 8, 8], "texture": "#2"}, - "up": {"uv": [4, 12, 0, 8], "texture": "#2"}, - "down": {"uv": [12, 0, 8, 4], "texture": "#2"} - } - }, - { - "from": [0, 6, 7], - "to": [1, 7, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 7]}, - "faces": { - "north": {"uv": [7, 9.5, 7.5, 10], "texture": "#2"}, - "east": {"uv": [4, 8, 5, 8.5], "texture": "#2"}, - "south": {"uv": [11, 7, 11.5, 7.5], "texture": "#2"}, - "west": {"uv": [8, 4, 9, 4.5], "texture": "#2"}, - "up": {"uv": [8.5, 5.5, 8, 4.5], "texture": "#2"}, - "down": {"uv": [5.5, 8, 5, 9], "texture": "#2"} - } - }, - { - "from": [15, 6, 7], - "to": [16, 7, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 6, 7]}, - "faces": { - "north": {"uv": [11.5, 9, 12, 9.5], "texture": "#2"}, - "east": {"uv": [5.5, 8, 6.5, 8.5], "texture": "#2"}, - "south": {"uv": [11.5, 9.5, 12, 10], "texture": "#2"}, - "west": {"uv": [8, 5.5, 9, 6], "texture": "#2"}, - "up": {"uv": [8.5, 7, 8, 6], "texture": "#2"}, - "down": {"uv": [7, 8, 6.5, 9], "texture": "#2"} - } - }, - { - "from": [0, 9, 7], - "to": [1, 10, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 9, 7]}, - "faces": { - "north": {"uv": [11.5, 10, 12, 10.5], "texture": "#2"}, - "east": {"uv": [7, 8, 8, 8.5], "texture": "#2"}, - "south": {"uv": [11.5, 10.5, 12, 11], "texture": "#2"}, - "west": {"uv": [8, 7, 9, 7.5], "texture": "#2"}, - "up": {"uv": [8.5, 8.5, 8, 7.5], "texture": "#2"}, - "down": {"uv": [4.5, 8.5, 4, 9.5], "texture": "#2"} - } - }, - { - "from": [6, 15, 7], - "to": [7, 16, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 15, 7]}, - "faces": { - "north": {"uv": [11.5, 11, 12, 11.5], "texture": "#2"}, - "east": {"uv": [8.5, 4.5, 9.5, 5], "texture": "#2"}, - "south": {"uv": [11.5, 11.5, 12, 12], "texture": "#2"}, - "west": {"uv": [8.5, 5, 9.5, 5.5], "texture": "#2"}, - "up": {"uv": [5, 9.5, 4.5, 8.5], "texture": "#2"}, - "down": {"uv": [6, 8.5, 5.5, 9.5], "texture": "#2"} - } - }, - { - "from": [6, 0, 7], - "to": [7, 1, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 0, 7]}, - "faces": { - "north": {"uv": [0, 12, 0.5, 12.5], "texture": "#2"}, - "east": {"uv": [8.5, 6, 9.5, 6.5], "texture": "#2"}, - "south": {"uv": [12, 0, 12.5, 0.5], "texture": "#2"}, - "west": {"uv": [8.5, 6.5, 9.5, 7], "texture": "#2"}, - "up": {"uv": [6.5, 9.5, 6, 8.5], "texture": "#2"}, - "down": {"uv": [7.5, 8.5, 7, 9.5], "texture": "#2"} - } - }, - { - "from": [9, 15, 7], - "to": [10, 16, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 15, 7]}, - "faces": { - "north": {"uv": [0.5, 12, 1, 12.5], "texture": "#2"}, - "east": {"uv": [7.5, 8.5, 8.5, 9], "texture": "#2"}, - "south": {"uv": [12, 0.5, 12.5, 1], "texture": "#2"}, - "west": {"uv": [8.5, 7.5, 9.5, 8], "texture": "#2"}, - "up": {"uv": [9, 9, 8.5, 8], "texture": "#2"}, - "down": {"uv": [5.5, 9, 5, 10], "texture": "#2"} - } - }, - { - "from": [9, 0, 7], - "to": [10, 1, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 0, 7]}, - "faces": { - "north": {"uv": [1, 12, 1.5, 12.5], "texture": "#2"}, - "east": {"uv": [9, 4, 10, 4.5], "texture": "#2"}, - "south": {"uv": [12, 1, 12.5, 1.5], "texture": "#2"}, - "west": {"uv": [9, 5.5, 10, 6], "texture": "#2"}, - "up": {"uv": [7, 10, 6.5, 9], "texture": "#2"}, - "down": {"uv": [8, 9, 7.5, 10], "texture": "#2"} - } - }, - { - "from": [7, 15, 9], - "to": [9, 16, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 9]}, - "faces": { - "north": {"uv": [9, 7, 10, 7.5], "texture": "#2"}, - "east": {"uv": [1.5, 12, 2, 12.5], "texture": "#2"}, - "south": {"uv": [8, 9, 9, 9.5], "texture": "#2"}, - "west": {"uv": [12, 1.5, 12.5, 2], "texture": "#2"}, - "up": {"uv": [10, 8.5, 9, 8], "texture": "#2"}, - "down": {"uv": [10, 8.5, 9, 9], "texture": "#2"} - } - }, - { - "from": [7, 9, 15], - "to": [9, 10, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 15]}, - "faces": { - "north": {"uv": [9, 9, 10, 9.5], "texture": "#2"}, - "east": {"uv": [2, 12, 2.5, 12.5], "texture": "#2"}, - "south": {"uv": [4, 9.5, 5, 10], "texture": "#2"}, - "west": {"uv": [12, 2, 12.5, 2.5], "texture": "#2"}, - "up": {"uv": [10.5, 5, 9.5, 4.5], "texture": "#2"}, - "down": {"uv": [10.5, 5, 9.5, 5.5], "texture": "#2"} - } - }, - { - "from": [7, 9, 0], - "to": [9, 10, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 0]}, - "faces": { - "north": {"uv": [5.5, 9.5, 6.5, 10], "texture": "#2"}, - "east": {"uv": [2.5, 12, 3, 12.5], "texture": "#2"}, - "south": {"uv": [9.5, 6, 10.5, 6.5], "texture": "#2"}, - "west": {"uv": [12, 2.5, 12.5, 3], "texture": "#2"}, - "up": {"uv": [10.5, 7, 9.5, 6.5], "texture": "#2"}, - "down": {"uv": [10.5, 7.5, 9.5, 8], "texture": "#2"} - } - }, - { - "from": [7, 6, 15], - "to": [9, 7, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 6, 15]}, - "faces": { - "north": {"uv": [8, 9.5, 9, 10], "texture": "#2"}, - "east": {"uv": [3, 12, 3.5, 12.5], "texture": "#2"}, - "south": {"uv": [9, 9.5, 10, 10], "texture": "#2"}, - "west": {"uv": [12, 3, 12.5, 3.5], "texture": "#2"}, - "up": {"uv": [5, 10.5, 4, 10], "texture": "#2"}, - "down": {"uv": [11, 4, 10, 4.5], "texture": "#2"} - } - }, - { - "from": [7, 6, 0], - "to": [9, 7, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 6, 0]}, - "faces": { - "north": {"uv": [5, 10, 6, 10.5], "texture": "#2"}, - "east": {"uv": [3.5, 12, 4, 12.5], "texture": "#2"}, - "south": {"uv": [10, 5.5, 11, 6], "texture": "#2"}, - "west": {"uv": [12, 3.5, 12.5, 4], "texture": "#2"}, - "up": {"uv": [7, 10.5, 6, 10], "texture": "#2"}, - "down": {"uv": [8, 10, 7, 10.5], "texture": "#2"} - } - }, - { - "from": [9, 7, 15], - "to": [10, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 7, 15]}, - "faces": { - "north": {"uv": [8, 10, 8.5, 11], "texture": "#2"}, - "east": {"uv": [10, 8, 10.5, 9], "texture": "#2"}, - "south": {"uv": [8.5, 10, 9, 11], "texture": "#2"}, - "west": {"uv": [9, 10, 9.5, 11], "texture": "#2"}, - "up": {"uv": [12.5, 4.5, 12, 4], "texture": "#2"}, - "down": {"uv": [12.5, 4.5, 12, 5], "texture": "#2"} - } - }, - { - "from": [9, 7, 0], - "to": [10, 9, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 7, 0]}, - "faces": { - "north": {"uv": [10, 9, 10.5, 10], "texture": "#2"}, - "east": {"uv": [9.5, 10, 10, 11], "texture": "#2"}, - "south": {"uv": [10, 10, 10.5, 11], "texture": "#2"}, - "west": {"uv": [4, 10.5, 4.5, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 5.5, 12, 5], "texture": "#2"}, - "down": {"uv": [12.5, 5.5, 12, 6], "texture": "#2"} - } - }, - { - "from": [6, 7, 15], - "to": [7, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 15]}, - "faces": { - "north": {"uv": [4.5, 10.5, 5, 11.5], "texture": "#2"}, - "east": {"uv": [10.5, 4.5, 11, 5.5], "texture": "#2"}, - "south": {"uv": [5, 10.5, 5.5, 11.5], "texture": "#2"}, - "west": {"uv": [5.5, 10.5, 6, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 6.5, 12, 6], "texture": "#2"}, - "down": {"uv": [12.5, 6.5, 12, 7], "texture": "#2"} - } - }, - { - "from": [6, 7, 0], - "to": [7, 9, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 0]}, - "faces": { - "north": {"uv": [6, 10.5, 6.5, 11.5], "texture": "#2"}, - "east": {"uv": [10.5, 6, 11, 7], "texture": "#2"}, - "south": {"uv": [6.5, 10.5, 7, 11.5], "texture": "#2"}, - "west": {"uv": [7, 10.5, 7.5, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 7.5, 12, 7], "texture": "#2"}, - "down": {"uv": [12.5, 7.5, 12, 8], "texture": "#2"} - } - }, - { - "from": [7, 0, 9], - "to": [9, 1, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 9]}, - "faces": { - "north": {"uv": [10, 7, 11, 7.5], "texture": "#2"}, - "east": {"uv": [8, 12, 8.5, 12.5], "texture": "#2"}, - "south": {"uv": [10.5, 7.5, 11.5, 8], "texture": "#2"}, - "west": {"uv": [12, 8, 12.5, 8.5], "texture": "#2"}, - "up": {"uv": [11.5, 8.5, 10.5, 8], "texture": "#2"}, - "down": {"uv": [11.5, 8.5, 10.5, 9], "texture": "#2"} - } - }, - { - "from": [7, 15, 6], - "to": [9, 16, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 6]}, - "faces": { - "north": {"uv": [10.5, 9, 11.5, 9.5], "texture": "#2"}, - "east": {"uv": [8.5, 12, 9, 12.5], "texture": "#2"}, - "south": {"uv": [10.5, 9.5, 11.5, 10], "texture": "#2"}, - "west": {"uv": [12, 8.5, 12.5, 9], "texture": "#2"}, - "up": {"uv": [11.5, 10.5, 10.5, 10], "texture": "#2"}, - "down": {"uv": [11.5, 10.5, 10.5, 11], "texture": "#2"} - } - }, - { - "from": [7, 0, 6], - "to": [9, 1, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 6]}, - "faces": { - "north": {"uv": [11, 4, 12, 4.5], "texture": "#2"}, - "east": {"uv": [9, 12, 9.5, 12.5], "texture": "#2"}, - "south": {"uv": [11, 4.5, 12, 5], "texture": "#2"}, - "west": {"uv": [12, 9, 12.5, 9.5], "texture": "#2"}, - "up": {"uv": [12, 5.5, 11, 5], "texture": "#2"}, - "down": {"uv": [12, 5.5, 11, 6], "texture": "#2"} - } - }, - { - "from": [15, 9, 7], - "to": [16, 10, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 9, 7]}, - "faces": { - "north": {"uv": [9.5, 12, 10, 12.5], "texture": "#2"}, - "east": {"uv": [11, 6, 12, 6.5], "texture": "#2"}, - "south": {"uv": [12, 9.5, 12.5, 10], "texture": "#2"}, - "west": {"uv": [11, 6.5, 12, 7], "texture": "#2"}, - "up": {"uv": [8, 11.5, 7.5, 10.5], "texture": "#2"}, - "down": {"uv": [8.5, 11, 8, 12], "texture": "#2"} - } - }, - { - "from": [0, 7, 9], - "to": [1, 9, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 9]}, - "faces": { - "north": {"uv": [8.5, 11, 9, 12], "texture": "#2"}, - "east": {"uv": [9, 11, 9.5, 12], "texture": "#2"}, - "south": {"uv": [9.5, 11, 10, 12], "texture": "#2"}, - "west": {"uv": [10, 11, 10.5, 12], "texture": "#2"}, - "up": {"uv": [10.5, 12.5, 10, 12], "texture": "#2"}, - "down": {"uv": [12.5, 10, 12, 10.5], "texture": "#2"} - } - }, - { - "from": [15, 7, 9], - "to": [16, 9, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 9]}, - "faces": { - "north": {"uv": [10.5, 11, 11, 12], "texture": "#2"}, - "east": {"uv": [11, 11, 11.5, 12], "texture": "#2"}, - "south": {"uv": [4, 11.5, 4.5, 12.5], "texture": "#2"}, - "west": {"uv": [4.5, 11.5, 5, 12.5], "texture": "#2"}, - "up": {"uv": [11, 12.5, 10.5, 12], "texture": "#2"}, - "down": {"uv": [12.5, 10.5, 12, 11], "texture": "#2"} - } - }, - { - "from": [0, 7, 6], - "to": [1, 9, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 6]}, - "faces": { - "north": {"uv": [5, 11.5, 5.5, 12.5], "texture": "#2"}, - "east": {"uv": [5.5, 11.5, 6, 12.5], "texture": "#2"}, - "south": {"uv": [6, 11.5, 6.5, 12.5], "texture": "#2"}, - "west": {"uv": [6.5, 11.5, 7, 12.5], "texture": "#2"}, - "up": {"uv": [11.5, 12.5, 11, 12], "texture": "#2"}, - "down": {"uv": [12.5, 11, 12, 11.5], "texture": "#2"} - } - }, - { - "from": [15, 7, 6], - "to": [16, 9, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 6]}, - "faces": { - "north": {"uv": [7, 11.5, 7.5, 12.5], "texture": "#2"}, - "east": {"uv": [11.5, 7, 12, 8], "texture": "#2"}, - "south": {"uv": [7.5, 11.5, 8, 12.5], "texture": "#2"}, - "west": {"uv": [11.5, 8, 12, 9], "texture": "#2"}, - "up": {"uv": [12, 12.5, 11.5, 12], "texture": "#2"}, - "down": {"uv": [12.5, 11.5, 12, 12], "texture": "#2"} - } - }, - { - "from": [3, 12, 4], - "to": [4, 13, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 12, 4]}, - "faces": { - "north": {"uv": [10.5, 5.5, 11, 6], "texture": "#1"}, - "east": {"uv": [0, 0, 4, 0.5], "texture": "#1"}, - "south": {"uv": [11, 2.5, 11.5, 3], "texture": "#1"}, - "west": {"uv": [0, 0.5, 4, 1], "texture": "#1"}, - "up": {"uv": [0.5, 5, 0, 1], "texture": "#1"}, - "down": {"uv": [1, 1, 0.5, 5], "texture": "#1"} - } - }, - { - "from": [7, 1, 7], - "to": [9, 4, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 1, 7]}, - "faces": { - "north": {"uv": [7, 8, 8, 9.5], "texture": "#1"}, - "east": {"uv": [8, 8, 9, 9.5], "texture": "#1"}, - "south": {"uv": [0, 9, 1, 10.5], "texture": "#1"}, - "west": {"uv": [1, 9, 2, 10.5], "texture": "#1"}, - "up": {"uv": [4, 12, 3, 11], "texture": "#1"}, - "down": {"uv": [5, 11, 4, 12], "texture": "#1"} - } - }, - { - "from": [12, 7, 7], - "to": [15, 9, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 7, 7]}, - "faces": { - "north": {"uv": [9, 3, 10.5, 4], "texture": "#1"}, - "east": {"uv": [7, 11, 8, 12], "texture": "#1"}, - "south": {"uv": [9, 4, 10.5, 5], "texture": "#1"}, - "west": {"uv": [8, 11, 9, 12], "texture": "#1"}, - "up": {"uv": [10.5, 6, 9, 5], "texture": "#1"}, - "down": {"uv": [10.5, 8, 9, 9], "texture": "#1"} - } - }, - { - "from": [7, 12, 7], - "to": [9, 15, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 12, 7]}, - "faces": { - "north": {"uv": [2, 9, 3, 10.5], "texture": "#1"}, - "east": {"uv": [9, 9, 10, 10.5], "texture": "#1"}, - "south": {"uv": [7, 9.5, 8, 11], "texture": "#1"}, - "west": {"uv": [8, 9.5, 9, 11], "texture": "#1"}, - "up": {"uv": [11, 12, 10, 11], "texture": "#1"}, - "down": {"uv": [12, 11, 11, 12], "texture": "#1"} - } - }, - { - "from": [1, 7, 7], - "to": [4, 9, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 7, 7]}, - "faces": { - "north": {"uv": [10, 6, 11.5, 7], "texture": "#1"}, - "east": {"uv": [0, 11.5, 1, 12.5], "texture": "#1"}, - "south": {"uv": [10, 7, 11.5, 8], "texture": "#1"}, - "west": {"uv": [1, 11.5, 2, 12.5], "texture": "#1"}, - "up": {"uv": [11.5, 10, 10, 9], "texture": "#1"}, - "down": {"uv": [11.5, 10, 10, 11], "texture": "#1"} - } - }, - { - "from": [3, 4, 3], - "to": [4, 12, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 4, 3]}, - "faces": { - "north": {"uv": [1, 1, 1.5, 5], "texture": "#1"}, - "east": {"uv": [1.5, 1, 2, 5], "texture": "#1"}, - "south": {"uv": [2, 1, 2.5, 5], "texture": "#1"}, - "west": {"uv": [2.5, 1, 3, 5], "texture": "#1"}, - "up": {"uv": [11.5, 6, 11, 5.5], "texture": "#1"}, - "down": {"uv": [12, 5.5, 11.5, 6], "texture": "#1"} - } - }, - { - "from": [4, 12, 3], - "to": [12, 13, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 12, 3]}, - "faces": { - "north": {"uv": [3, 1, 7, 1.5], "texture": "#1"}, - "east": {"uv": [11.5, 6, 12, 6.5], "texture": "#1"}, - "south": {"uv": [3, 1.5, 7, 2], "texture": "#1"}, - "west": {"uv": [11.5, 6.5, 12, 7], "texture": "#1"}, - "up": {"uv": [7, 2.5, 3, 2], "texture": "#1"}, - "down": {"uv": [7, 2.5, 3, 3], "texture": "#1"} - } - }, - { - "from": [12, 4, 3], - "to": [13, 12, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 4, 3]}, - "faces": { - "north": {"uv": [3, 3, 3.5, 7], "texture": "#1"}, - "east": {"uv": [3.5, 3, 4, 7], "texture": "#1"}, - "south": {"uv": [4, 3, 4.5, 7], "texture": "#1"}, - "west": {"uv": [4.5, 3, 5, 7], "texture": "#1"}, - "up": {"uv": [12, 7.5, 11.5, 7], "texture": "#1"}, - "down": {"uv": [12, 7.5, 11.5, 8], "texture": "#1"} - } - }, - { - "from": [4, 3, 3], - "to": [12, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 3]}, - "faces": { - "north": {"uv": [4, 0, 8, 0.5], "texture": "#1"}, - "east": {"uv": [11.5, 9, 12, 9.5], "texture": "#1"}, - "south": {"uv": [4, 0.5, 8, 1], "texture": "#1"}, - "west": {"uv": [11.5, 9.5, 12, 10], "texture": "#1"}, - "up": {"uv": [9, 3.5, 5, 3], "texture": "#1"}, - "down": {"uv": [9, 3.5, 5, 4], "texture": "#1"} - } - }, - { - "from": [12, 3, 4], - "to": [13, 4, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 3, 4]}, - "faces": { - "north": {"uv": [11.5, 10, 12, 10.5], "texture": "#1"}, - "east": {"uv": [5, 4, 9, 4.5], "texture": "#1"}, - "south": {"uv": [11.5, 10.5, 12, 11], "texture": "#1"}, - "west": {"uv": [5, 4.5, 9, 5], "texture": "#1"}, - "up": {"uv": [0.5, 9, 0, 5], "texture": "#1"}, - "down": {"uv": [1, 5, 0.5, 9], "texture": "#1"} - } - }, - { - "from": [12, 12, 4], - "to": [13, 13, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 4]}, - "faces": { - "north": {"uv": [12, 0, 12.5, 0.5], "texture": "#1"}, - "east": {"uv": [5, 5, 9, 5.5], "texture": "#1"}, - "south": {"uv": [12, 0.5, 12.5, 1], "texture": "#1"}, - "west": {"uv": [5, 5.5, 9, 6], "texture": "#1"}, - "up": {"uv": [1.5, 9, 1, 5], "texture": "#1"}, - "down": {"uv": [2, 5, 1.5, 9], "texture": "#1"} - } - }, - { - "from": [12, 4, 12], - "to": [13, 12, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 4, 12]}, - "faces": { - "north": {"uv": [2, 5, 2.5, 9], "texture": "#1"}, - "east": {"uv": [2.5, 5, 3, 9], "texture": "#1"}, - "south": {"uv": [5, 6, 5.5, 10], "texture": "#1"}, - "west": {"uv": [5.5, 6, 6, 10], "texture": "#1"}, - "up": {"uv": [12.5, 1.5, 12, 1], "texture": "#1"}, - "down": {"uv": [12.5, 1.5, 12, 2], "texture": "#1"} - } - }, - { - "from": [7, 7, 1], - "to": [9, 9, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 1]}, - "faces": { - "north": {"uv": [2, 11.5, 3, 12.5], "texture": "#1"}, - "east": {"uv": [0, 10.5, 1.5, 11.5], "texture": "#1"}, - "south": {"uv": [11.5, 2.5, 12.5, 3.5], "texture": "#1"}, - "west": {"uv": [1.5, 10.5, 3, 11.5], "texture": "#1"}, - "up": {"uv": [6, 11.5, 5, 10], "texture": "#1"}, - "down": {"uv": [11.5, 3, 10.5, 4.5], "texture": "#1"} - } - }, - { - "from": [4, 12, 12], - "to": [12, 13, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 12, 12]}, - "faces": { - "north": {"uv": [6, 6, 10, 6.5], "texture": "#1"}, - "east": {"uv": [12, 2, 12.5, 2.5], "texture": "#1"}, - "south": {"uv": [6, 6.5, 10, 7], "texture": "#1"}, - "west": {"uv": [3, 12, 3.5, 12.5], "texture": "#1"}, - "up": {"uv": [11, 1.5, 7, 1], "texture": "#1"}, - "down": {"uv": [11, 1.5, 7, 2], "texture": "#1"} - } - }, - { - "from": [4, 3, 12], - "to": [12, 4, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 12]}, - "faces": { - "north": {"uv": [7, 2, 11, 2.5], "texture": "#1"}, - "east": {"uv": [3.5, 12, 4, 12.5], "texture": "#1"}, - "south": {"uv": [7, 2.5, 11, 3], "texture": "#1"}, - "west": {"uv": [4, 12, 4.5, 12.5], "texture": "#1"}, - "up": {"uv": [10, 7.5, 6, 7], "texture": "#1"}, - "down": {"uv": [10, 7.5, 6, 8], "texture": "#1"} - } - }, - { - "from": [7, 7, 12], - "to": [9, 9, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 12]}, - "faces": { - "north": {"uv": [11.5, 3.5, 12.5, 4.5], "texture": "#1"}, - "east": {"uv": [10.5, 4.5, 12, 5.5], "texture": "#1"}, - "south": {"uv": [5, 11.5, 6, 12.5], "texture": "#1"}, - "west": {"uv": [10.5, 8, 12, 9], "texture": "#1"}, - "up": {"uv": [10, 12, 9, 10.5], "texture": "#1"}, - "down": {"uv": [12, 1, 11, 2.5], "texture": "#1"} - } - }, - { - "from": [3, 4, 12], - "to": [4, 12, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 4, 12]}, - "faces": { - "north": {"uv": [3, 7, 3.5, 11], "texture": "#1"}, - "east": {"uv": [3.5, 7, 4, 11], "texture": "#1"}, - "south": {"uv": [4, 7, 4.5, 11], "texture": "#1"}, - "west": {"uv": [4.5, 7, 5, 11], "texture": "#1"}, - "up": {"uv": [5, 12.5, 4.5, 12], "texture": "#1"}, - "down": {"uv": [12.5, 4.5, 12, 5], "texture": "#1"} - } - }, - { - "from": [3, 3, 4], - "to": [4, 4, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 3, 4]}, - "faces": { - "north": {"uv": [12, 5, 12.5, 5.5], "texture": "#1"}, - "east": {"uv": [8, 0, 12, 0.5], "texture": "#1"}, - "south": {"uv": [12, 5.5, 12.5, 6], "texture": "#1"}, - "west": {"uv": [8, 0.5, 12, 1], "texture": "#1"}, - "up": {"uv": [6.5, 12, 6, 8], "texture": "#1"}, - "down": {"uv": [7, 8, 6.5, 12], "texture": "#1"} - } - }, - { - "from": [0, 0, 4], - "to": [1, 1, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 4]}, - "faces": { - "north": {"uv": [8, 6.5, 8.25, 6.75], "texture": "#0"}, - "east": {"uv": [4.5, 4.5, 6.5, 4.75], "texture": "#0"}, - "south": {"uv": [8, 7, 8.25, 7.25], "texture": "#0"}, - "west": {"uv": [4.5, 4.75, 6.5, 5], "texture": "#0"}, - "up": {"uv": [4.75, 7, 4.5, 5], "texture": "#0"}, - "down": {"uv": [5, 5, 4.75, 7], "texture": "#0"} - } - }, - { - "from": [0, 15, 4], - "to": [1, 16, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 15, 4]}, - "faces": { - "north": {"uv": [8.25, 0, 8.5, 0.25], "texture": "#0"}, - "east": {"uv": [5, 5, 7, 5.25], "texture": "#0"}, - "south": {"uv": [8.25, 0.75, 8.5, 1], "texture": "#0"}, - "west": {"uv": [0, 5.25, 2, 5.5], "texture": "#0"}, - "up": {"uv": [5.5, 2, 5.25, 0], "texture": "#0"}, - "down": {"uv": [2.25, 5.25, 2, 7.25], "texture": "#0"} - } - }, - { - "from": [4, 0, 0], - "to": [12, 1, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 0]}, - "faces": { - "north": {"uv": [5.25, 2, 7.25, 2.25], "texture": "#0"}, - "east": {"uv": [5.25, 8.5, 5.5, 8.75], "texture": "#0"}, - "south": {"uv": [2.25, 5.25, 4.25, 5.5], "texture": "#0"}, - "west": {"uv": [5.5, 8.5, 5.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 2.5, 5.25, 2.25], "texture": "#0"}, - "down": {"uv": [7.25, 2.5, 5.25, 2.75], "texture": "#0"} - } - }, - { - "from": [4, 15, 0], - "to": [12, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 15, 0]}, - "faces": { - "north": {"uv": [5.25, 2.75, 7.25, 3], "texture": "#0"}, - "east": {"uv": [8.5, 5.5, 8.75, 5.75], "texture": "#0"}, - "south": {"uv": [5.25, 3, 7.25, 3.25], "texture": "#0"}, - "west": {"uv": [5.75, 8.5, 6, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 3.5, 5.25, 3.25], "texture": "#0"}, - "down": {"uv": [7.25, 3.5, 5.25, 3.75], "texture": "#0"} - } - }, - { - "from": [15, 0, 4], - "to": [16, 1, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 0, 4]}, - "faces": { - "north": {"uv": [8.5, 5.75, 8.75, 6], "texture": "#0"}, - "east": {"uv": [5.25, 3.75, 7.25, 4], "texture": "#0"}, - "south": {"uv": [6, 8.5, 6.25, 8.75], "texture": "#0"}, - "west": {"uv": [5.25, 4, 7.25, 4.25], "texture": "#0"}, - "up": {"uv": [4.5, 7.25, 4.25, 5.25], "texture": "#0"}, - "down": {"uv": [5.25, 5.25, 5, 7.25], "texture": "#0"} - } - }, - { - "from": [15, 15, 4], - "to": [16, 16, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 15, 4]}, - "faces": { - "north": {"uv": [8.5, 6, 8.75, 6.25], "texture": "#0"}, - "east": {"uv": [5.25, 4.25, 7.25, 4.5], "texture": "#0"}, - "south": {"uv": [6.25, 8.5, 6.5, 8.75], "texture": "#0"}, - "west": {"uv": [5.25, 5.25, 7.25, 5.5], "texture": "#0"}, - "up": {"uv": [0.25, 7.5, 0, 5.5], "texture": "#0"}, - "down": {"uv": [5.75, 0, 5.5, 2], "texture": "#0"} - } - }, - { - "from": [4, 0, 15], - "to": [12, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 15]}, - "faces": { - "north": {"uv": [2.25, 5.5, 4.25, 5.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.25, 8.75, 6.5], "texture": "#0"}, - "south": {"uv": [5.25, 5.5, 7.25, 5.75], "texture": "#0"}, - "west": {"uv": [6.5, 8.5, 6.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.75, 0.25, 5.75, 0], "texture": "#0"}, - "down": {"uv": [7.75, 0.25, 5.75, 0.5], "texture": "#0"} - } - }, - { - "from": [4, 15, 15], - "to": [12, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 15, 15]}, - "faces": { - "north": {"uv": [5.75, 0.5, 7.75, 0.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.5, 8.75, 6.75], "texture": "#0"}, - "south": {"uv": [5.75, 0.75, 7.75, 1], "texture": "#0"}, - "west": {"uv": [6.75, 8.5, 7, 8.75], "texture": "#0"}, - "up": {"uv": [7.75, 1.25, 5.75, 1], "texture": "#0"}, - "down": {"uv": [7.75, 1.25, 5.75, 1.5], "texture": "#0"} - } - }, - { - "from": [2, 0, 1], - "to": [4, 1, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 0, 1]}, - "faces": { - "north": {"uv": [5.75, 1.5, 6.25, 1.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.75, 8.75, 7], "texture": "#0"}, - "south": {"uv": [5.75, 1.75, 6.25, 2], "texture": "#0"}, - "west": {"uv": [8.5, 7, 8.75, 7.25], "texture": "#0"}, - "up": {"uv": [6, 6, 5.5, 5.75], "texture": "#0"}, - "down": {"uv": [6, 6, 5.5, 6.25], "texture": "#0"} - } - }, - { - "from": [2, 15, 1], - "to": [4, 16, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 15, 1]}, - "faces": { - "north": {"uv": [6, 5.75, 6.5, 6], "texture": "#0"}, - "east": {"uv": [7.25, 8.5, 7.5, 8.75], "texture": "#0"}, - "south": {"uv": [6, 6, 6.5, 6.25], "texture": "#0"}, - "west": {"uv": [8.5, 7.25, 8.75, 7.5], "texture": "#0"}, - "up": {"uv": [6.75, 1.75, 6.25, 1.5], "texture": "#0"}, - "down": {"uv": [6.75, 1.75, 6.25, 2], "texture": "#0"} - } - }, - { - "from": [1, 0, 2], - "to": [2, 1, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 2]}, - "faces": { - "north": {"uv": [7.5, 8.5, 7.75, 8.75], "texture": "#0"}, - "east": {"uv": [5.5, 6.25, 6, 6.5], "texture": "#0"}, - "south": {"uv": [8.5, 7.5, 8.75, 7.75], "texture": "#0"}, - "west": {"uv": [6, 6.25, 6.5, 6.5], "texture": "#0"}, - "up": {"uv": [6.75, 5, 6.5, 4.5], "texture": "#0"}, - "down": {"uv": [5.75, 6.5, 5.5, 7], "texture": "#0"} - } - }, - { - "from": [1, 15, 2], - "to": [2, 16, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 15, 2]}, - "faces": { - "north": {"uv": [7.75, 8.5, 8, 8.75], "texture": "#0"}, - "east": {"uv": [5.75, 6.5, 6.25, 6.75], "texture": "#0"}, - "south": {"uv": [8.5, 7.75, 8.75, 8], "texture": "#0"}, - "west": {"uv": [6.5, 5.75, 7, 6], "texture": "#0"}, - "up": {"uv": [6.75, 6.5, 6.5, 6], "texture": "#0"}, - "down": {"uv": [6.5, 6.5, 6.25, 7], "texture": "#0"} - } - }, - { - "from": [12, 0, 1], - "to": [14, 1, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 0, 1]}, - "faces": { - "north": {"uv": [6.5, 6.5, 7, 6.75], "texture": "#0"}, - "east": {"uv": [8.5, 8, 8.75, 8.25], "texture": "#0"}, - "south": {"uv": [6.75, 1.5, 7.25, 1.75], "texture": "#0"}, - "west": {"uv": [8.25, 8.5, 8.5, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 2, 6.75, 1.75], "texture": "#0"}, - "down": {"uv": [7.25, 4.5, 6.75, 4.75], "texture": "#0"} - } - }, - { - "from": [12, 15, 1], - "to": [14, 16, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 15, 1]}, - "faces": { - "north": {"uv": [6.75, 4.75, 7.25, 5], "texture": "#0"}, - "east": {"uv": [8.5, 8.25, 8.75, 8.5], "texture": "#0"}, - "south": {"uv": [5.75, 6.75, 6.25, 7], "texture": "#0"}, - "west": {"uv": [8.5, 8.5, 8.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 6.25, 6.75, 6], "texture": "#0"}, - "down": {"uv": [7.25, 6.25, 6.75, 6.5], "texture": "#0"} - } - }, - { - "from": [14, 0, 2], - "to": [15, 1, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 2]}, - "faces": { - "north": {"uv": [0, 8.75, 0.25, 9], "texture": "#0"}, - "east": {"uv": [6.5, 6.75, 7, 7], "texture": "#0"}, - "south": {"uv": [8.75, 0, 9, 0.25], "texture": "#0"}, - "west": {"uv": [4.5, 7, 5, 7.25], "texture": "#0"}, - "up": {"uv": [5.75, 7.5, 5.5, 7], "texture": "#0"}, - "down": {"uv": [6, 7, 5.75, 7.5], "texture": "#0"} - } - }, - { - "from": [14, 15, 2], - "to": [15, 16, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 15, 2]}, - "faces": { - "north": {"uv": [0.25, 8.75, 0.5, 9], "texture": "#0"}, - "east": {"uv": [7, 5, 7.5, 5.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.25, 9, 0.5], "texture": "#0"}, - "west": {"uv": [7, 5.75, 7.5, 6], "texture": "#0"}, - "up": {"uv": [6.25, 7.5, 6, 7], "texture": "#0"}, - "down": {"uv": [6.5, 7, 6.25, 7.5], "texture": "#0"} - } - }, - { - "from": [1, 0, 12], - "to": [2, 1, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 12]}, - "faces": { - "north": {"uv": [0.5, 8.75, 0.75, 9], "texture": "#0"}, - "east": {"uv": [6.5, 7, 7, 7.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.5, 9, 0.75], "texture": "#0"}, - "west": {"uv": [7, 6.5, 7.5, 6.75], "texture": "#0"}, - "up": {"uv": [7.25, 7.25, 7, 6.75], "texture": "#0"}, - "down": {"uv": [7.5, 1.5, 7.25, 2], "texture": "#0"} - } - }, - { - "from": [1, 15, 12], - "to": [2, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 15, 12]}, - "faces": { - "north": {"uv": [0.75, 8.75, 1, 9], "texture": "#0"}, - "east": {"uv": [7.25, 2, 7.75, 2.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.75, 9, 1], "texture": "#0"}, - "west": {"uv": [7.25, 2.25, 7.75, 2.5], "texture": "#0"}, - "up": {"uv": [2.25, 7.75, 2, 7.25], "texture": "#0"}, - "down": {"uv": [7.5, 2.5, 7.25, 3], "texture": "#0"} - } - }, - { - "from": [2, 0, 14], - "to": [4, 1, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 0, 14]}, - "faces": { - "north": {"uv": [7.25, 3, 7.75, 3.25], "texture": "#0"}, - "east": {"uv": [1, 8.75, 1.25, 9], "texture": "#0"}, - "south": {"uv": [7.25, 3.25, 7.75, 3.5], "texture": "#0"}, - "west": {"uv": [8.75, 1, 9, 1.25], "texture": "#0"}, - "up": {"uv": [7.75, 3.75, 7.25, 3.5], "texture": "#0"}, - "down": {"uv": [7.75, 3.75, 7.25, 4], "texture": "#0"} - } - }, - { - "from": [2, 15, 14], - "to": [4, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 15, 14]}, - "faces": { - "north": {"uv": [7.25, 4, 7.75, 4.25], "texture": "#0"}, - "east": {"uv": [1.25, 8.75, 1.5, 9], "texture": "#0"}, - "south": {"uv": [4.25, 7.25, 4.75, 7.5], "texture": "#0"}, - "west": {"uv": [8.75, 1.25, 9, 1.5], "texture": "#0"}, - "up": {"uv": [7.75, 4.5, 7.25, 4.25], "texture": "#0"}, - "down": {"uv": [7.75, 4.5, 7.25, 4.75], "texture": "#0"} - } - }, - { - "from": [14, 0, 12], - "to": [15, 1, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 12]}, - "faces": { - "north": {"uv": [1.5, 8.75, 1.75, 9], "texture": "#0"}, - "east": {"uv": [4.75, 7.25, 5.25, 7.5], "texture": "#0"}, - "south": {"uv": [8.75, 1.5, 9, 1.75], "texture": "#0"}, - "west": {"uv": [7.25, 4.75, 7.75, 5], "texture": "#0"}, - "up": {"uv": [7.5, 5.75, 7.25, 5.25], "texture": "#0"}, - "down": {"uv": [7.5, 6, 7.25, 6.5], "texture": "#0"} - } - }, - { - "from": [14, 15, 12], - "to": [15, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 15, 12]}, - "faces": { - "north": {"uv": [1.75, 8.75, 2, 9], "texture": "#0"}, - "east": {"uv": [6.5, 7.25, 7, 7.5], "texture": "#0"}, - "south": {"uv": [8.75, 1.75, 9, 2], "texture": "#0"}, - "west": {"uv": [7.25, 6.75, 7.75, 7], "texture": "#0"}, - "up": {"uv": [7.25, 7.75, 7, 7.25], "texture": "#0"}, - "down": {"uv": [7.5, 7, 7.25, 7.5], "texture": "#0"} - } - }, - { - "from": [12, 0, 14], - "to": [14, 1, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 0, 14]}, - "faces": { - "north": {"uv": [0, 7.5, 0.5, 7.75], "texture": "#0"}, - "east": {"uv": [2, 8.75, 2.25, 9], "texture": "#0"}, - "south": {"uv": [0.5, 7.5, 1, 7.75], "texture": "#0"}, - "west": {"uv": [8.75, 2, 9, 2.25], "texture": "#0"}, - "up": {"uv": [1.5, 7.75, 1, 7.5], "texture": "#0"}, - "down": {"uv": [2, 7.5, 1.5, 7.75], "texture": "#0"} - } - }, - { - "from": [12, 15, 14], - "to": [14, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 15, 14]}, - "faces": { - "north": {"uv": [7.5, 1.5, 8, 1.75], "texture": "#0"}, - "east": {"uv": [2.25, 8.75, 2.5, 9], "texture": "#0"}, - "south": {"uv": [7.5, 1.75, 8, 2], "texture": "#0"}, - "west": {"uv": [8.75, 2.25, 9, 2.5], "texture": "#0"}, - "up": {"uv": [8, 2.75, 7.5, 2.5], "texture": "#0"}, - "down": {"uv": [8, 2.75, 7.5, 3], "texture": "#0"} - } - }, - { - "from": [2, 1, 0], - "to": [4, 2, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 1, 0]}, - "faces": { - "north": {"uv": [4.25, 7.5, 4.75, 7.75], "texture": "#0"}, - "east": {"uv": [2.5, 8.75, 2.75, 9], "texture": "#0"}, - "south": {"uv": [4.75, 7.5, 5.25, 7.75], "texture": "#0"}, - "west": {"uv": [8.75, 2.5, 9, 2.75], "texture": "#0"}, - "up": {"uv": [8, 5.25, 7.5, 5], "texture": "#0"}, - "down": {"uv": [8, 5.25, 7.5, 5.5], "texture": "#0"} - } - }, - { - "from": [2, 14, 0], - "to": [4, 15, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 14, 0]}, - "faces": { - "north": {"uv": [5.5, 7.5, 6, 7.75], "texture": "#0"}, - "east": {"uv": [2.75, 8.75, 3, 9], "texture": "#0"}, - "south": {"uv": [7.5, 5.5, 8, 5.75], "texture": "#0"}, - "west": {"uv": [8.75, 2.75, 9, 3], "texture": "#0"}, - "up": {"uv": [8, 6, 7.5, 5.75], "texture": "#0"}, - "down": {"uv": [6.5, 7.5, 6, 7.75], "texture": "#0"} - } - }, - { - "from": [0, 1, 2], - "to": [1, 2, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 2]}, - "faces": { - "north": {"uv": [3, 8.75, 3.25, 9], "texture": "#0"}, - "east": {"uv": [7.5, 6, 8, 6.25], "texture": "#0"}, - "south": {"uv": [8.75, 3, 9, 3.25], "texture": "#0"}, - "west": {"uv": [7.5, 6.25, 8, 6.5], "texture": "#0"}, - "up": {"uv": [6.75, 8, 6.5, 7.5], "texture": "#0"}, - "down": {"uv": [7, 7.5, 6.75, 8], "texture": "#0"} - } - }, - { - "from": [0, 14, 2], - "to": [1, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 14, 2]}, - "faces": { - "north": {"uv": [3.25, 8.75, 3.5, 9], "texture": "#0"}, - "east": {"uv": [7.5, 6.5, 8, 6.75], "texture": "#0"}, - "south": {"uv": [8.75, 3.25, 9, 3.5], "texture": "#0"}, - "west": {"uv": [7.5, 7, 8, 7.25], "texture": "#0"}, - "up": {"uv": [7.5, 8, 7.25, 7.5], "texture": "#0"}, - "down": {"uv": [7.75, 7.25, 7.5, 7.75], "texture": "#0"} - } - }, - { - "from": [0, 1, 12], - "to": [1, 2, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 12]}, - "faces": { - "north": {"uv": [3.5, 8.75, 3.75, 9], "texture": "#0"}, - "east": {"uv": [0, 7.75, 0.5, 8], "texture": "#0"}, - "south": {"uv": [8.75, 3.5, 9, 3.75], "texture": "#0"}, - "west": {"uv": [7.75, 0, 8.25, 0.25], "texture": "#0"}, - "up": {"uv": [8, 0.75, 7.75, 0.25], "texture": "#0"}, - "down": {"uv": [0.75, 7.75, 0.5, 8.25], "texture": "#0"} - } - }, - { - "from": [0, 14, 12], - "to": [1, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 14, 12]}, - "faces": { - "north": {"uv": [3.75, 8.75, 4, 9], "texture": "#0"}, - "east": {"uv": [0.75, 7.75, 1.25, 8], "texture": "#0"}, - "south": {"uv": [8.75, 3.75, 9, 4], "texture": "#0"}, - "west": {"uv": [7.75, 0.75, 8.25, 1], "texture": "#0"}, - "up": {"uv": [8, 1.5, 7.75, 1], "texture": "#0"}, - "down": {"uv": [1.5, 7.75, 1.25, 8.25], "texture": "#0"} - } - }, - { - "from": [12, 1, 0], - "to": [14, 2, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 0]}, - "faces": { - "north": {"uv": [1.5, 7.75, 2, 8], "texture": "#0"}, - "east": {"uv": [4, 8.75, 4.25, 9], "texture": "#0"}, - "south": {"uv": [2, 7.75, 2.5, 8], "texture": "#0"}, - "west": {"uv": [8.75, 4, 9, 4.25], "texture": "#0"}, - "up": {"uv": [8.25, 2.25, 7.75, 2], "texture": "#0"}, - "down": {"uv": [8.25, 2.25, 7.75, 2.5], "texture": "#0"} - } - }, - { - "from": [12, 14, 0], - "to": [14, 15, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 0]}, - "faces": { - "north": {"uv": [2.5, 7.75, 3, 8], "texture": "#0"}, - "east": {"uv": [8.75, 4.25, 9, 4.5], "texture": "#0"}, - "south": {"uv": [3, 7.75, 3.5, 8], "texture": "#0"}, - "west": {"uv": [8.75, 4.5, 9, 4.75], "texture": "#0"}, - "up": {"uv": [8.25, 3.25, 7.75, 3], "texture": "#0"}, - "down": {"uv": [8.25, 3.25, 7.75, 3.5], "texture": "#0"} - } - }, - { - "from": [15, 1, 2], - "to": [16, 2, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 1, 2]}, - "faces": { - "north": {"uv": [4.75, 8.75, 5, 9], "texture": "#0"}, - "east": {"uv": [3.5, 7.75, 4, 8], "texture": "#0"}, - "south": {"uv": [8.75, 4.75, 9, 5], "texture": "#0"}, - "west": {"uv": [7.75, 3.5, 8.25, 3.75], "texture": "#0"}, - "up": {"uv": [8, 4.25, 7.75, 3.75], "texture": "#0"}, - "down": {"uv": [4.25, 7.75, 4, 8.25], "texture": "#0"} - } - }, - { - "from": [15, 14, 2], - "to": [16, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 14, 2]}, - "faces": { - "north": {"uv": [8.75, 5, 9, 5.25], "texture": "#0"}, - "east": {"uv": [4.25, 7.75, 4.75, 8], "texture": "#0"}, - "south": {"uv": [5.25, 8.75, 5.5, 9], "texture": "#0"}, - "west": {"uv": [7.75, 4.25, 8.25, 4.5], "texture": "#0"}, - "up": {"uv": [8, 5, 7.75, 4.5], "texture": "#0"}, - "down": {"uv": [5, 7.75, 4.75, 8.25], "texture": "#0"} - } - }, - { - "from": [2, 1, 15], - "to": [4, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 1, 15]}, - "faces": { - "north": {"uv": [5, 7.75, 5.5, 8], "texture": "#0"}, - "east": {"uv": [8.75, 5.25, 9, 5.5], "texture": "#0"}, - "south": {"uv": [5.5, 7.75, 6, 8], "texture": "#0"}, - "west": {"uv": [5.5, 8.75, 5.75, 9], "texture": "#0"}, - "up": {"uv": [6.5, 8, 6, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 6.75, 7.75, 7], "texture": "#0"} - } - }, - { - "from": [2, 14, 15], - "to": [4, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 14, 15]}, - "faces": { - "north": {"uv": [7.75, 7.25, 8.25, 7.5], "texture": "#0"}, - "east": {"uv": [8.75, 5.5, 9, 5.75], "texture": "#0"}, - "south": {"uv": [7.5, 7.75, 8, 8], "texture": "#0"}, - "west": {"uv": [5.75, 8.75, 6, 9], "texture": "#0"}, - "up": {"uv": [8.25, 7.75, 7.75, 7.5], "texture": "#0"}, - "down": {"uv": [0.5, 8, 0, 8.25], "texture": "#0"} - } - }, - { - "from": [12, 1, 15], - "to": [14, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 15]}, - "faces": { - "north": {"uv": [8, 0.25, 8.5, 0.5], "texture": "#0"}, - "east": {"uv": [8.75, 5.75, 9, 6], "texture": "#0"}, - "south": {"uv": [8, 0.5, 8.5, 0.75], "texture": "#0"}, - "west": {"uv": [6, 8.75, 6.25, 9], "texture": "#0"}, - "up": {"uv": [1.25, 8.25, 0.75, 8], "texture": "#0"}, - "down": {"uv": [8.5, 1, 8, 1.25], "texture": "#0"} - } - }, - { - "from": [12, 14, 15], - "to": [14, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 15]}, - "faces": { - "north": {"uv": [8, 1.25, 8.5, 1.5], "texture": "#0"}, - "east": {"uv": [8.75, 6, 9, 6.25], "texture": "#0"}, - "south": {"uv": [1.5, 8, 2, 8.25], "texture": "#0"}, - "west": {"uv": [6.25, 8.75, 6.5, 9], "texture": "#0"}, - "up": {"uv": [8.5, 1.75, 8, 1.5], "texture": "#0"}, - "down": {"uv": [8.5, 1.75, 8, 2], "texture": "#0"} - } - }, - { - "from": [15, 1, 12], - "to": [16, 2, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 1, 13]}, - "faces": { - "north": {"uv": [8.75, 6.25, 9, 6.5], "texture": "#0"}, - "east": {"uv": [2, 8, 2.5, 8.25], "texture": "#0"}, - "south": {"uv": [6.5, 8.75, 6.75, 9], "texture": "#0"}, - "west": {"uv": [2.5, 8, 3, 8.25], "texture": "#0"}, - "up": {"uv": [7.25, 8.25, 7, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 2.5, 8, 3], "texture": "#0"} - } - }, - { - "from": [15, 14, 12], - "to": [16, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 14, 13]}, - "faces": { - "north": {"uv": [8.75, 6.5, 9, 6.75], "texture": "#0"}, - "east": {"uv": [3, 8, 3.5, 8.25], "texture": "#0"}, - "south": {"uv": [6.75, 8.75, 7, 9], "texture": "#0"}, - "west": {"uv": [3.5, 8, 4, 8.25], "texture": "#0"}, - "up": {"uv": [8.25, 4.25, 8, 3.75], "texture": "#0"}, - "down": {"uv": [4.5, 8, 4.25, 8.5], "texture": "#0"} - } - }, - { - "from": [0, 2, 1], - "to": [1, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 1]}, - "faces": { - "north": {"uv": [4.5, 8, 4.75, 8.5], "texture": "#0"}, - "east": {"uv": [8, 4.5, 8.25, 5], "texture": "#0"}, - "south": {"uv": [5, 8, 5.25, 8.5], "texture": "#0"}, - "west": {"uv": [8, 5, 8.25, 5.5], "texture": "#0"}, - "up": {"uv": [9, 7, 8.75, 6.75], "texture": "#0"}, - "down": {"uv": [7.25, 8.75, 7, 9], "texture": "#0"} - } - }, - { - "from": [0, 12, 1], - "to": [1, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 12, 1]}, - "faces": { - "north": {"uv": [5.25, 8, 5.5, 8.5], "texture": "#0"}, - "east": {"uv": [5.5, 8, 5.75, 8.5], "texture": "#0"}, - "south": {"uv": [8, 5.5, 8.25, 6], "texture": "#0"}, - "west": {"uv": [5.75, 8, 6, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.25, 8.75, 7], "texture": "#0"}, - "down": {"uv": [7.5, 8.75, 7.25, 9], "texture": "#0"} - } - }, - { - "from": [1, 2, 0], - "to": [2, 4, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 2, 0]}, - "faces": { - "north": {"uv": [6, 8, 6.25, 8.5], "texture": "#0"}, - "east": {"uv": [8, 6, 8.25, 6.5], "texture": "#0"}, - "south": {"uv": [6.25, 8, 6.5, 8.5], "texture": "#0"}, - "west": {"uv": [6.5, 8, 6.75, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.5, 8.75, 7.25], "texture": "#0"}, - "down": {"uv": [7.75, 8.75, 7.5, 9], "texture": "#0"} - } - }, - { - "from": [1, 12, 0], - "to": [2, 14, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 0]}, - "faces": { - "north": {"uv": [6.75, 8, 7, 8.5], "texture": "#0"}, - "east": {"uv": [7.25, 8, 7.5, 8.5], "texture": "#0"}, - "south": {"uv": [7.5, 8, 7.75, 8.5], "texture": "#0"}, - "west": {"uv": [7.75, 8, 8, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.75, 8.75, 7.5], "texture": "#0"}, - "down": {"uv": [8, 8.75, 7.75, 9], "texture": "#0"} - } - }, - { - "from": [0, 2, 14], - "to": [1, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 14]}, - "faces": { - "north": {"uv": [8, 7.75, 8.25, 8.25], "texture": "#0"}, - "east": {"uv": [0, 8.25, 0.25, 8.75], "texture": "#0"}, - "south": {"uv": [0.25, 8.25, 0.5, 8.75], "texture": "#0"}, - "west": {"uv": [0.5, 8.25, 0.75, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8, 8.75, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 8.75, 8, 9], "texture": "#0"} - } - }, - { - "from": [0, 12, 14], - "to": [1, 14, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 12, 14]}, - "faces": { - "north": {"uv": [0.75, 8.25, 1, 8.75], "texture": "#0"}, - "east": {"uv": [1, 8.25, 1.25, 8.75], "texture": "#0"}, - "south": {"uv": [1.25, 8.25, 1.5, 8.75], "texture": "#0"}, - "west": {"uv": [1.5, 8.25, 1.75, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.25, 8.75, 8], "texture": "#0"}, - "down": {"uv": [8.5, 8.75, 8.25, 9], "texture": "#0"} - } - }, - { - "from": [1, 2, 15], - "to": [2, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 2, 15]}, - "faces": { - "north": {"uv": [1.75, 8.25, 2, 8.75], "texture": "#0"}, - "east": {"uv": [2, 8.25, 2.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 2, 8.5, 2.5], "texture": "#0"}, - "west": {"uv": [2.25, 8.25, 2.5, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.5, 8.75, 8.25], "texture": "#0"}, - "down": {"uv": [8.75, 8.75, 8.5, 9], "texture": "#0"} - } - }, - { - "from": [1, 12, 15], - "to": [2, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 15]}, - "faces": { - "north": {"uv": [2.5, 8.25, 2.75, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 2.5, 8.5, 3], "texture": "#0"}, - "south": {"uv": [2.75, 8.25, 3, 8.75], "texture": "#0"}, - "west": {"uv": [3, 8.25, 3.25, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.75, 8.75, 8.5], "texture": "#0"}, - "down": {"uv": [9, 8.75, 8.75, 9], "texture": "#0"} - } - }, - { - "from": [14, 2, 15], - "to": [15, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 2, 15]}, - "faces": { - "north": {"uv": [8.25, 3, 8.5, 3.5], "texture": "#0"}, - "east": {"uv": [3.25, 8.25, 3.5, 8.75], "texture": "#0"}, - "south": {"uv": [3.5, 8.25, 3.75, 8.75], "texture": "#0"}, - "west": {"uv": [8.25, 3.5, 8.5, 4], "texture": "#0"}, - "up": {"uv": [0.25, 9.25, 0, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0, 9, 0.25], "texture": "#0"} - } - }, - { - "from": [14, 12, 15], - "to": [15, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 15]}, - "faces": { - "north": {"uv": [3.75, 8.25, 4, 8.75], "texture": "#0"}, - "east": {"uv": [4, 8.25, 4.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 4, 8.5, 4.5], "texture": "#0"}, - "west": {"uv": [8.25, 4.5, 8.5, 5], "texture": "#0"}, - "up": {"uv": [0.5, 9.25, 0.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.25, 9, 0.5], "texture": "#0"} - } - }, - { - "from": [15, 2, 14], - "to": [16, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 2, 14]}, - "faces": { - "north": {"uv": [4.75, 8.25, 5, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 5, 8.5, 5.5], "texture": "#0"}, - "south": {"uv": [8.25, 5.5, 8.5, 6], "texture": "#0"}, - "west": {"uv": [8.25, 6, 8.5, 6.5], "texture": "#0"}, - "up": {"uv": [0.75, 9.25, 0.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.5, 9, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 12, 14], - "to": [16, 14, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 14]}, - "faces": { - "north": {"uv": [8.25, 6.5, 8.5, 7], "texture": "#0"}, - "east": {"uv": [7, 8.25, 7.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 7, 8.5, 7.5], "texture": "#0"}, - "west": {"uv": [8.25, 7.5, 8.5, 8], "texture": "#0"}, - "up": {"uv": [1, 9.25, 0.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.75, 9, 1], "texture": "#0"} - } - }, - { - "from": [14, 2, 0], - "to": [15, 4, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 2, 0]}, - "faces": { - "north": {"uv": [8, 8.25, 8.25, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 8, 8.5, 8.5], "texture": "#0"}, - "south": {"uv": [8.5, 0, 8.75, 0.5], "texture": "#0"}, - "west": {"uv": [8.5, 0.5, 8.75, 1], "texture": "#0"}, - "up": {"uv": [1.25, 9.25, 1, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1, 9, 1.25], "texture": "#0"} - } - }, - { - "from": [14, 12, 0], - "to": [15, 14, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 0]}, - "faces": { - "north": {"uv": [8.5, 1, 8.75, 1.5], "texture": "#0"}, - "east": {"uv": [8.5, 1.5, 8.75, 2], "texture": "#0"}, - "south": {"uv": [8.5, 2, 8.75, 2.5], "texture": "#0"}, - "west": {"uv": [8.5, 2.5, 8.75, 3], "texture": "#0"}, - "up": {"uv": [1.5, 9.25, 1.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.25, 9, 1.5], "texture": "#0"} - } - }, - { - "from": [15, 2, 1], - "to": [16, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 2, 1]}, - "faces": { - "north": {"uv": [8.5, 3, 8.75, 3.5], "texture": "#0"}, - "east": {"uv": [8.5, 3.5, 8.75, 4], "texture": "#0"}, - "south": {"uv": [8.5, 4, 8.75, 4.5], "texture": "#0"}, - "west": {"uv": [4.25, 8.5, 4.5, 9], "texture": "#0"}, - "up": {"uv": [1.75, 9.25, 1.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.5, 9, 1.75], "texture": "#0"} - } - }, - { - "from": [15, 12, 1], - "to": [16, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 1]}, - "faces": { - "north": {"uv": [4.5, 8.5, 4.75, 9], "texture": "#0"}, - "east": {"uv": [8.5, 4.5, 8.75, 5], "texture": "#0"}, - "south": {"uv": [5, 8.5, 5.25, 9], "texture": "#0"}, - "west": {"uv": [8.5, 5, 8.75, 5.5], "texture": "#0"}, - "up": {"uv": [2, 9.25, 1.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.75, 9, 2], "texture": "#0"} - } - }, - { - "from": [0, 4, 0], - "to": [1, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 4, 0]}, - "faces": { - "north": {"uv": [0.25, 5.5, 0.5, 7.5], "texture": "#0"}, - "east": {"uv": [0.5, 5.5, 0.75, 7.5], "texture": "#0"}, - "south": {"uv": [0.75, 5.5, 1, 7.5], "texture": "#0"}, - "west": {"uv": [1, 5.5, 1.25, 7.5], "texture": "#0"}, - "up": {"uv": [2.25, 9.25, 2, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2, 9, 2.25], "texture": "#0"} - } - }, - { - "from": [15, 4, 0], - "to": [16, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 4, 0]}, - "faces": { - "north": {"uv": [1.25, 5.5, 1.5, 7.5], "texture": "#0"}, - "east": {"uv": [1.5, 5.5, 1.75, 7.5], "texture": "#0"}, - "south": {"uv": [1.75, 5.5, 2, 7.5], "texture": "#0"}, - "west": {"uv": [2.25, 5.75, 2.5, 7.75], "texture": "#0"}, - "up": {"uv": [2.5, 9.25, 2.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.25, 9, 2.5], "texture": "#0"} - } - }, - { - "from": [15, 4, 15], - "to": [16, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 4, 15]}, - "faces": { - "north": {"uv": [2.5, 5.75, 2.75, 7.75], "texture": "#0"}, - "east": {"uv": [2.75, 5.75, 3, 7.75], "texture": "#0"}, - "south": {"uv": [3, 5.75, 3.25, 7.75], "texture": "#0"}, - "west": {"uv": [3.25, 5.75, 3.5, 7.75], "texture": "#0"}, - "up": {"uv": [2.75, 9.25, 2.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.5, 9, 2.75], "texture": "#0"} - } - }, - { - "from": [0, 4, 15], - "to": [1, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 4, 15]}, - "faces": { - "north": {"uv": [3.5, 5.75, 3.75, 7.75], "texture": "#0"}, - "east": {"uv": [3.75, 5.75, 4, 7.75], "texture": "#0"}, - "south": {"uv": [4, 5.75, 4.25, 7.75], "texture": "#0"}, - "west": {"uv": [5.25, 5.75, 5.5, 7.75], "texture": "#0"}, - "up": {"uv": [3, 9.25, 2.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.75, 9, 3], "texture": "#0"} - } - }, - { - "from": [1, 1, 1], - "to": [4, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 1, 1]}, - "faces": { - "north": {"uv": [0, 0, 0.75, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1.5], "texture": "#0"}, - "south": {"uv": [0.75, 0, 1.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.75, 0.75, 1.5, 1.5], "texture": "#0"}, - "up": {"uv": [0.75, 2.25, 0, 1.5], "texture": "#0"}, - "down": {"uv": [2.25, 0, 1.5, 0.75], "texture": "#0"} - } - }, - { - "from": [1, 12, 1], - "to": [4, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 1]}, - "faces": { - "north": {"uv": [0.75, 1.5, 1.5, 2.25], "texture": "#0"}, - "east": {"uv": [1.5, 0.75, 2.25, 1.5], "texture": "#0"}, - "south": {"uv": [1.5, 1.5, 2.25, 2.25], "texture": "#0"}, - "west": {"uv": [0, 2.25, 0.75, 3], "texture": "#0"}, - "up": {"uv": [3, 0.75, 2.25, 0], "texture": "#0"}, - "down": {"uv": [1.5, 2.25, 0.75, 3], "texture": "#0"} - } - }, - { - "from": [12, 1, 1], - "to": [15, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 1]}, - "faces": { - "north": {"uv": [2.25, 0.75, 3, 1.5], "texture": "#0"}, - "east": {"uv": [1.5, 2.25, 2.25, 3], "texture": "#0"}, - "south": {"uv": [2.25, 1.5, 3, 2.25], "texture": "#0"}, - "west": {"uv": [2.25, 2.25, 3, 3], "texture": "#0"}, - "up": {"uv": [0.75, 3.75, 0, 3], "texture": "#0"}, - "down": {"uv": [3.75, 0, 3, 0.75], "texture": "#0"} - } - }, - { - "from": [12, 12, 1], - "to": [15, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 1]}, - "faces": { - "north": {"uv": [0.75, 3, 1.5, 3.75], "texture": "#0"}, - "east": {"uv": [3, 0.75, 3.75, 1.5], "texture": "#0"}, - "south": {"uv": [1.5, 3, 2.25, 3.75], "texture": "#0"}, - "west": {"uv": [3, 1.5, 3.75, 2.25], "texture": "#0"}, - "up": {"uv": [3, 3.75, 2.25, 3], "texture": "#0"}, - "down": {"uv": [3.75, 2.25, 3, 3], "texture": "#0"} - } - }, - { - "from": [12, 1, 12], - "to": [15, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 12]}, - "faces": { - "north": {"uv": [3, 3, 3.75, 3.75], "texture": "#0"}, - "east": {"uv": [0, 3.75, 0.75, 4.5], "texture": "#0"}, - "south": {"uv": [3.75, 0, 4.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.75, 3.75, 1.5, 4.5], "texture": "#0"}, - "up": {"uv": [4.5, 1.5, 3.75, 0.75], "texture": "#0"}, - "down": {"uv": [2.25, 3.75, 1.5, 4.5], "texture": "#0"} - } - }, - { - "from": [12, 12, 12], - "to": [15, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 12]}, - "faces": { - "north": {"uv": [3.75, 1.5, 4.5, 2.25], "texture": "#0"}, - "east": {"uv": [2.25, 3.75, 3, 4.5], "texture": "#0"}, - "south": {"uv": [3.75, 2.25, 4.5, 3], "texture": "#0"}, - "west": {"uv": [3, 3.75, 3.75, 4.5], "texture": "#0"}, - "up": {"uv": [4.5, 3.75, 3.75, 3], "texture": "#0"}, - "down": {"uv": [4.5, 3.75, 3.75, 4.5], "texture": "#0"} - } - }, - { - "from": [1, 1, 12], - "to": [4, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 1, 12]}, - "faces": { - "north": {"uv": [0, 4.5, 0.75, 5.25], "texture": "#0"}, - "east": {"uv": [4.5, 0, 5.25, 0.75], "texture": "#0"}, - "south": {"uv": [0.75, 4.5, 1.5, 5.25], "texture": "#0"}, - "west": {"uv": [4.5, 0.75, 5.25, 1.5], "texture": "#0"}, - "up": {"uv": [2.25, 5.25, 1.5, 4.5], "texture": "#0"}, - "down": {"uv": [5.25, 1.5, 4.5, 2.25], "texture": "#0"} - } - }, - { - "from": [1, 12, 12], - "to": [4, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 12]}, - "faces": { - "north": {"uv": [2.25, 4.5, 3, 5.25], "texture": "#0"}, - "east": {"uv": [4.5, 2.25, 5.25, 3], "texture": "#0"}, - "south": {"uv": [3, 4.5, 3.75, 5.25], "texture": "#0"}, - "west": {"uv": [4.5, 3, 5.25, 3.75], "texture": "#0"}, - "up": {"uv": [4.5, 5.25, 3.75, 4.5], "texture": "#0"}, - "down": {"uv": [5.25, 3.75, 4.5, 4.5], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [-16, -13, 0], - "translation": [0, 4, 0], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [-16, -13, 0], - "translation": [0, 4, 0], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [10, 16, 3], - "translation": [2, -1, 2], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_lefthand": { - "rotation": [10, 16, 3], - "translation": [2, -1, 2], - "scale": [0.6, 0.6, 0.6] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [20, 20, 0], - "translation": [0, -0.25, 0], - "scale": [0.7, 0.7, 0.7] - }, - "head": { - "translation": [0, 14.5, 0] - }, - "fixed": { - "translation": [0, 0, 3.5] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [1, 12, 12], - "children": [ - { - "name": "core", - "origin": [4, 4, 4], - "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] - }, - { - "name": "core_support", - "origin": [3, 3, 4], - "children": [25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42] - }, - { - "name": "frame", - "origin": [1, 12, 12], - "children": [43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110] - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/notarfbadium_singularity_power_generator_lit.json b/src/main/resources/assets/cuboidmod/models/block/notarfbadium_singularity_power_generator_lit.json deleted file mode 100644 index 1caf409..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/notarfbadium_singularity_power_generator_lit.json +++ /dev/null @@ -1,1515 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/notarfbadium_singularity_power_gen_frame", - "1": "cuboidmod:model/singularity_power_gen_support", - "2": "cuboidmod:model/singularity_power_gen_core_lit", - "particle": "cuboidmod:model/thatldu_singularity_power_gen_frame" - }, - "elements": [ - { - "from": [4, 4, 4], - "to": [12, 12, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 4, 4]}, - "faces": { - "north": {"uv": [0, 0, 4, 4], "texture": "#2"}, - "east": {"uv": [0, 4, 4, 8], "texture": "#2"}, - "south": {"uv": [4, 0, 8, 4], "texture": "#2"}, - "west": {"uv": [4, 4, 8, 8], "texture": "#2"}, - "up": {"uv": [4, 12, 0, 8], "texture": "#2"}, - "down": {"uv": [12, 0, 8, 4], "texture": "#2"} - } - }, - { - "from": [0, 6, 7], - "to": [1, 7, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 7]}, - "faces": { - "north": {"uv": [7, 9.5, 7.5, 10], "texture": "#2"}, - "east": {"uv": [4, 8, 5, 8.5], "texture": "#2"}, - "south": {"uv": [11, 7, 11.5, 7.5], "texture": "#2"}, - "west": {"uv": [8, 4, 9, 4.5], "texture": "#2"}, - "up": {"uv": [8.5, 5.5, 8, 4.5], "texture": "#2"}, - "down": {"uv": [5.5, 8, 5, 9], "texture": "#2"} - } - }, - { - "from": [15, 6, 7], - "to": [16, 7, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 6, 7]}, - "faces": { - "north": {"uv": [11.5, 9, 12, 9.5], "texture": "#2"}, - "east": {"uv": [5.5, 8, 6.5, 8.5], "texture": "#2"}, - "south": {"uv": [11.5, 9.5, 12, 10], "texture": "#2"}, - "west": {"uv": [8, 5.5, 9, 6], "texture": "#2"}, - "up": {"uv": [8.5, 7, 8, 6], "texture": "#2"}, - "down": {"uv": [7, 8, 6.5, 9], "texture": "#2"} - } - }, - { - "from": [0, 9, 7], - "to": [1, 10, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 9, 7]}, - "faces": { - "north": {"uv": [11.5, 10, 12, 10.5], "texture": "#2"}, - "east": {"uv": [7, 8, 8, 8.5], "texture": "#2"}, - "south": {"uv": [11.5, 10.5, 12, 11], "texture": "#2"}, - "west": {"uv": [8, 7, 9, 7.5], "texture": "#2"}, - "up": {"uv": [8.5, 8.5, 8, 7.5], "texture": "#2"}, - "down": {"uv": [4.5, 8.5, 4, 9.5], "texture": "#2"} - } - }, - { - "from": [6, 15, 7], - "to": [7, 16, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 15, 7]}, - "faces": { - "north": {"uv": [11.5, 11, 12, 11.5], "texture": "#2"}, - "east": {"uv": [8.5, 4.5, 9.5, 5], "texture": "#2"}, - "south": {"uv": [11.5, 11.5, 12, 12], "texture": "#2"}, - "west": {"uv": [8.5, 5, 9.5, 5.5], "texture": "#2"}, - "up": {"uv": [5, 9.5, 4.5, 8.5], "texture": "#2"}, - "down": {"uv": [6, 8.5, 5.5, 9.5], "texture": "#2"} - } - }, - { - "from": [6, 0, 7], - "to": [7, 1, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 0, 7]}, - "faces": { - "north": {"uv": [0, 12, 0.5, 12.5], "texture": "#2"}, - "east": {"uv": [8.5, 6, 9.5, 6.5], "texture": "#2"}, - "south": {"uv": [12, 0, 12.5, 0.5], "texture": "#2"}, - "west": {"uv": [8.5, 6.5, 9.5, 7], "texture": "#2"}, - "up": {"uv": [6.5, 9.5, 6, 8.5], "texture": "#2"}, - "down": {"uv": [7.5, 8.5, 7, 9.5], "texture": "#2"} - } - }, - { - "from": [9, 15, 7], - "to": [10, 16, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 15, 7]}, - "faces": { - "north": {"uv": [0.5, 12, 1, 12.5], "texture": "#2"}, - "east": {"uv": [7.5, 8.5, 8.5, 9], "texture": "#2"}, - "south": {"uv": [12, 0.5, 12.5, 1], "texture": "#2"}, - "west": {"uv": [8.5, 7.5, 9.5, 8], "texture": "#2"}, - "up": {"uv": [9, 9, 8.5, 8], "texture": "#2"}, - "down": {"uv": [5.5, 9, 5, 10], "texture": "#2"} - } - }, - { - "from": [9, 0, 7], - "to": [10, 1, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 0, 7]}, - "faces": { - "north": {"uv": [1, 12, 1.5, 12.5], "texture": "#2"}, - "east": {"uv": [9, 4, 10, 4.5], "texture": "#2"}, - "south": {"uv": [12, 1, 12.5, 1.5], "texture": "#2"}, - "west": {"uv": [9, 5.5, 10, 6], "texture": "#2"}, - "up": {"uv": [7, 10, 6.5, 9], "texture": "#2"}, - "down": {"uv": [8, 9, 7.5, 10], "texture": "#2"} - } - }, - { - "from": [7, 15, 9], - "to": [9, 16, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 9]}, - "faces": { - "north": {"uv": [9, 7, 10, 7.5], "texture": "#2"}, - "east": {"uv": [1.5, 12, 2, 12.5], "texture": "#2"}, - "south": {"uv": [8, 9, 9, 9.5], "texture": "#2"}, - "west": {"uv": [12, 1.5, 12.5, 2], "texture": "#2"}, - "up": {"uv": [10, 8.5, 9, 8], "texture": "#2"}, - "down": {"uv": [10, 8.5, 9, 9], "texture": "#2"} - } - }, - { - "from": [7, 9, 15], - "to": [9, 10, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 15]}, - "faces": { - "north": {"uv": [9, 9, 10, 9.5], "texture": "#2"}, - "east": {"uv": [2, 12, 2.5, 12.5], "texture": "#2"}, - "south": {"uv": [4, 9.5, 5, 10], "texture": "#2"}, - "west": {"uv": [12, 2, 12.5, 2.5], "texture": "#2"}, - "up": {"uv": [10.5, 5, 9.5, 4.5], "texture": "#2"}, - "down": {"uv": [10.5, 5, 9.5, 5.5], "texture": "#2"} - } - }, - { - "from": [7, 9, 0], - "to": [9, 10, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 0]}, - "faces": { - "north": {"uv": [5.5, 9.5, 6.5, 10], "texture": "#2"}, - "east": {"uv": [2.5, 12, 3, 12.5], "texture": "#2"}, - "south": {"uv": [9.5, 6, 10.5, 6.5], "texture": "#2"}, - "west": {"uv": [12, 2.5, 12.5, 3], "texture": "#2"}, - "up": {"uv": [10.5, 7, 9.5, 6.5], "texture": "#2"}, - "down": {"uv": [10.5, 7.5, 9.5, 8], "texture": "#2"} - } - }, - { - "from": [7, 6, 15], - "to": [9, 7, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 6, 15]}, - "faces": { - "north": {"uv": [8, 9.5, 9, 10], "texture": "#2"}, - "east": {"uv": [3, 12, 3.5, 12.5], "texture": "#2"}, - "south": {"uv": [9, 9.5, 10, 10], "texture": "#2"}, - "west": {"uv": [12, 3, 12.5, 3.5], "texture": "#2"}, - "up": {"uv": [5, 10.5, 4, 10], "texture": "#2"}, - "down": {"uv": [11, 4, 10, 4.5], "texture": "#2"} - } - }, - { - "from": [7, 6, 0], - "to": [9, 7, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 6, 0]}, - "faces": { - "north": {"uv": [5, 10, 6, 10.5], "texture": "#2"}, - "east": {"uv": [3.5, 12, 4, 12.5], "texture": "#2"}, - "south": {"uv": [10, 5.5, 11, 6], "texture": "#2"}, - "west": {"uv": [12, 3.5, 12.5, 4], "texture": "#2"}, - "up": {"uv": [7, 10.5, 6, 10], "texture": "#2"}, - "down": {"uv": [8, 10, 7, 10.5], "texture": "#2"} - } - }, - { - "from": [9, 7, 15], - "to": [10, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 7, 15]}, - "faces": { - "north": {"uv": [8, 10, 8.5, 11], "texture": "#2"}, - "east": {"uv": [10, 8, 10.5, 9], "texture": "#2"}, - "south": {"uv": [8.5, 10, 9, 11], "texture": "#2"}, - "west": {"uv": [9, 10, 9.5, 11], "texture": "#2"}, - "up": {"uv": [12.5, 4.5, 12, 4], "texture": "#2"}, - "down": {"uv": [12.5, 4.5, 12, 5], "texture": "#2"} - } - }, - { - "from": [9, 7, 0], - "to": [10, 9, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 7, 0]}, - "faces": { - "north": {"uv": [10, 9, 10.5, 10], "texture": "#2"}, - "east": {"uv": [9.5, 10, 10, 11], "texture": "#2"}, - "south": {"uv": [10, 10, 10.5, 11], "texture": "#2"}, - "west": {"uv": [4, 10.5, 4.5, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 5.5, 12, 5], "texture": "#2"}, - "down": {"uv": [12.5, 5.5, 12, 6], "texture": "#2"} - } - }, - { - "from": [6, 7, 15], - "to": [7, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 15]}, - "faces": { - "north": {"uv": [4.5, 10.5, 5, 11.5], "texture": "#2"}, - "east": {"uv": [10.5, 4.5, 11, 5.5], "texture": "#2"}, - "south": {"uv": [5, 10.5, 5.5, 11.5], "texture": "#2"}, - "west": {"uv": [5.5, 10.5, 6, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 6.5, 12, 6], "texture": "#2"}, - "down": {"uv": [12.5, 6.5, 12, 7], "texture": "#2"} - } - }, - { - "from": [6, 7, 0], - "to": [7, 9, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 0]}, - "faces": { - "north": {"uv": [6, 10.5, 6.5, 11.5], "texture": "#2"}, - "east": {"uv": [10.5, 6, 11, 7], "texture": "#2"}, - "south": {"uv": [6.5, 10.5, 7, 11.5], "texture": "#2"}, - "west": {"uv": [7, 10.5, 7.5, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 7.5, 12, 7], "texture": "#2"}, - "down": {"uv": [12.5, 7.5, 12, 8], "texture": "#2"} - } - }, - { - "from": [7, 0, 9], - "to": [9, 1, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 9]}, - "faces": { - "north": {"uv": [10, 7, 11, 7.5], "texture": "#2"}, - "east": {"uv": [8, 12, 8.5, 12.5], "texture": "#2"}, - "south": {"uv": [10.5, 7.5, 11.5, 8], "texture": "#2"}, - "west": {"uv": [12, 8, 12.5, 8.5], "texture": "#2"}, - "up": {"uv": [11.5, 8.5, 10.5, 8], "texture": "#2"}, - "down": {"uv": [11.5, 8.5, 10.5, 9], "texture": "#2"} - } - }, - { - "from": [7, 15, 6], - "to": [9, 16, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 6]}, - "faces": { - "north": {"uv": [10.5, 9, 11.5, 9.5], "texture": "#2"}, - "east": {"uv": [8.5, 12, 9, 12.5], "texture": "#2"}, - "south": {"uv": [10.5, 9.5, 11.5, 10], "texture": "#2"}, - "west": {"uv": [12, 8.5, 12.5, 9], "texture": "#2"}, - "up": {"uv": [11.5, 10.5, 10.5, 10], "texture": "#2"}, - "down": {"uv": [11.5, 10.5, 10.5, 11], "texture": "#2"} - } - }, - { - "from": [7, 0, 6], - "to": [9, 1, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 6]}, - "faces": { - "north": {"uv": [11, 4, 12, 4.5], "texture": "#2"}, - "east": {"uv": [9, 12, 9.5, 12.5], "texture": "#2"}, - "south": {"uv": [11, 4.5, 12, 5], "texture": "#2"}, - "west": {"uv": [12, 9, 12.5, 9.5], "texture": "#2"}, - "up": {"uv": [12, 5.5, 11, 5], "texture": "#2"}, - "down": {"uv": [12, 5.5, 11, 6], "texture": "#2"} - } - }, - { - "from": [15, 9, 7], - "to": [16, 10, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 9, 7]}, - "faces": { - "north": {"uv": [9.5, 12, 10, 12.5], "texture": "#2"}, - "east": {"uv": [11, 6, 12, 6.5], "texture": "#2"}, - "south": {"uv": [12, 9.5, 12.5, 10], "texture": "#2"}, - "west": {"uv": [11, 6.5, 12, 7], "texture": "#2"}, - "up": {"uv": [8, 11.5, 7.5, 10.5], "texture": "#2"}, - "down": {"uv": [8.5, 11, 8, 12], "texture": "#2"} - } - }, - { - "from": [0, 7, 9], - "to": [1, 9, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 9]}, - "faces": { - "north": {"uv": [8.5, 11, 9, 12], "texture": "#2"}, - "east": {"uv": [9, 11, 9.5, 12], "texture": "#2"}, - "south": {"uv": [9.5, 11, 10, 12], "texture": "#2"}, - "west": {"uv": [10, 11, 10.5, 12], "texture": "#2"}, - "up": {"uv": [10.5, 12.5, 10, 12], "texture": "#2"}, - "down": {"uv": [12.5, 10, 12, 10.5], "texture": "#2"} - } - }, - { - "from": [15, 7, 9], - "to": [16, 9, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 9]}, - "faces": { - "north": {"uv": [10.5, 11, 11, 12], "texture": "#2"}, - "east": {"uv": [11, 11, 11.5, 12], "texture": "#2"}, - "south": {"uv": [4, 11.5, 4.5, 12.5], "texture": "#2"}, - "west": {"uv": [4.5, 11.5, 5, 12.5], "texture": "#2"}, - "up": {"uv": [11, 12.5, 10.5, 12], "texture": "#2"}, - "down": {"uv": [12.5, 10.5, 12, 11], "texture": "#2"} - } - }, - { - "from": [0, 7, 6], - "to": [1, 9, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 6]}, - "faces": { - "north": {"uv": [5, 11.5, 5.5, 12.5], "texture": "#2"}, - "east": {"uv": [5.5, 11.5, 6, 12.5], "texture": "#2"}, - "south": {"uv": [6, 11.5, 6.5, 12.5], "texture": "#2"}, - "west": {"uv": [6.5, 11.5, 7, 12.5], "texture": "#2"}, - "up": {"uv": [11.5, 12.5, 11, 12], "texture": "#2"}, - "down": {"uv": [12.5, 11, 12, 11.5], "texture": "#2"} - } - }, - { - "from": [15, 7, 6], - "to": [16, 9, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 6]}, - "faces": { - "north": {"uv": [7, 11.5, 7.5, 12.5], "texture": "#2"}, - "east": {"uv": [11.5, 7, 12, 8], "texture": "#2"}, - "south": {"uv": [7.5, 11.5, 8, 12.5], "texture": "#2"}, - "west": {"uv": [11.5, 8, 12, 9], "texture": "#2"}, - "up": {"uv": [12, 12.5, 11.5, 12], "texture": "#2"}, - "down": {"uv": [12.5, 11.5, 12, 12], "texture": "#2"} - } - }, - { - "from": [3, 12, 4], - "to": [4, 13, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 12, 4]}, - "faces": { - "north": {"uv": [10.5, 5.5, 11, 6], "texture": "#1"}, - "east": {"uv": [0, 0, 4, 0.5], "texture": "#1"}, - "south": {"uv": [11, 2.5, 11.5, 3], "texture": "#1"}, - "west": {"uv": [0, 0.5, 4, 1], "texture": "#1"}, - "up": {"uv": [0.5, 5, 0, 1], "texture": "#1"}, - "down": {"uv": [1, 1, 0.5, 5], "texture": "#1"} - } - }, - { - "from": [7, 1, 7], - "to": [9, 4, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 1, 7]}, - "faces": { - "north": {"uv": [7, 8, 8, 9.5], "texture": "#1"}, - "east": {"uv": [8, 8, 9, 9.5], "texture": "#1"}, - "south": {"uv": [0, 9, 1, 10.5], "texture": "#1"}, - "west": {"uv": [1, 9, 2, 10.5], "texture": "#1"}, - "up": {"uv": [4, 12, 3, 11], "texture": "#1"}, - "down": {"uv": [5, 11, 4, 12], "texture": "#1"} - } - }, - { - "from": [12, 7, 7], - "to": [15, 9, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 7, 7]}, - "faces": { - "north": {"uv": [9, 3, 10.5, 4], "texture": "#1"}, - "east": {"uv": [7, 11, 8, 12], "texture": "#1"}, - "south": {"uv": [9, 4, 10.5, 5], "texture": "#1"}, - "west": {"uv": [8, 11, 9, 12], "texture": "#1"}, - "up": {"uv": [10.5, 6, 9, 5], "texture": "#1"}, - "down": {"uv": [10.5, 8, 9, 9], "texture": "#1"} - } - }, - { - "from": [7, 12, 7], - "to": [9, 15, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 12, 7]}, - "faces": { - "north": {"uv": [2, 9, 3, 10.5], "texture": "#1"}, - "east": {"uv": [9, 9, 10, 10.5], "texture": "#1"}, - "south": {"uv": [7, 9.5, 8, 11], "texture": "#1"}, - "west": {"uv": [8, 9.5, 9, 11], "texture": "#1"}, - "up": {"uv": [11, 12, 10, 11], "texture": "#1"}, - "down": {"uv": [12, 11, 11, 12], "texture": "#1"} - } - }, - { - "from": [1, 7, 7], - "to": [4, 9, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 7, 7]}, - "faces": { - "north": {"uv": [10, 6, 11.5, 7], "texture": "#1"}, - "east": {"uv": [0, 11.5, 1, 12.5], "texture": "#1"}, - "south": {"uv": [10, 7, 11.5, 8], "texture": "#1"}, - "west": {"uv": [1, 11.5, 2, 12.5], "texture": "#1"}, - "up": {"uv": [11.5, 10, 10, 9], "texture": "#1"}, - "down": {"uv": [11.5, 10, 10, 11], "texture": "#1"} - } - }, - { - "from": [3, 4, 3], - "to": [4, 12, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 4, 3]}, - "faces": { - "north": {"uv": [1, 1, 1.5, 5], "texture": "#1"}, - "east": {"uv": [1.5, 1, 2, 5], "texture": "#1"}, - "south": {"uv": [2, 1, 2.5, 5], "texture": "#1"}, - "west": {"uv": [2.5, 1, 3, 5], "texture": "#1"}, - "up": {"uv": [11.5, 6, 11, 5.5], "texture": "#1"}, - "down": {"uv": [12, 5.5, 11.5, 6], "texture": "#1"} - } - }, - { - "from": [4, 12, 3], - "to": [12, 13, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 12, 3]}, - "faces": { - "north": {"uv": [3, 1, 7, 1.5], "texture": "#1"}, - "east": {"uv": [11.5, 6, 12, 6.5], "texture": "#1"}, - "south": {"uv": [3, 1.5, 7, 2], "texture": "#1"}, - "west": {"uv": [11.5, 6.5, 12, 7], "texture": "#1"}, - "up": {"uv": [7, 2.5, 3, 2], "texture": "#1"}, - "down": {"uv": [7, 2.5, 3, 3], "texture": "#1"} - } - }, - { - "from": [12, 4, 3], - "to": [13, 12, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 4, 3]}, - "faces": { - "north": {"uv": [3, 3, 3.5, 7], "texture": "#1"}, - "east": {"uv": [3.5, 3, 4, 7], "texture": "#1"}, - "south": {"uv": [4, 3, 4.5, 7], "texture": "#1"}, - "west": {"uv": [4.5, 3, 5, 7], "texture": "#1"}, - "up": {"uv": [12, 7.5, 11.5, 7], "texture": "#1"}, - "down": {"uv": [12, 7.5, 11.5, 8], "texture": "#1"} - } - }, - { - "from": [4, 3, 3], - "to": [12, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 3]}, - "faces": { - "north": {"uv": [4, 0, 8, 0.5], "texture": "#1"}, - "east": {"uv": [11.5, 9, 12, 9.5], "texture": "#1"}, - "south": {"uv": [4, 0.5, 8, 1], "texture": "#1"}, - "west": {"uv": [11.5, 9.5, 12, 10], "texture": "#1"}, - "up": {"uv": [9, 3.5, 5, 3], "texture": "#1"}, - "down": {"uv": [9, 3.5, 5, 4], "texture": "#1"} - } - }, - { - "from": [12, 3, 4], - "to": [13, 4, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 3, 4]}, - "faces": { - "north": {"uv": [11.5, 10, 12, 10.5], "texture": "#1"}, - "east": {"uv": [5, 4, 9, 4.5], "texture": "#1"}, - "south": {"uv": [11.5, 10.5, 12, 11], "texture": "#1"}, - "west": {"uv": [5, 4.5, 9, 5], "texture": "#1"}, - "up": {"uv": [0.5, 9, 0, 5], "texture": "#1"}, - "down": {"uv": [1, 5, 0.5, 9], "texture": "#1"} - } - }, - { - "from": [12, 12, 4], - "to": [13, 13, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 4]}, - "faces": { - "north": {"uv": [12, 0, 12.5, 0.5], "texture": "#1"}, - "east": {"uv": [5, 5, 9, 5.5], "texture": "#1"}, - "south": {"uv": [12, 0.5, 12.5, 1], "texture": "#1"}, - "west": {"uv": [5, 5.5, 9, 6], "texture": "#1"}, - "up": {"uv": [1.5, 9, 1, 5], "texture": "#1"}, - "down": {"uv": [2, 5, 1.5, 9], "texture": "#1"} - } - }, - { - "from": [12, 4, 12], - "to": [13, 12, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 4, 12]}, - "faces": { - "north": {"uv": [2, 5, 2.5, 9], "texture": "#1"}, - "east": {"uv": [2.5, 5, 3, 9], "texture": "#1"}, - "south": {"uv": [5, 6, 5.5, 10], "texture": "#1"}, - "west": {"uv": [5.5, 6, 6, 10], "texture": "#1"}, - "up": {"uv": [12.5, 1.5, 12, 1], "texture": "#1"}, - "down": {"uv": [12.5, 1.5, 12, 2], "texture": "#1"} - } - }, - { - "from": [7, 7, 1], - "to": [9, 9, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 1]}, - "faces": { - "north": {"uv": [2, 11.5, 3, 12.5], "texture": "#1"}, - "east": {"uv": [0, 10.5, 1.5, 11.5], "texture": "#1"}, - "south": {"uv": [11.5, 2.5, 12.5, 3.5], "texture": "#1"}, - "west": {"uv": [1.5, 10.5, 3, 11.5], "texture": "#1"}, - "up": {"uv": [6, 11.5, 5, 10], "texture": "#1"}, - "down": {"uv": [11.5, 3, 10.5, 4.5], "texture": "#1"} - } - }, - { - "from": [4, 12, 12], - "to": [12, 13, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 12, 12]}, - "faces": { - "north": {"uv": [6, 6, 10, 6.5], "texture": "#1"}, - "east": {"uv": [12, 2, 12.5, 2.5], "texture": "#1"}, - "south": {"uv": [6, 6.5, 10, 7], "texture": "#1"}, - "west": {"uv": [3, 12, 3.5, 12.5], "texture": "#1"}, - "up": {"uv": [11, 1.5, 7, 1], "texture": "#1"}, - "down": {"uv": [11, 1.5, 7, 2], "texture": "#1"} - } - }, - { - "from": [4, 3, 12], - "to": [12, 4, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 12]}, - "faces": { - "north": {"uv": [7, 2, 11, 2.5], "texture": "#1"}, - "east": {"uv": [3.5, 12, 4, 12.5], "texture": "#1"}, - "south": {"uv": [7, 2.5, 11, 3], "texture": "#1"}, - "west": {"uv": [4, 12, 4.5, 12.5], "texture": "#1"}, - "up": {"uv": [10, 7.5, 6, 7], "texture": "#1"}, - "down": {"uv": [10, 7.5, 6, 8], "texture": "#1"} - } - }, - { - "from": [7, 7, 12], - "to": [9, 9, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 12]}, - "faces": { - "north": {"uv": [11.5, 3.5, 12.5, 4.5], "texture": "#1"}, - "east": {"uv": [10.5, 4.5, 12, 5.5], "texture": "#1"}, - "south": {"uv": [5, 11.5, 6, 12.5], "texture": "#1"}, - "west": {"uv": [10.5, 8, 12, 9], "texture": "#1"}, - "up": {"uv": [10, 12, 9, 10.5], "texture": "#1"}, - "down": {"uv": [12, 1, 11, 2.5], "texture": "#1"} - } - }, - { - "from": [3, 4, 12], - "to": [4, 12, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 4, 12]}, - "faces": { - "north": {"uv": [3, 7, 3.5, 11], "texture": "#1"}, - "east": {"uv": [3.5, 7, 4, 11], "texture": "#1"}, - "south": {"uv": [4, 7, 4.5, 11], "texture": "#1"}, - "west": {"uv": [4.5, 7, 5, 11], "texture": "#1"}, - "up": {"uv": [5, 12.5, 4.5, 12], "texture": "#1"}, - "down": {"uv": [12.5, 4.5, 12, 5], "texture": "#1"} - } - }, - { - "from": [3, 3, 4], - "to": [4, 4, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 3, 4]}, - "faces": { - "north": {"uv": [12, 5, 12.5, 5.5], "texture": "#1"}, - "east": {"uv": [8, 0, 12, 0.5], "texture": "#1"}, - "south": {"uv": [12, 5.5, 12.5, 6], "texture": "#1"}, - "west": {"uv": [8, 0.5, 12, 1], "texture": "#1"}, - "up": {"uv": [6.5, 12, 6, 8], "texture": "#1"}, - "down": {"uv": [7, 8, 6.5, 12], "texture": "#1"} - } - }, - { - "from": [0, 0, 4], - "to": [1, 1, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 4]}, - "faces": { - "north": {"uv": [8, 6.5, 8.25, 6.75], "texture": "#0"}, - "east": {"uv": [4.5, 4.5, 6.5, 4.75], "texture": "#0"}, - "south": {"uv": [8, 7, 8.25, 7.25], "texture": "#0"}, - "west": {"uv": [4.5, 4.75, 6.5, 5], "texture": "#0"}, - "up": {"uv": [4.75, 7, 4.5, 5], "texture": "#0"}, - "down": {"uv": [5, 5, 4.75, 7], "texture": "#0"} - } - }, - { - "from": [0, 15, 4], - "to": [1, 16, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 15, 4]}, - "faces": { - "north": {"uv": [8.25, 0, 8.5, 0.25], "texture": "#0"}, - "east": {"uv": [5, 5, 7, 5.25], "texture": "#0"}, - "south": {"uv": [8.25, 0.75, 8.5, 1], "texture": "#0"}, - "west": {"uv": [0, 5.25, 2, 5.5], "texture": "#0"}, - "up": {"uv": [5.5, 2, 5.25, 0], "texture": "#0"}, - "down": {"uv": [2.25, 5.25, 2, 7.25], "texture": "#0"} - } - }, - { - "from": [4, 0, 0], - "to": [12, 1, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 0]}, - "faces": { - "north": {"uv": [5.25, 2, 7.25, 2.25], "texture": "#0"}, - "east": {"uv": [5.25, 8.5, 5.5, 8.75], "texture": "#0"}, - "south": {"uv": [2.25, 5.25, 4.25, 5.5], "texture": "#0"}, - "west": {"uv": [5.5, 8.5, 5.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 2.5, 5.25, 2.25], "texture": "#0"}, - "down": {"uv": [7.25, 2.5, 5.25, 2.75], "texture": "#0"} - } - }, - { - "from": [4, 15, 0], - "to": [12, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 15, 0]}, - "faces": { - "north": {"uv": [5.25, 2.75, 7.25, 3], "texture": "#0"}, - "east": {"uv": [8.5, 5.5, 8.75, 5.75], "texture": "#0"}, - "south": {"uv": [5.25, 3, 7.25, 3.25], "texture": "#0"}, - "west": {"uv": [5.75, 8.5, 6, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 3.5, 5.25, 3.25], "texture": "#0"}, - "down": {"uv": [7.25, 3.5, 5.25, 3.75], "texture": "#0"} - } - }, - { - "from": [15, 0, 4], - "to": [16, 1, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 0, 4]}, - "faces": { - "north": {"uv": [8.5, 5.75, 8.75, 6], "texture": "#0"}, - "east": {"uv": [5.25, 3.75, 7.25, 4], "texture": "#0"}, - "south": {"uv": [6, 8.5, 6.25, 8.75], "texture": "#0"}, - "west": {"uv": [5.25, 4, 7.25, 4.25], "texture": "#0"}, - "up": {"uv": [4.5, 7.25, 4.25, 5.25], "texture": "#0"}, - "down": {"uv": [5.25, 5.25, 5, 7.25], "texture": "#0"} - } - }, - { - "from": [15, 15, 4], - "to": [16, 16, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 15, 4]}, - "faces": { - "north": {"uv": [8.5, 6, 8.75, 6.25], "texture": "#0"}, - "east": {"uv": [5.25, 4.25, 7.25, 4.5], "texture": "#0"}, - "south": {"uv": [6.25, 8.5, 6.5, 8.75], "texture": "#0"}, - "west": {"uv": [5.25, 5.25, 7.25, 5.5], "texture": "#0"}, - "up": {"uv": [0.25, 7.5, 0, 5.5], "texture": "#0"}, - "down": {"uv": [5.75, 0, 5.5, 2], "texture": "#0"} - } - }, - { - "from": [4, 0, 15], - "to": [12, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 15]}, - "faces": { - "north": {"uv": [2.25, 5.5, 4.25, 5.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.25, 8.75, 6.5], "texture": "#0"}, - "south": {"uv": [5.25, 5.5, 7.25, 5.75], "texture": "#0"}, - "west": {"uv": [6.5, 8.5, 6.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.75, 0.25, 5.75, 0], "texture": "#0"}, - "down": {"uv": [7.75, 0.25, 5.75, 0.5], "texture": "#0"} - } - }, - { - "from": [4, 15, 15], - "to": [12, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 15, 15]}, - "faces": { - "north": {"uv": [5.75, 0.5, 7.75, 0.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.5, 8.75, 6.75], "texture": "#0"}, - "south": {"uv": [5.75, 0.75, 7.75, 1], "texture": "#0"}, - "west": {"uv": [6.75, 8.5, 7, 8.75], "texture": "#0"}, - "up": {"uv": [7.75, 1.25, 5.75, 1], "texture": "#0"}, - "down": {"uv": [7.75, 1.25, 5.75, 1.5], "texture": "#0"} - } - }, - { - "from": [2, 0, 1], - "to": [4, 1, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 0, 1]}, - "faces": { - "north": {"uv": [5.75, 1.5, 6.25, 1.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.75, 8.75, 7], "texture": "#0"}, - "south": {"uv": [5.75, 1.75, 6.25, 2], "texture": "#0"}, - "west": {"uv": [8.5, 7, 8.75, 7.25], "texture": "#0"}, - "up": {"uv": [6, 6, 5.5, 5.75], "texture": "#0"}, - "down": {"uv": [6, 6, 5.5, 6.25], "texture": "#0"} - } - }, - { - "from": [2, 15, 1], - "to": [4, 16, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 15, 1]}, - "faces": { - "north": {"uv": [6, 5.75, 6.5, 6], "texture": "#0"}, - "east": {"uv": [7.25, 8.5, 7.5, 8.75], "texture": "#0"}, - "south": {"uv": [6, 6, 6.5, 6.25], "texture": "#0"}, - "west": {"uv": [8.5, 7.25, 8.75, 7.5], "texture": "#0"}, - "up": {"uv": [6.75, 1.75, 6.25, 1.5], "texture": "#0"}, - "down": {"uv": [6.75, 1.75, 6.25, 2], "texture": "#0"} - } - }, - { - "from": [1, 0, 2], - "to": [2, 1, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 2]}, - "faces": { - "north": {"uv": [7.5, 8.5, 7.75, 8.75], "texture": "#0"}, - "east": {"uv": [5.5, 6.25, 6, 6.5], "texture": "#0"}, - "south": {"uv": [8.5, 7.5, 8.75, 7.75], "texture": "#0"}, - "west": {"uv": [6, 6.25, 6.5, 6.5], "texture": "#0"}, - "up": {"uv": [6.75, 5, 6.5, 4.5], "texture": "#0"}, - "down": {"uv": [5.75, 6.5, 5.5, 7], "texture": "#0"} - } - }, - { - "from": [1, 15, 2], - "to": [2, 16, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 15, 2]}, - "faces": { - "north": {"uv": [7.75, 8.5, 8, 8.75], "texture": "#0"}, - "east": {"uv": [5.75, 6.5, 6.25, 6.75], "texture": "#0"}, - "south": {"uv": [8.5, 7.75, 8.75, 8], "texture": "#0"}, - "west": {"uv": [6.5, 5.75, 7, 6], "texture": "#0"}, - "up": {"uv": [6.75, 6.5, 6.5, 6], "texture": "#0"}, - "down": {"uv": [6.5, 6.5, 6.25, 7], "texture": "#0"} - } - }, - { - "from": [12, 0, 1], - "to": [14, 1, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 0, 1]}, - "faces": { - "north": {"uv": [6.5, 6.5, 7, 6.75], "texture": "#0"}, - "east": {"uv": [8.5, 8, 8.75, 8.25], "texture": "#0"}, - "south": {"uv": [6.75, 1.5, 7.25, 1.75], "texture": "#0"}, - "west": {"uv": [8.25, 8.5, 8.5, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 2, 6.75, 1.75], "texture": "#0"}, - "down": {"uv": [7.25, 4.5, 6.75, 4.75], "texture": "#0"} - } - }, - { - "from": [12, 15, 1], - "to": [14, 16, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 15, 1]}, - "faces": { - "north": {"uv": [6.75, 4.75, 7.25, 5], "texture": "#0"}, - "east": {"uv": [8.5, 8.25, 8.75, 8.5], "texture": "#0"}, - "south": {"uv": [5.75, 6.75, 6.25, 7], "texture": "#0"}, - "west": {"uv": [8.5, 8.5, 8.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 6.25, 6.75, 6], "texture": "#0"}, - "down": {"uv": [7.25, 6.25, 6.75, 6.5], "texture": "#0"} - } - }, - { - "from": [14, 0, 2], - "to": [15, 1, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 2]}, - "faces": { - "north": {"uv": [0, 8.75, 0.25, 9], "texture": "#0"}, - "east": {"uv": [6.5, 6.75, 7, 7], "texture": "#0"}, - "south": {"uv": [8.75, 0, 9, 0.25], "texture": "#0"}, - "west": {"uv": [4.5, 7, 5, 7.25], "texture": "#0"}, - "up": {"uv": [5.75, 7.5, 5.5, 7], "texture": "#0"}, - "down": {"uv": [6, 7, 5.75, 7.5], "texture": "#0"} - } - }, - { - "from": [14, 15, 2], - "to": [15, 16, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 15, 2]}, - "faces": { - "north": {"uv": [0.25, 8.75, 0.5, 9], "texture": "#0"}, - "east": {"uv": [7, 5, 7.5, 5.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.25, 9, 0.5], "texture": "#0"}, - "west": {"uv": [7, 5.75, 7.5, 6], "texture": "#0"}, - "up": {"uv": [6.25, 7.5, 6, 7], "texture": "#0"}, - "down": {"uv": [6.5, 7, 6.25, 7.5], "texture": "#0"} - } - }, - { - "from": [1, 0, 12], - "to": [2, 1, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 12]}, - "faces": { - "north": {"uv": [0.5, 8.75, 0.75, 9], "texture": "#0"}, - "east": {"uv": [6.5, 7, 7, 7.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.5, 9, 0.75], "texture": "#0"}, - "west": {"uv": [7, 6.5, 7.5, 6.75], "texture": "#0"}, - "up": {"uv": [7.25, 7.25, 7, 6.75], "texture": "#0"}, - "down": {"uv": [7.5, 1.5, 7.25, 2], "texture": "#0"} - } - }, - { - "from": [1, 15, 12], - "to": [2, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 15, 12]}, - "faces": { - "north": {"uv": [0.75, 8.75, 1, 9], "texture": "#0"}, - "east": {"uv": [7.25, 2, 7.75, 2.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.75, 9, 1], "texture": "#0"}, - "west": {"uv": [7.25, 2.25, 7.75, 2.5], "texture": "#0"}, - "up": {"uv": [2.25, 7.75, 2, 7.25], "texture": "#0"}, - "down": {"uv": [7.5, 2.5, 7.25, 3], "texture": "#0"} - } - }, - { - "from": [2, 0, 14], - "to": [4, 1, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 0, 14]}, - "faces": { - "north": {"uv": [7.25, 3, 7.75, 3.25], "texture": "#0"}, - "east": {"uv": [1, 8.75, 1.25, 9], "texture": "#0"}, - "south": {"uv": [7.25, 3.25, 7.75, 3.5], "texture": "#0"}, - "west": {"uv": [8.75, 1, 9, 1.25], "texture": "#0"}, - "up": {"uv": [7.75, 3.75, 7.25, 3.5], "texture": "#0"}, - "down": {"uv": [7.75, 3.75, 7.25, 4], "texture": "#0"} - } - }, - { - "from": [2, 15, 14], - "to": [4, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 15, 14]}, - "faces": { - "north": {"uv": [7.25, 4, 7.75, 4.25], "texture": "#0"}, - "east": {"uv": [1.25, 8.75, 1.5, 9], "texture": "#0"}, - "south": {"uv": [4.25, 7.25, 4.75, 7.5], "texture": "#0"}, - "west": {"uv": [8.75, 1.25, 9, 1.5], "texture": "#0"}, - "up": {"uv": [7.75, 4.5, 7.25, 4.25], "texture": "#0"}, - "down": {"uv": [7.75, 4.5, 7.25, 4.75], "texture": "#0"} - } - }, - { - "from": [14, 0, 12], - "to": [15, 1, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 12]}, - "faces": { - "north": {"uv": [1.5, 8.75, 1.75, 9], "texture": "#0"}, - "east": {"uv": [4.75, 7.25, 5.25, 7.5], "texture": "#0"}, - "south": {"uv": [8.75, 1.5, 9, 1.75], "texture": "#0"}, - "west": {"uv": [7.25, 4.75, 7.75, 5], "texture": "#0"}, - "up": {"uv": [7.5, 5.75, 7.25, 5.25], "texture": "#0"}, - "down": {"uv": [7.5, 6, 7.25, 6.5], "texture": "#0"} - } - }, - { - "from": [14, 15, 12], - "to": [15, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 15, 12]}, - "faces": { - "north": {"uv": [1.75, 8.75, 2, 9], "texture": "#0"}, - "east": {"uv": [6.5, 7.25, 7, 7.5], "texture": "#0"}, - "south": {"uv": [8.75, 1.75, 9, 2], "texture": "#0"}, - "west": {"uv": [7.25, 6.75, 7.75, 7], "texture": "#0"}, - "up": {"uv": [7.25, 7.75, 7, 7.25], "texture": "#0"}, - "down": {"uv": [7.5, 7, 7.25, 7.5], "texture": "#0"} - } - }, - { - "from": [12, 0, 14], - "to": [14, 1, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 0, 14]}, - "faces": { - "north": {"uv": [0, 7.5, 0.5, 7.75], "texture": "#0"}, - "east": {"uv": [2, 8.75, 2.25, 9], "texture": "#0"}, - "south": {"uv": [0.5, 7.5, 1, 7.75], "texture": "#0"}, - "west": {"uv": [8.75, 2, 9, 2.25], "texture": "#0"}, - "up": {"uv": [1.5, 7.75, 1, 7.5], "texture": "#0"}, - "down": {"uv": [2, 7.5, 1.5, 7.75], "texture": "#0"} - } - }, - { - "from": [12, 15, 14], - "to": [14, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 15, 14]}, - "faces": { - "north": {"uv": [7.5, 1.5, 8, 1.75], "texture": "#0"}, - "east": {"uv": [2.25, 8.75, 2.5, 9], "texture": "#0"}, - "south": {"uv": [7.5, 1.75, 8, 2], "texture": "#0"}, - "west": {"uv": [8.75, 2.25, 9, 2.5], "texture": "#0"}, - "up": {"uv": [8, 2.75, 7.5, 2.5], "texture": "#0"}, - "down": {"uv": [8, 2.75, 7.5, 3], "texture": "#0"} - } - }, - { - "from": [2, 1, 0], - "to": [4, 2, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 1, 0]}, - "faces": { - "north": {"uv": [4.25, 7.5, 4.75, 7.75], "texture": "#0"}, - "east": {"uv": [2.5, 8.75, 2.75, 9], "texture": "#0"}, - "south": {"uv": [4.75, 7.5, 5.25, 7.75], "texture": "#0"}, - "west": {"uv": [8.75, 2.5, 9, 2.75], "texture": "#0"}, - "up": {"uv": [8, 5.25, 7.5, 5], "texture": "#0"}, - "down": {"uv": [8, 5.25, 7.5, 5.5], "texture": "#0"} - } - }, - { - "from": [2, 14, 0], - "to": [4, 15, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 14, 0]}, - "faces": { - "north": {"uv": [5.5, 7.5, 6, 7.75], "texture": "#0"}, - "east": {"uv": [2.75, 8.75, 3, 9], "texture": "#0"}, - "south": {"uv": [7.5, 5.5, 8, 5.75], "texture": "#0"}, - "west": {"uv": [8.75, 2.75, 9, 3], "texture": "#0"}, - "up": {"uv": [8, 6, 7.5, 5.75], "texture": "#0"}, - "down": {"uv": [6.5, 7.5, 6, 7.75], "texture": "#0"} - } - }, - { - "from": [0, 1, 2], - "to": [1, 2, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 2]}, - "faces": { - "north": {"uv": [3, 8.75, 3.25, 9], "texture": "#0"}, - "east": {"uv": [7.5, 6, 8, 6.25], "texture": "#0"}, - "south": {"uv": [8.75, 3, 9, 3.25], "texture": "#0"}, - "west": {"uv": [7.5, 6.25, 8, 6.5], "texture": "#0"}, - "up": {"uv": [6.75, 8, 6.5, 7.5], "texture": "#0"}, - "down": {"uv": [7, 7.5, 6.75, 8], "texture": "#0"} - } - }, - { - "from": [0, 14, 2], - "to": [1, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 14, 2]}, - "faces": { - "north": {"uv": [3.25, 8.75, 3.5, 9], "texture": "#0"}, - "east": {"uv": [7.5, 6.5, 8, 6.75], "texture": "#0"}, - "south": {"uv": [8.75, 3.25, 9, 3.5], "texture": "#0"}, - "west": {"uv": [7.5, 7, 8, 7.25], "texture": "#0"}, - "up": {"uv": [7.5, 8, 7.25, 7.5], "texture": "#0"}, - "down": {"uv": [7.75, 7.25, 7.5, 7.75], "texture": "#0"} - } - }, - { - "from": [0, 1, 12], - "to": [1, 2, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 12]}, - "faces": { - "north": {"uv": [3.5, 8.75, 3.75, 9], "texture": "#0"}, - "east": {"uv": [0, 7.75, 0.5, 8], "texture": "#0"}, - "south": {"uv": [8.75, 3.5, 9, 3.75], "texture": "#0"}, - "west": {"uv": [7.75, 0, 8.25, 0.25], "texture": "#0"}, - "up": {"uv": [8, 0.75, 7.75, 0.25], "texture": "#0"}, - "down": {"uv": [0.75, 7.75, 0.5, 8.25], "texture": "#0"} - } - }, - { - "from": [0, 14, 12], - "to": [1, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 14, 12]}, - "faces": { - "north": {"uv": [3.75, 8.75, 4, 9], "texture": "#0"}, - "east": {"uv": [0.75, 7.75, 1.25, 8], "texture": "#0"}, - "south": {"uv": [8.75, 3.75, 9, 4], "texture": "#0"}, - "west": {"uv": [7.75, 0.75, 8.25, 1], "texture": "#0"}, - "up": {"uv": [8, 1.5, 7.75, 1], "texture": "#0"}, - "down": {"uv": [1.5, 7.75, 1.25, 8.25], "texture": "#0"} - } - }, - { - "from": [12, 1, 0], - "to": [14, 2, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 0]}, - "faces": { - "north": {"uv": [1.5, 7.75, 2, 8], "texture": "#0"}, - "east": {"uv": [4, 8.75, 4.25, 9], "texture": "#0"}, - "south": {"uv": [2, 7.75, 2.5, 8], "texture": "#0"}, - "west": {"uv": [8.75, 4, 9, 4.25], "texture": "#0"}, - "up": {"uv": [8.25, 2.25, 7.75, 2], "texture": "#0"}, - "down": {"uv": [8.25, 2.25, 7.75, 2.5], "texture": "#0"} - } - }, - { - "from": [12, 14, 0], - "to": [14, 15, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 0]}, - "faces": { - "north": {"uv": [2.5, 7.75, 3, 8], "texture": "#0"}, - "east": {"uv": [8.75, 4.25, 9, 4.5], "texture": "#0"}, - "south": {"uv": [3, 7.75, 3.5, 8], "texture": "#0"}, - "west": {"uv": [8.75, 4.5, 9, 4.75], "texture": "#0"}, - "up": {"uv": [8.25, 3.25, 7.75, 3], "texture": "#0"}, - "down": {"uv": [8.25, 3.25, 7.75, 3.5], "texture": "#0"} - } - }, - { - "from": [15, 1, 2], - "to": [16, 2, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 1, 2]}, - "faces": { - "north": {"uv": [4.75, 8.75, 5, 9], "texture": "#0"}, - "east": {"uv": [3.5, 7.75, 4, 8], "texture": "#0"}, - "south": {"uv": [8.75, 4.75, 9, 5], "texture": "#0"}, - "west": {"uv": [7.75, 3.5, 8.25, 3.75], "texture": "#0"}, - "up": {"uv": [8, 4.25, 7.75, 3.75], "texture": "#0"}, - "down": {"uv": [4.25, 7.75, 4, 8.25], "texture": "#0"} - } - }, - { - "from": [15, 14, 2], - "to": [16, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 14, 2]}, - "faces": { - "north": {"uv": [8.75, 5, 9, 5.25], "texture": "#0"}, - "east": {"uv": [4.25, 7.75, 4.75, 8], "texture": "#0"}, - "south": {"uv": [5.25, 8.75, 5.5, 9], "texture": "#0"}, - "west": {"uv": [7.75, 4.25, 8.25, 4.5], "texture": "#0"}, - "up": {"uv": [8, 5, 7.75, 4.5], "texture": "#0"}, - "down": {"uv": [5, 7.75, 4.75, 8.25], "texture": "#0"} - } - }, - { - "from": [2, 1, 15], - "to": [4, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 1, 15]}, - "faces": { - "north": {"uv": [5, 7.75, 5.5, 8], "texture": "#0"}, - "east": {"uv": [8.75, 5.25, 9, 5.5], "texture": "#0"}, - "south": {"uv": [5.5, 7.75, 6, 8], "texture": "#0"}, - "west": {"uv": [5.5, 8.75, 5.75, 9], "texture": "#0"}, - "up": {"uv": [6.5, 8, 6, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 6.75, 7.75, 7], "texture": "#0"} - } - }, - { - "from": [2, 14, 15], - "to": [4, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 14, 15]}, - "faces": { - "north": {"uv": [7.75, 7.25, 8.25, 7.5], "texture": "#0"}, - "east": {"uv": [8.75, 5.5, 9, 5.75], "texture": "#0"}, - "south": {"uv": [7.5, 7.75, 8, 8], "texture": "#0"}, - "west": {"uv": [5.75, 8.75, 6, 9], "texture": "#0"}, - "up": {"uv": [8.25, 7.75, 7.75, 7.5], "texture": "#0"}, - "down": {"uv": [0.5, 8, 0, 8.25], "texture": "#0"} - } - }, - { - "from": [12, 1, 15], - "to": [14, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 15]}, - "faces": { - "north": {"uv": [8, 0.25, 8.5, 0.5], "texture": "#0"}, - "east": {"uv": [8.75, 5.75, 9, 6], "texture": "#0"}, - "south": {"uv": [8, 0.5, 8.5, 0.75], "texture": "#0"}, - "west": {"uv": [6, 8.75, 6.25, 9], "texture": "#0"}, - "up": {"uv": [1.25, 8.25, 0.75, 8], "texture": "#0"}, - "down": {"uv": [8.5, 1, 8, 1.25], "texture": "#0"} - } - }, - { - "from": [12, 14, 15], - "to": [14, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 15]}, - "faces": { - "north": {"uv": [8, 1.25, 8.5, 1.5], "texture": "#0"}, - "east": {"uv": [8.75, 6, 9, 6.25], "texture": "#0"}, - "south": {"uv": [1.5, 8, 2, 8.25], "texture": "#0"}, - "west": {"uv": [6.25, 8.75, 6.5, 9], "texture": "#0"}, - "up": {"uv": [8.5, 1.75, 8, 1.5], "texture": "#0"}, - "down": {"uv": [8.5, 1.75, 8, 2], "texture": "#0"} - } - }, - { - "from": [15, 1, 12], - "to": [16, 2, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 1, 13]}, - "faces": { - "north": {"uv": [8.75, 6.25, 9, 6.5], "texture": "#0"}, - "east": {"uv": [2, 8, 2.5, 8.25], "texture": "#0"}, - "south": {"uv": [6.5, 8.75, 6.75, 9], "texture": "#0"}, - "west": {"uv": [2.5, 8, 3, 8.25], "texture": "#0"}, - "up": {"uv": [7.25, 8.25, 7, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 2.5, 8, 3], "texture": "#0"} - } - }, - { - "from": [15, 14, 12], - "to": [16, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 14, 13]}, - "faces": { - "north": {"uv": [8.75, 6.5, 9, 6.75], "texture": "#0"}, - "east": {"uv": [3, 8, 3.5, 8.25], "texture": "#0"}, - "south": {"uv": [6.75, 8.75, 7, 9], "texture": "#0"}, - "west": {"uv": [3.5, 8, 4, 8.25], "texture": "#0"}, - "up": {"uv": [8.25, 4.25, 8, 3.75], "texture": "#0"}, - "down": {"uv": [4.5, 8, 4.25, 8.5], "texture": "#0"} - } - }, - { - "from": [0, 2, 1], - "to": [1, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 1]}, - "faces": { - "north": {"uv": [4.5, 8, 4.75, 8.5], "texture": "#0"}, - "east": {"uv": [8, 4.5, 8.25, 5], "texture": "#0"}, - "south": {"uv": [5, 8, 5.25, 8.5], "texture": "#0"}, - "west": {"uv": [8, 5, 8.25, 5.5], "texture": "#0"}, - "up": {"uv": [9, 7, 8.75, 6.75], "texture": "#0"}, - "down": {"uv": [7.25, 8.75, 7, 9], "texture": "#0"} - } - }, - { - "from": [0, 12, 1], - "to": [1, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 12, 1]}, - "faces": { - "north": {"uv": [5.25, 8, 5.5, 8.5], "texture": "#0"}, - "east": {"uv": [5.5, 8, 5.75, 8.5], "texture": "#0"}, - "south": {"uv": [8, 5.5, 8.25, 6], "texture": "#0"}, - "west": {"uv": [5.75, 8, 6, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.25, 8.75, 7], "texture": "#0"}, - "down": {"uv": [7.5, 8.75, 7.25, 9], "texture": "#0"} - } - }, - { - "from": [1, 2, 0], - "to": [2, 4, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 2, 0]}, - "faces": { - "north": {"uv": [6, 8, 6.25, 8.5], "texture": "#0"}, - "east": {"uv": [8, 6, 8.25, 6.5], "texture": "#0"}, - "south": {"uv": [6.25, 8, 6.5, 8.5], "texture": "#0"}, - "west": {"uv": [6.5, 8, 6.75, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.5, 8.75, 7.25], "texture": "#0"}, - "down": {"uv": [7.75, 8.75, 7.5, 9], "texture": "#0"} - } - }, - { - "from": [1, 12, 0], - "to": [2, 14, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 0]}, - "faces": { - "north": {"uv": [6.75, 8, 7, 8.5], "texture": "#0"}, - "east": {"uv": [7.25, 8, 7.5, 8.5], "texture": "#0"}, - "south": {"uv": [7.5, 8, 7.75, 8.5], "texture": "#0"}, - "west": {"uv": [7.75, 8, 8, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.75, 8.75, 7.5], "texture": "#0"}, - "down": {"uv": [8, 8.75, 7.75, 9], "texture": "#0"} - } - }, - { - "from": [0, 2, 14], - "to": [1, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 14]}, - "faces": { - "north": {"uv": [8, 7.75, 8.25, 8.25], "texture": "#0"}, - "east": {"uv": [0, 8.25, 0.25, 8.75], "texture": "#0"}, - "south": {"uv": [0.25, 8.25, 0.5, 8.75], "texture": "#0"}, - "west": {"uv": [0.5, 8.25, 0.75, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8, 8.75, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 8.75, 8, 9], "texture": "#0"} - } - }, - { - "from": [0, 12, 14], - "to": [1, 14, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 12, 14]}, - "faces": { - "north": {"uv": [0.75, 8.25, 1, 8.75], "texture": "#0"}, - "east": {"uv": [1, 8.25, 1.25, 8.75], "texture": "#0"}, - "south": {"uv": [1.25, 8.25, 1.5, 8.75], "texture": "#0"}, - "west": {"uv": [1.5, 8.25, 1.75, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.25, 8.75, 8], "texture": "#0"}, - "down": {"uv": [8.5, 8.75, 8.25, 9], "texture": "#0"} - } - }, - { - "from": [1, 2, 15], - "to": [2, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 2, 15]}, - "faces": { - "north": {"uv": [1.75, 8.25, 2, 8.75], "texture": "#0"}, - "east": {"uv": [2, 8.25, 2.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 2, 8.5, 2.5], "texture": "#0"}, - "west": {"uv": [2.25, 8.25, 2.5, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.5, 8.75, 8.25], "texture": "#0"}, - "down": {"uv": [8.75, 8.75, 8.5, 9], "texture": "#0"} - } - }, - { - "from": [1, 12, 15], - "to": [2, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 15]}, - "faces": { - "north": {"uv": [2.5, 8.25, 2.75, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 2.5, 8.5, 3], "texture": "#0"}, - "south": {"uv": [2.75, 8.25, 3, 8.75], "texture": "#0"}, - "west": {"uv": [3, 8.25, 3.25, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.75, 8.75, 8.5], "texture": "#0"}, - "down": {"uv": [9, 8.75, 8.75, 9], "texture": "#0"} - } - }, - { - "from": [14, 2, 15], - "to": [15, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 2, 15]}, - "faces": { - "north": {"uv": [8.25, 3, 8.5, 3.5], "texture": "#0"}, - "east": {"uv": [3.25, 8.25, 3.5, 8.75], "texture": "#0"}, - "south": {"uv": [3.5, 8.25, 3.75, 8.75], "texture": "#0"}, - "west": {"uv": [8.25, 3.5, 8.5, 4], "texture": "#0"}, - "up": {"uv": [0.25, 9.25, 0, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0, 9, 0.25], "texture": "#0"} - } - }, - { - "from": [14, 12, 15], - "to": [15, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 15]}, - "faces": { - "north": {"uv": [3.75, 8.25, 4, 8.75], "texture": "#0"}, - "east": {"uv": [4, 8.25, 4.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 4, 8.5, 4.5], "texture": "#0"}, - "west": {"uv": [8.25, 4.5, 8.5, 5], "texture": "#0"}, - "up": {"uv": [0.5, 9.25, 0.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.25, 9, 0.5], "texture": "#0"} - } - }, - { - "from": [15, 2, 14], - "to": [16, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 2, 14]}, - "faces": { - "north": {"uv": [4.75, 8.25, 5, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 5, 8.5, 5.5], "texture": "#0"}, - "south": {"uv": [8.25, 5.5, 8.5, 6], "texture": "#0"}, - "west": {"uv": [8.25, 6, 8.5, 6.5], "texture": "#0"}, - "up": {"uv": [0.75, 9.25, 0.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.5, 9, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 12, 14], - "to": [16, 14, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 14]}, - "faces": { - "north": {"uv": [8.25, 6.5, 8.5, 7], "texture": "#0"}, - "east": {"uv": [7, 8.25, 7.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 7, 8.5, 7.5], "texture": "#0"}, - "west": {"uv": [8.25, 7.5, 8.5, 8], "texture": "#0"}, - "up": {"uv": [1, 9.25, 0.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.75, 9, 1], "texture": "#0"} - } - }, - { - "from": [14, 2, 0], - "to": [15, 4, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 2, 0]}, - "faces": { - "north": {"uv": [8, 8.25, 8.25, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 8, 8.5, 8.5], "texture": "#0"}, - "south": {"uv": [8.5, 0, 8.75, 0.5], "texture": "#0"}, - "west": {"uv": [8.5, 0.5, 8.75, 1], "texture": "#0"}, - "up": {"uv": [1.25, 9.25, 1, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1, 9, 1.25], "texture": "#0"} - } - }, - { - "from": [14, 12, 0], - "to": [15, 14, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 0]}, - "faces": { - "north": {"uv": [8.5, 1, 8.75, 1.5], "texture": "#0"}, - "east": {"uv": [8.5, 1.5, 8.75, 2], "texture": "#0"}, - "south": {"uv": [8.5, 2, 8.75, 2.5], "texture": "#0"}, - "west": {"uv": [8.5, 2.5, 8.75, 3], "texture": "#0"}, - "up": {"uv": [1.5, 9.25, 1.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.25, 9, 1.5], "texture": "#0"} - } - }, - { - "from": [15, 2, 1], - "to": [16, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 2, 1]}, - "faces": { - "north": {"uv": [8.5, 3, 8.75, 3.5], "texture": "#0"}, - "east": {"uv": [8.5, 3.5, 8.75, 4], "texture": "#0"}, - "south": {"uv": [8.5, 4, 8.75, 4.5], "texture": "#0"}, - "west": {"uv": [4.25, 8.5, 4.5, 9], "texture": "#0"}, - "up": {"uv": [1.75, 9.25, 1.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.5, 9, 1.75], "texture": "#0"} - } - }, - { - "from": [15, 12, 1], - "to": [16, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 1]}, - "faces": { - "north": {"uv": [4.5, 8.5, 4.75, 9], "texture": "#0"}, - "east": {"uv": [8.5, 4.5, 8.75, 5], "texture": "#0"}, - "south": {"uv": [5, 8.5, 5.25, 9], "texture": "#0"}, - "west": {"uv": [8.5, 5, 8.75, 5.5], "texture": "#0"}, - "up": {"uv": [2, 9.25, 1.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.75, 9, 2], "texture": "#0"} - } - }, - { - "from": [0, 4, 0], - "to": [1, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 4, 0]}, - "faces": { - "north": {"uv": [0.25, 5.5, 0.5, 7.5], "texture": "#0"}, - "east": {"uv": [0.5, 5.5, 0.75, 7.5], "texture": "#0"}, - "south": {"uv": [0.75, 5.5, 1, 7.5], "texture": "#0"}, - "west": {"uv": [1, 5.5, 1.25, 7.5], "texture": "#0"}, - "up": {"uv": [2.25, 9.25, 2, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2, 9, 2.25], "texture": "#0"} - } - }, - { - "from": [15, 4, 0], - "to": [16, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 4, 0]}, - "faces": { - "north": {"uv": [1.25, 5.5, 1.5, 7.5], "texture": "#0"}, - "east": {"uv": [1.5, 5.5, 1.75, 7.5], "texture": "#0"}, - "south": {"uv": [1.75, 5.5, 2, 7.5], "texture": "#0"}, - "west": {"uv": [2.25, 5.75, 2.5, 7.75], "texture": "#0"}, - "up": {"uv": [2.5, 9.25, 2.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.25, 9, 2.5], "texture": "#0"} - } - }, - { - "from": [15, 4, 15], - "to": [16, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 4, 15]}, - "faces": { - "north": {"uv": [2.5, 5.75, 2.75, 7.75], "texture": "#0"}, - "east": {"uv": [2.75, 5.75, 3, 7.75], "texture": "#0"}, - "south": {"uv": [3, 5.75, 3.25, 7.75], "texture": "#0"}, - "west": {"uv": [3.25, 5.75, 3.5, 7.75], "texture": "#0"}, - "up": {"uv": [2.75, 9.25, 2.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.5, 9, 2.75], "texture": "#0"} - } - }, - { - "from": [0, 4, 15], - "to": [1, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 4, 15]}, - "faces": { - "north": {"uv": [3.5, 5.75, 3.75, 7.75], "texture": "#0"}, - "east": {"uv": [3.75, 5.75, 4, 7.75], "texture": "#0"}, - "south": {"uv": [4, 5.75, 4.25, 7.75], "texture": "#0"}, - "west": {"uv": [5.25, 5.75, 5.5, 7.75], "texture": "#0"}, - "up": {"uv": [3, 9.25, 2.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.75, 9, 3], "texture": "#0"} - } - }, - { - "from": [1, 1, 1], - "to": [4, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 1, 1]}, - "faces": { - "north": {"uv": [0, 0, 0.75, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1.5], "texture": "#0"}, - "south": {"uv": [0.75, 0, 1.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.75, 0.75, 1.5, 1.5], "texture": "#0"}, - "up": {"uv": [0.75, 2.25, 0, 1.5], "texture": "#0"}, - "down": {"uv": [2.25, 0, 1.5, 0.75], "texture": "#0"} - } - }, - { - "from": [1, 12, 1], - "to": [4, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 1]}, - "faces": { - "north": {"uv": [0.75, 1.5, 1.5, 2.25], "texture": "#0"}, - "east": {"uv": [1.5, 0.75, 2.25, 1.5], "texture": "#0"}, - "south": {"uv": [1.5, 1.5, 2.25, 2.25], "texture": "#0"}, - "west": {"uv": [0, 2.25, 0.75, 3], "texture": "#0"}, - "up": {"uv": [3, 0.75, 2.25, 0], "texture": "#0"}, - "down": {"uv": [1.5, 2.25, 0.75, 3], "texture": "#0"} - } - }, - { - "from": [12, 1, 1], - "to": [15, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 1]}, - "faces": { - "north": {"uv": [2.25, 0.75, 3, 1.5], "texture": "#0"}, - "east": {"uv": [1.5, 2.25, 2.25, 3], "texture": "#0"}, - "south": {"uv": [2.25, 1.5, 3, 2.25], "texture": "#0"}, - "west": {"uv": [2.25, 2.25, 3, 3], "texture": "#0"}, - "up": {"uv": [0.75, 3.75, 0, 3], "texture": "#0"}, - "down": {"uv": [3.75, 0, 3, 0.75], "texture": "#0"} - } - }, - { - "from": [12, 12, 1], - "to": [15, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 1]}, - "faces": { - "north": {"uv": [0.75, 3, 1.5, 3.75], "texture": "#0"}, - "east": {"uv": [3, 0.75, 3.75, 1.5], "texture": "#0"}, - "south": {"uv": [1.5, 3, 2.25, 3.75], "texture": "#0"}, - "west": {"uv": [3, 1.5, 3.75, 2.25], "texture": "#0"}, - "up": {"uv": [3, 3.75, 2.25, 3], "texture": "#0"}, - "down": {"uv": [3.75, 2.25, 3, 3], "texture": "#0"} - } - }, - { - "from": [12, 1, 12], - "to": [15, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 12]}, - "faces": { - "north": {"uv": [3, 3, 3.75, 3.75], "texture": "#0"}, - "east": {"uv": [0, 3.75, 0.75, 4.5], "texture": "#0"}, - "south": {"uv": [3.75, 0, 4.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.75, 3.75, 1.5, 4.5], "texture": "#0"}, - "up": {"uv": [4.5, 1.5, 3.75, 0.75], "texture": "#0"}, - "down": {"uv": [2.25, 3.75, 1.5, 4.5], "texture": "#0"} - } - }, - { - "from": [12, 12, 12], - "to": [15, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 12]}, - "faces": { - "north": {"uv": [3.75, 1.5, 4.5, 2.25], "texture": "#0"}, - "east": {"uv": [2.25, 3.75, 3, 4.5], "texture": "#0"}, - "south": {"uv": [3.75, 2.25, 4.5, 3], "texture": "#0"}, - "west": {"uv": [3, 3.75, 3.75, 4.5], "texture": "#0"}, - "up": {"uv": [4.5, 3.75, 3.75, 3], "texture": "#0"}, - "down": {"uv": [4.5, 3.75, 3.75, 4.5], "texture": "#0"} - } - }, - { - "from": [1, 1, 12], - "to": [4, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 1, 12]}, - "faces": { - "north": {"uv": [0, 4.5, 0.75, 5.25], "texture": "#0"}, - "east": {"uv": [4.5, 0, 5.25, 0.75], "texture": "#0"}, - "south": {"uv": [0.75, 4.5, 1.5, 5.25], "texture": "#0"}, - "west": {"uv": [4.5, 0.75, 5.25, 1.5], "texture": "#0"}, - "up": {"uv": [2.25, 5.25, 1.5, 4.5], "texture": "#0"}, - "down": {"uv": [5.25, 1.5, 4.5, 2.25], "texture": "#0"} - } - }, - { - "from": [1, 12, 12], - "to": [4, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 12]}, - "faces": { - "north": {"uv": [2.25, 4.5, 3, 5.25], "texture": "#0"}, - "east": {"uv": [4.5, 2.25, 5.25, 3], "texture": "#0"}, - "south": {"uv": [3, 4.5, 3.75, 5.25], "texture": "#0"}, - "west": {"uv": [4.5, 3, 5.25, 3.75], "texture": "#0"}, - "up": {"uv": [4.5, 5.25, 3.75, 4.5], "texture": "#0"}, - "down": {"uv": [5.25, 3.75, 4.5, 4.5], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [-16, -13, 0], - "translation": [0, 4, 0], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [-16, -13, 0], - "translation": [0, 4, 0], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [10, 16, 3], - "translation": [2, -1, 2], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_lefthand": { - "rotation": [10, 16, 3], - "translation": [2, -1, 2], - "scale": [0.6, 0.6, 0.6] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [20, 20, 0], - "translation": [0, -0.25, 0], - "scale": [0.7, 0.7, 0.7] - }, - "head": { - "translation": [0, 14.5, 0] - }, - "fixed": { - "translation": [0, 0, 3.5] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [1, 12, 12], - "children": [ - { - "name": "core", - "origin": [4, 4, 4], - "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] - }, - { - "name": "core_support", - "origin": [3, 3, 4], - "children": [25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42] - }, - { - "name": "frame", - "origin": [1, 12, 12], - "children": [43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110] - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/notarfbadium_singularity_resource_generator.json b/src/main/resources/assets/cuboidmod/models/block/notarfbadium_singularity_resource_generator.json deleted file mode 100644 index 116367f..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/notarfbadium_singularity_resource_generator.json +++ /dev/null @@ -1,1061 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "texture_size": [64, 64], - "textures": { - "0": "cuboidmod:model/notarfbadium_singularity_resource_generator_casing", - "1": "cuboidmod:model/singularity_resource_generator_pillar", - "particle": "cuboidmod:model/notarfbadium_singularity_resource_generator_casing" - }, - "elements": [ - { - "from": [10, 14, 3], - "to": [13, 15, 6], - "faces": { - "north": {"uv": [4.5, 6.75, 5.25, 7], "texture": "#1"}, - "east": {"uv": [5.5, 7.5, 6.25, 7.75], "texture": "#1"}, - "south": {"uv": [6.5, 7.75, 7.25, 8], "texture": "#1"}, - "west": {"uv": [3.25, 9.25, 4, 9.5], "texture": "#1"}, - "up": {"uv": [1.75, 8.75, 1, 8], "texture": "#1"}, - "down": {"uv": [2.5, 8, 1.75, 8.75], "texture": "#1"} - } - }, - { - "from": [10, 1, 3], - "to": [13, 2, 6], - "faces": { - "north": {"uv": [4.25, 9.5, 5, 9.75], "texture": "#1"}, - "east": {"uv": [5.5, 11.25, 6.25, 11.5], "texture": "#1"}, - "south": {"uv": [9.25, 11.25, 10, 11.5], "texture": "#1"}, - "west": {"uv": [10, 11.25, 10.75, 11.5], "texture": "#1"}, - "up": {"uv": [4.75, 9, 4, 8.25], "texture": "#1"}, - "down": {"uv": [5.5, 8.25, 4.75, 9], "texture": "#1"} - } - }, - { - "from": [9.8, 4, 5.3], - "to": [10.7, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [2.25, 8.75, 2.5, 9.25], "texture": "#1"}, - "east": {"uv": [5.25, 11.75, 5.5, 12.25], "texture": "#1"}, - "south": {"uv": [5.5, 11.75, 5.75, 12.25], "texture": "#1"}, - "west": {"uv": [5.75, 11.75, 6, 12.25], "texture": "#1"}, - "up": {"uv": [6.25, 6, 6, 5.75], "texture": "#1"}, - "down": {"uv": [9.5, 0.75, 9.25, 1], "texture": "#1"} - } - }, - { - "from": [9.539, 7, 5.6915], - "to": [10.3085, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [12.25, 7, 12.4375, 7.5], "texture": "#1"}, - "east": {"uv": [7.5, 12.25, 7.6875, 12.75], "texture": "#1"}, - "south": {"uv": [12.25, 7.5, 12.4375, 8], "texture": "#1"}, - "west": {"uv": [7.75, 12.25, 7.9375, 12.75], "texture": "#1"}, - "up": {"uv": [10.4375, 12.6875, 10.25, 12.5], "texture": "#1"}, - "down": {"uv": [12.6875, 10.25, 12.5, 10.4375], "texture": "#1"} - } - }, - { - "from": [9.62, 6, 5.57], - "to": [10.43, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 4.25, 12.6875, 4.5], "texture": "#1"}, - "east": {"uv": [12.5, 4.5, 12.6875, 4.75], "texture": "#1"}, - "south": {"uv": [12.5, 4.75, 12.6875, 5], "texture": "#1"}, - "west": {"uv": [12.5, 5, 12.6875, 5.25], "texture": "#1"}, - "up": {"uv": [10.6875, 12.6875, 10.5, 12.5], "texture": "#1"}, - "down": {"uv": [12.6875, 10.5, 12.5, 10.6875], "texture": "#1"} - } - }, - { - "from": [9.62, 9, 5.57], - "to": [10.43, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 5.25, 12.6875, 5.5], "texture": "#1"}, - "east": {"uv": [12.5, 5.5, 12.6875, 5.75], "texture": "#1"}, - "south": {"uv": [12.5, 5.75, 12.6875, 6], "texture": "#1"}, - "west": {"uv": [6, 12.5, 6.1875, 12.75], "texture": "#1"}, - "up": {"uv": [12.6875, 10.9375, 12.5, 10.75], "texture": "#1"}, - "down": {"uv": [12.6875, 11, 12.5, 11.1875], "texture": "#1"} - } - }, - { - "from": [9.8, 10, 5.3], - "to": [10.7, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [6, 11.75, 6.25, 12.25], "texture": "#1"}, - "east": {"uv": [6.25, 11.75, 6.5, 12.25], "texture": "#1"}, - "south": {"uv": [6.5, 11.75, 6.75, 12.25], "texture": "#1"}, - "west": {"uv": [6.75, 11.75, 7, 12.25], "texture": "#1"}, - "up": {"uv": [2.25, 9.75, 2, 9.5], "texture": "#1"}, - "down": {"uv": [3.25, 9.75, 3, 10], "texture": "#1"} - } - }, - { - "from": [10, 11, 5], - "to": [11, 13, 6], - "faces": { - "north": {"uv": [7, 11.75, 7.25, 12.25], "texture": "#1"}, - "east": {"uv": [7.25, 11.75, 7.5, 12.25], "texture": "#1"}, - "south": {"uv": [11.75, 7.25, 12, 7.75], "texture": "#1"}, - "west": {"uv": [7.5, 11.75, 7.75, 12.25], "texture": "#1"}, - "up": {"uv": [2, 10.25, 1.75, 10], "texture": "#1"}, - "down": {"uv": [4.25, 10, 4, 10.25], "texture": "#1"} - } - }, - { - "from": [10, 3, 5], - "to": [11, 5, 6], - "faces": { - "north": {"uv": [7.75, 11.75, 8, 12.25], "texture": "#1"}, - "east": {"uv": [8, 11.75, 8.25, 12.25], "texture": "#1"}, - "south": {"uv": [8.25, 11.75, 8.5, 12.25], "texture": "#1"}, - "west": {"uv": [8.5, 11.75, 8.75, 12.25], "texture": "#1"}, - "up": {"uv": [3, 10.5, 2.75, 10.25], "texture": "#1"}, - "down": {"uv": [4, 10.5, 3.75, 10.75], "texture": "#1"} - } - }, - { - "from": [10, 13, 4], - "to": [12, 14, 6], - "faces": { - "north": {"uv": [3, 7.5, 3.5, 7.75], "texture": "#1"}, - "east": {"uv": [5, 9, 5.5, 9.25], "texture": "#1"}, - "south": {"uv": [2, 11.25, 2.5, 11.5], "texture": "#1"}, - "west": {"uv": [11.75, 7.75, 12.25, 8], "texture": "#1"}, - "up": {"uv": [3.5, 7.5, 3, 7], "texture": "#1"}, - "down": {"uv": [4.5, 7.75, 4, 8.25], "texture": "#1"} - } - }, - { - "from": [10, 2, 4], - "to": [12, 3, 6], - "faces": { - "north": {"uv": [8.75, 11.75, 9.25, 12], "texture": "#1"}, - "east": {"uv": [9.25, 11.75, 9.75, 12], "texture": "#1"}, - "south": {"uv": [9.75, 11.75, 10.25, 12], "texture": "#1"}, - "west": {"uv": [10.25, 11.75, 10.75, 12], "texture": "#1"}, - "up": {"uv": [3, 8.5, 2.5, 8], "texture": "#1"}, - "down": {"uv": [3.25, 10.5, 2.75, 11], "texture": "#1"} - } - }, - { - "from": [3, 14, 3], - "to": [6, 15, 6], - "faces": { - "north": {"uv": [10.75, 11.25, 11.5, 11.5], "texture": "#1"}, - "east": {"uv": [11.25, 10.75, 12, 11], "texture": "#1"}, - "south": {"uv": [11.25, 11, 12, 11.25], "texture": "#1"}, - "west": {"uv": [2, 11.5, 2.75, 11.75], "texture": "#1"}, - "up": {"uv": [9.25, 1, 8.5, 0.25], "texture": "#1"}, - "down": {"uv": [3.25, 8.5, 2.5, 9.25], "texture": "#1"} - } - }, - { - "from": [3, 1, 3], - "to": [6, 2, 6], - "faces": { - "north": {"uv": [11.5, 2, 12.25, 2.25], "texture": "#1"}, - "east": {"uv": [11.5, 2.25, 12.25, 2.5], "texture": "#1"}, - "south": {"uv": [2.75, 11.5, 3.5, 11.75], "texture": "#1"}, - "west": {"uv": [3.5, 11.5, 4.25, 11.75], "texture": "#1"}, - "up": {"uv": [4, 9.25, 3.25, 8.5], "texture": "#1"}, - "down": {"uv": [6.25, 8.5, 5.5, 9.25], "texture": "#1"} - } - }, - { - "from": [5.3, 4, 5.3], - "to": [6.2, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [10.75, 11.75, 11, 12.25], "texture": "#1"}, - "east": {"uv": [11, 11.75, 11.25, 12.25], "texture": "#1"}, - "south": {"uv": [11.25, 11.75, 11.5, 12.25], "texture": "#1"}, - "west": {"uv": [11.5, 11.75, 11.75, 12.25], "texture": "#1"}, - "up": {"uv": [2.75, 11, 2.5, 10.75], "texture": "#1"}, - "down": {"uv": [3.75, 11, 3.5, 11.25], "texture": "#1"} - } - }, - { - "from": [5.6915, 7, 5.6915], - "to": [6.461, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [8, 12.25, 8.1875, 12.75], "texture": "#1"}, - "east": {"uv": [12.25, 8, 12.4375, 8.5], "texture": "#1"}, - "south": {"uv": [8.25, 12.25, 8.4375, 12.75], "texture": "#1"}, - "west": {"uv": [8.5, 12.25, 8.6875, 12.75], "texture": "#1"}, - "up": {"uv": [11.6875, 12.6875, 11.5, 12.5], "texture": "#1"}, - "down": {"uv": [11.9375, 12.5, 11.75, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.57, 6, 5.57], - "to": [6.38, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [6.25, 12.5, 6.4375, 12.75], "texture": "#1"}, - "east": {"uv": [6.5, 12.5, 6.6875, 12.75], "texture": "#1"}, - "south": {"uv": [6.75, 12.5, 6.9375, 12.75], "texture": "#1"}, - "west": {"uv": [7, 12.5, 7.1875, 12.75], "texture": "#1"}, - "up": {"uv": [12.1875, 12.6875, 12, 12.5], "texture": "#1"}, - "down": {"uv": [12.4375, 12.5, 12.25, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.57, 9, 5.57], - "to": [6.38, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 7, 12.6875, 7.25], "texture": "#1"}, - "east": {"uv": [7.25, 12.5, 7.4375, 12.75], "texture": "#1"}, - "south": {"uv": [12.5, 7.25, 12.6875, 7.5], "texture": "#1"}, - "west": {"uv": [12.5, 7.5, 12.6875, 7.75], "texture": "#1"}, - "up": {"uv": [12.6875, 12.4375, 12.5, 12.25], "texture": "#1"}, - "down": {"uv": [12.6875, 12.5, 12.5, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.3, 10, 5.3], - "to": [6.2, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [11.75, 11.5, 12, 12], "texture": "#1"}, - "east": {"uv": [0, 12, 0.25, 12.5], "texture": "#1"}, - "south": {"uv": [0.25, 12, 0.5, 12.5], "texture": "#1"}, - "west": {"uv": [0.5, 12, 0.75, 12.5], "texture": "#1"}, - "up": {"uv": [0.75, 12.75, 0.5, 12.5], "texture": "#1"}, - "down": {"uv": [1, 12.5, 0.75, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 11, 5], - "to": [6, 13, 6], - "faces": { - "north": {"uv": [1.25, 12, 1.5, 12.5], "texture": "#1"}, - "east": {"uv": [1.5, 12, 1.75, 12.5], "texture": "#1"}, - "south": {"uv": [1.75, 12, 2, 12.5], "texture": "#1"}, - "west": {"uv": [12, 2.5, 12.25, 3], "texture": "#1"}, - "up": {"uv": [12.75, 1, 12.5, 0.75], "texture": "#1"}, - "down": {"uv": [1.25, 12.5, 1, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 3, 5], - "to": [6, 5, 6], - "faces": { - "north": {"uv": [3, 12, 3.25, 12.5], "texture": "#1"}, - "east": {"uv": [12, 3, 12.25, 3.5], "texture": "#1"}, - "south": {"uv": [3.25, 12, 3.5, 12.5], "texture": "#1"}, - "west": {"uv": [3.5, 12, 3.75, 12.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.25, 12.5, 1], "texture": "#1"}, - "down": {"uv": [1.5, 12.5, 1.25, 12.75], "texture": "#1"} - } - }, - { - "from": [4, 13, 4], - "to": [6, 14, 6], - "faces": { - "north": {"uv": [12, 0, 12.5, 0.25], "texture": "#1"}, - "east": {"uv": [12, 3.5, 12.5, 3.75], "texture": "#1"}, - "south": {"uv": [3.75, 12, 4.25, 12.25], "texture": "#1"}, - "west": {"uv": [12, 3.75, 12.5, 4], "texture": "#1"}, - "up": {"uv": [3.75, 11, 3.25, 10.5], "texture": "#1"}, - "down": {"uv": [11, 4, 10.5, 4.5], "texture": "#1"} - } - }, - { - "from": [4, 2, 4], - "to": [6, 3, 6], - "faces": { - "north": {"uv": [12, 4, 12.5, 4.25], "texture": "#1"}, - "east": {"uv": [4.25, 12, 4.75, 12.25], "texture": "#1"}, - "south": {"uv": [12, 4.25, 12.5, 4.5], "texture": "#1"}, - "west": {"uv": [4.75, 12, 5.25, 12.25], "texture": "#1"}, - "up": {"uv": [11, 8.5, 10.5, 8], "texture": "#1"}, - "down": {"uv": [11, 10.25, 10.5, 10.75], "texture": "#1"} - } - }, - { - "from": [3, 14, 10], - "to": [6, 15, 13], - "faces": { - "north": {"uv": [4.25, 11.5, 5, 11.75], "texture": "#1"}, - "east": {"uv": [5, 11.5, 5.75, 11.75], "texture": "#1"}, - "south": {"uv": [11.5, 5.25, 12.25, 5.5], "texture": "#1"}, - "west": {"uv": [11.5, 5.5, 12.25, 5.75], "texture": "#1"}, - "up": {"uv": [7, 9.25, 6.25, 8.5], "texture": "#1"}, - "down": {"uv": [7.75, 8.5, 7, 9.25], "texture": "#1"} - } - }, - { - "from": [3, 1, 10], - "to": [6, 2, 13], - "faces": { - "north": {"uv": [5.75, 11.5, 6.5, 11.75], "texture": "#1"}, - "east": {"uv": [6.5, 11.5, 7.25, 11.75], "texture": "#1"}, - "south": {"uv": [7.25, 11.5, 8, 11.75], "texture": "#1"}, - "west": {"uv": [8, 11.5, 8.75, 11.75], "texture": "#1"}, - "up": {"uv": [8.5, 9.25, 7.75, 8.5], "texture": "#1"}, - "down": {"uv": [9.25, 8.5, 8.5, 9.25], "texture": "#1"} - } - }, - { - "from": [5.3, 4, 9.8], - "to": [6.2, 5.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [12, 4.75, 12.25, 5.25], "texture": "#1"}, - "east": {"uv": [12, 6.75, 12.25, 7.25], "texture": "#1"}, - "south": {"uv": [12, 7.25, 12.25, 7.75], "texture": "#1"}, - "west": {"uv": [12, 8, 12.25, 8.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.5, 12.5, 1.25], "texture": "#1"}, - "down": {"uv": [1.75, 12.5, 1.5, 12.75], "texture": "#1"} - } - }, - { - "from": [5.6915, 7, 9.539], - "to": [6.461, 9, 10.3085], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [12.25, 8.5, 12.4375, 9], "texture": "#1"}, - "east": {"uv": [12.25, 9, 12.4375, 9.5], "texture": "#1"}, - "south": {"uv": [12.25, 9.5, 12.4375, 10], "texture": "#1"}, - "west": {"uv": [12.25, 10.25, 12.4375, 10.75], "texture": "#1"}, - "up": {"uv": [0.1875, 12.9375, 0, 12.75], "texture": "#1"}, - "down": {"uv": [0.4375, 12.75, 0.25, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.57, 6, 9.62], - "to": [6.38, 7, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 7.75, 12.6875, 8], "texture": "#1"}, - "east": {"uv": [12.5, 8, 12.6875, 8.25], "texture": "#1"}, - "south": {"uv": [12.5, 8.25, 12.6875, 8.5], "texture": "#1"}, - "west": {"uv": [12.5, 8.5, 12.6875, 8.75], "texture": "#1"}, - "up": {"uv": [12.9375, 0.4375, 12.75, 0.25], "texture": "#1"}, - "down": {"uv": [0.6875, 12.75, 0.5, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.57, 9, 9.62], - "to": [6.38, 10, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [8.75, 12.5, 8.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 8.75, 12.6875, 9], "texture": "#1"}, - "south": {"uv": [9, 12.5, 9.1875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 9, 12.6875, 9.25], "texture": "#1"}, - "up": {"uv": [12.9375, 0.6875, 12.75, 0.5], "texture": "#1"}, - "down": {"uv": [0.9375, 12.75, 0.75, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.3, 10, 9.8], - "to": [6.2, 11.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [8.75, 12, 9, 12.5], "texture": "#1"}, - "east": {"uv": [9, 12, 9.25, 12.5], "texture": "#1"}, - "south": {"uv": [12, 9, 12.25, 9.5], "texture": "#1"}, - "west": {"uv": [9.25, 12, 9.5, 12.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.75, 12.5, 1.5], "texture": "#1"}, - "down": {"uv": [2, 12.5, 1.75, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 11, 10], - "to": [6, 13, 11], - "faces": { - "north": {"uv": [9.5, 12, 9.75, 12.5], "texture": "#1"}, - "east": {"uv": [12, 9.5, 12.25, 10], "texture": "#1"}, - "south": {"uv": [9.75, 12, 10, 12.5], "texture": "#1"}, - "west": {"uv": [10, 12, 10.25, 12.5], "texture": "#1"}, - "up": {"uv": [2.25, 12.75, 2, 12.5], "texture": "#1"}, - "down": {"uv": [2.5, 12.5, 2.25, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 3, 10], - "to": [6, 5, 11], - "faces": { - "north": {"uv": [10.25, 12, 10.5, 12.5], "texture": "#1"}, - "east": {"uv": [10.5, 12, 10.75, 12.5], "texture": "#1"}, - "south": {"uv": [12, 10.75, 12.25, 11.25], "texture": "#1"}, - "west": {"uv": [12, 11.5, 12.25, 12], "texture": "#1"}, - "up": {"uv": [12.75, 2.5, 12.5, 2.25], "texture": "#1"}, - "down": {"uv": [12.75, 2.5, 12.5, 2.75], "texture": "#1"} - } - }, - { - "from": [4, 13, 10], - "to": [6, 14, 12], - "faces": { - "north": {"uv": [12, 10, 12.5, 10.25], "texture": "#1"}, - "east": {"uv": [11.75, 12, 12.25, 12.25], "texture": "#1"}, - "south": {"uv": [12.25, 0.25, 12.75, 0.5], "texture": "#1"}, - "west": {"uv": [12.25, 0.5, 12.75, 0.75], "texture": "#1"}, - "up": {"uv": [0.5, 11.25, 0, 10.75], "texture": "#1"}, - "down": {"uv": [1, 10.75, 0.5, 11.25], "texture": "#1"} - } - }, - { - "from": [4, 2, 10], - "to": [6, 3, 12], - "faces": { - "north": {"uv": [0.75, 12.25, 1.25, 12.5], "texture": "#1"}, - "east": {"uv": [12.25, 1.75, 12.75, 2], "texture": "#1"}, - "south": {"uv": [2, 12.25, 2.5, 12.5], "texture": "#1"}, - "west": {"uv": [12.25, 2, 12.75, 2.25], "texture": "#1"}, - "up": {"uv": [1.5, 11.25, 1, 10.75], "texture": "#1"}, - "down": {"uv": [2, 10.75, 1.5, 11.25], "texture": "#1"} - } - }, - { - "from": [10, 14, 10], - "to": [13, 15, 13], - "faces": { - "north": {"uv": [8.75, 11.5, 9.5, 11.75], "texture": "#1"}, - "east": {"uv": [9.5, 11.5, 10.25, 11.75], "texture": "#1"}, - "south": {"uv": [10.25, 11.5, 11, 11.75], "texture": "#1"}, - "west": {"uv": [11.5, 10.25, 12.25, 10.5], "texture": "#1"}, - "up": {"uv": [0.75, 9.5, 0, 8.75], "texture": "#1"}, - "down": {"uv": [1.5, 8.75, 0.75, 9.5], "texture": "#1"} - } - }, - { - "from": [10, 1, 10], - "to": [13, 2, 13], - "faces": { - "north": {"uv": [11.5, 10.5, 12.25, 10.75], "texture": "#1"}, - "east": {"uv": [11, 11.5, 11.75, 11.75], "texture": "#1"}, - "south": {"uv": [11.5, 11.25, 12.25, 11.5], "texture": "#1"}, - "west": {"uv": [0, 11.75, 0.75, 12], "texture": "#1"}, - "up": {"uv": [2.25, 9.5, 1.5, 8.75], "texture": "#1"}, - "down": {"uv": [9.5, 4, 8.75, 4.75], "texture": "#1"} - } - }, - { - "from": [9.8, 4, 9.8], - "to": [10.7, 5.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [12.25, 2.25, 12.5, 2.75], "texture": "#1"}, - "east": {"uv": [2.5, 12.25, 2.75, 12.75], "texture": "#1"}, - "south": {"uv": [2.75, 12.25, 3, 12.75], "texture": "#1"}, - "west": {"uv": [12.25, 2.75, 12.5, 3.25], "texture": "#1"}, - "up": {"uv": [12.75, 3, 12.5, 2.75], "texture": "#1"}, - "down": {"uv": [3.25, 12.5, 3, 12.75], "texture": "#1"} - } - }, - { - "from": [9.539, 7, 9.539], - "to": [10.3085, 9, 10.3085], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [10.75, 12.25, 10.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.25, 10.75, 12.4375, 11.25], "texture": "#1"}, - "south": {"uv": [11, 12.25, 11.1875, 12.75], "texture": "#1"}, - "west": {"uv": [11.25, 12.25, 11.4375, 12.75], "texture": "#1"}, - "up": {"uv": [12.9375, 0.9375, 12.75, 0.75], "texture": "#1"}, - "down": {"uv": [1.1875, 12.75, 1, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.62, 6, 9.62], - "to": [10.43, 7, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.25, 12.5, 9.4375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 9.25, 12.6875, 9.5], "texture": "#1"}, - "south": {"uv": [9.5, 12.5, 9.6875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 9.5, 12.6875, 9.75], "texture": "#1"}, - "up": {"uv": [12.9375, 1.1875, 12.75, 1], "texture": "#1"}, - "down": {"uv": [1.4375, 12.75, 1.25, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.62, 9, 9.62], - "to": [10.43, 10, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.75, 12.5, 9.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 9.75, 12.6875, 10], "texture": "#1"}, - "south": {"uv": [10, 12.5, 10.1875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 10, 12.6875, 10.25], "texture": "#1"}, - "up": {"uv": [12.9375, 1.4375, 12.75, 1.25], "texture": "#1"}, - "down": {"uv": [1.6875, 12.75, 1.5, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.8, 10, 9.8], - "to": [10.7, 11.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [3.75, 12.25, 4, 12.75], "texture": "#1"}, - "east": {"uv": [4, 12.25, 4.25, 12.75], "texture": "#1"}, - "south": {"uv": [4.25, 12.25, 4.5, 12.75], "texture": "#1"}, - "west": {"uv": [4.5, 12.25, 4.75, 12.75], "texture": "#1"}, - "up": {"uv": [12.75, 3.25, 12.5, 3], "texture": "#1"}, - "down": {"uv": [3.5, 12.5, 3.25, 12.75], "texture": "#1"} - } - }, - { - "from": [10, 11, 10], - "to": [11, 13, 11], - "faces": { - "north": {"uv": [12.25, 4.5, 12.5, 5], "texture": "#1"}, - "east": {"uv": [4.75, 12.25, 5, 12.75], "texture": "#1"}, - "south": {"uv": [5, 12.25, 5.25, 12.75], "texture": "#1"}, - "west": {"uv": [12.25, 5, 12.5, 5.5], "texture": "#1"}, - "up": {"uv": [3.75, 12.75, 3.5, 12.5], "texture": "#1"}, - "down": {"uv": [12.75, 3.5, 12.5, 3.75], "texture": "#1"} - } - }, - { - "from": [10, 3, 10], - "to": [11, 5, 11], - "faces": { - "north": {"uv": [5.25, 12.25, 5.5, 12.75], "texture": "#1"}, - "east": {"uv": [5.5, 12.25, 5.75, 12.75], "texture": "#1"}, - "south": {"uv": [12.25, 5.5, 12.5, 6], "texture": "#1"}, - "west": {"uv": [5.75, 12.25, 6, 12.75], "texture": "#1"}, - "up": {"uv": [12.75, 4, 12.5, 3.75], "texture": "#1"}, - "down": {"uv": [12.75, 4, 12.5, 4.25], "texture": "#1"} - } - }, - { - "from": [10, 13, 10], - "to": [12, 14, 12], - "faces": { - "north": {"uv": [12.25, 3.25, 12.75, 3.5], "texture": "#1"}, - "east": {"uv": [6, 12.25, 6.5, 12.5], "texture": "#1"}, - "south": {"uv": [12.25, 6, 12.75, 6.25], "texture": "#1"}, - "west": {"uv": [12.25, 6.25, 12.75, 6.5], "texture": "#1"}, - "up": {"uv": [2.5, 11.25, 2, 10.75], "texture": "#1"}, - "down": {"uv": [4.25, 10.75, 3.75, 11.25], "texture": "#1"} - } - }, - { - "from": [10, 2, 10], - "to": [12, 3, 12], - "faces": { - "north": {"uv": [6.5, 12.25, 7, 12.5], "texture": "#1"}, - "east": {"uv": [12.25, 6.5, 12.75, 6.75], "texture": "#1"}, - "south": {"uv": [12.25, 6.75, 12.75, 7], "texture": "#1"}, - "west": {"uv": [7, 12.25, 7.5, 12.5], "texture": "#1"}, - "up": {"uv": [4.75, 11.25, 4.25, 10.75], "texture": "#1"}, - "down": {"uv": [5.25, 10.75, 4.75, 11.25], "texture": "#1"} - } - }, - { - "from": [6, 14, 10], - "to": [10, 15, 14], - "faces": { - "north": {"uv": [5.25, 10.75, 6.25, 11], "texture": "#1"}, - "east": {"uv": [6.25, 10.75, 7.25, 11], "texture": "#1"}, - "south": {"uv": [7.25, 10.75, 8.25, 11], "texture": "#1"}, - "west": {"uv": [10.75, 7.25, 11.75, 7.5], "texture": "#1"}, - "up": {"uv": [7, 5.75, 6, 4.75], "texture": "#1"}, - "down": {"uv": [6.25, 6, 5.25, 7], "texture": "#1"} - } - }, - { - "from": [6, 1, 10], - "to": [10, 2, 14], - "faces": { - "north": {"uv": [10.75, 7.5, 11.75, 7.75], "texture": "#1"}, - "east": {"uv": [10.75, 7.75, 11.75, 8], "texture": "#1"}, - "south": {"uv": [8.25, 10.75, 9.25, 11], "texture": "#1"}, - "west": {"uv": [9.25, 10.75, 10.25, 11], "texture": "#1"}, - "up": {"uv": [7.25, 6.75, 6.25, 5.75], "texture": "#1"}, - "down": {"uv": [4.5, 6.75, 3.5, 7.75], "texture": "#1"} - } - }, - { - "from": [6.2, 4, 9.8], - "to": [9.8, 5.9, 11.6], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [9.5, 0.75, 10.375, 1.25], "texture": "#1"}, - "east": {"uv": [11, 10.25, 11.4375, 10.75], "texture": "#1"}, - "south": {"uv": [1, 9.5, 1.875, 10], "texture": "#1"}, - "west": {"uv": [0, 11.25, 0.4375, 11.75], "texture": "#1"}, - "up": {"uv": [3.875, 10.4375, 3, 10], "texture": "#1"}, - "down": {"uv": [10.875, 4.75, 10, 5.1875], "texture": "#1"} - } - }, - { - "from": [6.461, 7, 9.539], - "to": [9.539, 9, 11.078], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [2, 10.25, 2.75, 10.75], "texture": "#1"}, - "east": {"uv": [11.75, 0.25, 12.125, 0.75], "texture": "#1"}, - "south": {"uv": [10.25, 2, 11, 2.5], "texture": "#1"}, - "west": {"uv": [0.75, 11.75, 1.125, 12.25], "texture": "#1"}, - "up": {"uv": [10.5, 10.625, 9.75, 10.25], "texture": "#1"}, - "down": {"uv": [11, 9.75, 10.25, 10.125], "texture": "#1"} - } - }, - { - "from": [6.38, 6, 9.62], - "to": [9.62, 7, 11.24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 1.75, 12.0625, 2], "texture": "#1"}, - "east": {"uv": [12.25, 11.25, 12.625, 11.5], "texture": "#1"}, - "south": {"uv": [3.5, 11.25, 4.3125, 11.5], "texture": "#1"}, - "west": {"uv": [11.5, 12.25, 11.875, 12.5], "texture": "#1"}, - "up": {"uv": [5.5625, 10.625, 4.75, 10.25], "texture": "#1"}, - "down": {"uv": [6.5625, 10.25, 5.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.38, 9, 9.62], - "to": [9.62, 10, 11.24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [4.5, 11.25, 5.3125, 11.5], "texture": "#1"}, - "east": {"uv": [12.25, 11.5, 12.625, 11.75], "texture": "#1"}, - "south": {"uv": [11.25, 4.5, 12.0625, 4.75], "texture": "#1"}, - "west": {"uv": [12.25, 11.75, 12.625, 12], "texture": "#1"}, - "up": {"uv": [11.0625, 6.125, 10.25, 5.75], "texture": "#1"}, - "down": {"uv": [11.0625, 6.25, 10.25, 6.625], "texture": "#1"} - } - }, - { - "from": [6.2, 10, 9.8], - "to": [9.8, 11.9, 11.6], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [3.25, 9.5, 4.125, 10], "texture": "#1"}, - "east": {"uv": [11.25, 0.25, 11.6875, 0.75], "texture": "#1"}, - "south": {"uv": [9.5, 4, 10.375, 4.5], "texture": "#1"}, - "west": {"uv": [0.5, 11.25, 0.9375, 11.75], "texture": "#1"}, - "up": {"uv": [10.875, 5.6875, 10, 5.25], "texture": "#1"}, - "down": {"uv": [10.875, 6.75, 10, 7.1875], "texture": "#1"} - } - }, - { - "from": [6, 11, 10], - "to": [10, 13, 12], - "faces": { - "north": {"uv": [8.5, 1, 9.5, 1.5], "texture": "#1"}, - "east": {"uv": [10.25, 10.75, 10.75, 11.25], "texture": "#1"}, - "south": {"uv": [4, 9, 5, 9.5], "texture": "#1"}, - "west": {"uv": [10.75, 10.75, 11.25, 11.25], "texture": "#1"}, - "up": {"uv": [10, 5.25, 9, 4.75], "texture": "#1"}, - "down": {"uv": [10, 5.25, 9, 5.75], "texture": "#1"} - } - }, - { - "from": [6, 3, 10], - "to": [10, 5, 12], - "faces": { - "north": {"uv": [9, 6.75, 10, 7.25], "texture": "#1"}, - "east": {"uv": [11, 2, 11.5, 2.5], "texture": "#1"}, - "south": {"uv": [9.25, 0.25, 10.25, 0.75], "texture": "#1"}, - "west": {"uv": [2.5, 11, 3, 11.5], "texture": "#1"}, - "up": {"uv": [10.25, 2.5, 9.25, 2], "texture": "#1"}, - "down": {"uv": [3.25, 9.25, 2.25, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 13, 10], - "to": [10, 14, 13], - "faces": { - "north": {"uv": [11, 0, 12, 0.25], "texture": "#1"}, - "east": {"uv": [11.75, 0.75, 12.5, 1], "texture": "#1"}, - "south": {"uv": [11, 2.5, 12, 2.75], "texture": "#1"}, - "west": {"uv": [11.75, 1, 12.5, 1.25], "texture": "#1"}, - "up": {"uv": [8.25, 8, 7.25, 7.25], "texture": "#1"}, - "down": {"uv": [8.5, 0, 7.5, 0.75], "texture": "#1"} - } - }, - { - "from": [6, 2, 10], - "to": [10, 3, 13], - "faces": { - "north": {"uv": [11, 2.75, 12, 3], "texture": "#1"}, - "east": {"uv": [1.25, 11.75, 2, 12], "texture": "#1"}, - "south": {"uv": [11, 3, 12, 3.25], "texture": "#1"}, - "west": {"uv": [11.75, 1.25, 12.5, 1.5], "texture": "#1"}, - "up": {"uv": [8.5, 1.5, 7.5, 0.75], "texture": "#1"}, - "down": {"uv": [5.5, 7.5, 4.5, 8.25], "texture": "#1"} - } - }, - { - "from": [6, 14, 2], - "to": [10, 15, 6], - "faces": { - "north": {"uv": [11, 3.25, 12, 3.5], "texture": "#1"}, - "east": {"uv": [11, 3.5, 12, 3.75], "texture": "#1"}, - "south": {"uv": [11, 3.75, 12, 4], "texture": "#1"}, - "west": {"uv": [11, 4, 12, 4.25], "texture": "#1"}, - "up": {"uv": [7.25, 7.75, 6.25, 6.75], "texture": "#1"}, - "down": {"uv": [1, 7, 0, 8], "texture": "#1"} - } - }, - { - "from": [6, 1, 2], - "to": [10, 2, 6], - "faces": { - "north": {"uv": [11, 4.25, 12, 4.5], "texture": "#1"}, - "east": {"uv": [11, 4.75, 12, 5], "texture": "#1"}, - "south": {"uv": [11, 5, 12, 5.25], "texture": "#1"}, - "west": {"uv": [5.25, 11, 6.25, 11.25], "texture": "#1"}, - "up": {"uv": [2, 8, 1, 7], "texture": "#1"}, - "down": {"uv": [3, 7, 2, 8], "texture": "#1"} - } - }, - { - "from": [6.2, 4, 4.4], - "to": [9.8, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [9.5, 8, 10.375, 8.5], "texture": "#1"}, - "east": {"uv": [11.25, 0.75, 11.6875, 1.25], "texture": "#1"}, - "south": {"uv": [2, 9.75, 2.875, 10.25], "texture": "#1"}, - "west": {"uv": [1, 11.25, 1.4375, 11.75], "texture": "#1"}, - "up": {"uv": [10.875, 9.6875, 10, 9.25], "texture": "#1"}, - "down": {"uv": [0.875, 10.25, 0, 10.6875], "texture": "#1"} - } - }, - { - "from": [6.461, 7, 4.922], - "to": [9.539, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [10.25, 2.5, 11, 3], "texture": "#1"}, - "east": {"uv": [2, 11.75, 2.375, 12.25], "texture": "#1"}, - "south": {"uv": [10.25, 3, 11, 3.5], "texture": "#1"}, - "west": {"uv": [2.5, 11.75, 2.875, 12.25], "texture": "#1"}, - "up": {"uv": [11.25, 1.125, 10.5, 0.75], "texture": "#1"}, - "down": {"uv": [11.25, 1.5, 10.5, 1.875], "texture": "#1"} - } - }, - { - "from": [6.38, 6, 4.76], - "to": [9.62, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 5.75, 12.0625, 6], "texture": "#1"}, - "east": {"uv": [12, 12.25, 12.375, 12.5], "texture": "#1"}, - "south": {"uv": [11.25, 6, 12.0625, 6.25], "texture": "#1"}, - "west": {"uv": [12.25, 12, 12.625, 12.25], "texture": "#1"}, - "up": {"uv": [7.5625, 10.625, 6.75, 10.25], "texture": "#1"}, - "down": {"uv": [8.5625, 10.25, 7.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.38, 9, 4.76], - "to": [9.62, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 6.25, 12.0625, 6.5], "texture": "#1"}, - "east": {"uv": [0, 12.5, 0.375, 12.75], "texture": "#1"}, - "south": {"uv": [11.25, 6.5, 12.0625, 6.75], "texture": "#1"}, - "west": {"uv": [12.5, 0, 12.875, 0.25], "texture": "#1"}, - "up": {"uv": [11.0625, 8.875, 10.25, 8.5], "texture": "#1"}, - "down": {"uv": [9.5625, 10.25, 8.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.2, 10, 4.4], - "to": [9.8, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [4.25, 9.75, 5.125, 10.25], "texture": "#1"}, - "east": {"uv": [11.25, 1.25, 11.6875, 1.75], "texture": "#1"}, - "south": {"uv": [5.25, 9.75, 6.125, 10.25], "texture": "#1"}, - "west": {"uv": [1.5, 11.25, 1.9375, 11.75], "texture": "#1"}, - "up": {"uv": [11.125, 0.6875, 10.25, 0.25], "texture": "#1"}, - "down": {"uv": [1.875, 10.25, 1, 10.6875], "texture": "#1"} - } - }, - { - "from": [6, 11, 4], - "to": [10, 13, 6], - "faces": { - "north": {"uv": [9.25, 2.5, 10.25, 3], "texture": "#1"}, - "east": {"uv": [3, 11, 3.5, 11.5], "texture": "#1"}, - "south": {"uv": [9.25, 3, 10.25, 3.5], "texture": "#1"}, - "west": {"uv": [11, 5.25, 11.5, 5.75], "texture": "#1"}, - "up": {"uv": [10.25, 4, 9.25, 3.5], "texture": "#1"}, - "down": {"uv": [6, 9.25, 5, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 3, 4], - "to": [10, 5, 6], - "faces": { - "north": {"uv": [9.25, 5.75, 10.25, 6.25], "texture": "#1"}, - "east": {"uv": [6.25, 11, 6.75, 11.5], "texture": "#1"}, - "south": {"uv": [6, 9.25, 7, 9.75], "texture": "#1"}, - "west": {"uv": [6.75, 11, 7.25, 11.5], "texture": "#1"}, - "up": {"uv": [10.25, 6.75, 9.25, 6.25], "texture": "#1"}, - "down": {"uv": [8, 9.25, 7, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 13, 3], - "to": [10, 14, 6], - "faces": { - "north": {"uv": [11, 6.75, 12, 7], "texture": "#1"}, - "east": {"uv": [11.75, 1.5, 12.5, 1.75], "texture": "#1"}, - "south": {"uv": [11, 7, 12, 7.25], "texture": "#1"}, - "west": {"uv": [3, 11.75, 3.75, 12], "texture": "#1"}, - "up": {"uv": [4, 8.5, 3, 7.75], "texture": "#1"}, - "down": {"uv": [8.75, 4, 7.75, 4.75], "texture": "#1"} - } - }, - { - "from": [6, 2, 3], - "to": [10, 3, 6], - "faces": { - "north": {"uv": [7.25, 11, 8.25, 11.25], "texture": "#1"}, - "east": {"uv": [3.75, 11.75, 4.5, 12], "texture": "#1"}, - "south": {"uv": [11, 8, 12, 8.25], "texture": "#1"}, - "west": {"uv": [4.5, 11.75, 5.25, 12], "texture": "#1"}, - "up": {"uv": [6.5, 8.5, 5.5, 7.75], "texture": "#1"}, - "down": {"uv": [1, 8, 0, 8.75], "texture": "#1"} - } - }, - { - "from": [2, 14, 6], - "to": [14, 15, 10], - "faces": { - "north": {"uv": [7.5, 1.5, 10.5, 1.75], "texture": "#1"}, - "east": {"uv": [8.25, 11, 9.25, 11.25], "texture": "#1"}, - "south": {"uv": [7.5, 1.75, 10.5, 2], "texture": "#1"}, - "west": {"uv": [11, 8.25, 12, 8.5], "texture": "#1"}, - "up": {"uv": [3, 1, 0, 0], "texture": "#1"}, - "down": {"uv": [3, 1, 0, 2], "texture": "#1"} - } - }, - { - "from": [2, 1, 6], - "to": [14, 2, 10], - "faces": { - "north": {"uv": [6.5, 8, 9.5, 8.25], "texture": "#1"}, - "east": {"uv": [11, 9, 12, 9.25], "texture": "#1"}, - "south": {"uv": [6.5, 8.25, 9.5, 8.5], "texture": "#1"}, - "west": {"uv": [9.25, 11, 10.25, 11.25], "texture": "#1"}, - "up": {"uv": [3, 3, 0, 2], "texture": "#1"}, - "down": {"uv": [3, 3, 0, 4], "texture": "#1"} - } - }, - { - "from": [4.4, 4, 6.2], - "to": [11.6, 5.9, 9.8], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [7.25, 3, 9.0625, 3.5], "texture": "#1"}, - "east": {"uv": [6.25, 9.75, 7.125, 10.25], "texture": "#1"}, - "south": {"uv": [7.25, 3.5, 9.0625, 4], "texture": "#1"}, - "west": {"uv": [7.25, 9.75, 8.125, 10.25], "texture": "#1"}, - "up": {"uv": [3.8125, 5.875, 2, 5], "texture": "#1"}, - "down": {"uv": [5.8125, 5, 4, 5.875], "texture": "#1"} - } - }, - { - "from": [4.922, 7, 6.461], - "to": [11.078, 9, 9.539], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [4.5, 7, 6.0625, 7.5], "texture": "#1"}, - "east": {"uv": [10.25, 3.5, 11, 4], "texture": "#1"}, - "south": {"uv": [7.25, 6.75, 8.8125, 7.25], "texture": "#1"}, - "west": {"uv": [4, 10.25, 4.75, 10.75], "texture": "#1"}, - "up": {"uv": [5.0625, 6.75, 3.5, 6], "texture": "#1"}, - "down": {"uv": [7.5625, 4, 6, 4.75], "texture": "#1"} - } - }, - { - "from": [4.76, 6, 6.38], - "to": [11.24, 7, 9.62], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.25, 9, 10.875, 9.25], "texture": "#1"}, - "east": {"uv": [7.25, 11.25, 8.0625, 11.5], "texture": "#1"}, - "south": {"uv": [9.5, 1.25, 11.125, 1.5], "texture": "#1"}, - "west": {"uv": [8.25, 11.25, 9.0625, 11.5], "texture": "#1"}, - "up": {"uv": [7.125, 2.8125, 5.5, 2], "texture": "#1"}, - "down": {"uv": [7.125, 3, 5.5, 3.8125], "texture": "#1"} - } - }, - { - "from": [4.76, 9, 6.38], - "to": [11.24, 10, 9.62], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.5, 4.5, 11.125, 4.75], "texture": "#1"}, - "east": {"uv": [11.25, 8.5, 12.0625, 8.75], "texture": "#1"}, - "south": {"uv": [0, 10, 1.625, 10.25], "texture": "#1"}, - "west": {"uv": [11.25, 8.75, 12.0625, 9], "texture": "#1"}, - "up": {"uv": [1.625, 6.8125, 0, 6], "texture": "#1"}, - "down": {"uv": [3.375, 6, 1.75, 6.8125], "texture": "#1"} - } - }, - { - "from": [4.4, 10, 6.2], - "to": [11.6, 11.9, 9.8], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [7.25, 5.75, 9.0625, 6.25], "texture": "#1"}, - "east": {"uv": [8.25, 9.75, 9.125, 10.25], "texture": "#1"}, - "south": {"uv": [7.25, 6.25, 9.0625, 6.75], "texture": "#1"}, - "west": {"uv": [9.25, 9.75, 10.125, 10.25], "texture": "#1"}, - "up": {"uv": [7.3125, 0.875, 5.5, 0], "texture": "#1"}, - "down": {"uv": [7.3125, 1, 5.5, 1.875], "texture": "#1"} - } - }, - { - "from": [4, 11, 6], - "to": [12, 13, 10], - "faces": { - "north": {"uv": [7, 4.75, 9, 5.25], "texture": "#1"}, - "east": {"uv": [8, 9.25, 9, 9.75], "texture": "#1"}, - "south": {"uv": [7, 5.25, 9, 5.75], "texture": "#1"}, - "west": {"uv": [9.25, 8.5, 10.25, 9], "texture": "#1"}, - "up": {"uv": [2, 5, 0, 4], "texture": "#1"}, - "down": {"uv": [4, 4, 2, 5], "texture": "#1"} - } - }, - { - "from": [4, 3, 6], - "to": [12, 5, 10], - "faces": { - "north": {"uv": [7.25, 2, 9.25, 2.5], "texture": "#1"}, - "east": {"uv": [9, 9.25, 10, 9.75], "texture": "#1"}, - "south": {"uv": [7.25, 2.5, 9.25, 3], "texture": "#1"}, - "west": {"uv": [0, 9.5, 1, 10], "texture": "#1"}, - "up": {"uv": [6, 5, 4, 4], "texture": "#1"}, - "down": {"uv": [2, 5, 0, 6], "texture": "#1"} - } - }, - { - "from": [3, 13, 6], - "to": [13, 14, 10], - "faces": { - "north": {"uv": [8.25, 7.25, 10.75, 7.5], "texture": "#1"}, - "east": {"uv": [11, 9.25, 12, 9.5], "texture": "#1"}, - "south": {"uv": [8.25, 7.5, 10.75, 7.75], "texture": "#1"}, - "west": {"uv": [11, 9.5, 12, 9.75], "texture": "#1"}, - "up": {"uv": [5.5, 1, 3, 0], "texture": "#1"}, - "down": {"uv": [5.5, 1, 3, 2], "texture": "#1"} - } - }, - { - "from": [3, 2, 6], - "to": [13, 3, 10], - "faces": { - "north": {"uv": [8.25, 7.75, 10.75, 8], "texture": "#1"}, - "east": {"uv": [11, 9.75, 12, 10], "texture": "#1"}, - "south": {"uv": [8.5, 0, 11, 0.25], "texture": "#1"}, - "west": {"uv": [11, 10, 12, 10.25], "texture": "#1"}, - "up": {"uv": [5.5, 3, 3, 2], "texture": "#1"}, - "down": {"uv": [5.5, 3, 3, 4], "texture": "#1"} - } - }, - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [7, 8, 11, 8.25], "texture": "#0"}, - "east": {"uv": [8, 7, 12, 7.25], "texture": "#0"}, - "south": {"uv": [8, 7.25, 12, 7.5], "texture": "#0"}, - "west": {"uv": [8, 7.5, 12, 7.75], "texture": "#0"}, - "up": {"uv": [4, 4, 0, 0], "texture": "#0"}, - "down": {"uv": [4, 4, 0, 8], "texture": "#0"} - } - }, - { - "from": [0, 15, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [8, 7.75, 12, 8], "texture": "#0"}, - "east": {"uv": [7, 8.25, 11, 8.5], "texture": "#0"}, - "south": {"uv": [8.5, 0, 12.5, 0.25], "texture": "#0"}, - "west": {"uv": [8.5, 0.25, 12.5, 0.5], "texture": "#0"}, - "up": {"uv": [8, 4, 4, 0], "texture": "#0"}, - "down": {"uv": [8, 4, 4, 8], "texture": "#0"} - } - }, - { - "from": [14, 1, 0], - "to": [16, 15, 2], - "faces": { - "north": {"uv": [0, 8, 0.5, 11.5], "texture": "#0"}, - "east": {"uv": [8, 0, 8.5, 3.5], "texture": "#0"}, - "south": {"uv": [0.5, 8, 1, 11.5], "texture": "#0"}, - "west": {"uv": [1, 8, 1.5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 1, 8.5, 0.5], "texture": "#0"}, - "down": {"uv": [9, 1, 8.5, 1.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 0], - "to": [2, 15, 2], - "faces": { - "north": {"uv": [1.5, 8, 2, 11.5], "texture": "#0"}, - "east": {"uv": [2, 8, 2.5, 11.5], "texture": "#0"}, - "south": {"uv": [2.5, 8, 3, 11.5], "texture": "#0"}, - "west": {"uv": [3, 8, 3.5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 2, 8.5, 1.5], "texture": "#0"}, - "down": {"uv": [9, 2, 8.5, 2.5], "texture": "#0"} - } - }, - { - "from": [14, 1, 14], - "to": [16, 15, 16], - "faces": { - "north": {"uv": [3.5, 8, 4, 11.5], "texture": "#0"}, - "east": {"uv": [8, 3.5, 8.5, 7], "texture": "#0"}, - "south": {"uv": [4, 8, 4.5, 11.5], "texture": "#0"}, - "west": {"uv": [4.5, 8, 5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 3, 8.5, 2.5], "texture": "#0"}, - "down": {"uv": [9, 3, 8.5, 3.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 14], - "to": [2, 15, 16], - "faces": { - "north": {"uv": [5, 8, 5.5, 11.5], "texture": "#0"}, - "east": {"uv": [5.5, 8, 6, 11.5], "texture": "#0"}, - "south": {"uv": [6, 8, 6.5, 11.5], "texture": "#0"}, - "west": {"uv": [6.5, 8, 7, 11.5], "texture": "#0"}, - "up": {"uv": [9, 4, 8.5, 3.5], "texture": "#0"}, - "down": {"uv": [9, 4, 8.5, 4.5], "texture": "#0"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "children": [ - { - "name": "Pillar", - "origin": [0, 0, 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, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76] - }, - { - "name": "Casing", - "origin": [0, 0, 0], - "children": [77, 78, 79, 80, 81, 82] - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/notarfbadium_singularity_resource_generator_lit.json b/src/main/resources/assets/cuboidmod/models/block/notarfbadium_singularity_resource_generator_lit.json deleted file mode 100644 index f58f6e6..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/notarfbadium_singularity_resource_generator_lit.json +++ /dev/null @@ -1,1061 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "texture_size": [64, 64], - "textures": { - "0": "cuboidmod:model/notarfbadium_singularity_resource_generator_casing", - "1": "cuboidmod:model/singularity_resource_generator_pillar_lit", - "particle": "cuboidmod:model/notarfbadium_singularity_resource_generator_casing" - }, - "elements": [ - { - "from": [10, 14, 3], - "to": [13, 15, 6], - "faces": { - "north": {"uv": [4.5, 6.75, 5.25, 7], "texture": "#1"}, - "east": {"uv": [5.5, 7.5, 6.25, 7.75], "texture": "#1"}, - "south": {"uv": [6.5, 7.75, 7.25, 8], "texture": "#1"}, - "west": {"uv": [3.25, 9.25, 4, 9.5], "texture": "#1"}, - "up": {"uv": [1.75, 8.75, 1, 8], "texture": "#1"}, - "down": {"uv": [2.5, 8, 1.75, 8.75], "texture": "#1"} - } - }, - { - "from": [10, 1, 3], - "to": [13, 2, 6], - "faces": { - "north": {"uv": [4.25, 9.5, 5, 9.75], "texture": "#1"}, - "east": {"uv": [5.5, 11.25, 6.25, 11.5], "texture": "#1"}, - "south": {"uv": [9.25, 11.25, 10, 11.5], "texture": "#1"}, - "west": {"uv": [10, 11.25, 10.75, 11.5], "texture": "#1"}, - "up": {"uv": [4.75, 9, 4, 8.25], "texture": "#1"}, - "down": {"uv": [5.5, 8.25, 4.75, 9], "texture": "#1"} - } - }, - { - "from": [9.8, 4, 5.3], - "to": [10.7, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [2.25, 8.75, 2.5, 9.25], "texture": "#1"}, - "east": {"uv": [5.25, 11.75, 5.5, 12.25], "texture": "#1"}, - "south": {"uv": [5.5, 11.75, 5.75, 12.25], "texture": "#1"}, - "west": {"uv": [5.75, 11.75, 6, 12.25], "texture": "#1"}, - "up": {"uv": [6.25, 6, 6, 5.75], "texture": "#1"}, - "down": {"uv": [9.5, 0.75, 9.25, 1], "texture": "#1"} - } - }, - { - "from": [9.539, 7, 5.6915], - "to": [10.3085, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [12.25, 7, 12.4375, 7.5], "texture": "#1"}, - "east": {"uv": [7.5, 12.25, 7.6875, 12.75], "texture": "#1"}, - "south": {"uv": [12.25, 7.5, 12.4375, 8], "texture": "#1"}, - "west": {"uv": [7.75, 12.25, 7.9375, 12.75], "texture": "#1"}, - "up": {"uv": [10.4375, 12.6875, 10.25, 12.5], "texture": "#1"}, - "down": {"uv": [12.6875, 10.25, 12.5, 10.4375], "texture": "#1"} - } - }, - { - "from": [9.62, 6, 5.57], - "to": [10.43, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 4.25, 12.6875, 4.5], "texture": "#1"}, - "east": {"uv": [12.5, 4.5, 12.6875, 4.75], "texture": "#1"}, - "south": {"uv": [12.5, 4.75, 12.6875, 5], "texture": "#1"}, - "west": {"uv": [12.5, 5, 12.6875, 5.25], "texture": "#1"}, - "up": {"uv": [10.6875, 12.6875, 10.5, 12.5], "texture": "#1"}, - "down": {"uv": [12.6875, 10.5, 12.5, 10.6875], "texture": "#1"} - } - }, - { - "from": [9.62, 9, 5.57], - "to": [10.43, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 5.25, 12.6875, 5.5], "texture": "#1"}, - "east": {"uv": [12.5, 5.5, 12.6875, 5.75], "texture": "#1"}, - "south": {"uv": [12.5, 5.75, 12.6875, 6], "texture": "#1"}, - "west": {"uv": [6, 12.5, 6.1875, 12.75], "texture": "#1"}, - "up": {"uv": [12.6875, 10.9375, 12.5, 10.75], "texture": "#1"}, - "down": {"uv": [12.6875, 11, 12.5, 11.1875], "texture": "#1"} - } - }, - { - "from": [9.8, 10, 5.3], - "to": [10.7, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [6, 11.75, 6.25, 12.25], "texture": "#1"}, - "east": {"uv": [6.25, 11.75, 6.5, 12.25], "texture": "#1"}, - "south": {"uv": [6.5, 11.75, 6.75, 12.25], "texture": "#1"}, - "west": {"uv": [6.75, 11.75, 7, 12.25], "texture": "#1"}, - "up": {"uv": [2.25, 9.75, 2, 9.5], "texture": "#1"}, - "down": {"uv": [3.25, 9.75, 3, 10], "texture": "#1"} - } - }, - { - "from": [10, 11, 5], - "to": [11, 13, 6], - "faces": { - "north": {"uv": [7, 11.75, 7.25, 12.25], "texture": "#1"}, - "east": {"uv": [7.25, 11.75, 7.5, 12.25], "texture": "#1"}, - "south": {"uv": [11.75, 7.25, 12, 7.75], "texture": "#1"}, - "west": {"uv": [7.5, 11.75, 7.75, 12.25], "texture": "#1"}, - "up": {"uv": [2, 10.25, 1.75, 10], "texture": "#1"}, - "down": {"uv": [4.25, 10, 4, 10.25], "texture": "#1"} - } - }, - { - "from": [10, 3, 5], - "to": [11, 5, 6], - "faces": { - "north": {"uv": [7.75, 11.75, 8, 12.25], "texture": "#1"}, - "east": {"uv": [8, 11.75, 8.25, 12.25], "texture": "#1"}, - "south": {"uv": [8.25, 11.75, 8.5, 12.25], "texture": "#1"}, - "west": {"uv": [8.5, 11.75, 8.75, 12.25], "texture": "#1"}, - "up": {"uv": [3, 10.5, 2.75, 10.25], "texture": "#1"}, - "down": {"uv": [4, 10.5, 3.75, 10.75], "texture": "#1"} - } - }, - { - "from": [10, 13, 4], - "to": [12, 14, 6], - "faces": { - "north": {"uv": [3, 7.5, 3.5, 7.75], "texture": "#1"}, - "east": {"uv": [5, 9, 5.5, 9.25], "texture": "#1"}, - "south": {"uv": [2, 11.25, 2.5, 11.5], "texture": "#1"}, - "west": {"uv": [11.75, 7.75, 12.25, 8], "texture": "#1"}, - "up": {"uv": [3.5, 7.5, 3, 7], "texture": "#1"}, - "down": {"uv": [4.5, 7.75, 4, 8.25], "texture": "#1"} - } - }, - { - "from": [10, 2, 4], - "to": [12, 3, 6], - "faces": { - "north": {"uv": [8.75, 11.75, 9.25, 12], "texture": "#1"}, - "east": {"uv": [9.25, 11.75, 9.75, 12], "texture": "#1"}, - "south": {"uv": [9.75, 11.75, 10.25, 12], "texture": "#1"}, - "west": {"uv": [10.25, 11.75, 10.75, 12], "texture": "#1"}, - "up": {"uv": [3, 8.5, 2.5, 8], "texture": "#1"}, - "down": {"uv": [3.25, 10.5, 2.75, 11], "texture": "#1"} - } - }, - { - "from": [3, 14, 3], - "to": [6, 15, 6], - "faces": { - "north": {"uv": [10.75, 11.25, 11.5, 11.5], "texture": "#1"}, - "east": {"uv": [11.25, 10.75, 12, 11], "texture": "#1"}, - "south": {"uv": [11.25, 11, 12, 11.25], "texture": "#1"}, - "west": {"uv": [2, 11.5, 2.75, 11.75], "texture": "#1"}, - "up": {"uv": [9.25, 1, 8.5, 0.25], "texture": "#1"}, - "down": {"uv": [3.25, 8.5, 2.5, 9.25], "texture": "#1"} - } - }, - { - "from": [3, 1, 3], - "to": [6, 2, 6], - "faces": { - "north": {"uv": [11.5, 2, 12.25, 2.25], "texture": "#1"}, - "east": {"uv": [11.5, 2.25, 12.25, 2.5], "texture": "#1"}, - "south": {"uv": [2.75, 11.5, 3.5, 11.75], "texture": "#1"}, - "west": {"uv": [3.5, 11.5, 4.25, 11.75], "texture": "#1"}, - "up": {"uv": [4, 9.25, 3.25, 8.5], "texture": "#1"}, - "down": {"uv": [6.25, 8.5, 5.5, 9.25], "texture": "#1"} - } - }, - { - "from": [5.3, 4, 5.3], - "to": [6.2, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [10.75, 11.75, 11, 12.25], "texture": "#1"}, - "east": {"uv": [11, 11.75, 11.25, 12.25], "texture": "#1"}, - "south": {"uv": [11.25, 11.75, 11.5, 12.25], "texture": "#1"}, - "west": {"uv": [11.5, 11.75, 11.75, 12.25], "texture": "#1"}, - "up": {"uv": [2.75, 11, 2.5, 10.75], "texture": "#1"}, - "down": {"uv": [3.75, 11, 3.5, 11.25], "texture": "#1"} - } - }, - { - "from": [5.6915, 7, 5.6915], - "to": [6.461, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [8, 12.25, 8.1875, 12.75], "texture": "#1"}, - "east": {"uv": [12.25, 8, 12.4375, 8.5], "texture": "#1"}, - "south": {"uv": [8.25, 12.25, 8.4375, 12.75], "texture": "#1"}, - "west": {"uv": [8.5, 12.25, 8.6875, 12.75], "texture": "#1"}, - "up": {"uv": [11.6875, 12.6875, 11.5, 12.5], "texture": "#1"}, - "down": {"uv": [11.9375, 12.5, 11.75, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.57, 6, 5.57], - "to": [6.38, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [6.25, 12.5, 6.4375, 12.75], "texture": "#1"}, - "east": {"uv": [6.5, 12.5, 6.6875, 12.75], "texture": "#1"}, - "south": {"uv": [6.75, 12.5, 6.9375, 12.75], "texture": "#1"}, - "west": {"uv": [7, 12.5, 7.1875, 12.75], "texture": "#1"}, - "up": {"uv": [12.1875, 12.6875, 12, 12.5], "texture": "#1"}, - "down": {"uv": [12.4375, 12.5, 12.25, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.57, 9, 5.57], - "to": [6.38, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 7, 12.6875, 7.25], "texture": "#1"}, - "east": {"uv": [7.25, 12.5, 7.4375, 12.75], "texture": "#1"}, - "south": {"uv": [12.5, 7.25, 12.6875, 7.5], "texture": "#1"}, - "west": {"uv": [12.5, 7.5, 12.6875, 7.75], "texture": "#1"}, - "up": {"uv": [12.6875, 12.4375, 12.5, 12.25], "texture": "#1"}, - "down": {"uv": [12.6875, 12.5, 12.5, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.3, 10, 5.3], - "to": [6.2, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [11.75, 11.5, 12, 12], "texture": "#1"}, - "east": {"uv": [0, 12, 0.25, 12.5], "texture": "#1"}, - "south": {"uv": [0.25, 12, 0.5, 12.5], "texture": "#1"}, - "west": {"uv": [0.5, 12, 0.75, 12.5], "texture": "#1"}, - "up": {"uv": [0.75, 12.75, 0.5, 12.5], "texture": "#1"}, - "down": {"uv": [1, 12.5, 0.75, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 11, 5], - "to": [6, 13, 6], - "faces": { - "north": {"uv": [1.25, 12, 1.5, 12.5], "texture": "#1"}, - "east": {"uv": [1.5, 12, 1.75, 12.5], "texture": "#1"}, - "south": {"uv": [1.75, 12, 2, 12.5], "texture": "#1"}, - "west": {"uv": [12, 2.5, 12.25, 3], "texture": "#1"}, - "up": {"uv": [12.75, 1, 12.5, 0.75], "texture": "#1"}, - "down": {"uv": [1.25, 12.5, 1, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 3, 5], - "to": [6, 5, 6], - "faces": { - "north": {"uv": [3, 12, 3.25, 12.5], "texture": "#1"}, - "east": {"uv": [12, 3, 12.25, 3.5], "texture": "#1"}, - "south": {"uv": [3.25, 12, 3.5, 12.5], "texture": "#1"}, - "west": {"uv": [3.5, 12, 3.75, 12.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.25, 12.5, 1], "texture": "#1"}, - "down": {"uv": [1.5, 12.5, 1.25, 12.75], "texture": "#1"} - } - }, - { - "from": [4, 13, 4], - "to": [6, 14, 6], - "faces": { - "north": {"uv": [12, 0, 12.5, 0.25], "texture": "#1"}, - "east": {"uv": [12, 3.5, 12.5, 3.75], "texture": "#1"}, - "south": {"uv": [3.75, 12, 4.25, 12.25], "texture": "#1"}, - "west": {"uv": [12, 3.75, 12.5, 4], "texture": "#1"}, - "up": {"uv": [3.75, 11, 3.25, 10.5], "texture": "#1"}, - "down": {"uv": [11, 4, 10.5, 4.5], "texture": "#1"} - } - }, - { - "from": [4, 2, 4], - "to": [6, 3, 6], - "faces": { - "north": {"uv": [12, 4, 12.5, 4.25], "texture": "#1"}, - "east": {"uv": [4.25, 12, 4.75, 12.25], "texture": "#1"}, - "south": {"uv": [12, 4.25, 12.5, 4.5], "texture": "#1"}, - "west": {"uv": [4.75, 12, 5.25, 12.25], "texture": "#1"}, - "up": {"uv": [11, 8.5, 10.5, 8], "texture": "#1"}, - "down": {"uv": [11, 10.25, 10.5, 10.75], "texture": "#1"} - } - }, - { - "from": [3, 14, 10], - "to": [6, 15, 13], - "faces": { - "north": {"uv": [4.25, 11.5, 5, 11.75], "texture": "#1"}, - "east": {"uv": [5, 11.5, 5.75, 11.75], "texture": "#1"}, - "south": {"uv": [11.5, 5.25, 12.25, 5.5], "texture": "#1"}, - "west": {"uv": [11.5, 5.5, 12.25, 5.75], "texture": "#1"}, - "up": {"uv": [7, 9.25, 6.25, 8.5], "texture": "#1"}, - "down": {"uv": [7.75, 8.5, 7, 9.25], "texture": "#1"} - } - }, - { - "from": [3, 1, 10], - "to": [6, 2, 13], - "faces": { - "north": {"uv": [5.75, 11.5, 6.5, 11.75], "texture": "#1"}, - "east": {"uv": [6.5, 11.5, 7.25, 11.75], "texture": "#1"}, - "south": {"uv": [7.25, 11.5, 8, 11.75], "texture": "#1"}, - "west": {"uv": [8, 11.5, 8.75, 11.75], "texture": "#1"}, - "up": {"uv": [8.5, 9.25, 7.75, 8.5], "texture": "#1"}, - "down": {"uv": [9.25, 8.5, 8.5, 9.25], "texture": "#1"} - } - }, - { - "from": [5.3, 4, 9.8], - "to": [6.2, 5.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [12, 4.75, 12.25, 5.25], "texture": "#1"}, - "east": {"uv": [12, 6.75, 12.25, 7.25], "texture": "#1"}, - "south": {"uv": [12, 7.25, 12.25, 7.75], "texture": "#1"}, - "west": {"uv": [12, 8, 12.25, 8.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.5, 12.5, 1.25], "texture": "#1"}, - "down": {"uv": [1.75, 12.5, 1.5, 12.75], "texture": "#1"} - } - }, - { - "from": [5.6915, 7, 9.539], - "to": [6.461, 9, 10.3085], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [12.25, 8.5, 12.4375, 9], "texture": "#1"}, - "east": {"uv": [12.25, 9, 12.4375, 9.5], "texture": "#1"}, - "south": {"uv": [12.25, 9.5, 12.4375, 10], "texture": "#1"}, - "west": {"uv": [12.25, 10.25, 12.4375, 10.75], "texture": "#1"}, - "up": {"uv": [0.1875, 12.9375, 0, 12.75], "texture": "#1"}, - "down": {"uv": [0.4375, 12.75, 0.25, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.57, 6, 9.62], - "to": [6.38, 7, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 7.75, 12.6875, 8], "texture": "#1"}, - "east": {"uv": [12.5, 8, 12.6875, 8.25], "texture": "#1"}, - "south": {"uv": [12.5, 8.25, 12.6875, 8.5], "texture": "#1"}, - "west": {"uv": [12.5, 8.5, 12.6875, 8.75], "texture": "#1"}, - "up": {"uv": [12.9375, 0.4375, 12.75, 0.25], "texture": "#1"}, - "down": {"uv": [0.6875, 12.75, 0.5, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.57, 9, 9.62], - "to": [6.38, 10, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [8.75, 12.5, 8.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 8.75, 12.6875, 9], "texture": "#1"}, - "south": {"uv": [9, 12.5, 9.1875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 9, 12.6875, 9.25], "texture": "#1"}, - "up": {"uv": [12.9375, 0.6875, 12.75, 0.5], "texture": "#1"}, - "down": {"uv": [0.9375, 12.75, 0.75, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.3, 10, 9.8], - "to": [6.2, 11.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [8.75, 12, 9, 12.5], "texture": "#1"}, - "east": {"uv": [9, 12, 9.25, 12.5], "texture": "#1"}, - "south": {"uv": [12, 9, 12.25, 9.5], "texture": "#1"}, - "west": {"uv": [9.25, 12, 9.5, 12.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.75, 12.5, 1.5], "texture": "#1"}, - "down": {"uv": [2, 12.5, 1.75, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 11, 10], - "to": [6, 13, 11], - "faces": { - "north": {"uv": [9.5, 12, 9.75, 12.5], "texture": "#1"}, - "east": {"uv": [12, 9.5, 12.25, 10], "texture": "#1"}, - "south": {"uv": [9.75, 12, 10, 12.5], "texture": "#1"}, - "west": {"uv": [10, 12, 10.25, 12.5], "texture": "#1"}, - "up": {"uv": [2.25, 12.75, 2, 12.5], "texture": "#1"}, - "down": {"uv": [2.5, 12.5, 2.25, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 3, 10], - "to": [6, 5, 11], - "faces": { - "north": {"uv": [10.25, 12, 10.5, 12.5], "texture": "#1"}, - "east": {"uv": [10.5, 12, 10.75, 12.5], "texture": "#1"}, - "south": {"uv": [12, 10.75, 12.25, 11.25], "texture": "#1"}, - "west": {"uv": [12, 11.5, 12.25, 12], "texture": "#1"}, - "up": {"uv": [12.75, 2.5, 12.5, 2.25], "texture": "#1"}, - "down": {"uv": [12.75, 2.5, 12.5, 2.75], "texture": "#1"} - } - }, - { - "from": [4, 13, 10], - "to": [6, 14, 12], - "faces": { - "north": {"uv": [12, 10, 12.5, 10.25], "texture": "#1"}, - "east": {"uv": [11.75, 12, 12.25, 12.25], "texture": "#1"}, - "south": {"uv": [12.25, 0.25, 12.75, 0.5], "texture": "#1"}, - "west": {"uv": [12.25, 0.5, 12.75, 0.75], "texture": "#1"}, - "up": {"uv": [0.5, 11.25, 0, 10.75], "texture": "#1"}, - "down": {"uv": [1, 10.75, 0.5, 11.25], "texture": "#1"} - } - }, - { - "from": [4, 2, 10], - "to": [6, 3, 12], - "faces": { - "north": {"uv": [0.75, 12.25, 1.25, 12.5], "texture": "#1"}, - "east": {"uv": [12.25, 1.75, 12.75, 2], "texture": "#1"}, - "south": {"uv": [2, 12.25, 2.5, 12.5], "texture": "#1"}, - "west": {"uv": [12.25, 2, 12.75, 2.25], "texture": "#1"}, - "up": {"uv": [1.5, 11.25, 1, 10.75], "texture": "#1"}, - "down": {"uv": [2, 10.75, 1.5, 11.25], "texture": "#1"} - } - }, - { - "from": [10, 14, 10], - "to": [13, 15, 13], - "faces": { - "north": {"uv": [8.75, 11.5, 9.5, 11.75], "texture": "#1"}, - "east": {"uv": [9.5, 11.5, 10.25, 11.75], "texture": "#1"}, - "south": {"uv": [10.25, 11.5, 11, 11.75], "texture": "#1"}, - "west": {"uv": [11.5, 10.25, 12.25, 10.5], "texture": "#1"}, - "up": {"uv": [0.75, 9.5, 0, 8.75], "texture": "#1"}, - "down": {"uv": [1.5, 8.75, 0.75, 9.5], "texture": "#1"} - } - }, - { - "from": [10, 1, 10], - "to": [13, 2, 13], - "faces": { - "north": {"uv": [11.5, 10.5, 12.25, 10.75], "texture": "#1"}, - "east": {"uv": [11, 11.5, 11.75, 11.75], "texture": "#1"}, - "south": {"uv": [11.5, 11.25, 12.25, 11.5], "texture": "#1"}, - "west": {"uv": [0, 11.75, 0.75, 12], "texture": "#1"}, - "up": {"uv": [2.25, 9.5, 1.5, 8.75], "texture": "#1"}, - "down": {"uv": [9.5, 4, 8.75, 4.75], "texture": "#1"} - } - }, - { - "from": [9.8, 4, 9.8], - "to": [10.7, 5.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [12.25, 2.25, 12.5, 2.75], "texture": "#1"}, - "east": {"uv": [2.5, 12.25, 2.75, 12.75], "texture": "#1"}, - "south": {"uv": [2.75, 12.25, 3, 12.75], "texture": "#1"}, - "west": {"uv": [12.25, 2.75, 12.5, 3.25], "texture": "#1"}, - "up": {"uv": [12.75, 3, 12.5, 2.75], "texture": "#1"}, - "down": {"uv": [3.25, 12.5, 3, 12.75], "texture": "#1"} - } - }, - { - "from": [9.539, 7, 9.539], - "to": [10.3085, 9, 10.3085], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [10.75, 12.25, 10.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.25, 10.75, 12.4375, 11.25], "texture": "#1"}, - "south": {"uv": [11, 12.25, 11.1875, 12.75], "texture": "#1"}, - "west": {"uv": [11.25, 12.25, 11.4375, 12.75], "texture": "#1"}, - "up": {"uv": [12.9375, 0.9375, 12.75, 0.75], "texture": "#1"}, - "down": {"uv": [1.1875, 12.75, 1, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.62, 6, 9.62], - "to": [10.43, 7, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.25, 12.5, 9.4375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 9.25, 12.6875, 9.5], "texture": "#1"}, - "south": {"uv": [9.5, 12.5, 9.6875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 9.5, 12.6875, 9.75], "texture": "#1"}, - "up": {"uv": [12.9375, 1.1875, 12.75, 1], "texture": "#1"}, - "down": {"uv": [1.4375, 12.75, 1.25, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.62, 9, 9.62], - "to": [10.43, 10, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.75, 12.5, 9.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 9.75, 12.6875, 10], "texture": "#1"}, - "south": {"uv": [10, 12.5, 10.1875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 10, 12.6875, 10.25], "texture": "#1"}, - "up": {"uv": [12.9375, 1.4375, 12.75, 1.25], "texture": "#1"}, - "down": {"uv": [1.6875, 12.75, 1.5, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.8, 10, 9.8], - "to": [10.7, 11.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [3.75, 12.25, 4, 12.75], "texture": "#1"}, - "east": {"uv": [4, 12.25, 4.25, 12.75], "texture": "#1"}, - "south": {"uv": [4.25, 12.25, 4.5, 12.75], "texture": "#1"}, - "west": {"uv": [4.5, 12.25, 4.75, 12.75], "texture": "#1"}, - "up": {"uv": [12.75, 3.25, 12.5, 3], "texture": "#1"}, - "down": {"uv": [3.5, 12.5, 3.25, 12.75], "texture": "#1"} - } - }, - { - "from": [10, 11, 10], - "to": [11, 13, 11], - "faces": { - "north": {"uv": [12.25, 4.5, 12.5, 5], "texture": "#1"}, - "east": {"uv": [4.75, 12.25, 5, 12.75], "texture": "#1"}, - "south": {"uv": [5, 12.25, 5.25, 12.75], "texture": "#1"}, - "west": {"uv": [12.25, 5, 12.5, 5.5], "texture": "#1"}, - "up": {"uv": [3.75, 12.75, 3.5, 12.5], "texture": "#1"}, - "down": {"uv": [12.75, 3.5, 12.5, 3.75], "texture": "#1"} - } - }, - { - "from": [10, 3, 10], - "to": [11, 5, 11], - "faces": { - "north": {"uv": [5.25, 12.25, 5.5, 12.75], "texture": "#1"}, - "east": {"uv": [5.5, 12.25, 5.75, 12.75], "texture": "#1"}, - "south": {"uv": [12.25, 5.5, 12.5, 6], "texture": "#1"}, - "west": {"uv": [5.75, 12.25, 6, 12.75], "texture": "#1"}, - "up": {"uv": [12.75, 4, 12.5, 3.75], "texture": "#1"}, - "down": {"uv": [12.75, 4, 12.5, 4.25], "texture": "#1"} - } - }, - { - "from": [10, 13, 10], - "to": [12, 14, 12], - "faces": { - "north": {"uv": [12.25, 3.25, 12.75, 3.5], "texture": "#1"}, - "east": {"uv": [6, 12.25, 6.5, 12.5], "texture": "#1"}, - "south": {"uv": [12.25, 6, 12.75, 6.25], "texture": "#1"}, - "west": {"uv": [12.25, 6.25, 12.75, 6.5], "texture": "#1"}, - "up": {"uv": [2.5, 11.25, 2, 10.75], "texture": "#1"}, - "down": {"uv": [4.25, 10.75, 3.75, 11.25], "texture": "#1"} - } - }, - { - "from": [10, 2, 10], - "to": [12, 3, 12], - "faces": { - "north": {"uv": [6.5, 12.25, 7, 12.5], "texture": "#1"}, - "east": {"uv": [12.25, 6.5, 12.75, 6.75], "texture": "#1"}, - "south": {"uv": [12.25, 6.75, 12.75, 7], "texture": "#1"}, - "west": {"uv": [7, 12.25, 7.5, 12.5], "texture": "#1"}, - "up": {"uv": [4.75, 11.25, 4.25, 10.75], "texture": "#1"}, - "down": {"uv": [5.25, 10.75, 4.75, 11.25], "texture": "#1"} - } - }, - { - "from": [6, 14, 10], - "to": [10, 15, 14], - "faces": { - "north": {"uv": [5.25, 10.75, 6.25, 11], "texture": "#1"}, - "east": {"uv": [6.25, 10.75, 7.25, 11], "texture": "#1"}, - "south": {"uv": [7.25, 10.75, 8.25, 11], "texture": "#1"}, - "west": {"uv": [10.75, 7.25, 11.75, 7.5], "texture": "#1"}, - "up": {"uv": [7, 5.75, 6, 4.75], "texture": "#1"}, - "down": {"uv": [6.25, 6, 5.25, 7], "texture": "#1"} - } - }, - { - "from": [6, 1, 10], - "to": [10, 2, 14], - "faces": { - "north": {"uv": [10.75, 7.5, 11.75, 7.75], "texture": "#1"}, - "east": {"uv": [10.75, 7.75, 11.75, 8], "texture": "#1"}, - "south": {"uv": [8.25, 10.75, 9.25, 11], "texture": "#1"}, - "west": {"uv": [9.25, 10.75, 10.25, 11], "texture": "#1"}, - "up": {"uv": [7.25, 6.75, 6.25, 5.75], "texture": "#1"}, - "down": {"uv": [4.5, 6.75, 3.5, 7.75], "texture": "#1"} - } - }, - { - "from": [6.2, 4, 9.8], - "to": [9.8, 5.9, 11.6], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [9.5, 0.75, 10.375, 1.25], "texture": "#1"}, - "east": {"uv": [11, 10.25, 11.4375, 10.75], "texture": "#1"}, - "south": {"uv": [1, 9.5, 1.875, 10], "texture": "#1"}, - "west": {"uv": [0, 11.25, 0.4375, 11.75], "texture": "#1"}, - "up": {"uv": [3.875, 10.4375, 3, 10], "texture": "#1"}, - "down": {"uv": [10.875, 4.75, 10, 5.1875], "texture": "#1"} - } - }, - { - "from": [6.461, 7, 9.539], - "to": [9.539, 9, 11.078], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [2, 10.25, 2.75, 10.75], "texture": "#1"}, - "east": {"uv": [11.75, 0.25, 12.125, 0.75], "texture": "#1"}, - "south": {"uv": [10.25, 2, 11, 2.5], "texture": "#1"}, - "west": {"uv": [0.75, 11.75, 1.125, 12.25], "texture": "#1"}, - "up": {"uv": [10.5, 10.625, 9.75, 10.25], "texture": "#1"}, - "down": {"uv": [11, 9.75, 10.25, 10.125], "texture": "#1"} - } - }, - { - "from": [6.38, 6, 9.62], - "to": [9.62, 7, 11.24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 1.75, 12.0625, 2], "texture": "#1"}, - "east": {"uv": [12.25, 11.25, 12.625, 11.5], "texture": "#1"}, - "south": {"uv": [3.5, 11.25, 4.3125, 11.5], "texture": "#1"}, - "west": {"uv": [11.5, 12.25, 11.875, 12.5], "texture": "#1"}, - "up": {"uv": [5.5625, 10.625, 4.75, 10.25], "texture": "#1"}, - "down": {"uv": [6.5625, 10.25, 5.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.38, 9, 9.62], - "to": [9.62, 10, 11.24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [4.5, 11.25, 5.3125, 11.5], "texture": "#1"}, - "east": {"uv": [12.25, 11.5, 12.625, 11.75], "texture": "#1"}, - "south": {"uv": [11.25, 4.5, 12.0625, 4.75], "texture": "#1"}, - "west": {"uv": [12.25, 11.75, 12.625, 12], "texture": "#1"}, - "up": {"uv": [11.0625, 6.125, 10.25, 5.75], "texture": "#1"}, - "down": {"uv": [11.0625, 6.25, 10.25, 6.625], "texture": "#1"} - } - }, - { - "from": [6.2, 10, 9.8], - "to": [9.8, 11.9, 11.6], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [3.25, 9.5, 4.125, 10], "texture": "#1"}, - "east": {"uv": [11.25, 0.25, 11.6875, 0.75], "texture": "#1"}, - "south": {"uv": [9.5, 4, 10.375, 4.5], "texture": "#1"}, - "west": {"uv": [0.5, 11.25, 0.9375, 11.75], "texture": "#1"}, - "up": {"uv": [10.875, 5.6875, 10, 5.25], "texture": "#1"}, - "down": {"uv": [10.875, 6.75, 10, 7.1875], "texture": "#1"} - } - }, - { - "from": [6, 11, 10], - "to": [10, 13, 12], - "faces": { - "north": {"uv": [8.5, 1, 9.5, 1.5], "texture": "#1"}, - "east": {"uv": [10.25, 10.75, 10.75, 11.25], "texture": "#1"}, - "south": {"uv": [4, 9, 5, 9.5], "texture": "#1"}, - "west": {"uv": [10.75, 10.75, 11.25, 11.25], "texture": "#1"}, - "up": {"uv": [10, 5.25, 9, 4.75], "texture": "#1"}, - "down": {"uv": [10, 5.25, 9, 5.75], "texture": "#1"} - } - }, - { - "from": [6, 3, 10], - "to": [10, 5, 12], - "faces": { - "north": {"uv": [9, 6.75, 10, 7.25], "texture": "#1"}, - "east": {"uv": [11, 2, 11.5, 2.5], "texture": "#1"}, - "south": {"uv": [9.25, 0.25, 10.25, 0.75], "texture": "#1"}, - "west": {"uv": [2.5, 11, 3, 11.5], "texture": "#1"}, - "up": {"uv": [10.25, 2.5, 9.25, 2], "texture": "#1"}, - "down": {"uv": [3.25, 9.25, 2.25, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 13, 10], - "to": [10, 14, 13], - "faces": { - "north": {"uv": [11, 0, 12, 0.25], "texture": "#1"}, - "east": {"uv": [11.75, 0.75, 12.5, 1], "texture": "#1"}, - "south": {"uv": [11, 2.5, 12, 2.75], "texture": "#1"}, - "west": {"uv": [11.75, 1, 12.5, 1.25], "texture": "#1"}, - "up": {"uv": [8.25, 8, 7.25, 7.25], "texture": "#1"}, - "down": {"uv": [8.5, 0, 7.5, 0.75], "texture": "#1"} - } - }, - { - "from": [6, 2, 10], - "to": [10, 3, 13], - "faces": { - "north": {"uv": [11, 2.75, 12, 3], "texture": "#1"}, - "east": {"uv": [1.25, 11.75, 2, 12], "texture": "#1"}, - "south": {"uv": [11, 3, 12, 3.25], "texture": "#1"}, - "west": {"uv": [11.75, 1.25, 12.5, 1.5], "texture": "#1"}, - "up": {"uv": [8.5, 1.5, 7.5, 0.75], "texture": "#1"}, - "down": {"uv": [5.5, 7.5, 4.5, 8.25], "texture": "#1"} - } - }, - { - "from": [6, 14, 2], - "to": [10, 15, 6], - "faces": { - "north": {"uv": [11, 3.25, 12, 3.5], "texture": "#1"}, - "east": {"uv": [11, 3.5, 12, 3.75], "texture": "#1"}, - "south": {"uv": [11, 3.75, 12, 4], "texture": "#1"}, - "west": {"uv": [11, 4, 12, 4.25], "texture": "#1"}, - "up": {"uv": [7.25, 7.75, 6.25, 6.75], "texture": "#1"}, - "down": {"uv": [1, 7, 0, 8], "texture": "#1"} - } - }, - { - "from": [6, 1, 2], - "to": [10, 2, 6], - "faces": { - "north": {"uv": [11, 4.25, 12, 4.5], "texture": "#1"}, - "east": {"uv": [11, 4.75, 12, 5], "texture": "#1"}, - "south": {"uv": [11, 5, 12, 5.25], "texture": "#1"}, - "west": {"uv": [5.25, 11, 6.25, 11.25], "texture": "#1"}, - "up": {"uv": [2, 8, 1, 7], "texture": "#1"}, - "down": {"uv": [3, 7, 2, 8], "texture": "#1"} - } - }, - { - "from": [6.2, 4, 4.4], - "to": [9.8, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [9.5, 8, 10.375, 8.5], "texture": "#1"}, - "east": {"uv": [11.25, 0.75, 11.6875, 1.25], "texture": "#1"}, - "south": {"uv": [2, 9.75, 2.875, 10.25], "texture": "#1"}, - "west": {"uv": [1, 11.25, 1.4375, 11.75], "texture": "#1"}, - "up": {"uv": [10.875, 9.6875, 10, 9.25], "texture": "#1"}, - "down": {"uv": [0.875, 10.25, 0, 10.6875], "texture": "#1"} - } - }, - { - "from": [6.461, 7, 4.922], - "to": [9.539, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [10.25, 2.5, 11, 3], "texture": "#1"}, - "east": {"uv": [2, 11.75, 2.375, 12.25], "texture": "#1"}, - "south": {"uv": [10.25, 3, 11, 3.5], "texture": "#1"}, - "west": {"uv": [2.5, 11.75, 2.875, 12.25], "texture": "#1"}, - "up": {"uv": [11.25, 1.125, 10.5, 0.75], "texture": "#1"}, - "down": {"uv": [11.25, 1.5, 10.5, 1.875], "texture": "#1"} - } - }, - { - "from": [6.38, 6, 4.76], - "to": [9.62, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 5.75, 12.0625, 6], "texture": "#1"}, - "east": {"uv": [12, 12.25, 12.375, 12.5], "texture": "#1"}, - "south": {"uv": [11.25, 6, 12.0625, 6.25], "texture": "#1"}, - "west": {"uv": [12.25, 12, 12.625, 12.25], "texture": "#1"}, - "up": {"uv": [7.5625, 10.625, 6.75, 10.25], "texture": "#1"}, - "down": {"uv": [8.5625, 10.25, 7.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.38, 9, 4.76], - "to": [9.62, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 6.25, 12.0625, 6.5], "texture": "#1"}, - "east": {"uv": [0, 12.5, 0.375, 12.75], "texture": "#1"}, - "south": {"uv": [11.25, 6.5, 12.0625, 6.75], "texture": "#1"}, - "west": {"uv": [12.5, 0, 12.875, 0.25], "texture": "#1"}, - "up": {"uv": [11.0625, 8.875, 10.25, 8.5], "texture": "#1"}, - "down": {"uv": [9.5625, 10.25, 8.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.2, 10, 4.4], - "to": [9.8, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [4.25, 9.75, 5.125, 10.25], "texture": "#1"}, - "east": {"uv": [11.25, 1.25, 11.6875, 1.75], "texture": "#1"}, - "south": {"uv": [5.25, 9.75, 6.125, 10.25], "texture": "#1"}, - "west": {"uv": [1.5, 11.25, 1.9375, 11.75], "texture": "#1"}, - "up": {"uv": [11.125, 0.6875, 10.25, 0.25], "texture": "#1"}, - "down": {"uv": [1.875, 10.25, 1, 10.6875], "texture": "#1"} - } - }, - { - "from": [6, 11, 4], - "to": [10, 13, 6], - "faces": { - "north": {"uv": [9.25, 2.5, 10.25, 3], "texture": "#1"}, - "east": {"uv": [3, 11, 3.5, 11.5], "texture": "#1"}, - "south": {"uv": [9.25, 3, 10.25, 3.5], "texture": "#1"}, - "west": {"uv": [11, 5.25, 11.5, 5.75], "texture": "#1"}, - "up": {"uv": [10.25, 4, 9.25, 3.5], "texture": "#1"}, - "down": {"uv": [6, 9.25, 5, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 3, 4], - "to": [10, 5, 6], - "faces": { - "north": {"uv": [9.25, 5.75, 10.25, 6.25], "texture": "#1"}, - "east": {"uv": [6.25, 11, 6.75, 11.5], "texture": "#1"}, - "south": {"uv": [6, 9.25, 7, 9.75], "texture": "#1"}, - "west": {"uv": [6.75, 11, 7.25, 11.5], "texture": "#1"}, - "up": {"uv": [10.25, 6.75, 9.25, 6.25], "texture": "#1"}, - "down": {"uv": [8, 9.25, 7, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 13, 3], - "to": [10, 14, 6], - "faces": { - "north": {"uv": [11, 6.75, 12, 7], "texture": "#1"}, - "east": {"uv": [11.75, 1.5, 12.5, 1.75], "texture": "#1"}, - "south": {"uv": [11, 7, 12, 7.25], "texture": "#1"}, - "west": {"uv": [3, 11.75, 3.75, 12], "texture": "#1"}, - "up": {"uv": [4, 8.5, 3, 7.75], "texture": "#1"}, - "down": {"uv": [8.75, 4, 7.75, 4.75], "texture": "#1"} - } - }, - { - "from": [6, 2, 3], - "to": [10, 3, 6], - "faces": { - "north": {"uv": [7.25, 11, 8.25, 11.25], "texture": "#1"}, - "east": {"uv": [3.75, 11.75, 4.5, 12], "texture": "#1"}, - "south": {"uv": [11, 8, 12, 8.25], "texture": "#1"}, - "west": {"uv": [4.5, 11.75, 5.25, 12], "texture": "#1"}, - "up": {"uv": [6.5, 8.5, 5.5, 7.75], "texture": "#1"}, - "down": {"uv": [1, 8, 0, 8.75], "texture": "#1"} - } - }, - { - "from": [2, 14, 6], - "to": [14, 15, 10], - "faces": { - "north": {"uv": [7.5, 1.5, 10.5, 1.75], "texture": "#1"}, - "east": {"uv": [8.25, 11, 9.25, 11.25], "texture": "#1"}, - "south": {"uv": [7.5, 1.75, 10.5, 2], "texture": "#1"}, - "west": {"uv": [11, 8.25, 12, 8.5], "texture": "#1"}, - "up": {"uv": [3, 1, 0, 0], "texture": "#1"}, - "down": {"uv": [3, 1, 0, 2], "texture": "#1"} - } - }, - { - "from": [2, 1, 6], - "to": [14, 2, 10], - "faces": { - "north": {"uv": [6.5, 8, 9.5, 8.25], "texture": "#1"}, - "east": {"uv": [11, 9, 12, 9.25], "texture": "#1"}, - "south": {"uv": [6.5, 8.25, 9.5, 8.5], "texture": "#1"}, - "west": {"uv": [9.25, 11, 10.25, 11.25], "texture": "#1"}, - "up": {"uv": [3, 3, 0, 2], "texture": "#1"}, - "down": {"uv": [3, 3, 0, 4], "texture": "#1"} - } - }, - { - "from": [4.4, 4, 6.2], - "to": [11.6, 5.9, 9.8], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [7.25, 3, 9.0625, 3.5], "texture": "#1"}, - "east": {"uv": [6.25, 9.75, 7.125, 10.25], "texture": "#1"}, - "south": {"uv": [7.25, 3.5, 9.0625, 4], "texture": "#1"}, - "west": {"uv": [7.25, 9.75, 8.125, 10.25], "texture": "#1"}, - "up": {"uv": [3.8125, 5.875, 2, 5], "texture": "#1"}, - "down": {"uv": [5.8125, 5, 4, 5.875], "texture": "#1"} - } - }, - { - "from": [4.922, 7, 6.461], - "to": [11.078, 9, 9.539], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [4.5, 7, 6.0625, 7.5], "texture": "#1"}, - "east": {"uv": [10.25, 3.5, 11, 4], "texture": "#1"}, - "south": {"uv": [7.25, 6.75, 8.8125, 7.25], "texture": "#1"}, - "west": {"uv": [4, 10.25, 4.75, 10.75], "texture": "#1"}, - "up": {"uv": [5.0625, 6.75, 3.5, 6], "texture": "#1"}, - "down": {"uv": [7.5625, 4, 6, 4.75], "texture": "#1"} - } - }, - { - "from": [4.76, 6, 6.38], - "to": [11.24, 7, 9.62], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.25, 9, 10.875, 9.25], "texture": "#1"}, - "east": {"uv": [7.25, 11.25, 8.0625, 11.5], "texture": "#1"}, - "south": {"uv": [9.5, 1.25, 11.125, 1.5], "texture": "#1"}, - "west": {"uv": [8.25, 11.25, 9.0625, 11.5], "texture": "#1"}, - "up": {"uv": [7.125, 2.8125, 5.5, 2], "texture": "#1"}, - "down": {"uv": [7.125, 3, 5.5, 3.8125], "texture": "#1"} - } - }, - { - "from": [4.76, 9, 6.38], - "to": [11.24, 10, 9.62], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.5, 4.5, 11.125, 4.75], "texture": "#1"}, - "east": {"uv": [11.25, 8.5, 12.0625, 8.75], "texture": "#1"}, - "south": {"uv": [0, 10, 1.625, 10.25], "texture": "#1"}, - "west": {"uv": [11.25, 8.75, 12.0625, 9], "texture": "#1"}, - "up": {"uv": [1.625, 6.8125, 0, 6], "texture": "#1"}, - "down": {"uv": [3.375, 6, 1.75, 6.8125], "texture": "#1"} - } - }, - { - "from": [4.4, 10, 6.2], - "to": [11.6, 11.9, 9.8], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [7.25, 5.75, 9.0625, 6.25], "texture": "#1"}, - "east": {"uv": [8.25, 9.75, 9.125, 10.25], "texture": "#1"}, - "south": {"uv": [7.25, 6.25, 9.0625, 6.75], "texture": "#1"}, - "west": {"uv": [9.25, 9.75, 10.125, 10.25], "texture": "#1"}, - "up": {"uv": [7.3125, 0.875, 5.5, 0], "texture": "#1"}, - "down": {"uv": [7.3125, 1, 5.5, 1.875], "texture": "#1"} - } - }, - { - "from": [4, 11, 6], - "to": [12, 13, 10], - "faces": { - "north": {"uv": [7, 4.75, 9, 5.25], "texture": "#1"}, - "east": {"uv": [8, 9.25, 9, 9.75], "texture": "#1"}, - "south": {"uv": [7, 5.25, 9, 5.75], "texture": "#1"}, - "west": {"uv": [9.25, 8.5, 10.25, 9], "texture": "#1"}, - "up": {"uv": [2, 5, 0, 4], "texture": "#1"}, - "down": {"uv": [4, 4, 2, 5], "texture": "#1"} - } - }, - { - "from": [4, 3, 6], - "to": [12, 5, 10], - "faces": { - "north": {"uv": [7.25, 2, 9.25, 2.5], "texture": "#1"}, - "east": {"uv": [9, 9.25, 10, 9.75], "texture": "#1"}, - "south": {"uv": [7.25, 2.5, 9.25, 3], "texture": "#1"}, - "west": {"uv": [0, 9.5, 1, 10], "texture": "#1"}, - "up": {"uv": [6, 5, 4, 4], "texture": "#1"}, - "down": {"uv": [2, 5, 0, 6], "texture": "#1"} - } - }, - { - "from": [3, 13, 6], - "to": [13, 14, 10], - "faces": { - "north": {"uv": [8.25, 7.25, 10.75, 7.5], "texture": "#1"}, - "east": {"uv": [11, 9.25, 12, 9.5], "texture": "#1"}, - "south": {"uv": [8.25, 7.5, 10.75, 7.75], "texture": "#1"}, - "west": {"uv": [11, 9.5, 12, 9.75], "texture": "#1"}, - "up": {"uv": [5.5, 1, 3, 0], "texture": "#1"}, - "down": {"uv": [5.5, 1, 3, 2], "texture": "#1"} - } - }, - { - "from": [3, 2, 6], - "to": [13, 3, 10], - "faces": { - "north": {"uv": [8.25, 7.75, 10.75, 8], "texture": "#1"}, - "east": {"uv": [11, 9.75, 12, 10], "texture": "#1"}, - "south": {"uv": [8.5, 0, 11, 0.25], "texture": "#1"}, - "west": {"uv": [11, 10, 12, 10.25], "texture": "#1"}, - "up": {"uv": [5.5, 3, 3, 2], "texture": "#1"}, - "down": {"uv": [5.5, 3, 3, 4], "texture": "#1"} - } - }, - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [7, 8, 11, 8.25], "texture": "#0"}, - "east": {"uv": [8, 7, 12, 7.25], "texture": "#0"}, - "south": {"uv": [8, 7.25, 12, 7.5], "texture": "#0"}, - "west": {"uv": [8, 7.5, 12, 7.75], "texture": "#0"}, - "up": {"uv": [4, 4, 0, 0], "texture": "#0"}, - "down": {"uv": [4, 4, 0, 8], "texture": "#0"} - } - }, - { - "from": [0, 15, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [8, 7.75, 12, 8], "texture": "#0"}, - "east": {"uv": [7, 8.25, 11, 8.5], "texture": "#0"}, - "south": {"uv": [8.5, 0, 12.5, 0.25], "texture": "#0"}, - "west": {"uv": [8.5, 0.25, 12.5, 0.5], "texture": "#0"}, - "up": {"uv": [8, 4, 4, 0], "texture": "#0"}, - "down": {"uv": [8, 4, 4, 8], "texture": "#0"} - } - }, - { - "from": [14, 1, 0], - "to": [16, 15, 2], - "faces": { - "north": {"uv": [0, 8, 0.5, 11.5], "texture": "#0"}, - "east": {"uv": [8, 0, 8.5, 3.5], "texture": "#0"}, - "south": {"uv": [0.5, 8, 1, 11.5], "texture": "#0"}, - "west": {"uv": [1, 8, 1.5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 1, 8.5, 0.5], "texture": "#0"}, - "down": {"uv": [9, 1, 8.5, 1.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 0], - "to": [2, 15, 2], - "faces": { - "north": {"uv": [1.5, 8, 2, 11.5], "texture": "#0"}, - "east": {"uv": [2, 8, 2.5, 11.5], "texture": "#0"}, - "south": {"uv": [2.5, 8, 3, 11.5], "texture": "#0"}, - "west": {"uv": [3, 8, 3.5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 2, 8.5, 1.5], "texture": "#0"}, - "down": {"uv": [9, 2, 8.5, 2.5], "texture": "#0"} - } - }, - { - "from": [14, 1, 14], - "to": [16, 15, 16], - "faces": { - "north": {"uv": [3.5, 8, 4, 11.5], "texture": "#0"}, - "east": {"uv": [8, 3.5, 8.5, 7], "texture": "#0"}, - "south": {"uv": [4, 8, 4.5, 11.5], "texture": "#0"}, - "west": {"uv": [4.5, 8, 5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 3, 8.5, 2.5], "texture": "#0"}, - "down": {"uv": [9, 3, 8.5, 3.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 14], - "to": [2, 15, 16], - "faces": { - "north": {"uv": [5, 8, 5.5, 11.5], "texture": "#0"}, - "east": {"uv": [5.5, 8, 6, 11.5], "texture": "#0"}, - "south": {"uv": [6, 8, 6.5, 11.5], "texture": "#0"}, - "west": {"uv": [6.5, 8, 7, 11.5], "texture": "#0"}, - "up": {"uv": [9, 4, 8.5, 3.5], "texture": "#0"}, - "down": {"uv": [9, 4, 8.5, 4.5], "texture": "#0"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "children": [ - { - "name": "Pillar", - "origin": [0, 0, 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, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76] - }, - { - "name": "Casing", - "origin": [0, 0, 0], - "children": [77, 78, 79, 80, 81, 82] - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/notsogudium_chest.json b/src/main/resources/assets/cuboidmod/models/block/notsogudium_chest.json deleted file mode 100644 index 03290ce..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/notsogudium_chest.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "textures": { - "texture": "cuboidmod:model/notsogudium_chest", - "particle": "cuboidmod:block/notsogudium_break" - }, - "elements": [ - { - "from": [1, 0, 1], - "to": [15, 10, 15], - "faces": { - "north": {"uv": [3.5, 8.25, 7, 10.75], "texture": "#texture"}, - "east": {"uv": [0, 8.25, 3.5, 10.75], "texture": "#texture"}, - "south": {"uv": [10.5, 8.25, 14, 10.75], "texture": "#texture"}, - "west": {"uv": [7, 8.25, 10.5, 10.75], "texture": "#texture"}, - "up": {"uv": [3.5, 4.75, 7, 8.25], "texture": "#texture"}, - "down": {"uv": [7, 4.75, 10.5, 8.25], "texture": "#texture"} - } - }, - { - "from": [1, 9, 1], - "to": [15, 14, 15], - "faces": { - "north": {"uv": [3.5, 3.5, 7, 4.75], "texture": "#texture"}, - "east": {"uv": [0, 3.5, 3.5, 4.75], "texture": "#texture"}, - "south": {"uv": [10.5, 3.5, 14, 4.75], "texture": "#texture"}, - "west": {"uv": [7, 3.5, 10.5, 4.75], "texture": "#texture"}, - "up": {"uv": [3.5, 0, 7, 3.5], "texture": "#texture"}, - "down": {"uv": [7, 0, 10.5, 3.5], "texture": "#texture"} - } - }, - { - "from": [7, 7, 0], - "to": [9, 11, 1], - "faces": { - "north": {"uv": [0.25, 0.25, 0.75, 1.25], "texture": "#texture"}, - "east": {"uv": [0, 0.25, 0.25, 1.25], "texture": "#texture"}, - "south": {"uv": [1, 0.25, 1.5, 1.25], "texture": "#texture"}, - "west": {"uv": [0.75, 0.25, 1, 1.25], "texture": "#texture"}, - "up": {"uv": [0, 0.25, 0.75, 0.5], "texture": "#texture"}, - "down": {"uv": [0, 0.75, 1.25, 0.5], "texture": "#texture"} - } - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/notsogudium_quantum_collapser.json b/src/main/resources/assets/cuboidmod/models/block/notsogudium_quantum_collapser.json deleted file mode 100644 index 488c6e3..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/notsogudium_quantum_collapser.json +++ /dev/null @@ -1,502 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/notsogudium_quantum_collapser", - "2": "cuboidmod:model/quantum_collapser_panel", - "particle": "cuboidmod:block/notsogudium_break" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 5.375, 8.75, 5.5], "texture": "#0"}, - "east": {"uv": [6.75, 5.625, 8.75, 5.75], "texture": "#0"}, - "south": {"uv": [6.75, 5.875, 8.75, 6], "texture": "#0"}, - "west": {"uv": [6.75, 6.125, 8.75, 6.25], "texture": "#0"}, - "up": {"uv": [2, 2, 0, 0], "texture": "#0"}, - "down": {"uv": [2, 2.125, 0, 4.125], "texture": "#0"} - } - }, - { - "from": [2, 1, 2], - "to": [14, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.125, 3.75, 3.625, 5.5], "texture": "#0"}, - "east": {"uv": [3.75, 3.75, 5.25, 5.5], "texture": "#0"}, - "south": {"uv": [4, 0, 5.5, 1.75], "texture": "#0"}, - "west": {"uv": [4, 1.875, 5.5, 3.625], "texture": "#0"}, - "up": {"uv": [1.5, 5.75, 0, 4.25], "texture": "#0"}, - "down": {"uv": [6.875, 3.75, 5.375, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 15, 1], - "to": [15, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 6.375, 8.5, 6.5], "texture": "#0"}, - "east": {"uv": [6.75, 6.625, 8.5, 6.75], "texture": "#0"}, - "south": {"uv": [6.75, 6.875, 8.5, 7], "texture": "#0"}, - "west": {"uv": [7, 0, 8.75, 0.125], "texture": "#0"}, - "up": {"uv": [3.875, 1.75, 2.125, 0], "texture": "#0"}, - "down": {"uv": [3.875, 1.875, 2.125, 3.625], "texture": "#0"} - } - }, - { - "from": [0, 1, 0], - "to": [3, 2, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7.5, 1.625, 7.875, 1.75], "texture": "#0"}, - "east": {"uv": [8.75, 7.125, 9.125, 7.25], "texture": "#0"}, - "south": {"uv": [8.75, 7.375, 9.125, 7.5], "texture": "#0"}, - "west": {"uv": [8.75, 7.625, 9.125, 7.75], "texture": "#0"}, - "up": {"uv": [1.125, 8.125, 0.75, 7.75], "texture": "#0"}, - "down": {"uv": [8.125, 7.125, 7.75, 7.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [3, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.75, 7.875, 9.125, 8], "texture": "#0"}, - "east": {"uv": [8.75, 8.125, 9.125, 8.25], "texture": "#0"}, - "south": {"uv": [8.75, 8.375, 9.125, 8.5], "texture": "#0"}, - "west": {"uv": [8.875, 0, 9.25, 0.125], "texture": "#0"}, - "up": {"uv": [8.125, 8, 7.75, 7.625], "texture": "#0"}, - "down": {"uv": [8.375, 0.25, 8, 0.625], "texture": "#0"} - } - }, - { - "from": [13, 1, 0], - "to": [16, 2, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.125, 8.875, 1.5, 9], "texture": "#0"}, - "east": {"uv": [1.625, 8.875, 2, 9], "texture": "#0"}, - "south": {"uv": [2.125, 8.875, 2.5, 9], "texture": "#0"}, - "west": {"uv": [2.625, 8.875, 3, 9], "texture": "#0"}, - "up": {"uv": [8.375, 1.125, 8, 0.75], "texture": "#0"}, - "down": {"uv": [8.375, 1.25, 8, 1.625], "texture": "#0"} - } - }, - { - "from": [13, 1, 13], - "to": [16, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [3.125, 8.875, 3.5, 9], "texture": "#0"}, - "east": {"uv": [3.625, 8.875, 4, 9], "texture": "#0"}, - "south": {"uv": [4.125, 8.875, 4.5, 9], "texture": "#0"}, - "west": {"uv": [4.625, 8.875, 5, 9], "texture": "#0"}, - "up": {"uv": [8.125, 8.5, 7.75, 8.125], "texture": "#0"}, - "down": {"uv": [1.125, 8.25, 0.75, 8.625], "texture": "#0"} - } - }, - { - "from": [0, 3, 0], - "to": [1, 13, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.625, 4.25, 1.75, 5.5], "texture": "#0"}, - "east": {"uv": [1.875, 4.25, 2, 5.5], "texture": "#0"}, - "south": {"uv": [5.625, 7.25, 5.75, 8.5], "texture": "#0"}, - "west": {"uv": [5.875, 7.25, 6, 8.5], "texture": "#0"}, - "up": {"uv": [6.625, 9.375, 6.5, 9.25], "texture": "#0"}, - "down": {"uv": [7.25, 9.25, 7.125, 9.375], "texture": "#0"} - } - }, - { - "from": [0, 14, 0], - "to": [3, 15, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [5.125, 8.875, 5.5, 9], "texture": "#0"}, - "east": {"uv": [8.875, 5.375, 9.25, 5.5], "texture": "#0"}, - "south": {"uv": [8.875, 5.625, 9.25, 5.75], "texture": "#0"}, - "west": {"uv": [8.875, 5.875, 9.25, 6], "texture": "#0"}, - "up": {"uv": [8.625, 7.5, 8.25, 7.125], "texture": "#0"}, - "down": {"uv": [8.625, 7.625, 8.25, 8], "texture": "#0"} - } - }, - { - "from": [0, 2, 0], - "to": [2, 3, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 4.75, 9.25, 4.875], "texture": "#0"}, - "east": {"uv": [5.625, 9, 5.875, 9.125], "texture": "#0"}, - "south": {"uv": [6, 9, 6.25, 9.125], "texture": "#0"}, - "west": {"uv": [6.375, 9, 6.625, 9.125], "texture": "#0"}, - "up": {"uv": [1.5, 8, 1.25, 7.75], "texture": "#0"}, - "down": {"uv": [1.5, 8.125, 1.25, 8.375], "texture": "#0"} - } - }, - { - "from": [0, 13, 0], - "to": [2, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 6.375, 9.25, 6.5], "texture": "#0"}, - "east": {"uv": [9, 6.625, 9.25, 6.75], "texture": "#0"}, - "south": {"uv": [9, 6.875, 9.25, 7], "texture": "#0"}, - "west": {"uv": [7.125, 9, 7.375, 9.125], "texture": "#0"}, - "up": {"uv": [1.5, 8.75, 1.25, 8.5], "texture": "#0"}, - "down": {"uv": [8.875, 4, 8.625, 4.25], "texture": "#0"} - } - }, - { - "from": [0, 2, 14], - "to": [2, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7.5, 9, 7.75, 9.125], "texture": "#0"}, - "east": {"uv": [7.875, 9, 8.125, 9.125], "texture": "#0"}, - "south": {"uv": [8.25, 9, 8.5, 9.125], "texture": "#0"}, - "west": {"uv": [0, 9.125, 0.25, 9.25], "texture": "#0"}, - "up": {"uv": [8.875, 4.625, 8.625, 4.375], "texture": "#0"}, - "down": {"uv": [8.875, 4.75, 8.625, 5], "texture": "#0"} - } - }, - { - "from": [14, 2, 14], - "to": [16, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [0.375, 9.125, 0.625, 9.25], "texture": "#0"}, - "east": {"uv": [0.75, 9.125, 1, 9.25], "texture": "#0"}, - "south": {"uv": [1.125, 9.125, 1.375, 9.25], "texture": "#0"}, - "west": {"uv": [1.5, 9.125, 1.75, 9.25], "texture": "#0"}, - "up": {"uv": [5.875, 8.875, 5.625, 8.625], "texture": "#0"}, - "down": {"uv": [6.25, 8.625, 6, 8.875], "texture": "#0"} - } - }, - { - "from": [14, 2, 0], - "to": [16, 3, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9.125, 1.75, 9.375, 1.875], "texture": "#0"}, - "east": {"uv": [1.875, 9.125, 2.125, 9.25], "texture": "#0"}, - "south": {"uv": [9.125, 2, 9.375, 2.125], "texture": "#0"}, - "west": {"uv": [2.25, 9.125, 2.5, 9.25], "texture": "#0"}, - "up": {"uv": [6.625, 8.875, 6.375, 8.625], "texture": "#0"}, - "down": {"uv": [8.875, 6.375, 8.625, 6.625], "texture": "#0"} - } - }, - { - "from": [13, 14, 0], - "to": [16, 15, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.875, 6.125, 9.25, 6.25], "texture": "#0"}, - "east": {"uv": [8.875, 8.625, 9.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.875, 8.875, 9.25, 9], "texture": "#0"}, - "west": {"uv": [9, 0.25, 9.375, 0.375], "texture": "#0"}, - "up": {"uv": [8.625, 8.5, 8.25, 8.125], "texture": "#0"}, - "down": {"uv": [8.875, 0.25, 8.5, 0.625], "texture": "#0"} - } - }, - { - "from": [14, 13, 0], - "to": [16, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.625, 9.125, 2.875, 9.25], "texture": "#0"}, - "east": {"uv": [3, 9.125, 3.25, 9.25], "texture": "#0"}, - "south": {"uv": [3.375, 9.125, 3.625, 9.25], "texture": "#0"}, - "west": {"uv": [3.75, 9.125, 4, 9.25], "texture": "#0"}, - "up": {"uv": [8.875, 7, 8.625, 6.75], "texture": "#0"}, - "down": {"uv": [8, 8.625, 7.75, 8.875], "texture": "#0"} - } - }, - { - "from": [15, 3, 0], - "to": [16, 13, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.125, 7.25, 6.25, 8.5], "texture": "#0"}, - "east": {"uv": [6.375, 7.25, 6.5, 8.5], "texture": "#0"}, - "south": {"uv": [7.25, 7.125, 7.375, 8.375], "texture": "#0"}, - "west": {"uv": [7.5, 0.25, 7.625, 1.5], "texture": "#0"}, - "up": {"uv": [9.375, 7.25, 9.25, 7.125], "texture": "#0"}, - "down": {"uv": [7.5, 9.25, 7.375, 9.375], "texture": "#0"} - } - }, - { - "from": [13, 14, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 0.5, 9.375, 0.625], "texture": "#0"}, - "east": {"uv": [9, 0.75, 9.375, 0.875], "texture": "#0"}, - "south": {"uv": [9, 1, 9.375, 1.125], "texture": "#0"}, - "west": {"uv": [9, 1.25, 9.375, 1.375], "texture": "#0"}, - "up": {"uv": [8.875, 1.125, 8.5, 0.75], "texture": "#0"}, - "down": {"uv": [8.875, 1.25, 8.5, 1.625], "texture": "#0"} - } - }, - { - "from": [14, 13, 14], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.125, 9.125, 4.375, 9.25], "texture": "#0"}, - "east": {"uv": [4.5, 9.125, 4.75, 9.25], "texture": "#0"}, - "south": {"uv": [4.875, 9.125, 5.125, 9.25], "texture": "#0"}, - "west": {"uv": [5.25, 9.125, 5.5, 9.25], "texture": "#0"}, - "up": {"uv": [8.375, 8.875, 8.125, 8.625], "texture": "#0"}, - "down": {"uv": [8.75, 8.625, 8.5, 8.875], "texture": "#0"} - } - }, - { - "from": [0, 14, 13], - "to": [3, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 1.5, 9.375, 1.625], "texture": "#0"}, - "east": {"uv": [9, 4, 9.375, 4.125], "texture": "#0"}, - "south": {"uv": [9, 4.25, 9.375, 4.375], "texture": "#0"}, - "west": {"uv": [9, 4.5, 9.375, 4.625], "texture": "#0"}, - "up": {"uv": [7.625, 8.875, 7.25, 8.5], "texture": "#0"}, - "down": {"uv": [9, 1.75, 8.625, 2.125], "texture": "#0"} - } - }, - { - "from": [0, 13, 14], - "to": [2, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 9.125, 7, 9.25], "texture": "#0"}, - "east": {"uv": [8.625, 9.125, 8.875, 9.25], "texture": "#0"}, - "south": {"uv": [9, 9.125, 9.25, 9.25], "texture": "#0"}, - "west": {"uv": [5.625, 9.25, 5.875, 9.375], "texture": "#0"}, - "up": {"uv": [1, 9, 0.75, 8.75], "texture": "#0"}, - "down": {"uv": [7, 8.75, 6.75, 9], "texture": "#0"} - } - }, - { - "from": [0, 3, 15], - "to": [1, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.625, 7.5, 1.75, 8.75], "texture": "#0"}, - "east": {"uv": [1.875, 7.5, 2, 8.75], "texture": "#0"}, - "south": {"uv": [2.125, 7.5, 2.25, 8.75], "texture": "#0"}, - "west": {"uv": [2.375, 7.5, 2.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 7.5, 9.25, 7.375], "texture": "#0"}, - "down": {"uv": [7.75, 9.25, 7.625, 9.375], "texture": "#0"} - } - }, - { - "from": [15, 3, 15], - "to": [16, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.625, 7.5, 2.75, 8.75], "texture": "#0"}, - "east": {"uv": [2.875, 7.5, 3, 8.75], "texture": "#0"}, - "south": {"uv": [3.125, 7.5, 3.25, 8.75], "texture": "#0"}, - "west": {"uv": [3.375, 7.5, 3.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 7.75, 9.25, 7.625], "texture": "#0"}, - "down": {"uv": [8, 9.25, 7.875, 9.375], "texture": "#0"} - } - }, - { - "from": [3, 3, 1], - "to": [4, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [3.625, 7.5, 3.75, 8.75], "texture": "#0"}, - "east": {"uv": [3.875, 7.5, 4, 8.75], "texture": "#0"}, - "south": {"uv": [4.125, 7.5, 4.25, 8.75], "texture": "#0"}, - "west": {"uv": [4.375, 7.5, 4.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 8, 9.25, 7.875], "texture": "#0"}, - "down": {"uv": [8.25, 9.25, 8.125, 9.375], "texture": "#0"} - } - }, - { - "from": [12, 3, 1], - "to": [13, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.625, 7.5, 4.75, 8.75], "texture": "#0"}, - "east": {"uv": [4.875, 7.5, 5, 8.75], "texture": "#0"}, - "south": {"uv": [5.125, 7.5, 5.25, 8.75], "texture": "#0"}, - "west": {"uv": [7.5, 7.125, 7.625, 8.375], "texture": "#0"}, - "up": {"uv": [9.375, 8.25, 9.25, 8.125], "texture": "#0"}, - "down": {"uv": [8.5, 9.25, 8.375, 9.375], "texture": "#0"} - } - }, - { - "from": [14, 1, 3], - "to": [15, 15, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.375, 5.625, 4.5, 7.375], "texture": "#0"}, - "east": {"uv": [5.375, 5.375, 6.625, 7.125], "texture": "#0"}, - "south": {"uv": [4.625, 5.625, 4.75, 7.375], "texture": "#0"} - } - }, - { - "from": [1, 1, 3], - "to": [2, 15, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.875, 5.625, 5, 7.375], "texture": "#0"}, - "south": {"uv": [5.125, 5.625, 5.25, 7.375], "texture": "#0"}, - "west": {"uv": [5.625, 1.875, 6.875, 3.625], "texture": "#0"}, - "up": {"uv": [9.1875, 2.1875, 9.0625, 0.9375], "texture": "#0"}, - "down": {"uv": [0.625, 7.75, 0.5, 9], "texture": "#0"} - } - }, - { - "from": [4, 3, 1], - "to": [12, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.375, 5.125, 9.375, 5.25], "texture": "#0"}, - "east": {"uv": [9.25, 8.375, 9.375, 8.5], "texture": "#0"}, - "south": {"uv": [8.625, 2.25, 9.625, 2.375], "texture": "#0"}, - "west": {"uv": [0, 9.375, 0.125, 9.5], "texture": "#0"}, - "up": {"uv": [9.625, 2.625, 8.625, 2.5], "texture": "#0"}, - "down": {"uv": [9.625, 2.75, 8.625, 2.875], "texture": "#0"} - } - }, - { - "from": [4, 12, 1], - "to": [12, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.625, 3, 9.625, 3.125], "texture": "#0"}, - "east": {"uv": [9.375, 0, 9.5, 0.125], "texture": "#0"}, - "south": {"uv": [8.625, 3.25, 9.625, 3.375], "texture": "#0"}, - "west": {"uv": [0.25, 9.375, 0.375, 9.5], "texture": "#0"}, - "up": {"uv": [9.625, 3.625, 8.625, 3.5], "texture": "#0"}, - "down": {"uv": [9.625, 3.75, 8.625, 3.875], "texture": "#0"} - } - }, - { - "from": [3, 1, 14], - "to": [13, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "east": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "south": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "west": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "up": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "down": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"} - } - }, - { - "from": [2, 15, 0], - "to": [14, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7, 3.125, 8.5, 3.25], "texture": "#0"}, - "east": {"uv": [0.5, 9.375, 0.625, 9.5], "texture": "#0"}, - "south": {"uv": [7, 3.375, 8.5, 3.5], "texture": "#0"}, - "west": {"uv": [0.75, 9.375, 0.875, 9.5], "texture": "#0"}, - "up": {"uv": [8.5, 3.75, 7, 3.625], "texture": "#0"}, - "down": {"uv": [8.5, 3.875, 7, 4], "texture": "#0"} - } - }, - { - "from": [2, 15, 15], - "to": [14, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7, 2.125, 8.5, 2.25], "texture": "#0"}, - "east": {"uv": [6, 9.25, 6.125, 9.375], "texture": "#0"}, - "south": {"uv": [7, 2.375, 8.5, 2.5], "texture": "#0"}, - "west": {"uv": [6.25, 9.25, 6.375, 9.375], "texture": "#0"}, - "up": {"uv": [8.5, 2.75, 7, 2.625], "texture": "#0"}, - "down": {"uv": [8.5, 2.875, 7, 3], "texture": "#0"} - } - }, - { - "from": [0, 15, 2], - "to": [1, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1, 9.375, 1.125, 9.5], "texture": "#0"}, - "east": {"uv": [7, 4.125, 8.5, 4.25], "texture": "#0"}, - "south": {"uv": [1.25, 9.375, 1.375, 9.5], "texture": "#0"}, - "west": {"uv": [7, 4.375, 8.5, 4.5], "texture": "#0"}, - "up": {"uv": [6.875, 8.625, 6.75, 7.125], "texture": "#0"}, - "down": {"uv": [7.125, 7.125, 7, 8.625], "texture": "#0"} - } - }, - { - "from": [15, 15, 2], - "to": [16, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.5, 9.375, 1.625, 9.5], "texture": "#0"}, - "east": {"uv": [7, 4.625, 8.5, 4.75], "texture": "#0"}, - "south": {"uv": [1.75, 9.375, 1.875, 9.5], "texture": "#0"}, - "west": {"uv": [7, 4.875, 8.5, 5], "texture": "#0"}, - "up": {"uv": [7.375, 1.75, 7.25, 0.25], "texture": "#0"}, - "down": {"uv": [5.5, 7.25, 5.375, 8.75], "texture": "#0"} - } - }, - { - "from": [4, 4, 1], - "to": [12, 12, 2], - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#2"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [65, 16, 16], - "translation": [0, 4, 0], - "scale": [0.4, 0.4, 0.4] - }, - "thirdperson_lefthand": { - "rotation": [65, 16, 16], - "translation": [0, 4, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_righthand": { - "rotation": [15, 105, 0], - "translation": [2.25, -1, 0], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_lefthand": { - "rotation": [15, 105, 0], - "translation": [2.25, -1, 0], - "scale": [0.65, 0.65, 0.65] - }, - "ground": { - "translation": [0, 2.5, 0], - "scale": [0.5, 0.5, 0.5] - }, - "gui": { - "rotation": [10, -162, -4], - "scale": [0.69, 0.65, 0.65] - }, - "head": { - "translation": [0, 14, 0] - }, - "fixed": { - "rotation": [0, 8, -7], - "translation": [0, 0, -1.25], - "scale": [0.75, 0.75, 0.75] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [8, 8, 8], - "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, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/notsogudium_quantum_collapser_lit.json b/src/main/resources/assets/cuboidmod/models/block/notsogudium_quantum_collapser_lit.json deleted file mode 100644 index 8c51042..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/notsogudium_quantum_collapser_lit.json +++ /dev/null @@ -1,502 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/notsogudium_quantum_collapser", - "2": "cuboidmod:model/quantum_collapser_panel_lit", - "particle": "cuboidmod:block/notsogudium_break" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 5.375, 8.75, 5.5], "texture": "#0"}, - "east": {"uv": [6.75, 5.625, 8.75, 5.75], "texture": "#0"}, - "south": {"uv": [6.75, 5.875, 8.75, 6], "texture": "#0"}, - "west": {"uv": [6.75, 6.125, 8.75, 6.25], "texture": "#0"}, - "up": {"uv": [2, 2, 0, 0], "texture": "#0"}, - "down": {"uv": [2, 2.125, 0, 4.125], "texture": "#0"} - } - }, - { - "from": [2, 1, 2], - "to": [14, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.125, 3.75, 3.625, 5.5], "texture": "#0"}, - "east": {"uv": [3.75, 3.75, 5.25, 5.5], "texture": "#0"}, - "south": {"uv": [4, 0, 5.5, 1.75], "texture": "#0"}, - "west": {"uv": [4, 1.875, 5.5, 3.625], "texture": "#0"}, - "up": {"uv": [1.5, 5.75, 0, 4.25], "texture": "#0"}, - "down": {"uv": [6.875, 3.75, 5.375, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 15, 1], - "to": [15, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 6.375, 8.5, 6.5], "texture": "#0"}, - "east": {"uv": [6.75, 6.625, 8.5, 6.75], "texture": "#0"}, - "south": {"uv": [6.75, 6.875, 8.5, 7], "texture": "#0"}, - "west": {"uv": [7, 0, 8.75, 0.125], "texture": "#0"}, - "up": {"uv": [3.875, 1.75, 2.125, 0], "texture": "#0"}, - "down": {"uv": [3.875, 1.875, 2.125, 3.625], "texture": "#0"} - } - }, - { - "from": [0, 1, 0], - "to": [3, 2, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7.5, 1.625, 7.875, 1.75], "texture": "#0"}, - "east": {"uv": [8.75, 7.125, 9.125, 7.25], "texture": "#0"}, - "south": {"uv": [8.75, 7.375, 9.125, 7.5], "texture": "#0"}, - "west": {"uv": [8.75, 7.625, 9.125, 7.75], "texture": "#0"}, - "up": {"uv": [1.125, 8.125, 0.75, 7.75], "texture": "#0"}, - "down": {"uv": [8.125, 7.125, 7.75, 7.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [3, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.75, 7.875, 9.125, 8], "texture": "#0"}, - "east": {"uv": [8.75, 8.125, 9.125, 8.25], "texture": "#0"}, - "south": {"uv": [8.75, 8.375, 9.125, 8.5], "texture": "#0"}, - "west": {"uv": [8.875, 0, 9.25, 0.125], "texture": "#0"}, - "up": {"uv": [8.125, 8, 7.75, 7.625], "texture": "#0"}, - "down": {"uv": [8.375, 0.25, 8, 0.625], "texture": "#0"} - } - }, - { - "from": [13, 1, 0], - "to": [16, 2, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.125, 8.875, 1.5, 9], "texture": "#0"}, - "east": {"uv": [1.625, 8.875, 2, 9], "texture": "#0"}, - "south": {"uv": [2.125, 8.875, 2.5, 9], "texture": "#0"}, - "west": {"uv": [2.625, 8.875, 3, 9], "texture": "#0"}, - "up": {"uv": [8.375, 1.125, 8, 0.75], "texture": "#0"}, - "down": {"uv": [8.375, 1.25, 8, 1.625], "texture": "#0"} - } - }, - { - "from": [13, 1, 13], - "to": [16, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [3.125, 8.875, 3.5, 9], "texture": "#0"}, - "east": {"uv": [3.625, 8.875, 4, 9], "texture": "#0"}, - "south": {"uv": [4.125, 8.875, 4.5, 9], "texture": "#0"}, - "west": {"uv": [4.625, 8.875, 5, 9], "texture": "#0"}, - "up": {"uv": [8.125, 8.5, 7.75, 8.125], "texture": "#0"}, - "down": {"uv": [1.125, 8.25, 0.75, 8.625], "texture": "#0"} - } - }, - { - "from": [0, 3, 0], - "to": [1, 13, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.625, 4.25, 1.75, 5.5], "texture": "#0"}, - "east": {"uv": [1.875, 4.25, 2, 5.5], "texture": "#0"}, - "south": {"uv": [5.625, 7.25, 5.75, 8.5], "texture": "#0"}, - "west": {"uv": [5.875, 7.25, 6, 8.5], "texture": "#0"}, - "up": {"uv": [6.625, 9.375, 6.5, 9.25], "texture": "#0"}, - "down": {"uv": [7.25, 9.25, 7.125, 9.375], "texture": "#0"} - } - }, - { - "from": [0, 14, 0], - "to": [3, 15, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [5.125, 8.875, 5.5, 9], "texture": "#0"}, - "east": {"uv": [8.875, 5.375, 9.25, 5.5], "texture": "#0"}, - "south": {"uv": [8.875, 5.625, 9.25, 5.75], "texture": "#0"}, - "west": {"uv": [8.875, 5.875, 9.25, 6], "texture": "#0"}, - "up": {"uv": [8.625, 7.5, 8.25, 7.125], "texture": "#0"}, - "down": {"uv": [8.625, 7.625, 8.25, 8], "texture": "#0"} - } - }, - { - "from": [0, 2, 0], - "to": [2, 3, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 4.75, 9.25, 4.875], "texture": "#0"}, - "east": {"uv": [5.625, 9, 5.875, 9.125], "texture": "#0"}, - "south": {"uv": [6, 9, 6.25, 9.125], "texture": "#0"}, - "west": {"uv": [6.375, 9, 6.625, 9.125], "texture": "#0"}, - "up": {"uv": [1.5, 8, 1.25, 7.75], "texture": "#0"}, - "down": {"uv": [1.5, 8.125, 1.25, 8.375], "texture": "#0"} - } - }, - { - "from": [0, 13, 0], - "to": [2, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 6.375, 9.25, 6.5], "texture": "#0"}, - "east": {"uv": [9, 6.625, 9.25, 6.75], "texture": "#0"}, - "south": {"uv": [9, 6.875, 9.25, 7], "texture": "#0"}, - "west": {"uv": [7.125, 9, 7.375, 9.125], "texture": "#0"}, - "up": {"uv": [1.5, 8.75, 1.25, 8.5], "texture": "#0"}, - "down": {"uv": [8.875, 4, 8.625, 4.25], "texture": "#0"} - } - }, - { - "from": [0, 2, 14], - "to": [2, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7.5, 9, 7.75, 9.125], "texture": "#0"}, - "east": {"uv": [7.875, 9, 8.125, 9.125], "texture": "#0"}, - "south": {"uv": [8.25, 9, 8.5, 9.125], "texture": "#0"}, - "west": {"uv": [0, 9.125, 0.25, 9.25], "texture": "#0"}, - "up": {"uv": [8.875, 4.625, 8.625, 4.375], "texture": "#0"}, - "down": {"uv": [8.875, 4.75, 8.625, 5], "texture": "#0"} - } - }, - { - "from": [14, 2, 14], - "to": [16, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [0.375, 9.125, 0.625, 9.25], "texture": "#0"}, - "east": {"uv": [0.75, 9.125, 1, 9.25], "texture": "#0"}, - "south": {"uv": [1.125, 9.125, 1.375, 9.25], "texture": "#0"}, - "west": {"uv": [1.5, 9.125, 1.75, 9.25], "texture": "#0"}, - "up": {"uv": [5.875, 8.875, 5.625, 8.625], "texture": "#0"}, - "down": {"uv": [6.25, 8.625, 6, 8.875], "texture": "#0"} - } - }, - { - "from": [14, 2, 0], - "to": [16, 3, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9.125, 1.75, 9.375, 1.875], "texture": "#0"}, - "east": {"uv": [1.875, 9.125, 2.125, 9.25], "texture": "#0"}, - "south": {"uv": [9.125, 2, 9.375, 2.125], "texture": "#0"}, - "west": {"uv": [2.25, 9.125, 2.5, 9.25], "texture": "#0"}, - "up": {"uv": [6.625, 8.875, 6.375, 8.625], "texture": "#0"}, - "down": {"uv": [8.875, 6.375, 8.625, 6.625], "texture": "#0"} - } - }, - { - "from": [13, 14, 0], - "to": [16, 15, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.875, 6.125, 9.25, 6.25], "texture": "#0"}, - "east": {"uv": [8.875, 8.625, 9.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.875, 8.875, 9.25, 9], "texture": "#0"}, - "west": {"uv": [9, 0.25, 9.375, 0.375], "texture": "#0"}, - "up": {"uv": [8.625, 8.5, 8.25, 8.125], "texture": "#0"}, - "down": {"uv": [8.875, 0.25, 8.5, 0.625], "texture": "#0"} - } - }, - { - "from": [14, 13, 0], - "to": [16, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.625, 9.125, 2.875, 9.25], "texture": "#0"}, - "east": {"uv": [3, 9.125, 3.25, 9.25], "texture": "#0"}, - "south": {"uv": [3.375, 9.125, 3.625, 9.25], "texture": "#0"}, - "west": {"uv": [3.75, 9.125, 4, 9.25], "texture": "#0"}, - "up": {"uv": [8.875, 7, 8.625, 6.75], "texture": "#0"}, - "down": {"uv": [8, 8.625, 7.75, 8.875], "texture": "#0"} - } - }, - { - "from": [15, 3, 0], - "to": [16, 13, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.125, 7.25, 6.25, 8.5], "texture": "#0"}, - "east": {"uv": [6.375, 7.25, 6.5, 8.5], "texture": "#0"}, - "south": {"uv": [7.25, 7.125, 7.375, 8.375], "texture": "#0"}, - "west": {"uv": [7.5, 0.25, 7.625, 1.5], "texture": "#0"}, - "up": {"uv": [9.375, 7.25, 9.25, 7.125], "texture": "#0"}, - "down": {"uv": [7.5, 9.25, 7.375, 9.375], "texture": "#0"} - } - }, - { - "from": [13, 14, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 0.5, 9.375, 0.625], "texture": "#0"}, - "east": {"uv": [9, 0.75, 9.375, 0.875], "texture": "#0"}, - "south": {"uv": [9, 1, 9.375, 1.125], "texture": "#0"}, - "west": {"uv": [9, 1.25, 9.375, 1.375], "texture": "#0"}, - "up": {"uv": [8.875, 1.125, 8.5, 0.75], "texture": "#0"}, - "down": {"uv": [8.875, 1.25, 8.5, 1.625], "texture": "#0"} - } - }, - { - "from": [14, 13, 14], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.125, 9.125, 4.375, 9.25], "texture": "#0"}, - "east": {"uv": [4.5, 9.125, 4.75, 9.25], "texture": "#0"}, - "south": {"uv": [4.875, 9.125, 5.125, 9.25], "texture": "#0"}, - "west": {"uv": [5.25, 9.125, 5.5, 9.25], "texture": "#0"}, - "up": {"uv": [8.375, 8.875, 8.125, 8.625], "texture": "#0"}, - "down": {"uv": [8.75, 8.625, 8.5, 8.875], "texture": "#0"} - } - }, - { - "from": [0, 14, 13], - "to": [3, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 1.5, 9.375, 1.625], "texture": "#0"}, - "east": {"uv": [9, 4, 9.375, 4.125], "texture": "#0"}, - "south": {"uv": [9, 4.25, 9.375, 4.375], "texture": "#0"}, - "west": {"uv": [9, 4.5, 9.375, 4.625], "texture": "#0"}, - "up": {"uv": [7.625, 8.875, 7.25, 8.5], "texture": "#0"}, - "down": {"uv": [9, 1.75, 8.625, 2.125], "texture": "#0"} - } - }, - { - "from": [0, 13, 14], - "to": [2, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 9.125, 7, 9.25], "texture": "#0"}, - "east": {"uv": [8.625, 9.125, 8.875, 9.25], "texture": "#0"}, - "south": {"uv": [9, 9.125, 9.25, 9.25], "texture": "#0"}, - "west": {"uv": [5.625, 9.25, 5.875, 9.375], "texture": "#0"}, - "up": {"uv": [1, 9, 0.75, 8.75], "texture": "#0"}, - "down": {"uv": [7, 8.75, 6.75, 9], "texture": "#0"} - } - }, - { - "from": [0, 3, 15], - "to": [1, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.625, 7.5, 1.75, 8.75], "texture": "#0"}, - "east": {"uv": [1.875, 7.5, 2, 8.75], "texture": "#0"}, - "south": {"uv": [2.125, 7.5, 2.25, 8.75], "texture": "#0"}, - "west": {"uv": [2.375, 7.5, 2.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 7.5, 9.25, 7.375], "texture": "#0"}, - "down": {"uv": [7.75, 9.25, 7.625, 9.375], "texture": "#0"} - } - }, - { - "from": [15, 3, 15], - "to": [16, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.625, 7.5, 2.75, 8.75], "texture": "#0"}, - "east": {"uv": [2.875, 7.5, 3, 8.75], "texture": "#0"}, - "south": {"uv": [3.125, 7.5, 3.25, 8.75], "texture": "#0"}, - "west": {"uv": [3.375, 7.5, 3.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 7.75, 9.25, 7.625], "texture": "#0"}, - "down": {"uv": [8, 9.25, 7.875, 9.375], "texture": "#0"} - } - }, - { - "from": [3, 3, 1], - "to": [4, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [3.625, 7.5, 3.75, 8.75], "texture": "#0"}, - "east": {"uv": [3.875, 7.5, 4, 8.75], "texture": "#0"}, - "south": {"uv": [4.125, 7.5, 4.25, 8.75], "texture": "#0"}, - "west": {"uv": [4.375, 7.5, 4.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 8, 9.25, 7.875], "texture": "#0"}, - "down": {"uv": [8.25, 9.25, 8.125, 9.375], "texture": "#0"} - } - }, - { - "from": [12, 3, 1], - "to": [13, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.625, 7.5, 4.75, 8.75], "texture": "#0"}, - "east": {"uv": [4.875, 7.5, 5, 8.75], "texture": "#0"}, - "south": {"uv": [5.125, 7.5, 5.25, 8.75], "texture": "#0"}, - "west": {"uv": [7.5, 7.125, 7.625, 8.375], "texture": "#0"}, - "up": {"uv": [9.375, 8.25, 9.25, 8.125], "texture": "#0"}, - "down": {"uv": [8.5, 9.25, 8.375, 9.375], "texture": "#0"} - } - }, - { - "from": [14, 1, 3], - "to": [15, 15, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.375, 5.625, 4.5, 7.375], "texture": "#0"}, - "east": {"uv": [5.375, 5.375, 6.625, 7.125], "texture": "#0"}, - "south": {"uv": [4.625, 5.625, 4.75, 7.375], "texture": "#0"} - } - }, - { - "from": [1, 1, 3], - "to": [2, 15, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.875, 5.625, 5, 7.375], "texture": "#0"}, - "south": {"uv": [5.125, 5.625, 5.25, 7.375], "texture": "#0"}, - "west": {"uv": [5.625, 1.875, 6.875, 3.625], "texture": "#0"}, - "up": {"uv": [9.1875, 2.1875, 9.0625, 0.9375], "texture": "#0"}, - "down": {"uv": [0.625, 7.75, 0.5, 9], "texture": "#0"} - } - }, - { - "from": [4, 3, 1], - "to": [12, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.375, 5.125, 9.375, 5.25], "texture": "#0"}, - "east": {"uv": [9.25, 8.375, 9.375, 8.5], "texture": "#0"}, - "south": {"uv": [8.625, 2.25, 9.625, 2.375], "texture": "#0"}, - "west": {"uv": [0, 9.375, 0.125, 9.5], "texture": "#0"}, - "up": {"uv": [9.625, 2.625, 8.625, 2.5], "texture": "#0"}, - "down": {"uv": [9.625, 2.75, 8.625, 2.875], "texture": "#0"} - } - }, - { - "from": [4, 12, 1], - "to": [12, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.625, 3, 9.625, 3.125], "texture": "#0"}, - "east": {"uv": [9.375, 0, 9.5, 0.125], "texture": "#0"}, - "south": {"uv": [8.625, 3.25, 9.625, 3.375], "texture": "#0"}, - "west": {"uv": [0.25, 9.375, 0.375, 9.5], "texture": "#0"}, - "up": {"uv": [9.625, 3.625, 8.625, 3.5], "texture": "#0"}, - "down": {"uv": [9.625, 3.75, 8.625, 3.875], "texture": "#0"} - } - }, - { - "from": [3, 1, 14], - "to": [13, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "east": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "south": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "west": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "up": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "down": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"} - } - }, - { - "from": [2, 15, 0], - "to": [14, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7, 3.125, 8.5, 3.25], "texture": "#0"}, - "east": {"uv": [0.5, 9.375, 0.625, 9.5], "texture": "#0"}, - "south": {"uv": [7, 3.375, 8.5, 3.5], "texture": "#0"}, - "west": {"uv": [0.75, 9.375, 0.875, 9.5], "texture": "#0"}, - "up": {"uv": [8.5, 3.75, 7, 3.625], "texture": "#0"}, - "down": {"uv": [8.5, 3.875, 7, 4], "texture": "#0"} - } - }, - { - "from": [2, 15, 15], - "to": [14, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7, 2.125, 8.5, 2.25], "texture": "#0"}, - "east": {"uv": [6, 9.25, 6.125, 9.375], "texture": "#0"}, - "south": {"uv": [7, 2.375, 8.5, 2.5], "texture": "#0"}, - "west": {"uv": [6.25, 9.25, 6.375, 9.375], "texture": "#0"}, - "up": {"uv": [8.5, 2.75, 7, 2.625], "texture": "#0"}, - "down": {"uv": [8.5, 2.875, 7, 3], "texture": "#0"} - } - }, - { - "from": [0, 15, 2], - "to": [1, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1, 9.375, 1.125, 9.5], "texture": "#0"}, - "east": {"uv": [7, 4.125, 8.5, 4.25], "texture": "#0"}, - "south": {"uv": [1.25, 9.375, 1.375, 9.5], "texture": "#0"}, - "west": {"uv": [7, 4.375, 8.5, 4.5], "texture": "#0"}, - "up": {"uv": [6.875, 8.625, 6.75, 7.125], "texture": "#0"}, - "down": {"uv": [7.125, 7.125, 7, 8.625], "texture": "#0"} - } - }, - { - "from": [15, 15, 2], - "to": [16, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.5, 9.375, 1.625, 9.5], "texture": "#0"}, - "east": {"uv": [7, 4.625, 8.5, 4.75], "texture": "#0"}, - "south": {"uv": [1.75, 9.375, 1.875, 9.5], "texture": "#0"}, - "west": {"uv": [7, 4.875, 8.5, 5], "texture": "#0"}, - "up": {"uv": [7.375, 1.75, 7.25, 0.25], "texture": "#0"}, - "down": {"uv": [5.5, 7.25, 5.375, 8.75], "texture": "#0"} - } - }, - { - "from": [4, 4, 1], - "to": [12, 12, 2], - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#2"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [65, 16, 16], - "translation": [0, 4, 0], - "scale": [0.4, 0.4, 0.4] - }, - "thirdperson_lefthand": { - "rotation": [65, 16, 16], - "translation": [0, 4, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_righthand": { - "rotation": [15, 105, 0], - "translation": [2.25, -1, 0], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_lefthand": { - "rotation": [15, 105, 0], - "translation": [2.25, -1, 0], - "scale": [0.65, 0.65, 0.65] - }, - "ground": { - "translation": [0, 2.5, 0], - "scale": [0.5, 0.5, 0.5] - }, - "gui": { - "rotation": [10, -162, -4], - "scale": [0.69, 0.65, 0.65] - }, - "head": { - "translation": [0, 14, 0] - }, - "fixed": { - "rotation": [0, 8, -7], - "translation": [0, 0, -1.25], - "scale": [0.75, 0.75, 0.75] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [8, 8, 8], - "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, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/notsogudium_singularity_power_generator.json b/src/main/resources/assets/cuboidmod/models/block/notsogudium_singularity_power_generator.json deleted file mode 100644 index e9b21fb..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/notsogudium_singularity_power_generator.json +++ /dev/null @@ -1,1515 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/notsogudium_singularity_power_gen_frame", - "1": "cuboidmod:model/singularity_power_gen_support", - "2": "cuboidmod:model/singularity_power_gen_core", - "particle": "cuboidmod:model/thatldu_singularity_power_gen_frame" - }, - "elements": [ - { - "from": [4, 4, 4], - "to": [12, 12, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 4, 4]}, - "faces": { - "north": {"uv": [0, 0, 4, 4], "texture": "#2"}, - "east": {"uv": [0, 4, 4, 8], "texture": "#2"}, - "south": {"uv": [4, 0, 8, 4], "texture": "#2"}, - "west": {"uv": [4, 4, 8, 8], "texture": "#2"}, - "up": {"uv": [4, 12, 0, 8], "texture": "#2"}, - "down": {"uv": [12, 0, 8, 4], "texture": "#2"} - } - }, - { - "from": [0, 6, 7], - "to": [1, 7, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 7]}, - "faces": { - "north": {"uv": [7, 9.5, 7.5, 10], "texture": "#2"}, - "east": {"uv": [4, 8, 5, 8.5], "texture": "#2"}, - "south": {"uv": [11, 7, 11.5, 7.5], "texture": "#2"}, - "west": {"uv": [8, 4, 9, 4.5], "texture": "#2"}, - "up": {"uv": [8.5, 5.5, 8, 4.5], "texture": "#2"}, - "down": {"uv": [5.5, 8, 5, 9], "texture": "#2"} - } - }, - { - "from": [15, 6, 7], - "to": [16, 7, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 6, 7]}, - "faces": { - "north": {"uv": [11.5, 9, 12, 9.5], "texture": "#2"}, - "east": {"uv": [5.5, 8, 6.5, 8.5], "texture": "#2"}, - "south": {"uv": [11.5, 9.5, 12, 10], "texture": "#2"}, - "west": {"uv": [8, 5.5, 9, 6], "texture": "#2"}, - "up": {"uv": [8.5, 7, 8, 6], "texture": "#2"}, - "down": {"uv": [7, 8, 6.5, 9], "texture": "#2"} - } - }, - { - "from": [0, 9, 7], - "to": [1, 10, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 9, 7]}, - "faces": { - "north": {"uv": [11.5, 10, 12, 10.5], "texture": "#2"}, - "east": {"uv": [7, 8, 8, 8.5], "texture": "#2"}, - "south": {"uv": [11.5, 10.5, 12, 11], "texture": "#2"}, - "west": {"uv": [8, 7, 9, 7.5], "texture": "#2"}, - "up": {"uv": [8.5, 8.5, 8, 7.5], "texture": "#2"}, - "down": {"uv": [4.5, 8.5, 4, 9.5], "texture": "#2"} - } - }, - { - "from": [6, 15, 7], - "to": [7, 16, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 15, 7]}, - "faces": { - "north": {"uv": [11.5, 11, 12, 11.5], "texture": "#2"}, - "east": {"uv": [8.5, 4.5, 9.5, 5], "texture": "#2"}, - "south": {"uv": [11.5, 11.5, 12, 12], "texture": "#2"}, - "west": {"uv": [8.5, 5, 9.5, 5.5], "texture": "#2"}, - "up": {"uv": [5, 9.5, 4.5, 8.5], "texture": "#2"}, - "down": {"uv": [6, 8.5, 5.5, 9.5], "texture": "#2"} - } - }, - { - "from": [6, 0, 7], - "to": [7, 1, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 0, 7]}, - "faces": { - "north": {"uv": [0, 12, 0.5, 12.5], "texture": "#2"}, - "east": {"uv": [8.5, 6, 9.5, 6.5], "texture": "#2"}, - "south": {"uv": [12, 0, 12.5, 0.5], "texture": "#2"}, - "west": {"uv": [8.5, 6.5, 9.5, 7], "texture": "#2"}, - "up": {"uv": [6.5, 9.5, 6, 8.5], "texture": "#2"}, - "down": {"uv": [7.5, 8.5, 7, 9.5], "texture": "#2"} - } - }, - { - "from": [9, 15, 7], - "to": [10, 16, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 15, 7]}, - "faces": { - "north": {"uv": [0.5, 12, 1, 12.5], "texture": "#2"}, - "east": {"uv": [7.5, 8.5, 8.5, 9], "texture": "#2"}, - "south": {"uv": [12, 0.5, 12.5, 1], "texture": "#2"}, - "west": {"uv": [8.5, 7.5, 9.5, 8], "texture": "#2"}, - "up": {"uv": [9, 9, 8.5, 8], "texture": "#2"}, - "down": {"uv": [5.5, 9, 5, 10], "texture": "#2"} - } - }, - { - "from": [9, 0, 7], - "to": [10, 1, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 0, 7]}, - "faces": { - "north": {"uv": [1, 12, 1.5, 12.5], "texture": "#2"}, - "east": {"uv": [9, 4, 10, 4.5], "texture": "#2"}, - "south": {"uv": [12, 1, 12.5, 1.5], "texture": "#2"}, - "west": {"uv": [9, 5.5, 10, 6], "texture": "#2"}, - "up": {"uv": [7, 10, 6.5, 9], "texture": "#2"}, - "down": {"uv": [8, 9, 7.5, 10], "texture": "#2"} - } - }, - { - "from": [7, 15, 9], - "to": [9, 16, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 9]}, - "faces": { - "north": {"uv": [9, 7, 10, 7.5], "texture": "#2"}, - "east": {"uv": [1.5, 12, 2, 12.5], "texture": "#2"}, - "south": {"uv": [8, 9, 9, 9.5], "texture": "#2"}, - "west": {"uv": [12, 1.5, 12.5, 2], "texture": "#2"}, - "up": {"uv": [10, 8.5, 9, 8], "texture": "#2"}, - "down": {"uv": [10, 8.5, 9, 9], "texture": "#2"} - } - }, - { - "from": [7, 9, 15], - "to": [9, 10, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 15]}, - "faces": { - "north": {"uv": [9, 9, 10, 9.5], "texture": "#2"}, - "east": {"uv": [2, 12, 2.5, 12.5], "texture": "#2"}, - "south": {"uv": [4, 9.5, 5, 10], "texture": "#2"}, - "west": {"uv": [12, 2, 12.5, 2.5], "texture": "#2"}, - "up": {"uv": [10.5, 5, 9.5, 4.5], "texture": "#2"}, - "down": {"uv": [10.5, 5, 9.5, 5.5], "texture": "#2"} - } - }, - { - "from": [7, 9, 0], - "to": [9, 10, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 0]}, - "faces": { - "north": {"uv": [5.5, 9.5, 6.5, 10], "texture": "#2"}, - "east": {"uv": [2.5, 12, 3, 12.5], "texture": "#2"}, - "south": {"uv": [9.5, 6, 10.5, 6.5], "texture": "#2"}, - "west": {"uv": [12, 2.5, 12.5, 3], "texture": "#2"}, - "up": {"uv": [10.5, 7, 9.5, 6.5], "texture": "#2"}, - "down": {"uv": [10.5, 7.5, 9.5, 8], "texture": "#2"} - } - }, - { - "from": [7, 6, 15], - "to": [9, 7, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 6, 15]}, - "faces": { - "north": {"uv": [8, 9.5, 9, 10], "texture": "#2"}, - "east": {"uv": [3, 12, 3.5, 12.5], "texture": "#2"}, - "south": {"uv": [9, 9.5, 10, 10], "texture": "#2"}, - "west": {"uv": [12, 3, 12.5, 3.5], "texture": "#2"}, - "up": {"uv": [5, 10.5, 4, 10], "texture": "#2"}, - "down": {"uv": [11, 4, 10, 4.5], "texture": "#2"} - } - }, - { - "from": [7, 6, 0], - "to": [9, 7, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 6, 0]}, - "faces": { - "north": {"uv": [5, 10, 6, 10.5], "texture": "#2"}, - "east": {"uv": [3.5, 12, 4, 12.5], "texture": "#2"}, - "south": {"uv": [10, 5.5, 11, 6], "texture": "#2"}, - "west": {"uv": [12, 3.5, 12.5, 4], "texture": "#2"}, - "up": {"uv": [7, 10.5, 6, 10], "texture": "#2"}, - "down": {"uv": [8, 10, 7, 10.5], "texture": "#2"} - } - }, - { - "from": [9, 7, 15], - "to": [10, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 7, 15]}, - "faces": { - "north": {"uv": [8, 10, 8.5, 11], "texture": "#2"}, - "east": {"uv": [10, 8, 10.5, 9], "texture": "#2"}, - "south": {"uv": [8.5, 10, 9, 11], "texture": "#2"}, - "west": {"uv": [9, 10, 9.5, 11], "texture": "#2"}, - "up": {"uv": [12.5, 4.5, 12, 4], "texture": "#2"}, - "down": {"uv": [12.5, 4.5, 12, 5], "texture": "#2"} - } - }, - { - "from": [9, 7, 0], - "to": [10, 9, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 7, 0]}, - "faces": { - "north": {"uv": [10, 9, 10.5, 10], "texture": "#2"}, - "east": {"uv": [9.5, 10, 10, 11], "texture": "#2"}, - "south": {"uv": [10, 10, 10.5, 11], "texture": "#2"}, - "west": {"uv": [4, 10.5, 4.5, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 5.5, 12, 5], "texture": "#2"}, - "down": {"uv": [12.5, 5.5, 12, 6], "texture": "#2"} - } - }, - { - "from": [6, 7, 15], - "to": [7, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 15]}, - "faces": { - "north": {"uv": [4.5, 10.5, 5, 11.5], "texture": "#2"}, - "east": {"uv": [10.5, 4.5, 11, 5.5], "texture": "#2"}, - "south": {"uv": [5, 10.5, 5.5, 11.5], "texture": "#2"}, - "west": {"uv": [5.5, 10.5, 6, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 6.5, 12, 6], "texture": "#2"}, - "down": {"uv": [12.5, 6.5, 12, 7], "texture": "#2"} - } - }, - { - "from": [6, 7, 0], - "to": [7, 9, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 0]}, - "faces": { - "north": {"uv": [6, 10.5, 6.5, 11.5], "texture": "#2"}, - "east": {"uv": [10.5, 6, 11, 7], "texture": "#2"}, - "south": {"uv": [6.5, 10.5, 7, 11.5], "texture": "#2"}, - "west": {"uv": [7, 10.5, 7.5, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 7.5, 12, 7], "texture": "#2"}, - "down": {"uv": [12.5, 7.5, 12, 8], "texture": "#2"} - } - }, - { - "from": [7, 0, 9], - "to": [9, 1, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 9]}, - "faces": { - "north": {"uv": [10, 7, 11, 7.5], "texture": "#2"}, - "east": {"uv": [8, 12, 8.5, 12.5], "texture": "#2"}, - "south": {"uv": [10.5, 7.5, 11.5, 8], "texture": "#2"}, - "west": {"uv": [12, 8, 12.5, 8.5], "texture": "#2"}, - "up": {"uv": [11.5, 8.5, 10.5, 8], "texture": "#2"}, - "down": {"uv": [11.5, 8.5, 10.5, 9], "texture": "#2"} - } - }, - { - "from": [7, 15, 6], - "to": [9, 16, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 6]}, - "faces": { - "north": {"uv": [10.5, 9, 11.5, 9.5], "texture": "#2"}, - "east": {"uv": [8.5, 12, 9, 12.5], "texture": "#2"}, - "south": {"uv": [10.5, 9.5, 11.5, 10], "texture": "#2"}, - "west": {"uv": [12, 8.5, 12.5, 9], "texture": "#2"}, - "up": {"uv": [11.5, 10.5, 10.5, 10], "texture": "#2"}, - "down": {"uv": [11.5, 10.5, 10.5, 11], "texture": "#2"} - } - }, - { - "from": [7, 0, 6], - "to": [9, 1, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 6]}, - "faces": { - "north": {"uv": [11, 4, 12, 4.5], "texture": "#2"}, - "east": {"uv": [9, 12, 9.5, 12.5], "texture": "#2"}, - "south": {"uv": [11, 4.5, 12, 5], "texture": "#2"}, - "west": {"uv": [12, 9, 12.5, 9.5], "texture": "#2"}, - "up": {"uv": [12, 5.5, 11, 5], "texture": "#2"}, - "down": {"uv": [12, 5.5, 11, 6], "texture": "#2"} - } - }, - { - "from": [15, 9, 7], - "to": [16, 10, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 9, 7]}, - "faces": { - "north": {"uv": [9.5, 12, 10, 12.5], "texture": "#2"}, - "east": {"uv": [11, 6, 12, 6.5], "texture": "#2"}, - "south": {"uv": [12, 9.5, 12.5, 10], "texture": "#2"}, - "west": {"uv": [11, 6.5, 12, 7], "texture": "#2"}, - "up": {"uv": [8, 11.5, 7.5, 10.5], "texture": "#2"}, - "down": {"uv": [8.5, 11, 8, 12], "texture": "#2"} - } - }, - { - "from": [0, 7, 9], - "to": [1, 9, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 9]}, - "faces": { - "north": {"uv": [8.5, 11, 9, 12], "texture": "#2"}, - "east": {"uv": [9, 11, 9.5, 12], "texture": "#2"}, - "south": {"uv": [9.5, 11, 10, 12], "texture": "#2"}, - "west": {"uv": [10, 11, 10.5, 12], "texture": "#2"}, - "up": {"uv": [10.5, 12.5, 10, 12], "texture": "#2"}, - "down": {"uv": [12.5, 10, 12, 10.5], "texture": "#2"} - } - }, - { - "from": [15, 7, 9], - "to": [16, 9, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 9]}, - "faces": { - "north": {"uv": [10.5, 11, 11, 12], "texture": "#2"}, - "east": {"uv": [11, 11, 11.5, 12], "texture": "#2"}, - "south": {"uv": [4, 11.5, 4.5, 12.5], "texture": "#2"}, - "west": {"uv": [4.5, 11.5, 5, 12.5], "texture": "#2"}, - "up": {"uv": [11, 12.5, 10.5, 12], "texture": "#2"}, - "down": {"uv": [12.5, 10.5, 12, 11], "texture": "#2"} - } - }, - { - "from": [0, 7, 6], - "to": [1, 9, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 6]}, - "faces": { - "north": {"uv": [5, 11.5, 5.5, 12.5], "texture": "#2"}, - "east": {"uv": [5.5, 11.5, 6, 12.5], "texture": "#2"}, - "south": {"uv": [6, 11.5, 6.5, 12.5], "texture": "#2"}, - "west": {"uv": [6.5, 11.5, 7, 12.5], "texture": "#2"}, - "up": {"uv": [11.5, 12.5, 11, 12], "texture": "#2"}, - "down": {"uv": [12.5, 11, 12, 11.5], "texture": "#2"} - } - }, - { - "from": [15, 7, 6], - "to": [16, 9, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 6]}, - "faces": { - "north": {"uv": [7, 11.5, 7.5, 12.5], "texture": "#2"}, - "east": {"uv": [11.5, 7, 12, 8], "texture": "#2"}, - "south": {"uv": [7.5, 11.5, 8, 12.5], "texture": "#2"}, - "west": {"uv": [11.5, 8, 12, 9], "texture": "#2"}, - "up": {"uv": [12, 12.5, 11.5, 12], "texture": "#2"}, - "down": {"uv": [12.5, 11.5, 12, 12], "texture": "#2"} - } - }, - { - "from": [3, 12, 4], - "to": [4, 13, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 12, 4]}, - "faces": { - "north": {"uv": [10.5, 5.5, 11, 6], "texture": "#1"}, - "east": {"uv": [0, 0, 4, 0.5], "texture": "#1"}, - "south": {"uv": [11, 2.5, 11.5, 3], "texture": "#1"}, - "west": {"uv": [0, 0.5, 4, 1], "texture": "#1"}, - "up": {"uv": [0.5, 5, 0, 1], "texture": "#1"}, - "down": {"uv": [1, 1, 0.5, 5], "texture": "#1"} - } - }, - { - "from": [7, 1, 7], - "to": [9, 4, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 1, 7]}, - "faces": { - "north": {"uv": [7, 8, 8, 9.5], "texture": "#1"}, - "east": {"uv": [8, 8, 9, 9.5], "texture": "#1"}, - "south": {"uv": [0, 9, 1, 10.5], "texture": "#1"}, - "west": {"uv": [1, 9, 2, 10.5], "texture": "#1"}, - "up": {"uv": [4, 12, 3, 11], "texture": "#1"}, - "down": {"uv": [5, 11, 4, 12], "texture": "#1"} - } - }, - { - "from": [12, 7, 7], - "to": [15, 9, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 7, 7]}, - "faces": { - "north": {"uv": [9, 3, 10.5, 4], "texture": "#1"}, - "east": {"uv": [7, 11, 8, 12], "texture": "#1"}, - "south": {"uv": [9, 4, 10.5, 5], "texture": "#1"}, - "west": {"uv": [8, 11, 9, 12], "texture": "#1"}, - "up": {"uv": [10.5, 6, 9, 5], "texture": "#1"}, - "down": {"uv": [10.5, 8, 9, 9], "texture": "#1"} - } - }, - { - "from": [7, 12, 7], - "to": [9, 15, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 12, 7]}, - "faces": { - "north": {"uv": [2, 9, 3, 10.5], "texture": "#1"}, - "east": {"uv": [9, 9, 10, 10.5], "texture": "#1"}, - "south": {"uv": [7, 9.5, 8, 11], "texture": "#1"}, - "west": {"uv": [8, 9.5, 9, 11], "texture": "#1"}, - "up": {"uv": [11, 12, 10, 11], "texture": "#1"}, - "down": {"uv": [12, 11, 11, 12], "texture": "#1"} - } - }, - { - "from": [1, 7, 7], - "to": [4, 9, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 7, 7]}, - "faces": { - "north": {"uv": [10, 6, 11.5, 7], "texture": "#1"}, - "east": {"uv": [0, 11.5, 1, 12.5], "texture": "#1"}, - "south": {"uv": [10, 7, 11.5, 8], "texture": "#1"}, - "west": {"uv": [1, 11.5, 2, 12.5], "texture": "#1"}, - "up": {"uv": [11.5, 10, 10, 9], "texture": "#1"}, - "down": {"uv": [11.5, 10, 10, 11], "texture": "#1"} - } - }, - { - "from": [3, 4, 3], - "to": [4, 12, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 4, 3]}, - "faces": { - "north": {"uv": [1, 1, 1.5, 5], "texture": "#1"}, - "east": {"uv": [1.5, 1, 2, 5], "texture": "#1"}, - "south": {"uv": [2, 1, 2.5, 5], "texture": "#1"}, - "west": {"uv": [2.5, 1, 3, 5], "texture": "#1"}, - "up": {"uv": [11.5, 6, 11, 5.5], "texture": "#1"}, - "down": {"uv": [12, 5.5, 11.5, 6], "texture": "#1"} - } - }, - { - "from": [4, 12, 3], - "to": [12, 13, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 12, 3]}, - "faces": { - "north": {"uv": [3, 1, 7, 1.5], "texture": "#1"}, - "east": {"uv": [11.5, 6, 12, 6.5], "texture": "#1"}, - "south": {"uv": [3, 1.5, 7, 2], "texture": "#1"}, - "west": {"uv": [11.5, 6.5, 12, 7], "texture": "#1"}, - "up": {"uv": [7, 2.5, 3, 2], "texture": "#1"}, - "down": {"uv": [7, 2.5, 3, 3], "texture": "#1"} - } - }, - { - "from": [12, 4, 3], - "to": [13, 12, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 4, 3]}, - "faces": { - "north": {"uv": [3, 3, 3.5, 7], "texture": "#1"}, - "east": {"uv": [3.5, 3, 4, 7], "texture": "#1"}, - "south": {"uv": [4, 3, 4.5, 7], "texture": "#1"}, - "west": {"uv": [4.5, 3, 5, 7], "texture": "#1"}, - "up": {"uv": [12, 7.5, 11.5, 7], "texture": "#1"}, - "down": {"uv": [12, 7.5, 11.5, 8], "texture": "#1"} - } - }, - { - "from": [4, 3, 3], - "to": [12, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 3]}, - "faces": { - "north": {"uv": [4, 0, 8, 0.5], "texture": "#1"}, - "east": {"uv": [11.5, 9, 12, 9.5], "texture": "#1"}, - "south": {"uv": [4, 0.5, 8, 1], "texture": "#1"}, - "west": {"uv": [11.5, 9.5, 12, 10], "texture": "#1"}, - "up": {"uv": [9, 3.5, 5, 3], "texture": "#1"}, - "down": {"uv": [9, 3.5, 5, 4], "texture": "#1"} - } - }, - { - "from": [12, 3, 4], - "to": [13, 4, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 3, 4]}, - "faces": { - "north": {"uv": [11.5, 10, 12, 10.5], "texture": "#1"}, - "east": {"uv": [5, 4, 9, 4.5], "texture": "#1"}, - "south": {"uv": [11.5, 10.5, 12, 11], "texture": "#1"}, - "west": {"uv": [5, 4.5, 9, 5], "texture": "#1"}, - "up": {"uv": [0.5, 9, 0, 5], "texture": "#1"}, - "down": {"uv": [1, 5, 0.5, 9], "texture": "#1"} - } - }, - { - "from": [12, 12, 4], - "to": [13, 13, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 4]}, - "faces": { - "north": {"uv": [12, 0, 12.5, 0.5], "texture": "#1"}, - "east": {"uv": [5, 5, 9, 5.5], "texture": "#1"}, - "south": {"uv": [12, 0.5, 12.5, 1], "texture": "#1"}, - "west": {"uv": [5, 5.5, 9, 6], "texture": "#1"}, - "up": {"uv": [1.5, 9, 1, 5], "texture": "#1"}, - "down": {"uv": [2, 5, 1.5, 9], "texture": "#1"} - } - }, - { - "from": [12, 4, 12], - "to": [13, 12, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 4, 12]}, - "faces": { - "north": {"uv": [2, 5, 2.5, 9], "texture": "#1"}, - "east": {"uv": [2.5, 5, 3, 9], "texture": "#1"}, - "south": {"uv": [5, 6, 5.5, 10], "texture": "#1"}, - "west": {"uv": [5.5, 6, 6, 10], "texture": "#1"}, - "up": {"uv": [12.5, 1.5, 12, 1], "texture": "#1"}, - "down": {"uv": [12.5, 1.5, 12, 2], "texture": "#1"} - } - }, - { - "from": [7, 7, 1], - "to": [9, 9, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 1]}, - "faces": { - "north": {"uv": [2, 11.5, 3, 12.5], "texture": "#1"}, - "east": {"uv": [0, 10.5, 1.5, 11.5], "texture": "#1"}, - "south": {"uv": [11.5, 2.5, 12.5, 3.5], "texture": "#1"}, - "west": {"uv": [1.5, 10.5, 3, 11.5], "texture": "#1"}, - "up": {"uv": [6, 11.5, 5, 10], "texture": "#1"}, - "down": {"uv": [11.5, 3, 10.5, 4.5], "texture": "#1"} - } - }, - { - "from": [4, 12, 12], - "to": [12, 13, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 12, 12]}, - "faces": { - "north": {"uv": [6, 6, 10, 6.5], "texture": "#1"}, - "east": {"uv": [12, 2, 12.5, 2.5], "texture": "#1"}, - "south": {"uv": [6, 6.5, 10, 7], "texture": "#1"}, - "west": {"uv": [3, 12, 3.5, 12.5], "texture": "#1"}, - "up": {"uv": [11, 1.5, 7, 1], "texture": "#1"}, - "down": {"uv": [11, 1.5, 7, 2], "texture": "#1"} - } - }, - { - "from": [4, 3, 12], - "to": [12, 4, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 12]}, - "faces": { - "north": {"uv": [7, 2, 11, 2.5], "texture": "#1"}, - "east": {"uv": [3.5, 12, 4, 12.5], "texture": "#1"}, - "south": {"uv": [7, 2.5, 11, 3], "texture": "#1"}, - "west": {"uv": [4, 12, 4.5, 12.5], "texture": "#1"}, - "up": {"uv": [10, 7.5, 6, 7], "texture": "#1"}, - "down": {"uv": [10, 7.5, 6, 8], "texture": "#1"} - } - }, - { - "from": [7, 7, 12], - "to": [9, 9, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 12]}, - "faces": { - "north": {"uv": [11.5, 3.5, 12.5, 4.5], "texture": "#1"}, - "east": {"uv": [10.5, 4.5, 12, 5.5], "texture": "#1"}, - "south": {"uv": [5, 11.5, 6, 12.5], "texture": "#1"}, - "west": {"uv": [10.5, 8, 12, 9], "texture": "#1"}, - "up": {"uv": [10, 12, 9, 10.5], "texture": "#1"}, - "down": {"uv": [12, 1, 11, 2.5], "texture": "#1"} - } - }, - { - "from": [3, 4, 12], - "to": [4, 12, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 4, 12]}, - "faces": { - "north": {"uv": [3, 7, 3.5, 11], "texture": "#1"}, - "east": {"uv": [3.5, 7, 4, 11], "texture": "#1"}, - "south": {"uv": [4, 7, 4.5, 11], "texture": "#1"}, - "west": {"uv": [4.5, 7, 5, 11], "texture": "#1"}, - "up": {"uv": [5, 12.5, 4.5, 12], "texture": "#1"}, - "down": {"uv": [12.5, 4.5, 12, 5], "texture": "#1"} - } - }, - { - "from": [3, 3, 4], - "to": [4, 4, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 3, 4]}, - "faces": { - "north": {"uv": [12, 5, 12.5, 5.5], "texture": "#1"}, - "east": {"uv": [8, 0, 12, 0.5], "texture": "#1"}, - "south": {"uv": [12, 5.5, 12.5, 6], "texture": "#1"}, - "west": {"uv": [8, 0.5, 12, 1], "texture": "#1"}, - "up": {"uv": [6.5, 12, 6, 8], "texture": "#1"}, - "down": {"uv": [7, 8, 6.5, 12], "texture": "#1"} - } - }, - { - "from": [0, 0, 4], - "to": [1, 1, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 4]}, - "faces": { - "north": {"uv": [8, 6.5, 8.25, 6.75], "texture": "#0"}, - "east": {"uv": [4.5, 4.5, 6.5, 4.75], "texture": "#0"}, - "south": {"uv": [8, 7, 8.25, 7.25], "texture": "#0"}, - "west": {"uv": [4.5, 4.75, 6.5, 5], "texture": "#0"}, - "up": {"uv": [4.75, 7, 4.5, 5], "texture": "#0"}, - "down": {"uv": [5, 5, 4.75, 7], "texture": "#0"} - } - }, - { - "from": [0, 15, 4], - "to": [1, 16, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 15, 4]}, - "faces": { - "north": {"uv": [8.25, 0, 8.5, 0.25], "texture": "#0"}, - "east": {"uv": [5, 5, 7, 5.25], "texture": "#0"}, - "south": {"uv": [8.25, 0.75, 8.5, 1], "texture": "#0"}, - "west": {"uv": [0, 5.25, 2, 5.5], "texture": "#0"}, - "up": {"uv": [5.5, 2, 5.25, 0], "texture": "#0"}, - "down": {"uv": [2.25, 5.25, 2, 7.25], "texture": "#0"} - } - }, - { - "from": [4, 0, 0], - "to": [12, 1, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 0]}, - "faces": { - "north": {"uv": [5.25, 2, 7.25, 2.25], "texture": "#0"}, - "east": {"uv": [5.25, 8.5, 5.5, 8.75], "texture": "#0"}, - "south": {"uv": [2.25, 5.25, 4.25, 5.5], "texture": "#0"}, - "west": {"uv": [5.5, 8.5, 5.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 2.5, 5.25, 2.25], "texture": "#0"}, - "down": {"uv": [7.25, 2.5, 5.25, 2.75], "texture": "#0"} - } - }, - { - "from": [4, 15, 0], - "to": [12, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 15, 0]}, - "faces": { - "north": {"uv": [5.25, 2.75, 7.25, 3], "texture": "#0"}, - "east": {"uv": [8.5, 5.5, 8.75, 5.75], "texture": "#0"}, - "south": {"uv": [5.25, 3, 7.25, 3.25], "texture": "#0"}, - "west": {"uv": [5.75, 8.5, 6, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 3.5, 5.25, 3.25], "texture": "#0"}, - "down": {"uv": [7.25, 3.5, 5.25, 3.75], "texture": "#0"} - } - }, - { - "from": [15, 0, 4], - "to": [16, 1, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 0, 4]}, - "faces": { - "north": {"uv": [8.5, 5.75, 8.75, 6], "texture": "#0"}, - "east": {"uv": [5.25, 3.75, 7.25, 4], "texture": "#0"}, - "south": {"uv": [6, 8.5, 6.25, 8.75], "texture": "#0"}, - "west": {"uv": [5.25, 4, 7.25, 4.25], "texture": "#0"}, - "up": {"uv": [4.5, 7.25, 4.25, 5.25], "texture": "#0"}, - "down": {"uv": [5.25, 5.25, 5, 7.25], "texture": "#0"} - } - }, - { - "from": [15, 15, 4], - "to": [16, 16, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 15, 4]}, - "faces": { - "north": {"uv": [8.5, 6, 8.75, 6.25], "texture": "#0"}, - "east": {"uv": [5.25, 4.25, 7.25, 4.5], "texture": "#0"}, - "south": {"uv": [6.25, 8.5, 6.5, 8.75], "texture": "#0"}, - "west": {"uv": [5.25, 5.25, 7.25, 5.5], "texture": "#0"}, - "up": {"uv": [0.25, 7.5, 0, 5.5], "texture": "#0"}, - "down": {"uv": [5.75, 0, 5.5, 2], "texture": "#0"} - } - }, - { - "from": [4, 0, 15], - "to": [12, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 15]}, - "faces": { - "north": {"uv": [2.25, 5.5, 4.25, 5.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.25, 8.75, 6.5], "texture": "#0"}, - "south": {"uv": [5.25, 5.5, 7.25, 5.75], "texture": "#0"}, - "west": {"uv": [6.5, 8.5, 6.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.75, 0.25, 5.75, 0], "texture": "#0"}, - "down": {"uv": [7.75, 0.25, 5.75, 0.5], "texture": "#0"} - } - }, - { - "from": [4, 15, 15], - "to": [12, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 15, 15]}, - "faces": { - "north": {"uv": [5.75, 0.5, 7.75, 0.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.5, 8.75, 6.75], "texture": "#0"}, - "south": {"uv": [5.75, 0.75, 7.75, 1], "texture": "#0"}, - "west": {"uv": [6.75, 8.5, 7, 8.75], "texture": "#0"}, - "up": {"uv": [7.75, 1.25, 5.75, 1], "texture": "#0"}, - "down": {"uv": [7.75, 1.25, 5.75, 1.5], "texture": "#0"} - } - }, - { - "from": [2, 0, 1], - "to": [4, 1, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 0, 1]}, - "faces": { - "north": {"uv": [5.75, 1.5, 6.25, 1.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.75, 8.75, 7], "texture": "#0"}, - "south": {"uv": [5.75, 1.75, 6.25, 2], "texture": "#0"}, - "west": {"uv": [8.5, 7, 8.75, 7.25], "texture": "#0"}, - "up": {"uv": [6, 6, 5.5, 5.75], "texture": "#0"}, - "down": {"uv": [6, 6, 5.5, 6.25], "texture": "#0"} - } - }, - { - "from": [2, 15, 1], - "to": [4, 16, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 15, 1]}, - "faces": { - "north": {"uv": [6, 5.75, 6.5, 6], "texture": "#0"}, - "east": {"uv": [7.25, 8.5, 7.5, 8.75], "texture": "#0"}, - "south": {"uv": [6, 6, 6.5, 6.25], "texture": "#0"}, - "west": {"uv": [8.5, 7.25, 8.75, 7.5], "texture": "#0"}, - "up": {"uv": [6.75, 1.75, 6.25, 1.5], "texture": "#0"}, - "down": {"uv": [6.75, 1.75, 6.25, 2], "texture": "#0"} - } - }, - { - "from": [1, 0, 2], - "to": [2, 1, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 2]}, - "faces": { - "north": {"uv": [7.5, 8.5, 7.75, 8.75], "texture": "#0"}, - "east": {"uv": [5.5, 6.25, 6, 6.5], "texture": "#0"}, - "south": {"uv": [8.5, 7.5, 8.75, 7.75], "texture": "#0"}, - "west": {"uv": [6, 6.25, 6.5, 6.5], "texture": "#0"}, - "up": {"uv": [6.75, 5, 6.5, 4.5], "texture": "#0"}, - "down": {"uv": [5.75, 6.5, 5.5, 7], "texture": "#0"} - } - }, - { - "from": [1, 15, 2], - "to": [2, 16, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 15, 2]}, - "faces": { - "north": {"uv": [7.75, 8.5, 8, 8.75], "texture": "#0"}, - "east": {"uv": [5.75, 6.5, 6.25, 6.75], "texture": "#0"}, - "south": {"uv": [8.5, 7.75, 8.75, 8], "texture": "#0"}, - "west": {"uv": [6.5, 5.75, 7, 6], "texture": "#0"}, - "up": {"uv": [6.75, 6.5, 6.5, 6], "texture": "#0"}, - "down": {"uv": [6.5, 6.5, 6.25, 7], "texture": "#0"} - } - }, - { - "from": [12, 0, 1], - "to": [14, 1, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 0, 1]}, - "faces": { - "north": {"uv": [6.5, 6.5, 7, 6.75], "texture": "#0"}, - "east": {"uv": [8.5, 8, 8.75, 8.25], "texture": "#0"}, - "south": {"uv": [6.75, 1.5, 7.25, 1.75], "texture": "#0"}, - "west": {"uv": [8.25, 8.5, 8.5, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 2, 6.75, 1.75], "texture": "#0"}, - "down": {"uv": [7.25, 4.5, 6.75, 4.75], "texture": "#0"} - } - }, - { - "from": [12, 15, 1], - "to": [14, 16, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 15, 1]}, - "faces": { - "north": {"uv": [6.75, 4.75, 7.25, 5], "texture": "#0"}, - "east": {"uv": [8.5, 8.25, 8.75, 8.5], "texture": "#0"}, - "south": {"uv": [5.75, 6.75, 6.25, 7], "texture": "#0"}, - "west": {"uv": [8.5, 8.5, 8.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 6.25, 6.75, 6], "texture": "#0"}, - "down": {"uv": [7.25, 6.25, 6.75, 6.5], "texture": "#0"} - } - }, - { - "from": [14, 0, 2], - "to": [15, 1, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 2]}, - "faces": { - "north": {"uv": [0, 8.75, 0.25, 9], "texture": "#0"}, - "east": {"uv": [6.5, 6.75, 7, 7], "texture": "#0"}, - "south": {"uv": [8.75, 0, 9, 0.25], "texture": "#0"}, - "west": {"uv": [4.5, 7, 5, 7.25], "texture": "#0"}, - "up": {"uv": [5.75, 7.5, 5.5, 7], "texture": "#0"}, - "down": {"uv": [6, 7, 5.75, 7.5], "texture": "#0"} - } - }, - { - "from": [14, 15, 2], - "to": [15, 16, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 15, 2]}, - "faces": { - "north": {"uv": [0.25, 8.75, 0.5, 9], "texture": "#0"}, - "east": {"uv": [7, 5, 7.5, 5.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.25, 9, 0.5], "texture": "#0"}, - "west": {"uv": [7, 5.75, 7.5, 6], "texture": "#0"}, - "up": {"uv": [6.25, 7.5, 6, 7], "texture": "#0"}, - "down": {"uv": [6.5, 7, 6.25, 7.5], "texture": "#0"} - } - }, - { - "from": [1, 0, 12], - "to": [2, 1, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 12]}, - "faces": { - "north": {"uv": [0.5, 8.75, 0.75, 9], "texture": "#0"}, - "east": {"uv": [6.5, 7, 7, 7.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.5, 9, 0.75], "texture": "#0"}, - "west": {"uv": [7, 6.5, 7.5, 6.75], "texture": "#0"}, - "up": {"uv": [7.25, 7.25, 7, 6.75], "texture": "#0"}, - "down": {"uv": [7.5, 1.5, 7.25, 2], "texture": "#0"} - } - }, - { - "from": [1, 15, 12], - "to": [2, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 15, 12]}, - "faces": { - "north": {"uv": [0.75, 8.75, 1, 9], "texture": "#0"}, - "east": {"uv": [7.25, 2, 7.75, 2.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.75, 9, 1], "texture": "#0"}, - "west": {"uv": [7.25, 2.25, 7.75, 2.5], "texture": "#0"}, - "up": {"uv": [2.25, 7.75, 2, 7.25], "texture": "#0"}, - "down": {"uv": [7.5, 2.5, 7.25, 3], "texture": "#0"} - } - }, - { - "from": [2, 0, 14], - "to": [4, 1, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 0, 14]}, - "faces": { - "north": {"uv": [7.25, 3, 7.75, 3.25], "texture": "#0"}, - "east": {"uv": [1, 8.75, 1.25, 9], "texture": "#0"}, - "south": {"uv": [7.25, 3.25, 7.75, 3.5], "texture": "#0"}, - "west": {"uv": [8.75, 1, 9, 1.25], "texture": "#0"}, - "up": {"uv": [7.75, 3.75, 7.25, 3.5], "texture": "#0"}, - "down": {"uv": [7.75, 3.75, 7.25, 4], "texture": "#0"} - } - }, - { - "from": [2, 15, 14], - "to": [4, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 15, 14]}, - "faces": { - "north": {"uv": [7.25, 4, 7.75, 4.25], "texture": "#0"}, - "east": {"uv": [1.25, 8.75, 1.5, 9], "texture": "#0"}, - "south": {"uv": [4.25, 7.25, 4.75, 7.5], "texture": "#0"}, - "west": {"uv": [8.75, 1.25, 9, 1.5], "texture": "#0"}, - "up": {"uv": [7.75, 4.5, 7.25, 4.25], "texture": "#0"}, - "down": {"uv": [7.75, 4.5, 7.25, 4.75], "texture": "#0"} - } - }, - { - "from": [14, 0, 12], - "to": [15, 1, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 12]}, - "faces": { - "north": {"uv": [1.5, 8.75, 1.75, 9], "texture": "#0"}, - "east": {"uv": [4.75, 7.25, 5.25, 7.5], "texture": "#0"}, - "south": {"uv": [8.75, 1.5, 9, 1.75], "texture": "#0"}, - "west": {"uv": [7.25, 4.75, 7.75, 5], "texture": "#0"}, - "up": {"uv": [7.5, 5.75, 7.25, 5.25], "texture": "#0"}, - "down": {"uv": [7.5, 6, 7.25, 6.5], "texture": "#0"} - } - }, - { - "from": [14, 15, 12], - "to": [15, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 15, 12]}, - "faces": { - "north": {"uv": [1.75, 8.75, 2, 9], "texture": "#0"}, - "east": {"uv": [6.5, 7.25, 7, 7.5], "texture": "#0"}, - "south": {"uv": [8.75, 1.75, 9, 2], "texture": "#0"}, - "west": {"uv": [7.25, 6.75, 7.75, 7], "texture": "#0"}, - "up": {"uv": [7.25, 7.75, 7, 7.25], "texture": "#0"}, - "down": {"uv": [7.5, 7, 7.25, 7.5], "texture": "#0"} - } - }, - { - "from": [12, 0, 14], - "to": [14, 1, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 0, 14]}, - "faces": { - "north": {"uv": [0, 7.5, 0.5, 7.75], "texture": "#0"}, - "east": {"uv": [2, 8.75, 2.25, 9], "texture": "#0"}, - "south": {"uv": [0.5, 7.5, 1, 7.75], "texture": "#0"}, - "west": {"uv": [8.75, 2, 9, 2.25], "texture": "#0"}, - "up": {"uv": [1.5, 7.75, 1, 7.5], "texture": "#0"}, - "down": {"uv": [2, 7.5, 1.5, 7.75], "texture": "#0"} - } - }, - { - "from": [12, 15, 14], - "to": [14, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 15, 14]}, - "faces": { - "north": {"uv": [7.5, 1.5, 8, 1.75], "texture": "#0"}, - "east": {"uv": [2.25, 8.75, 2.5, 9], "texture": "#0"}, - "south": {"uv": [7.5, 1.75, 8, 2], "texture": "#0"}, - "west": {"uv": [8.75, 2.25, 9, 2.5], "texture": "#0"}, - "up": {"uv": [8, 2.75, 7.5, 2.5], "texture": "#0"}, - "down": {"uv": [8, 2.75, 7.5, 3], "texture": "#0"} - } - }, - { - "from": [2, 1, 0], - "to": [4, 2, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 1, 0]}, - "faces": { - "north": {"uv": [4.25, 7.5, 4.75, 7.75], "texture": "#0"}, - "east": {"uv": [2.5, 8.75, 2.75, 9], "texture": "#0"}, - "south": {"uv": [4.75, 7.5, 5.25, 7.75], "texture": "#0"}, - "west": {"uv": [8.75, 2.5, 9, 2.75], "texture": "#0"}, - "up": {"uv": [8, 5.25, 7.5, 5], "texture": "#0"}, - "down": {"uv": [8, 5.25, 7.5, 5.5], "texture": "#0"} - } - }, - { - "from": [2, 14, 0], - "to": [4, 15, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 14, 0]}, - "faces": { - "north": {"uv": [5.5, 7.5, 6, 7.75], "texture": "#0"}, - "east": {"uv": [2.75, 8.75, 3, 9], "texture": "#0"}, - "south": {"uv": [7.5, 5.5, 8, 5.75], "texture": "#0"}, - "west": {"uv": [8.75, 2.75, 9, 3], "texture": "#0"}, - "up": {"uv": [8, 6, 7.5, 5.75], "texture": "#0"}, - "down": {"uv": [6.5, 7.5, 6, 7.75], "texture": "#0"} - } - }, - { - "from": [0, 1, 2], - "to": [1, 2, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 2]}, - "faces": { - "north": {"uv": [3, 8.75, 3.25, 9], "texture": "#0"}, - "east": {"uv": [7.5, 6, 8, 6.25], "texture": "#0"}, - "south": {"uv": [8.75, 3, 9, 3.25], "texture": "#0"}, - "west": {"uv": [7.5, 6.25, 8, 6.5], "texture": "#0"}, - "up": {"uv": [6.75, 8, 6.5, 7.5], "texture": "#0"}, - "down": {"uv": [7, 7.5, 6.75, 8], "texture": "#0"} - } - }, - { - "from": [0, 14, 2], - "to": [1, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 14, 2]}, - "faces": { - "north": {"uv": [3.25, 8.75, 3.5, 9], "texture": "#0"}, - "east": {"uv": [7.5, 6.5, 8, 6.75], "texture": "#0"}, - "south": {"uv": [8.75, 3.25, 9, 3.5], "texture": "#0"}, - "west": {"uv": [7.5, 7, 8, 7.25], "texture": "#0"}, - "up": {"uv": [7.5, 8, 7.25, 7.5], "texture": "#0"}, - "down": {"uv": [7.75, 7.25, 7.5, 7.75], "texture": "#0"} - } - }, - { - "from": [0, 1, 12], - "to": [1, 2, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 12]}, - "faces": { - "north": {"uv": [3.5, 8.75, 3.75, 9], "texture": "#0"}, - "east": {"uv": [0, 7.75, 0.5, 8], "texture": "#0"}, - "south": {"uv": [8.75, 3.5, 9, 3.75], "texture": "#0"}, - "west": {"uv": [7.75, 0, 8.25, 0.25], "texture": "#0"}, - "up": {"uv": [8, 0.75, 7.75, 0.25], "texture": "#0"}, - "down": {"uv": [0.75, 7.75, 0.5, 8.25], "texture": "#0"} - } - }, - { - "from": [0, 14, 12], - "to": [1, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 14, 12]}, - "faces": { - "north": {"uv": [3.75, 8.75, 4, 9], "texture": "#0"}, - "east": {"uv": [0.75, 7.75, 1.25, 8], "texture": "#0"}, - "south": {"uv": [8.75, 3.75, 9, 4], "texture": "#0"}, - "west": {"uv": [7.75, 0.75, 8.25, 1], "texture": "#0"}, - "up": {"uv": [8, 1.5, 7.75, 1], "texture": "#0"}, - "down": {"uv": [1.5, 7.75, 1.25, 8.25], "texture": "#0"} - } - }, - { - "from": [12, 1, 0], - "to": [14, 2, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 0]}, - "faces": { - "north": {"uv": [1.5, 7.75, 2, 8], "texture": "#0"}, - "east": {"uv": [4, 8.75, 4.25, 9], "texture": "#0"}, - "south": {"uv": [2, 7.75, 2.5, 8], "texture": "#0"}, - "west": {"uv": [8.75, 4, 9, 4.25], "texture": "#0"}, - "up": {"uv": [8.25, 2.25, 7.75, 2], "texture": "#0"}, - "down": {"uv": [8.25, 2.25, 7.75, 2.5], "texture": "#0"} - } - }, - { - "from": [12, 14, 0], - "to": [14, 15, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 0]}, - "faces": { - "north": {"uv": [2.5, 7.75, 3, 8], "texture": "#0"}, - "east": {"uv": [8.75, 4.25, 9, 4.5], "texture": "#0"}, - "south": {"uv": [3, 7.75, 3.5, 8], "texture": "#0"}, - "west": {"uv": [8.75, 4.5, 9, 4.75], "texture": "#0"}, - "up": {"uv": [8.25, 3.25, 7.75, 3], "texture": "#0"}, - "down": {"uv": [8.25, 3.25, 7.75, 3.5], "texture": "#0"} - } - }, - { - "from": [15, 1, 2], - "to": [16, 2, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 1, 2]}, - "faces": { - "north": {"uv": [4.75, 8.75, 5, 9], "texture": "#0"}, - "east": {"uv": [3.5, 7.75, 4, 8], "texture": "#0"}, - "south": {"uv": [8.75, 4.75, 9, 5], "texture": "#0"}, - "west": {"uv": [7.75, 3.5, 8.25, 3.75], "texture": "#0"}, - "up": {"uv": [8, 4.25, 7.75, 3.75], "texture": "#0"}, - "down": {"uv": [4.25, 7.75, 4, 8.25], "texture": "#0"} - } - }, - { - "from": [15, 14, 2], - "to": [16, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 14, 2]}, - "faces": { - "north": {"uv": [8.75, 5, 9, 5.25], "texture": "#0"}, - "east": {"uv": [4.25, 7.75, 4.75, 8], "texture": "#0"}, - "south": {"uv": [5.25, 8.75, 5.5, 9], "texture": "#0"}, - "west": {"uv": [7.75, 4.25, 8.25, 4.5], "texture": "#0"}, - "up": {"uv": [8, 5, 7.75, 4.5], "texture": "#0"}, - "down": {"uv": [5, 7.75, 4.75, 8.25], "texture": "#0"} - } - }, - { - "from": [2, 1, 15], - "to": [4, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 1, 15]}, - "faces": { - "north": {"uv": [5, 7.75, 5.5, 8], "texture": "#0"}, - "east": {"uv": [8.75, 5.25, 9, 5.5], "texture": "#0"}, - "south": {"uv": [5.5, 7.75, 6, 8], "texture": "#0"}, - "west": {"uv": [5.5, 8.75, 5.75, 9], "texture": "#0"}, - "up": {"uv": [6.5, 8, 6, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 6.75, 7.75, 7], "texture": "#0"} - } - }, - { - "from": [2, 14, 15], - "to": [4, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 14, 15]}, - "faces": { - "north": {"uv": [7.75, 7.25, 8.25, 7.5], "texture": "#0"}, - "east": {"uv": [8.75, 5.5, 9, 5.75], "texture": "#0"}, - "south": {"uv": [7.5, 7.75, 8, 8], "texture": "#0"}, - "west": {"uv": [5.75, 8.75, 6, 9], "texture": "#0"}, - "up": {"uv": [8.25, 7.75, 7.75, 7.5], "texture": "#0"}, - "down": {"uv": [0.5, 8, 0, 8.25], "texture": "#0"} - } - }, - { - "from": [12, 1, 15], - "to": [14, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 15]}, - "faces": { - "north": {"uv": [8, 0.25, 8.5, 0.5], "texture": "#0"}, - "east": {"uv": [8.75, 5.75, 9, 6], "texture": "#0"}, - "south": {"uv": [8, 0.5, 8.5, 0.75], "texture": "#0"}, - "west": {"uv": [6, 8.75, 6.25, 9], "texture": "#0"}, - "up": {"uv": [1.25, 8.25, 0.75, 8], "texture": "#0"}, - "down": {"uv": [8.5, 1, 8, 1.25], "texture": "#0"} - } - }, - { - "from": [12, 14, 15], - "to": [14, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 15]}, - "faces": { - "north": {"uv": [8, 1.25, 8.5, 1.5], "texture": "#0"}, - "east": {"uv": [8.75, 6, 9, 6.25], "texture": "#0"}, - "south": {"uv": [1.5, 8, 2, 8.25], "texture": "#0"}, - "west": {"uv": [6.25, 8.75, 6.5, 9], "texture": "#0"}, - "up": {"uv": [8.5, 1.75, 8, 1.5], "texture": "#0"}, - "down": {"uv": [8.5, 1.75, 8, 2], "texture": "#0"} - } - }, - { - "from": [15, 1, 12], - "to": [16, 2, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 1, 13]}, - "faces": { - "north": {"uv": [8.75, 6.25, 9, 6.5], "texture": "#0"}, - "east": {"uv": [2, 8, 2.5, 8.25], "texture": "#0"}, - "south": {"uv": [6.5, 8.75, 6.75, 9], "texture": "#0"}, - "west": {"uv": [2.5, 8, 3, 8.25], "texture": "#0"}, - "up": {"uv": [7.25, 8.25, 7, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 2.5, 8, 3], "texture": "#0"} - } - }, - { - "from": [15, 14, 12], - "to": [16, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 14, 13]}, - "faces": { - "north": {"uv": [8.75, 6.5, 9, 6.75], "texture": "#0"}, - "east": {"uv": [3, 8, 3.5, 8.25], "texture": "#0"}, - "south": {"uv": [6.75, 8.75, 7, 9], "texture": "#0"}, - "west": {"uv": [3.5, 8, 4, 8.25], "texture": "#0"}, - "up": {"uv": [8.25, 4.25, 8, 3.75], "texture": "#0"}, - "down": {"uv": [4.5, 8, 4.25, 8.5], "texture": "#0"} - } - }, - { - "from": [0, 2, 1], - "to": [1, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 1]}, - "faces": { - "north": {"uv": [4.5, 8, 4.75, 8.5], "texture": "#0"}, - "east": {"uv": [8, 4.5, 8.25, 5], "texture": "#0"}, - "south": {"uv": [5, 8, 5.25, 8.5], "texture": "#0"}, - "west": {"uv": [8, 5, 8.25, 5.5], "texture": "#0"}, - "up": {"uv": [9, 7, 8.75, 6.75], "texture": "#0"}, - "down": {"uv": [7.25, 8.75, 7, 9], "texture": "#0"} - } - }, - { - "from": [0, 12, 1], - "to": [1, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 12, 1]}, - "faces": { - "north": {"uv": [5.25, 8, 5.5, 8.5], "texture": "#0"}, - "east": {"uv": [5.5, 8, 5.75, 8.5], "texture": "#0"}, - "south": {"uv": [8, 5.5, 8.25, 6], "texture": "#0"}, - "west": {"uv": [5.75, 8, 6, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.25, 8.75, 7], "texture": "#0"}, - "down": {"uv": [7.5, 8.75, 7.25, 9], "texture": "#0"} - } - }, - { - "from": [1, 2, 0], - "to": [2, 4, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 2, 0]}, - "faces": { - "north": {"uv": [6, 8, 6.25, 8.5], "texture": "#0"}, - "east": {"uv": [8, 6, 8.25, 6.5], "texture": "#0"}, - "south": {"uv": [6.25, 8, 6.5, 8.5], "texture": "#0"}, - "west": {"uv": [6.5, 8, 6.75, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.5, 8.75, 7.25], "texture": "#0"}, - "down": {"uv": [7.75, 8.75, 7.5, 9], "texture": "#0"} - } - }, - { - "from": [1, 12, 0], - "to": [2, 14, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 0]}, - "faces": { - "north": {"uv": [6.75, 8, 7, 8.5], "texture": "#0"}, - "east": {"uv": [7.25, 8, 7.5, 8.5], "texture": "#0"}, - "south": {"uv": [7.5, 8, 7.75, 8.5], "texture": "#0"}, - "west": {"uv": [7.75, 8, 8, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.75, 8.75, 7.5], "texture": "#0"}, - "down": {"uv": [8, 8.75, 7.75, 9], "texture": "#0"} - } - }, - { - "from": [0, 2, 14], - "to": [1, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 14]}, - "faces": { - "north": {"uv": [8, 7.75, 8.25, 8.25], "texture": "#0"}, - "east": {"uv": [0, 8.25, 0.25, 8.75], "texture": "#0"}, - "south": {"uv": [0.25, 8.25, 0.5, 8.75], "texture": "#0"}, - "west": {"uv": [0.5, 8.25, 0.75, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8, 8.75, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 8.75, 8, 9], "texture": "#0"} - } - }, - { - "from": [0, 12, 14], - "to": [1, 14, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 12, 14]}, - "faces": { - "north": {"uv": [0.75, 8.25, 1, 8.75], "texture": "#0"}, - "east": {"uv": [1, 8.25, 1.25, 8.75], "texture": "#0"}, - "south": {"uv": [1.25, 8.25, 1.5, 8.75], "texture": "#0"}, - "west": {"uv": [1.5, 8.25, 1.75, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.25, 8.75, 8], "texture": "#0"}, - "down": {"uv": [8.5, 8.75, 8.25, 9], "texture": "#0"} - } - }, - { - "from": [1, 2, 15], - "to": [2, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 2, 15]}, - "faces": { - "north": {"uv": [1.75, 8.25, 2, 8.75], "texture": "#0"}, - "east": {"uv": [2, 8.25, 2.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 2, 8.5, 2.5], "texture": "#0"}, - "west": {"uv": [2.25, 8.25, 2.5, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.5, 8.75, 8.25], "texture": "#0"}, - "down": {"uv": [8.75, 8.75, 8.5, 9], "texture": "#0"} - } - }, - { - "from": [1, 12, 15], - "to": [2, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 15]}, - "faces": { - "north": {"uv": [2.5, 8.25, 2.75, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 2.5, 8.5, 3], "texture": "#0"}, - "south": {"uv": [2.75, 8.25, 3, 8.75], "texture": "#0"}, - "west": {"uv": [3, 8.25, 3.25, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.75, 8.75, 8.5], "texture": "#0"}, - "down": {"uv": [9, 8.75, 8.75, 9], "texture": "#0"} - } - }, - { - "from": [14, 2, 15], - "to": [15, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 2, 15]}, - "faces": { - "north": {"uv": [8.25, 3, 8.5, 3.5], "texture": "#0"}, - "east": {"uv": [3.25, 8.25, 3.5, 8.75], "texture": "#0"}, - "south": {"uv": [3.5, 8.25, 3.75, 8.75], "texture": "#0"}, - "west": {"uv": [8.25, 3.5, 8.5, 4], "texture": "#0"}, - "up": {"uv": [0.25, 9.25, 0, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0, 9, 0.25], "texture": "#0"} - } - }, - { - "from": [14, 12, 15], - "to": [15, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 15]}, - "faces": { - "north": {"uv": [3.75, 8.25, 4, 8.75], "texture": "#0"}, - "east": {"uv": [4, 8.25, 4.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 4, 8.5, 4.5], "texture": "#0"}, - "west": {"uv": [8.25, 4.5, 8.5, 5], "texture": "#0"}, - "up": {"uv": [0.5, 9.25, 0.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.25, 9, 0.5], "texture": "#0"} - } - }, - { - "from": [15, 2, 14], - "to": [16, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 2, 14]}, - "faces": { - "north": {"uv": [4.75, 8.25, 5, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 5, 8.5, 5.5], "texture": "#0"}, - "south": {"uv": [8.25, 5.5, 8.5, 6], "texture": "#0"}, - "west": {"uv": [8.25, 6, 8.5, 6.5], "texture": "#0"}, - "up": {"uv": [0.75, 9.25, 0.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.5, 9, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 12, 14], - "to": [16, 14, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 14]}, - "faces": { - "north": {"uv": [8.25, 6.5, 8.5, 7], "texture": "#0"}, - "east": {"uv": [7, 8.25, 7.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 7, 8.5, 7.5], "texture": "#0"}, - "west": {"uv": [8.25, 7.5, 8.5, 8], "texture": "#0"}, - "up": {"uv": [1, 9.25, 0.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.75, 9, 1], "texture": "#0"} - } - }, - { - "from": [14, 2, 0], - "to": [15, 4, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 2, 0]}, - "faces": { - "north": {"uv": [8, 8.25, 8.25, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 8, 8.5, 8.5], "texture": "#0"}, - "south": {"uv": [8.5, 0, 8.75, 0.5], "texture": "#0"}, - "west": {"uv": [8.5, 0.5, 8.75, 1], "texture": "#0"}, - "up": {"uv": [1.25, 9.25, 1, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1, 9, 1.25], "texture": "#0"} - } - }, - { - "from": [14, 12, 0], - "to": [15, 14, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 0]}, - "faces": { - "north": {"uv": [8.5, 1, 8.75, 1.5], "texture": "#0"}, - "east": {"uv": [8.5, 1.5, 8.75, 2], "texture": "#0"}, - "south": {"uv": [8.5, 2, 8.75, 2.5], "texture": "#0"}, - "west": {"uv": [8.5, 2.5, 8.75, 3], "texture": "#0"}, - "up": {"uv": [1.5, 9.25, 1.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.25, 9, 1.5], "texture": "#0"} - } - }, - { - "from": [15, 2, 1], - "to": [16, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 2, 1]}, - "faces": { - "north": {"uv": [8.5, 3, 8.75, 3.5], "texture": "#0"}, - "east": {"uv": [8.5, 3.5, 8.75, 4], "texture": "#0"}, - "south": {"uv": [8.5, 4, 8.75, 4.5], "texture": "#0"}, - "west": {"uv": [4.25, 8.5, 4.5, 9], "texture": "#0"}, - "up": {"uv": [1.75, 9.25, 1.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.5, 9, 1.75], "texture": "#0"} - } - }, - { - "from": [15, 12, 1], - "to": [16, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 1]}, - "faces": { - "north": {"uv": [4.5, 8.5, 4.75, 9], "texture": "#0"}, - "east": {"uv": [8.5, 4.5, 8.75, 5], "texture": "#0"}, - "south": {"uv": [5, 8.5, 5.25, 9], "texture": "#0"}, - "west": {"uv": [8.5, 5, 8.75, 5.5], "texture": "#0"}, - "up": {"uv": [2, 9.25, 1.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.75, 9, 2], "texture": "#0"} - } - }, - { - "from": [0, 4, 0], - "to": [1, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 4, 0]}, - "faces": { - "north": {"uv": [0.25, 5.5, 0.5, 7.5], "texture": "#0"}, - "east": {"uv": [0.5, 5.5, 0.75, 7.5], "texture": "#0"}, - "south": {"uv": [0.75, 5.5, 1, 7.5], "texture": "#0"}, - "west": {"uv": [1, 5.5, 1.25, 7.5], "texture": "#0"}, - "up": {"uv": [2.25, 9.25, 2, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2, 9, 2.25], "texture": "#0"} - } - }, - { - "from": [15, 4, 0], - "to": [16, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 4, 0]}, - "faces": { - "north": {"uv": [1.25, 5.5, 1.5, 7.5], "texture": "#0"}, - "east": {"uv": [1.5, 5.5, 1.75, 7.5], "texture": "#0"}, - "south": {"uv": [1.75, 5.5, 2, 7.5], "texture": "#0"}, - "west": {"uv": [2.25, 5.75, 2.5, 7.75], "texture": "#0"}, - "up": {"uv": [2.5, 9.25, 2.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.25, 9, 2.5], "texture": "#0"} - } - }, - { - "from": [15, 4, 15], - "to": [16, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 4, 15]}, - "faces": { - "north": {"uv": [2.5, 5.75, 2.75, 7.75], "texture": "#0"}, - "east": {"uv": [2.75, 5.75, 3, 7.75], "texture": "#0"}, - "south": {"uv": [3, 5.75, 3.25, 7.75], "texture": "#0"}, - "west": {"uv": [3.25, 5.75, 3.5, 7.75], "texture": "#0"}, - "up": {"uv": [2.75, 9.25, 2.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.5, 9, 2.75], "texture": "#0"} - } - }, - { - "from": [0, 4, 15], - "to": [1, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 4, 15]}, - "faces": { - "north": {"uv": [3.5, 5.75, 3.75, 7.75], "texture": "#0"}, - "east": {"uv": [3.75, 5.75, 4, 7.75], "texture": "#0"}, - "south": {"uv": [4, 5.75, 4.25, 7.75], "texture": "#0"}, - "west": {"uv": [5.25, 5.75, 5.5, 7.75], "texture": "#0"}, - "up": {"uv": [3, 9.25, 2.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.75, 9, 3], "texture": "#0"} - } - }, - { - "from": [1, 1, 1], - "to": [4, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 1, 1]}, - "faces": { - "north": {"uv": [0, 0, 0.75, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1.5], "texture": "#0"}, - "south": {"uv": [0.75, 0, 1.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.75, 0.75, 1.5, 1.5], "texture": "#0"}, - "up": {"uv": [0.75, 2.25, 0, 1.5], "texture": "#0"}, - "down": {"uv": [2.25, 0, 1.5, 0.75], "texture": "#0"} - } - }, - { - "from": [1, 12, 1], - "to": [4, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 1]}, - "faces": { - "north": {"uv": [0.75, 1.5, 1.5, 2.25], "texture": "#0"}, - "east": {"uv": [1.5, 0.75, 2.25, 1.5], "texture": "#0"}, - "south": {"uv": [1.5, 1.5, 2.25, 2.25], "texture": "#0"}, - "west": {"uv": [0, 2.25, 0.75, 3], "texture": "#0"}, - "up": {"uv": [3, 0.75, 2.25, 0], "texture": "#0"}, - "down": {"uv": [1.5, 2.25, 0.75, 3], "texture": "#0"} - } - }, - { - "from": [12, 1, 1], - "to": [15, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 1]}, - "faces": { - "north": {"uv": [2.25, 0.75, 3, 1.5], "texture": "#0"}, - "east": {"uv": [1.5, 2.25, 2.25, 3], "texture": "#0"}, - "south": {"uv": [2.25, 1.5, 3, 2.25], "texture": "#0"}, - "west": {"uv": [2.25, 2.25, 3, 3], "texture": "#0"}, - "up": {"uv": [0.75, 3.75, 0, 3], "texture": "#0"}, - "down": {"uv": [3.75, 0, 3, 0.75], "texture": "#0"} - } - }, - { - "from": [12, 12, 1], - "to": [15, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 1]}, - "faces": { - "north": {"uv": [0.75, 3, 1.5, 3.75], "texture": "#0"}, - "east": {"uv": [3, 0.75, 3.75, 1.5], "texture": "#0"}, - "south": {"uv": [1.5, 3, 2.25, 3.75], "texture": "#0"}, - "west": {"uv": [3, 1.5, 3.75, 2.25], "texture": "#0"}, - "up": {"uv": [3, 3.75, 2.25, 3], "texture": "#0"}, - "down": {"uv": [3.75, 2.25, 3, 3], "texture": "#0"} - } - }, - { - "from": [12, 1, 12], - "to": [15, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 12]}, - "faces": { - "north": {"uv": [3, 3, 3.75, 3.75], "texture": "#0"}, - "east": {"uv": [0, 3.75, 0.75, 4.5], "texture": "#0"}, - "south": {"uv": [3.75, 0, 4.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.75, 3.75, 1.5, 4.5], "texture": "#0"}, - "up": {"uv": [4.5, 1.5, 3.75, 0.75], "texture": "#0"}, - "down": {"uv": [2.25, 3.75, 1.5, 4.5], "texture": "#0"} - } - }, - { - "from": [12, 12, 12], - "to": [15, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 12]}, - "faces": { - "north": {"uv": [3.75, 1.5, 4.5, 2.25], "texture": "#0"}, - "east": {"uv": [2.25, 3.75, 3, 4.5], "texture": "#0"}, - "south": {"uv": [3.75, 2.25, 4.5, 3], "texture": "#0"}, - "west": {"uv": [3, 3.75, 3.75, 4.5], "texture": "#0"}, - "up": {"uv": [4.5, 3.75, 3.75, 3], "texture": "#0"}, - "down": {"uv": [4.5, 3.75, 3.75, 4.5], "texture": "#0"} - } - }, - { - "from": [1, 1, 12], - "to": [4, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 1, 12]}, - "faces": { - "north": {"uv": [0, 4.5, 0.75, 5.25], "texture": "#0"}, - "east": {"uv": [4.5, 0, 5.25, 0.75], "texture": "#0"}, - "south": {"uv": [0.75, 4.5, 1.5, 5.25], "texture": "#0"}, - "west": {"uv": [4.5, 0.75, 5.25, 1.5], "texture": "#0"}, - "up": {"uv": [2.25, 5.25, 1.5, 4.5], "texture": "#0"}, - "down": {"uv": [5.25, 1.5, 4.5, 2.25], "texture": "#0"} - } - }, - { - "from": [1, 12, 12], - "to": [4, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 12]}, - "faces": { - "north": {"uv": [2.25, 4.5, 3, 5.25], "texture": "#0"}, - "east": {"uv": [4.5, 2.25, 5.25, 3], "texture": "#0"}, - "south": {"uv": [3, 4.5, 3.75, 5.25], "texture": "#0"}, - "west": {"uv": [4.5, 3, 5.25, 3.75], "texture": "#0"}, - "up": {"uv": [4.5, 5.25, 3.75, 4.5], "texture": "#0"}, - "down": {"uv": [5.25, 3.75, 4.5, 4.5], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [-16, -13, 0], - "translation": [0, 4, 0], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [-16, -13, 0], - "translation": [0, 4, 0], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [10, 16, 3], - "translation": [2, -1, 2], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_lefthand": { - "rotation": [10, 16, 3], - "translation": [2, -1, 2], - "scale": [0.6, 0.6, 0.6] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [20, 20, 0], - "translation": [0, -0.25, 0], - "scale": [0.7, 0.7, 0.7] - }, - "head": { - "translation": [0, 14.5, 0] - }, - "fixed": { - "translation": [0, 0, 3.5] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [1, 12, 12], - "children": [ - { - "name": "core", - "origin": [4, 4, 4], - "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] - }, - { - "name": "core_support", - "origin": [3, 3, 4], - "children": [25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42] - }, - { - "name": "frame", - "origin": [1, 12, 12], - "children": [43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110] - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/notsogudium_singularity_power_generator_lit.json b/src/main/resources/assets/cuboidmod/models/block/notsogudium_singularity_power_generator_lit.json deleted file mode 100644 index 39a4cda..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/notsogudium_singularity_power_generator_lit.json +++ /dev/null @@ -1,1515 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/notsogudium_singularity_power_gen_frame", - "1": "cuboidmod:model/singularity_power_gen_support", - "2": "cuboidmod:model/singularity_power_gen_core_lit", - "particle": "cuboidmod:model/thatldu_singularity_power_gen_frame" - }, - "elements": [ - { - "from": [4, 4, 4], - "to": [12, 12, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 4, 4]}, - "faces": { - "north": {"uv": [0, 0, 4, 4], "texture": "#2"}, - "east": {"uv": [0, 4, 4, 8], "texture": "#2"}, - "south": {"uv": [4, 0, 8, 4], "texture": "#2"}, - "west": {"uv": [4, 4, 8, 8], "texture": "#2"}, - "up": {"uv": [4, 12, 0, 8], "texture": "#2"}, - "down": {"uv": [12, 0, 8, 4], "texture": "#2"} - } - }, - { - "from": [0, 6, 7], - "to": [1, 7, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 7]}, - "faces": { - "north": {"uv": [7, 9.5, 7.5, 10], "texture": "#2"}, - "east": {"uv": [4, 8, 5, 8.5], "texture": "#2"}, - "south": {"uv": [11, 7, 11.5, 7.5], "texture": "#2"}, - "west": {"uv": [8, 4, 9, 4.5], "texture": "#2"}, - "up": {"uv": [8.5, 5.5, 8, 4.5], "texture": "#2"}, - "down": {"uv": [5.5, 8, 5, 9], "texture": "#2"} - } - }, - { - "from": [15, 6, 7], - "to": [16, 7, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 6, 7]}, - "faces": { - "north": {"uv": [11.5, 9, 12, 9.5], "texture": "#2"}, - "east": {"uv": [5.5, 8, 6.5, 8.5], "texture": "#2"}, - "south": {"uv": [11.5, 9.5, 12, 10], "texture": "#2"}, - "west": {"uv": [8, 5.5, 9, 6], "texture": "#2"}, - "up": {"uv": [8.5, 7, 8, 6], "texture": "#2"}, - "down": {"uv": [7, 8, 6.5, 9], "texture": "#2"} - } - }, - { - "from": [0, 9, 7], - "to": [1, 10, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 9, 7]}, - "faces": { - "north": {"uv": [11.5, 10, 12, 10.5], "texture": "#2"}, - "east": {"uv": [7, 8, 8, 8.5], "texture": "#2"}, - "south": {"uv": [11.5, 10.5, 12, 11], "texture": "#2"}, - "west": {"uv": [8, 7, 9, 7.5], "texture": "#2"}, - "up": {"uv": [8.5, 8.5, 8, 7.5], "texture": "#2"}, - "down": {"uv": [4.5, 8.5, 4, 9.5], "texture": "#2"} - } - }, - { - "from": [6, 15, 7], - "to": [7, 16, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 15, 7]}, - "faces": { - "north": {"uv": [11.5, 11, 12, 11.5], "texture": "#2"}, - "east": {"uv": [8.5, 4.5, 9.5, 5], "texture": "#2"}, - "south": {"uv": [11.5, 11.5, 12, 12], "texture": "#2"}, - "west": {"uv": [8.5, 5, 9.5, 5.5], "texture": "#2"}, - "up": {"uv": [5, 9.5, 4.5, 8.5], "texture": "#2"}, - "down": {"uv": [6, 8.5, 5.5, 9.5], "texture": "#2"} - } - }, - { - "from": [6, 0, 7], - "to": [7, 1, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 0, 7]}, - "faces": { - "north": {"uv": [0, 12, 0.5, 12.5], "texture": "#2"}, - "east": {"uv": [8.5, 6, 9.5, 6.5], "texture": "#2"}, - "south": {"uv": [12, 0, 12.5, 0.5], "texture": "#2"}, - "west": {"uv": [8.5, 6.5, 9.5, 7], "texture": "#2"}, - "up": {"uv": [6.5, 9.5, 6, 8.5], "texture": "#2"}, - "down": {"uv": [7.5, 8.5, 7, 9.5], "texture": "#2"} - } - }, - { - "from": [9, 15, 7], - "to": [10, 16, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 15, 7]}, - "faces": { - "north": {"uv": [0.5, 12, 1, 12.5], "texture": "#2"}, - "east": {"uv": [7.5, 8.5, 8.5, 9], "texture": "#2"}, - "south": {"uv": [12, 0.5, 12.5, 1], "texture": "#2"}, - "west": {"uv": [8.5, 7.5, 9.5, 8], "texture": "#2"}, - "up": {"uv": [9, 9, 8.5, 8], "texture": "#2"}, - "down": {"uv": [5.5, 9, 5, 10], "texture": "#2"} - } - }, - { - "from": [9, 0, 7], - "to": [10, 1, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 0, 7]}, - "faces": { - "north": {"uv": [1, 12, 1.5, 12.5], "texture": "#2"}, - "east": {"uv": [9, 4, 10, 4.5], "texture": "#2"}, - "south": {"uv": [12, 1, 12.5, 1.5], "texture": "#2"}, - "west": {"uv": [9, 5.5, 10, 6], "texture": "#2"}, - "up": {"uv": [7, 10, 6.5, 9], "texture": "#2"}, - "down": {"uv": [8, 9, 7.5, 10], "texture": "#2"} - } - }, - { - "from": [7, 15, 9], - "to": [9, 16, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 9]}, - "faces": { - "north": {"uv": [9, 7, 10, 7.5], "texture": "#2"}, - "east": {"uv": [1.5, 12, 2, 12.5], "texture": "#2"}, - "south": {"uv": [8, 9, 9, 9.5], "texture": "#2"}, - "west": {"uv": [12, 1.5, 12.5, 2], "texture": "#2"}, - "up": {"uv": [10, 8.5, 9, 8], "texture": "#2"}, - "down": {"uv": [10, 8.5, 9, 9], "texture": "#2"} - } - }, - { - "from": [7, 9, 15], - "to": [9, 10, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 15]}, - "faces": { - "north": {"uv": [9, 9, 10, 9.5], "texture": "#2"}, - "east": {"uv": [2, 12, 2.5, 12.5], "texture": "#2"}, - "south": {"uv": [4, 9.5, 5, 10], "texture": "#2"}, - "west": {"uv": [12, 2, 12.5, 2.5], "texture": "#2"}, - "up": {"uv": [10.5, 5, 9.5, 4.5], "texture": "#2"}, - "down": {"uv": [10.5, 5, 9.5, 5.5], "texture": "#2"} - } - }, - { - "from": [7, 9, 0], - "to": [9, 10, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 0]}, - "faces": { - "north": {"uv": [5.5, 9.5, 6.5, 10], "texture": "#2"}, - "east": {"uv": [2.5, 12, 3, 12.5], "texture": "#2"}, - "south": {"uv": [9.5, 6, 10.5, 6.5], "texture": "#2"}, - "west": {"uv": [12, 2.5, 12.5, 3], "texture": "#2"}, - "up": {"uv": [10.5, 7, 9.5, 6.5], "texture": "#2"}, - "down": {"uv": [10.5, 7.5, 9.5, 8], "texture": "#2"} - } - }, - { - "from": [7, 6, 15], - "to": [9, 7, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 6, 15]}, - "faces": { - "north": {"uv": [8, 9.5, 9, 10], "texture": "#2"}, - "east": {"uv": [3, 12, 3.5, 12.5], "texture": "#2"}, - "south": {"uv": [9, 9.5, 10, 10], "texture": "#2"}, - "west": {"uv": [12, 3, 12.5, 3.5], "texture": "#2"}, - "up": {"uv": [5, 10.5, 4, 10], "texture": "#2"}, - "down": {"uv": [11, 4, 10, 4.5], "texture": "#2"} - } - }, - { - "from": [7, 6, 0], - "to": [9, 7, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 6, 0]}, - "faces": { - "north": {"uv": [5, 10, 6, 10.5], "texture": "#2"}, - "east": {"uv": [3.5, 12, 4, 12.5], "texture": "#2"}, - "south": {"uv": [10, 5.5, 11, 6], "texture": "#2"}, - "west": {"uv": [12, 3.5, 12.5, 4], "texture": "#2"}, - "up": {"uv": [7, 10.5, 6, 10], "texture": "#2"}, - "down": {"uv": [8, 10, 7, 10.5], "texture": "#2"} - } - }, - { - "from": [9, 7, 15], - "to": [10, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 7, 15]}, - "faces": { - "north": {"uv": [8, 10, 8.5, 11], "texture": "#2"}, - "east": {"uv": [10, 8, 10.5, 9], "texture": "#2"}, - "south": {"uv": [8.5, 10, 9, 11], "texture": "#2"}, - "west": {"uv": [9, 10, 9.5, 11], "texture": "#2"}, - "up": {"uv": [12.5, 4.5, 12, 4], "texture": "#2"}, - "down": {"uv": [12.5, 4.5, 12, 5], "texture": "#2"} - } - }, - { - "from": [9, 7, 0], - "to": [10, 9, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 7, 0]}, - "faces": { - "north": {"uv": [10, 9, 10.5, 10], "texture": "#2"}, - "east": {"uv": [9.5, 10, 10, 11], "texture": "#2"}, - "south": {"uv": [10, 10, 10.5, 11], "texture": "#2"}, - "west": {"uv": [4, 10.5, 4.5, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 5.5, 12, 5], "texture": "#2"}, - "down": {"uv": [12.5, 5.5, 12, 6], "texture": "#2"} - } - }, - { - "from": [6, 7, 15], - "to": [7, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 15]}, - "faces": { - "north": {"uv": [4.5, 10.5, 5, 11.5], "texture": "#2"}, - "east": {"uv": [10.5, 4.5, 11, 5.5], "texture": "#2"}, - "south": {"uv": [5, 10.5, 5.5, 11.5], "texture": "#2"}, - "west": {"uv": [5.5, 10.5, 6, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 6.5, 12, 6], "texture": "#2"}, - "down": {"uv": [12.5, 6.5, 12, 7], "texture": "#2"} - } - }, - { - "from": [6, 7, 0], - "to": [7, 9, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 0]}, - "faces": { - "north": {"uv": [6, 10.5, 6.5, 11.5], "texture": "#2"}, - "east": {"uv": [10.5, 6, 11, 7], "texture": "#2"}, - "south": {"uv": [6.5, 10.5, 7, 11.5], "texture": "#2"}, - "west": {"uv": [7, 10.5, 7.5, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 7.5, 12, 7], "texture": "#2"}, - "down": {"uv": [12.5, 7.5, 12, 8], "texture": "#2"} - } - }, - { - "from": [7, 0, 9], - "to": [9, 1, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 9]}, - "faces": { - "north": {"uv": [10, 7, 11, 7.5], "texture": "#2"}, - "east": {"uv": [8, 12, 8.5, 12.5], "texture": "#2"}, - "south": {"uv": [10.5, 7.5, 11.5, 8], "texture": "#2"}, - "west": {"uv": [12, 8, 12.5, 8.5], "texture": "#2"}, - "up": {"uv": [11.5, 8.5, 10.5, 8], "texture": "#2"}, - "down": {"uv": [11.5, 8.5, 10.5, 9], "texture": "#2"} - } - }, - { - "from": [7, 15, 6], - "to": [9, 16, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 6]}, - "faces": { - "north": {"uv": [10.5, 9, 11.5, 9.5], "texture": "#2"}, - "east": {"uv": [8.5, 12, 9, 12.5], "texture": "#2"}, - "south": {"uv": [10.5, 9.5, 11.5, 10], "texture": "#2"}, - "west": {"uv": [12, 8.5, 12.5, 9], "texture": "#2"}, - "up": {"uv": [11.5, 10.5, 10.5, 10], "texture": "#2"}, - "down": {"uv": [11.5, 10.5, 10.5, 11], "texture": "#2"} - } - }, - { - "from": [7, 0, 6], - "to": [9, 1, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 6]}, - "faces": { - "north": {"uv": [11, 4, 12, 4.5], "texture": "#2"}, - "east": {"uv": [9, 12, 9.5, 12.5], "texture": "#2"}, - "south": {"uv": [11, 4.5, 12, 5], "texture": "#2"}, - "west": {"uv": [12, 9, 12.5, 9.5], "texture": "#2"}, - "up": {"uv": [12, 5.5, 11, 5], "texture": "#2"}, - "down": {"uv": [12, 5.5, 11, 6], "texture": "#2"} - } - }, - { - "from": [15, 9, 7], - "to": [16, 10, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 9, 7]}, - "faces": { - "north": {"uv": [9.5, 12, 10, 12.5], "texture": "#2"}, - "east": {"uv": [11, 6, 12, 6.5], "texture": "#2"}, - "south": {"uv": [12, 9.5, 12.5, 10], "texture": "#2"}, - "west": {"uv": [11, 6.5, 12, 7], "texture": "#2"}, - "up": {"uv": [8, 11.5, 7.5, 10.5], "texture": "#2"}, - "down": {"uv": [8.5, 11, 8, 12], "texture": "#2"} - } - }, - { - "from": [0, 7, 9], - "to": [1, 9, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 9]}, - "faces": { - "north": {"uv": [8.5, 11, 9, 12], "texture": "#2"}, - "east": {"uv": [9, 11, 9.5, 12], "texture": "#2"}, - "south": {"uv": [9.5, 11, 10, 12], "texture": "#2"}, - "west": {"uv": [10, 11, 10.5, 12], "texture": "#2"}, - "up": {"uv": [10.5, 12.5, 10, 12], "texture": "#2"}, - "down": {"uv": [12.5, 10, 12, 10.5], "texture": "#2"} - } - }, - { - "from": [15, 7, 9], - "to": [16, 9, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 9]}, - "faces": { - "north": {"uv": [10.5, 11, 11, 12], "texture": "#2"}, - "east": {"uv": [11, 11, 11.5, 12], "texture": "#2"}, - "south": {"uv": [4, 11.5, 4.5, 12.5], "texture": "#2"}, - "west": {"uv": [4.5, 11.5, 5, 12.5], "texture": "#2"}, - "up": {"uv": [11, 12.5, 10.5, 12], "texture": "#2"}, - "down": {"uv": [12.5, 10.5, 12, 11], "texture": "#2"} - } - }, - { - "from": [0, 7, 6], - "to": [1, 9, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 6]}, - "faces": { - "north": {"uv": [5, 11.5, 5.5, 12.5], "texture": "#2"}, - "east": {"uv": [5.5, 11.5, 6, 12.5], "texture": "#2"}, - "south": {"uv": [6, 11.5, 6.5, 12.5], "texture": "#2"}, - "west": {"uv": [6.5, 11.5, 7, 12.5], "texture": "#2"}, - "up": {"uv": [11.5, 12.5, 11, 12], "texture": "#2"}, - "down": {"uv": [12.5, 11, 12, 11.5], "texture": "#2"} - } - }, - { - "from": [15, 7, 6], - "to": [16, 9, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 6]}, - "faces": { - "north": {"uv": [7, 11.5, 7.5, 12.5], "texture": "#2"}, - "east": {"uv": [11.5, 7, 12, 8], "texture": "#2"}, - "south": {"uv": [7.5, 11.5, 8, 12.5], "texture": "#2"}, - "west": {"uv": [11.5, 8, 12, 9], "texture": "#2"}, - "up": {"uv": [12, 12.5, 11.5, 12], "texture": "#2"}, - "down": {"uv": [12.5, 11.5, 12, 12], "texture": "#2"} - } - }, - { - "from": [3, 12, 4], - "to": [4, 13, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 12, 4]}, - "faces": { - "north": {"uv": [10.5, 5.5, 11, 6], "texture": "#1"}, - "east": {"uv": [0, 0, 4, 0.5], "texture": "#1"}, - "south": {"uv": [11, 2.5, 11.5, 3], "texture": "#1"}, - "west": {"uv": [0, 0.5, 4, 1], "texture": "#1"}, - "up": {"uv": [0.5, 5, 0, 1], "texture": "#1"}, - "down": {"uv": [1, 1, 0.5, 5], "texture": "#1"} - } - }, - { - "from": [7, 1, 7], - "to": [9, 4, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 1, 7]}, - "faces": { - "north": {"uv": [7, 8, 8, 9.5], "texture": "#1"}, - "east": {"uv": [8, 8, 9, 9.5], "texture": "#1"}, - "south": {"uv": [0, 9, 1, 10.5], "texture": "#1"}, - "west": {"uv": [1, 9, 2, 10.5], "texture": "#1"}, - "up": {"uv": [4, 12, 3, 11], "texture": "#1"}, - "down": {"uv": [5, 11, 4, 12], "texture": "#1"} - } - }, - { - "from": [12, 7, 7], - "to": [15, 9, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 7, 7]}, - "faces": { - "north": {"uv": [9, 3, 10.5, 4], "texture": "#1"}, - "east": {"uv": [7, 11, 8, 12], "texture": "#1"}, - "south": {"uv": [9, 4, 10.5, 5], "texture": "#1"}, - "west": {"uv": [8, 11, 9, 12], "texture": "#1"}, - "up": {"uv": [10.5, 6, 9, 5], "texture": "#1"}, - "down": {"uv": [10.5, 8, 9, 9], "texture": "#1"} - } - }, - { - "from": [7, 12, 7], - "to": [9, 15, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 12, 7]}, - "faces": { - "north": {"uv": [2, 9, 3, 10.5], "texture": "#1"}, - "east": {"uv": [9, 9, 10, 10.5], "texture": "#1"}, - "south": {"uv": [7, 9.5, 8, 11], "texture": "#1"}, - "west": {"uv": [8, 9.5, 9, 11], "texture": "#1"}, - "up": {"uv": [11, 12, 10, 11], "texture": "#1"}, - "down": {"uv": [12, 11, 11, 12], "texture": "#1"} - } - }, - { - "from": [1, 7, 7], - "to": [4, 9, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 7, 7]}, - "faces": { - "north": {"uv": [10, 6, 11.5, 7], "texture": "#1"}, - "east": {"uv": [0, 11.5, 1, 12.5], "texture": "#1"}, - "south": {"uv": [10, 7, 11.5, 8], "texture": "#1"}, - "west": {"uv": [1, 11.5, 2, 12.5], "texture": "#1"}, - "up": {"uv": [11.5, 10, 10, 9], "texture": "#1"}, - "down": {"uv": [11.5, 10, 10, 11], "texture": "#1"} - } - }, - { - "from": [3, 4, 3], - "to": [4, 12, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 4, 3]}, - "faces": { - "north": {"uv": [1, 1, 1.5, 5], "texture": "#1"}, - "east": {"uv": [1.5, 1, 2, 5], "texture": "#1"}, - "south": {"uv": [2, 1, 2.5, 5], "texture": "#1"}, - "west": {"uv": [2.5, 1, 3, 5], "texture": "#1"}, - "up": {"uv": [11.5, 6, 11, 5.5], "texture": "#1"}, - "down": {"uv": [12, 5.5, 11.5, 6], "texture": "#1"} - } - }, - { - "from": [4, 12, 3], - "to": [12, 13, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 12, 3]}, - "faces": { - "north": {"uv": [3, 1, 7, 1.5], "texture": "#1"}, - "east": {"uv": [11.5, 6, 12, 6.5], "texture": "#1"}, - "south": {"uv": [3, 1.5, 7, 2], "texture": "#1"}, - "west": {"uv": [11.5, 6.5, 12, 7], "texture": "#1"}, - "up": {"uv": [7, 2.5, 3, 2], "texture": "#1"}, - "down": {"uv": [7, 2.5, 3, 3], "texture": "#1"} - } - }, - { - "from": [12, 4, 3], - "to": [13, 12, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 4, 3]}, - "faces": { - "north": {"uv": [3, 3, 3.5, 7], "texture": "#1"}, - "east": {"uv": [3.5, 3, 4, 7], "texture": "#1"}, - "south": {"uv": [4, 3, 4.5, 7], "texture": "#1"}, - "west": {"uv": [4.5, 3, 5, 7], "texture": "#1"}, - "up": {"uv": [12, 7.5, 11.5, 7], "texture": "#1"}, - "down": {"uv": [12, 7.5, 11.5, 8], "texture": "#1"} - } - }, - { - "from": [4, 3, 3], - "to": [12, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 3]}, - "faces": { - "north": {"uv": [4, 0, 8, 0.5], "texture": "#1"}, - "east": {"uv": [11.5, 9, 12, 9.5], "texture": "#1"}, - "south": {"uv": [4, 0.5, 8, 1], "texture": "#1"}, - "west": {"uv": [11.5, 9.5, 12, 10], "texture": "#1"}, - "up": {"uv": [9, 3.5, 5, 3], "texture": "#1"}, - "down": {"uv": [9, 3.5, 5, 4], "texture": "#1"} - } - }, - { - "from": [12, 3, 4], - "to": [13, 4, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 3, 4]}, - "faces": { - "north": {"uv": [11.5, 10, 12, 10.5], "texture": "#1"}, - "east": {"uv": [5, 4, 9, 4.5], "texture": "#1"}, - "south": {"uv": [11.5, 10.5, 12, 11], "texture": "#1"}, - "west": {"uv": [5, 4.5, 9, 5], "texture": "#1"}, - "up": {"uv": [0.5, 9, 0, 5], "texture": "#1"}, - "down": {"uv": [1, 5, 0.5, 9], "texture": "#1"} - } - }, - { - "from": [12, 12, 4], - "to": [13, 13, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 4]}, - "faces": { - "north": {"uv": [12, 0, 12.5, 0.5], "texture": "#1"}, - "east": {"uv": [5, 5, 9, 5.5], "texture": "#1"}, - "south": {"uv": [12, 0.5, 12.5, 1], "texture": "#1"}, - "west": {"uv": [5, 5.5, 9, 6], "texture": "#1"}, - "up": {"uv": [1.5, 9, 1, 5], "texture": "#1"}, - "down": {"uv": [2, 5, 1.5, 9], "texture": "#1"} - } - }, - { - "from": [12, 4, 12], - "to": [13, 12, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 4, 12]}, - "faces": { - "north": {"uv": [2, 5, 2.5, 9], "texture": "#1"}, - "east": {"uv": [2.5, 5, 3, 9], "texture": "#1"}, - "south": {"uv": [5, 6, 5.5, 10], "texture": "#1"}, - "west": {"uv": [5.5, 6, 6, 10], "texture": "#1"}, - "up": {"uv": [12.5, 1.5, 12, 1], "texture": "#1"}, - "down": {"uv": [12.5, 1.5, 12, 2], "texture": "#1"} - } - }, - { - "from": [7, 7, 1], - "to": [9, 9, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 1]}, - "faces": { - "north": {"uv": [2, 11.5, 3, 12.5], "texture": "#1"}, - "east": {"uv": [0, 10.5, 1.5, 11.5], "texture": "#1"}, - "south": {"uv": [11.5, 2.5, 12.5, 3.5], "texture": "#1"}, - "west": {"uv": [1.5, 10.5, 3, 11.5], "texture": "#1"}, - "up": {"uv": [6, 11.5, 5, 10], "texture": "#1"}, - "down": {"uv": [11.5, 3, 10.5, 4.5], "texture": "#1"} - } - }, - { - "from": [4, 12, 12], - "to": [12, 13, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 12, 12]}, - "faces": { - "north": {"uv": [6, 6, 10, 6.5], "texture": "#1"}, - "east": {"uv": [12, 2, 12.5, 2.5], "texture": "#1"}, - "south": {"uv": [6, 6.5, 10, 7], "texture": "#1"}, - "west": {"uv": [3, 12, 3.5, 12.5], "texture": "#1"}, - "up": {"uv": [11, 1.5, 7, 1], "texture": "#1"}, - "down": {"uv": [11, 1.5, 7, 2], "texture": "#1"} - } - }, - { - "from": [4, 3, 12], - "to": [12, 4, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 12]}, - "faces": { - "north": {"uv": [7, 2, 11, 2.5], "texture": "#1"}, - "east": {"uv": [3.5, 12, 4, 12.5], "texture": "#1"}, - "south": {"uv": [7, 2.5, 11, 3], "texture": "#1"}, - "west": {"uv": [4, 12, 4.5, 12.5], "texture": "#1"}, - "up": {"uv": [10, 7.5, 6, 7], "texture": "#1"}, - "down": {"uv": [10, 7.5, 6, 8], "texture": "#1"} - } - }, - { - "from": [7, 7, 12], - "to": [9, 9, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 12]}, - "faces": { - "north": {"uv": [11.5, 3.5, 12.5, 4.5], "texture": "#1"}, - "east": {"uv": [10.5, 4.5, 12, 5.5], "texture": "#1"}, - "south": {"uv": [5, 11.5, 6, 12.5], "texture": "#1"}, - "west": {"uv": [10.5, 8, 12, 9], "texture": "#1"}, - "up": {"uv": [10, 12, 9, 10.5], "texture": "#1"}, - "down": {"uv": [12, 1, 11, 2.5], "texture": "#1"} - } - }, - { - "from": [3, 4, 12], - "to": [4, 12, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 4, 12]}, - "faces": { - "north": {"uv": [3, 7, 3.5, 11], "texture": "#1"}, - "east": {"uv": [3.5, 7, 4, 11], "texture": "#1"}, - "south": {"uv": [4, 7, 4.5, 11], "texture": "#1"}, - "west": {"uv": [4.5, 7, 5, 11], "texture": "#1"}, - "up": {"uv": [5, 12.5, 4.5, 12], "texture": "#1"}, - "down": {"uv": [12.5, 4.5, 12, 5], "texture": "#1"} - } - }, - { - "from": [3, 3, 4], - "to": [4, 4, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 3, 4]}, - "faces": { - "north": {"uv": [12, 5, 12.5, 5.5], "texture": "#1"}, - "east": {"uv": [8, 0, 12, 0.5], "texture": "#1"}, - "south": {"uv": [12, 5.5, 12.5, 6], "texture": "#1"}, - "west": {"uv": [8, 0.5, 12, 1], "texture": "#1"}, - "up": {"uv": [6.5, 12, 6, 8], "texture": "#1"}, - "down": {"uv": [7, 8, 6.5, 12], "texture": "#1"} - } - }, - { - "from": [0, 0, 4], - "to": [1, 1, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 4]}, - "faces": { - "north": {"uv": [8, 6.5, 8.25, 6.75], "texture": "#0"}, - "east": {"uv": [4.5, 4.5, 6.5, 4.75], "texture": "#0"}, - "south": {"uv": [8, 7, 8.25, 7.25], "texture": "#0"}, - "west": {"uv": [4.5, 4.75, 6.5, 5], "texture": "#0"}, - "up": {"uv": [4.75, 7, 4.5, 5], "texture": "#0"}, - "down": {"uv": [5, 5, 4.75, 7], "texture": "#0"} - } - }, - { - "from": [0, 15, 4], - "to": [1, 16, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 15, 4]}, - "faces": { - "north": {"uv": [8.25, 0, 8.5, 0.25], "texture": "#0"}, - "east": {"uv": [5, 5, 7, 5.25], "texture": "#0"}, - "south": {"uv": [8.25, 0.75, 8.5, 1], "texture": "#0"}, - "west": {"uv": [0, 5.25, 2, 5.5], "texture": "#0"}, - "up": {"uv": [5.5, 2, 5.25, 0], "texture": "#0"}, - "down": {"uv": [2.25, 5.25, 2, 7.25], "texture": "#0"} - } - }, - { - "from": [4, 0, 0], - "to": [12, 1, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 0]}, - "faces": { - "north": {"uv": [5.25, 2, 7.25, 2.25], "texture": "#0"}, - "east": {"uv": [5.25, 8.5, 5.5, 8.75], "texture": "#0"}, - "south": {"uv": [2.25, 5.25, 4.25, 5.5], "texture": "#0"}, - "west": {"uv": [5.5, 8.5, 5.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 2.5, 5.25, 2.25], "texture": "#0"}, - "down": {"uv": [7.25, 2.5, 5.25, 2.75], "texture": "#0"} - } - }, - { - "from": [4, 15, 0], - "to": [12, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 15, 0]}, - "faces": { - "north": {"uv": [5.25, 2.75, 7.25, 3], "texture": "#0"}, - "east": {"uv": [8.5, 5.5, 8.75, 5.75], "texture": "#0"}, - "south": {"uv": [5.25, 3, 7.25, 3.25], "texture": "#0"}, - "west": {"uv": [5.75, 8.5, 6, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 3.5, 5.25, 3.25], "texture": "#0"}, - "down": {"uv": [7.25, 3.5, 5.25, 3.75], "texture": "#0"} - } - }, - { - "from": [15, 0, 4], - "to": [16, 1, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 0, 4]}, - "faces": { - "north": {"uv": [8.5, 5.75, 8.75, 6], "texture": "#0"}, - "east": {"uv": [5.25, 3.75, 7.25, 4], "texture": "#0"}, - "south": {"uv": [6, 8.5, 6.25, 8.75], "texture": "#0"}, - "west": {"uv": [5.25, 4, 7.25, 4.25], "texture": "#0"}, - "up": {"uv": [4.5, 7.25, 4.25, 5.25], "texture": "#0"}, - "down": {"uv": [5.25, 5.25, 5, 7.25], "texture": "#0"} - } - }, - { - "from": [15, 15, 4], - "to": [16, 16, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 15, 4]}, - "faces": { - "north": {"uv": [8.5, 6, 8.75, 6.25], "texture": "#0"}, - "east": {"uv": [5.25, 4.25, 7.25, 4.5], "texture": "#0"}, - "south": {"uv": [6.25, 8.5, 6.5, 8.75], "texture": "#0"}, - "west": {"uv": [5.25, 5.25, 7.25, 5.5], "texture": "#0"}, - "up": {"uv": [0.25, 7.5, 0, 5.5], "texture": "#0"}, - "down": {"uv": [5.75, 0, 5.5, 2], "texture": "#0"} - } - }, - { - "from": [4, 0, 15], - "to": [12, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 15]}, - "faces": { - "north": {"uv": [2.25, 5.5, 4.25, 5.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.25, 8.75, 6.5], "texture": "#0"}, - "south": {"uv": [5.25, 5.5, 7.25, 5.75], "texture": "#0"}, - "west": {"uv": [6.5, 8.5, 6.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.75, 0.25, 5.75, 0], "texture": "#0"}, - "down": {"uv": [7.75, 0.25, 5.75, 0.5], "texture": "#0"} - } - }, - { - "from": [4, 15, 15], - "to": [12, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 15, 15]}, - "faces": { - "north": {"uv": [5.75, 0.5, 7.75, 0.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.5, 8.75, 6.75], "texture": "#0"}, - "south": {"uv": [5.75, 0.75, 7.75, 1], "texture": "#0"}, - "west": {"uv": [6.75, 8.5, 7, 8.75], "texture": "#0"}, - "up": {"uv": [7.75, 1.25, 5.75, 1], "texture": "#0"}, - "down": {"uv": [7.75, 1.25, 5.75, 1.5], "texture": "#0"} - } - }, - { - "from": [2, 0, 1], - "to": [4, 1, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 0, 1]}, - "faces": { - "north": {"uv": [5.75, 1.5, 6.25, 1.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.75, 8.75, 7], "texture": "#0"}, - "south": {"uv": [5.75, 1.75, 6.25, 2], "texture": "#0"}, - "west": {"uv": [8.5, 7, 8.75, 7.25], "texture": "#0"}, - "up": {"uv": [6, 6, 5.5, 5.75], "texture": "#0"}, - "down": {"uv": [6, 6, 5.5, 6.25], "texture": "#0"} - } - }, - { - "from": [2, 15, 1], - "to": [4, 16, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 15, 1]}, - "faces": { - "north": {"uv": [6, 5.75, 6.5, 6], "texture": "#0"}, - "east": {"uv": [7.25, 8.5, 7.5, 8.75], "texture": "#0"}, - "south": {"uv": [6, 6, 6.5, 6.25], "texture": "#0"}, - "west": {"uv": [8.5, 7.25, 8.75, 7.5], "texture": "#0"}, - "up": {"uv": [6.75, 1.75, 6.25, 1.5], "texture": "#0"}, - "down": {"uv": [6.75, 1.75, 6.25, 2], "texture": "#0"} - } - }, - { - "from": [1, 0, 2], - "to": [2, 1, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 2]}, - "faces": { - "north": {"uv": [7.5, 8.5, 7.75, 8.75], "texture": "#0"}, - "east": {"uv": [5.5, 6.25, 6, 6.5], "texture": "#0"}, - "south": {"uv": [8.5, 7.5, 8.75, 7.75], "texture": "#0"}, - "west": {"uv": [6, 6.25, 6.5, 6.5], "texture": "#0"}, - "up": {"uv": [6.75, 5, 6.5, 4.5], "texture": "#0"}, - "down": {"uv": [5.75, 6.5, 5.5, 7], "texture": "#0"} - } - }, - { - "from": [1, 15, 2], - "to": [2, 16, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 15, 2]}, - "faces": { - "north": {"uv": [7.75, 8.5, 8, 8.75], "texture": "#0"}, - "east": {"uv": [5.75, 6.5, 6.25, 6.75], "texture": "#0"}, - "south": {"uv": [8.5, 7.75, 8.75, 8], "texture": "#0"}, - "west": {"uv": [6.5, 5.75, 7, 6], "texture": "#0"}, - "up": {"uv": [6.75, 6.5, 6.5, 6], "texture": "#0"}, - "down": {"uv": [6.5, 6.5, 6.25, 7], "texture": "#0"} - } - }, - { - "from": [12, 0, 1], - "to": [14, 1, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 0, 1]}, - "faces": { - "north": {"uv": [6.5, 6.5, 7, 6.75], "texture": "#0"}, - "east": {"uv": [8.5, 8, 8.75, 8.25], "texture": "#0"}, - "south": {"uv": [6.75, 1.5, 7.25, 1.75], "texture": "#0"}, - "west": {"uv": [8.25, 8.5, 8.5, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 2, 6.75, 1.75], "texture": "#0"}, - "down": {"uv": [7.25, 4.5, 6.75, 4.75], "texture": "#0"} - } - }, - { - "from": [12, 15, 1], - "to": [14, 16, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 15, 1]}, - "faces": { - "north": {"uv": [6.75, 4.75, 7.25, 5], "texture": "#0"}, - "east": {"uv": [8.5, 8.25, 8.75, 8.5], "texture": "#0"}, - "south": {"uv": [5.75, 6.75, 6.25, 7], "texture": "#0"}, - "west": {"uv": [8.5, 8.5, 8.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 6.25, 6.75, 6], "texture": "#0"}, - "down": {"uv": [7.25, 6.25, 6.75, 6.5], "texture": "#0"} - } - }, - { - "from": [14, 0, 2], - "to": [15, 1, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 2]}, - "faces": { - "north": {"uv": [0, 8.75, 0.25, 9], "texture": "#0"}, - "east": {"uv": [6.5, 6.75, 7, 7], "texture": "#0"}, - "south": {"uv": [8.75, 0, 9, 0.25], "texture": "#0"}, - "west": {"uv": [4.5, 7, 5, 7.25], "texture": "#0"}, - "up": {"uv": [5.75, 7.5, 5.5, 7], "texture": "#0"}, - "down": {"uv": [6, 7, 5.75, 7.5], "texture": "#0"} - } - }, - { - "from": [14, 15, 2], - "to": [15, 16, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 15, 2]}, - "faces": { - "north": {"uv": [0.25, 8.75, 0.5, 9], "texture": "#0"}, - "east": {"uv": [7, 5, 7.5, 5.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.25, 9, 0.5], "texture": "#0"}, - "west": {"uv": [7, 5.75, 7.5, 6], "texture": "#0"}, - "up": {"uv": [6.25, 7.5, 6, 7], "texture": "#0"}, - "down": {"uv": [6.5, 7, 6.25, 7.5], "texture": "#0"} - } - }, - { - "from": [1, 0, 12], - "to": [2, 1, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 12]}, - "faces": { - "north": {"uv": [0.5, 8.75, 0.75, 9], "texture": "#0"}, - "east": {"uv": [6.5, 7, 7, 7.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.5, 9, 0.75], "texture": "#0"}, - "west": {"uv": [7, 6.5, 7.5, 6.75], "texture": "#0"}, - "up": {"uv": [7.25, 7.25, 7, 6.75], "texture": "#0"}, - "down": {"uv": [7.5, 1.5, 7.25, 2], "texture": "#0"} - } - }, - { - "from": [1, 15, 12], - "to": [2, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 15, 12]}, - "faces": { - "north": {"uv": [0.75, 8.75, 1, 9], "texture": "#0"}, - "east": {"uv": [7.25, 2, 7.75, 2.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.75, 9, 1], "texture": "#0"}, - "west": {"uv": [7.25, 2.25, 7.75, 2.5], "texture": "#0"}, - "up": {"uv": [2.25, 7.75, 2, 7.25], "texture": "#0"}, - "down": {"uv": [7.5, 2.5, 7.25, 3], "texture": "#0"} - } - }, - { - "from": [2, 0, 14], - "to": [4, 1, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 0, 14]}, - "faces": { - "north": {"uv": [7.25, 3, 7.75, 3.25], "texture": "#0"}, - "east": {"uv": [1, 8.75, 1.25, 9], "texture": "#0"}, - "south": {"uv": [7.25, 3.25, 7.75, 3.5], "texture": "#0"}, - "west": {"uv": [8.75, 1, 9, 1.25], "texture": "#0"}, - "up": {"uv": [7.75, 3.75, 7.25, 3.5], "texture": "#0"}, - "down": {"uv": [7.75, 3.75, 7.25, 4], "texture": "#0"} - } - }, - { - "from": [2, 15, 14], - "to": [4, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 15, 14]}, - "faces": { - "north": {"uv": [7.25, 4, 7.75, 4.25], "texture": "#0"}, - "east": {"uv": [1.25, 8.75, 1.5, 9], "texture": "#0"}, - "south": {"uv": [4.25, 7.25, 4.75, 7.5], "texture": "#0"}, - "west": {"uv": [8.75, 1.25, 9, 1.5], "texture": "#0"}, - "up": {"uv": [7.75, 4.5, 7.25, 4.25], "texture": "#0"}, - "down": {"uv": [7.75, 4.5, 7.25, 4.75], "texture": "#0"} - } - }, - { - "from": [14, 0, 12], - "to": [15, 1, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 12]}, - "faces": { - "north": {"uv": [1.5, 8.75, 1.75, 9], "texture": "#0"}, - "east": {"uv": [4.75, 7.25, 5.25, 7.5], "texture": "#0"}, - "south": {"uv": [8.75, 1.5, 9, 1.75], "texture": "#0"}, - "west": {"uv": [7.25, 4.75, 7.75, 5], "texture": "#0"}, - "up": {"uv": [7.5, 5.75, 7.25, 5.25], "texture": "#0"}, - "down": {"uv": [7.5, 6, 7.25, 6.5], "texture": "#0"} - } - }, - { - "from": [14, 15, 12], - "to": [15, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 15, 12]}, - "faces": { - "north": {"uv": [1.75, 8.75, 2, 9], "texture": "#0"}, - "east": {"uv": [6.5, 7.25, 7, 7.5], "texture": "#0"}, - "south": {"uv": [8.75, 1.75, 9, 2], "texture": "#0"}, - "west": {"uv": [7.25, 6.75, 7.75, 7], "texture": "#0"}, - "up": {"uv": [7.25, 7.75, 7, 7.25], "texture": "#0"}, - "down": {"uv": [7.5, 7, 7.25, 7.5], "texture": "#0"} - } - }, - { - "from": [12, 0, 14], - "to": [14, 1, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 0, 14]}, - "faces": { - "north": {"uv": [0, 7.5, 0.5, 7.75], "texture": "#0"}, - "east": {"uv": [2, 8.75, 2.25, 9], "texture": "#0"}, - "south": {"uv": [0.5, 7.5, 1, 7.75], "texture": "#0"}, - "west": {"uv": [8.75, 2, 9, 2.25], "texture": "#0"}, - "up": {"uv": [1.5, 7.75, 1, 7.5], "texture": "#0"}, - "down": {"uv": [2, 7.5, 1.5, 7.75], "texture": "#0"} - } - }, - { - "from": [12, 15, 14], - "to": [14, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 15, 14]}, - "faces": { - "north": {"uv": [7.5, 1.5, 8, 1.75], "texture": "#0"}, - "east": {"uv": [2.25, 8.75, 2.5, 9], "texture": "#0"}, - "south": {"uv": [7.5, 1.75, 8, 2], "texture": "#0"}, - "west": {"uv": [8.75, 2.25, 9, 2.5], "texture": "#0"}, - "up": {"uv": [8, 2.75, 7.5, 2.5], "texture": "#0"}, - "down": {"uv": [8, 2.75, 7.5, 3], "texture": "#0"} - } - }, - { - "from": [2, 1, 0], - "to": [4, 2, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 1, 0]}, - "faces": { - "north": {"uv": [4.25, 7.5, 4.75, 7.75], "texture": "#0"}, - "east": {"uv": [2.5, 8.75, 2.75, 9], "texture": "#0"}, - "south": {"uv": [4.75, 7.5, 5.25, 7.75], "texture": "#0"}, - "west": {"uv": [8.75, 2.5, 9, 2.75], "texture": "#0"}, - "up": {"uv": [8, 5.25, 7.5, 5], "texture": "#0"}, - "down": {"uv": [8, 5.25, 7.5, 5.5], "texture": "#0"} - } - }, - { - "from": [2, 14, 0], - "to": [4, 15, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 14, 0]}, - "faces": { - "north": {"uv": [5.5, 7.5, 6, 7.75], "texture": "#0"}, - "east": {"uv": [2.75, 8.75, 3, 9], "texture": "#0"}, - "south": {"uv": [7.5, 5.5, 8, 5.75], "texture": "#0"}, - "west": {"uv": [8.75, 2.75, 9, 3], "texture": "#0"}, - "up": {"uv": [8, 6, 7.5, 5.75], "texture": "#0"}, - "down": {"uv": [6.5, 7.5, 6, 7.75], "texture": "#0"} - } - }, - { - "from": [0, 1, 2], - "to": [1, 2, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 2]}, - "faces": { - "north": {"uv": [3, 8.75, 3.25, 9], "texture": "#0"}, - "east": {"uv": [7.5, 6, 8, 6.25], "texture": "#0"}, - "south": {"uv": [8.75, 3, 9, 3.25], "texture": "#0"}, - "west": {"uv": [7.5, 6.25, 8, 6.5], "texture": "#0"}, - "up": {"uv": [6.75, 8, 6.5, 7.5], "texture": "#0"}, - "down": {"uv": [7, 7.5, 6.75, 8], "texture": "#0"} - } - }, - { - "from": [0, 14, 2], - "to": [1, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 14, 2]}, - "faces": { - "north": {"uv": [3.25, 8.75, 3.5, 9], "texture": "#0"}, - "east": {"uv": [7.5, 6.5, 8, 6.75], "texture": "#0"}, - "south": {"uv": [8.75, 3.25, 9, 3.5], "texture": "#0"}, - "west": {"uv": [7.5, 7, 8, 7.25], "texture": "#0"}, - "up": {"uv": [7.5, 8, 7.25, 7.5], "texture": "#0"}, - "down": {"uv": [7.75, 7.25, 7.5, 7.75], "texture": "#0"} - } - }, - { - "from": [0, 1, 12], - "to": [1, 2, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 12]}, - "faces": { - "north": {"uv": [3.5, 8.75, 3.75, 9], "texture": "#0"}, - "east": {"uv": [0, 7.75, 0.5, 8], "texture": "#0"}, - "south": {"uv": [8.75, 3.5, 9, 3.75], "texture": "#0"}, - "west": {"uv": [7.75, 0, 8.25, 0.25], "texture": "#0"}, - "up": {"uv": [8, 0.75, 7.75, 0.25], "texture": "#0"}, - "down": {"uv": [0.75, 7.75, 0.5, 8.25], "texture": "#0"} - } - }, - { - "from": [0, 14, 12], - "to": [1, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 14, 12]}, - "faces": { - "north": {"uv": [3.75, 8.75, 4, 9], "texture": "#0"}, - "east": {"uv": [0.75, 7.75, 1.25, 8], "texture": "#0"}, - "south": {"uv": [8.75, 3.75, 9, 4], "texture": "#0"}, - "west": {"uv": [7.75, 0.75, 8.25, 1], "texture": "#0"}, - "up": {"uv": [8, 1.5, 7.75, 1], "texture": "#0"}, - "down": {"uv": [1.5, 7.75, 1.25, 8.25], "texture": "#0"} - } - }, - { - "from": [12, 1, 0], - "to": [14, 2, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 0]}, - "faces": { - "north": {"uv": [1.5, 7.75, 2, 8], "texture": "#0"}, - "east": {"uv": [4, 8.75, 4.25, 9], "texture": "#0"}, - "south": {"uv": [2, 7.75, 2.5, 8], "texture": "#0"}, - "west": {"uv": [8.75, 4, 9, 4.25], "texture": "#0"}, - "up": {"uv": [8.25, 2.25, 7.75, 2], "texture": "#0"}, - "down": {"uv": [8.25, 2.25, 7.75, 2.5], "texture": "#0"} - } - }, - { - "from": [12, 14, 0], - "to": [14, 15, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 0]}, - "faces": { - "north": {"uv": [2.5, 7.75, 3, 8], "texture": "#0"}, - "east": {"uv": [8.75, 4.25, 9, 4.5], "texture": "#0"}, - "south": {"uv": [3, 7.75, 3.5, 8], "texture": "#0"}, - "west": {"uv": [8.75, 4.5, 9, 4.75], "texture": "#0"}, - "up": {"uv": [8.25, 3.25, 7.75, 3], "texture": "#0"}, - "down": {"uv": [8.25, 3.25, 7.75, 3.5], "texture": "#0"} - } - }, - { - "from": [15, 1, 2], - "to": [16, 2, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 1, 2]}, - "faces": { - "north": {"uv": [4.75, 8.75, 5, 9], "texture": "#0"}, - "east": {"uv": [3.5, 7.75, 4, 8], "texture": "#0"}, - "south": {"uv": [8.75, 4.75, 9, 5], "texture": "#0"}, - "west": {"uv": [7.75, 3.5, 8.25, 3.75], "texture": "#0"}, - "up": {"uv": [8, 4.25, 7.75, 3.75], "texture": "#0"}, - "down": {"uv": [4.25, 7.75, 4, 8.25], "texture": "#0"} - } - }, - { - "from": [15, 14, 2], - "to": [16, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 14, 2]}, - "faces": { - "north": {"uv": [8.75, 5, 9, 5.25], "texture": "#0"}, - "east": {"uv": [4.25, 7.75, 4.75, 8], "texture": "#0"}, - "south": {"uv": [5.25, 8.75, 5.5, 9], "texture": "#0"}, - "west": {"uv": [7.75, 4.25, 8.25, 4.5], "texture": "#0"}, - "up": {"uv": [8, 5, 7.75, 4.5], "texture": "#0"}, - "down": {"uv": [5, 7.75, 4.75, 8.25], "texture": "#0"} - } - }, - { - "from": [2, 1, 15], - "to": [4, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 1, 15]}, - "faces": { - "north": {"uv": [5, 7.75, 5.5, 8], "texture": "#0"}, - "east": {"uv": [8.75, 5.25, 9, 5.5], "texture": "#0"}, - "south": {"uv": [5.5, 7.75, 6, 8], "texture": "#0"}, - "west": {"uv": [5.5, 8.75, 5.75, 9], "texture": "#0"}, - "up": {"uv": [6.5, 8, 6, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 6.75, 7.75, 7], "texture": "#0"} - } - }, - { - "from": [2, 14, 15], - "to": [4, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 14, 15]}, - "faces": { - "north": {"uv": [7.75, 7.25, 8.25, 7.5], "texture": "#0"}, - "east": {"uv": [8.75, 5.5, 9, 5.75], "texture": "#0"}, - "south": {"uv": [7.5, 7.75, 8, 8], "texture": "#0"}, - "west": {"uv": [5.75, 8.75, 6, 9], "texture": "#0"}, - "up": {"uv": [8.25, 7.75, 7.75, 7.5], "texture": "#0"}, - "down": {"uv": [0.5, 8, 0, 8.25], "texture": "#0"} - } - }, - { - "from": [12, 1, 15], - "to": [14, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 15]}, - "faces": { - "north": {"uv": [8, 0.25, 8.5, 0.5], "texture": "#0"}, - "east": {"uv": [8.75, 5.75, 9, 6], "texture": "#0"}, - "south": {"uv": [8, 0.5, 8.5, 0.75], "texture": "#0"}, - "west": {"uv": [6, 8.75, 6.25, 9], "texture": "#0"}, - "up": {"uv": [1.25, 8.25, 0.75, 8], "texture": "#0"}, - "down": {"uv": [8.5, 1, 8, 1.25], "texture": "#0"} - } - }, - { - "from": [12, 14, 15], - "to": [14, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 15]}, - "faces": { - "north": {"uv": [8, 1.25, 8.5, 1.5], "texture": "#0"}, - "east": {"uv": [8.75, 6, 9, 6.25], "texture": "#0"}, - "south": {"uv": [1.5, 8, 2, 8.25], "texture": "#0"}, - "west": {"uv": [6.25, 8.75, 6.5, 9], "texture": "#0"}, - "up": {"uv": [8.5, 1.75, 8, 1.5], "texture": "#0"}, - "down": {"uv": [8.5, 1.75, 8, 2], "texture": "#0"} - } - }, - { - "from": [15, 1, 12], - "to": [16, 2, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 1, 13]}, - "faces": { - "north": {"uv": [8.75, 6.25, 9, 6.5], "texture": "#0"}, - "east": {"uv": [2, 8, 2.5, 8.25], "texture": "#0"}, - "south": {"uv": [6.5, 8.75, 6.75, 9], "texture": "#0"}, - "west": {"uv": [2.5, 8, 3, 8.25], "texture": "#0"}, - "up": {"uv": [7.25, 8.25, 7, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 2.5, 8, 3], "texture": "#0"} - } - }, - { - "from": [15, 14, 12], - "to": [16, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 14, 13]}, - "faces": { - "north": {"uv": [8.75, 6.5, 9, 6.75], "texture": "#0"}, - "east": {"uv": [3, 8, 3.5, 8.25], "texture": "#0"}, - "south": {"uv": [6.75, 8.75, 7, 9], "texture": "#0"}, - "west": {"uv": [3.5, 8, 4, 8.25], "texture": "#0"}, - "up": {"uv": [8.25, 4.25, 8, 3.75], "texture": "#0"}, - "down": {"uv": [4.5, 8, 4.25, 8.5], "texture": "#0"} - } - }, - { - "from": [0, 2, 1], - "to": [1, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 1]}, - "faces": { - "north": {"uv": [4.5, 8, 4.75, 8.5], "texture": "#0"}, - "east": {"uv": [8, 4.5, 8.25, 5], "texture": "#0"}, - "south": {"uv": [5, 8, 5.25, 8.5], "texture": "#0"}, - "west": {"uv": [8, 5, 8.25, 5.5], "texture": "#0"}, - "up": {"uv": [9, 7, 8.75, 6.75], "texture": "#0"}, - "down": {"uv": [7.25, 8.75, 7, 9], "texture": "#0"} - } - }, - { - "from": [0, 12, 1], - "to": [1, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 12, 1]}, - "faces": { - "north": {"uv": [5.25, 8, 5.5, 8.5], "texture": "#0"}, - "east": {"uv": [5.5, 8, 5.75, 8.5], "texture": "#0"}, - "south": {"uv": [8, 5.5, 8.25, 6], "texture": "#0"}, - "west": {"uv": [5.75, 8, 6, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.25, 8.75, 7], "texture": "#0"}, - "down": {"uv": [7.5, 8.75, 7.25, 9], "texture": "#0"} - } - }, - { - "from": [1, 2, 0], - "to": [2, 4, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 2, 0]}, - "faces": { - "north": {"uv": [6, 8, 6.25, 8.5], "texture": "#0"}, - "east": {"uv": [8, 6, 8.25, 6.5], "texture": "#0"}, - "south": {"uv": [6.25, 8, 6.5, 8.5], "texture": "#0"}, - "west": {"uv": [6.5, 8, 6.75, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.5, 8.75, 7.25], "texture": "#0"}, - "down": {"uv": [7.75, 8.75, 7.5, 9], "texture": "#0"} - } - }, - { - "from": [1, 12, 0], - "to": [2, 14, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 0]}, - "faces": { - "north": {"uv": [6.75, 8, 7, 8.5], "texture": "#0"}, - "east": {"uv": [7.25, 8, 7.5, 8.5], "texture": "#0"}, - "south": {"uv": [7.5, 8, 7.75, 8.5], "texture": "#0"}, - "west": {"uv": [7.75, 8, 8, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.75, 8.75, 7.5], "texture": "#0"}, - "down": {"uv": [8, 8.75, 7.75, 9], "texture": "#0"} - } - }, - { - "from": [0, 2, 14], - "to": [1, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 14]}, - "faces": { - "north": {"uv": [8, 7.75, 8.25, 8.25], "texture": "#0"}, - "east": {"uv": [0, 8.25, 0.25, 8.75], "texture": "#0"}, - "south": {"uv": [0.25, 8.25, 0.5, 8.75], "texture": "#0"}, - "west": {"uv": [0.5, 8.25, 0.75, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8, 8.75, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 8.75, 8, 9], "texture": "#0"} - } - }, - { - "from": [0, 12, 14], - "to": [1, 14, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 12, 14]}, - "faces": { - "north": {"uv": [0.75, 8.25, 1, 8.75], "texture": "#0"}, - "east": {"uv": [1, 8.25, 1.25, 8.75], "texture": "#0"}, - "south": {"uv": [1.25, 8.25, 1.5, 8.75], "texture": "#0"}, - "west": {"uv": [1.5, 8.25, 1.75, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.25, 8.75, 8], "texture": "#0"}, - "down": {"uv": [8.5, 8.75, 8.25, 9], "texture": "#0"} - } - }, - { - "from": [1, 2, 15], - "to": [2, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 2, 15]}, - "faces": { - "north": {"uv": [1.75, 8.25, 2, 8.75], "texture": "#0"}, - "east": {"uv": [2, 8.25, 2.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 2, 8.5, 2.5], "texture": "#0"}, - "west": {"uv": [2.25, 8.25, 2.5, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.5, 8.75, 8.25], "texture": "#0"}, - "down": {"uv": [8.75, 8.75, 8.5, 9], "texture": "#0"} - } - }, - { - "from": [1, 12, 15], - "to": [2, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 15]}, - "faces": { - "north": {"uv": [2.5, 8.25, 2.75, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 2.5, 8.5, 3], "texture": "#0"}, - "south": {"uv": [2.75, 8.25, 3, 8.75], "texture": "#0"}, - "west": {"uv": [3, 8.25, 3.25, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.75, 8.75, 8.5], "texture": "#0"}, - "down": {"uv": [9, 8.75, 8.75, 9], "texture": "#0"} - } - }, - { - "from": [14, 2, 15], - "to": [15, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 2, 15]}, - "faces": { - "north": {"uv": [8.25, 3, 8.5, 3.5], "texture": "#0"}, - "east": {"uv": [3.25, 8.25, 3.5, 8.75], "texture": "#0"}, - "south": {"uv": [3.5, 8.25, 3.75, 8.75], "texture": "#0"}, - "west": {"uv": [8.25, 3.5, 8.5, 4], "texture": "#0"}, - "up": {"uv": [0.25, 9.25, 0, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0, 9, 0.25], "texture": "#0"} - } - }, - { - "from": [14, 12, 15], - "to": [15, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 15]}, - "faces": { - "north": {"uv": [3.75, 8.25, 4, 8.75], "texture": "#0"}, - "east": {"uv": [4, 8.25, 4.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 4, 8.5, 4.5], "texture": "#0"}, - "west": {"uv": [8.25, 4.5, 8.5, 5], "texture": "#0"}, - "up": {"uv": [0.5, 9.25, 0.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.25, 9, 0.5], "texture": "#0"} - } - }, - { - "from": [15, 2, 14], - "to": [16, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 2, 14]}, - "faces": { - "north": {"uv": [4.75, 8.25, 5, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 5, 8.5, 5.5], "texture": "#0"}, - "south": {"uv": [8.25, 5.5, 8.5, 6], "texture": "#0"}, - "west": {"uv": [8.25, 6, 8.5, 6.5], "texture": "#0"}, - "up": {"uv": [0.75, 9.25, 0.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.5, 9, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 12, 14], - "to": [16, 14, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 14]}, - "faces": { - "north": {"uv": [8.25, 6.5, 8.5, 7], "texture": "#0"}, - "east": {"uv": [7, 8.25, 7.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 7, 8.5, 7.5], "texture": "#0"}, - "west": {"uv": [8.25, 7.5, 8.5, 8], "texture": "#0"}, - "up": {"uv": [1, 9.25, 0.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.75, 9, 1], "texture": "#0"} - } - }, - { - "from": [14, 2, 0], - "to": [15, 4, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 2, 0]}, - "faces": { - "north": {"uv": [8, 8.25, 8.25, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 8, 8.5, 8.5], "texture": "#0"}, - "south": {"uv": [8.5, 0, 8.75, 0.5], "texture": "#0"}, - "west": {"uv": [8.5, 0.5, 8.75, 1], "texture": "#0"}, - "up": {"uv": [1.25, 9.25, 1, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1, 9, 1.25], "texture": "#0"} - } - }, - { - "from": [14, 12, 0], - "to": [15, 14, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 0]}, - "faces": { - "north": {"uv": [8.5, 1, 8.75, 1.5], "texture": "#0"}, - "east": {"uv": [8.5, 1.5, 8.75, 2], "texture": "#0"}, - "south": {"uv": [8.5, 2, 8.75, 2.5], "texture": "#0"}, - "west": {"uv": [8.5, 2.5, 8.75, 3], "texture": "#0"}, - "up": {"uv": [1.5, 9.25, 1.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.25, 9, 1.5], "texture": "#0"} - } - }, - { - "from": [15, 2, 1], - "to": [16, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 2, 1]}, - "faces": { - "north": {"uv": [8.5, 3, 8.75, 3.5], "texture": "#0"}, - "east": {"uv": [8.5, 3.5, 8.75, 4], "texture": "#0"}, - "south": {"uv": [8.5, 4, 8.75, 4.5], "texture": "#0"}, - "west": {"uv": [4.25, 8.5, 4.5, 9], "texture": "#0"}, - "up": {"uv": [1.75, 9.25, 1.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.5, 9, 1.75], "texture": "#0"} - } - }, - { - "from": [15, 12, 1], - "to": [16, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 1]}, - "faces": { - "north": {"uv": [4.5, 8.5, 4.75, 9], "texture": "#0"}, - "east": {"uv": [8.5, 4.5, 8.75, 5], "texture": "#0"}, - "south": {"uv": [5, 8.5, 5.25, 9], "texture": "#0"}, - "west": {"uv": [8.5, 5, 8.75, 5.5], "texture": "#0"}, - "up": {"uv": [2, 9.25, 1.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.75, 9, 2], "texture": "#0"} - } - }, - { - "from": [0, 4, 0], - "to": [1, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 4, 0]}, - "faces": { - "north": {"uv": [0.25, 5.5, 0.5, 7.5], "texture": "#0"}, - "east": {"uv": [0.5, 5.5, 0.75, 7.5], "texture": "#0"}, - "south": {"uv": [0.75, 5.5, 1, 7.5], "texture": "#0"}, - "west": {"uv": [1, 5.5, 1.25, 7.5], "texture": "#0"}, - "up": {"uv": [2.25, 9.25, 2, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2, 9, 2.25], "texture": "#0"} - } - }, - { - "from": [15, 4, 0], - "to": [16, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 4, 0]}, - "faces": { - "north": {"uv": [1.25, 5.5, 1.5, 7.5], "texture": "#0"}, - "east": {"uv": [1.5, 5.5, 1.75, 7.5], "texture": "#0"}, - "south": {"uv": [1.75, 5.5, 2, 7.5], "texture": "#0"}, - "west": {"uv": [2.25, 5.75, 2.5, 7.75], "texture": "#0"}, - "up": {"uv": [2.5, 9.25, 2.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.25, 9, 2.5], "texture": "#0"} - } - }, - { - "from": [15, 4, 15], - "to": [16, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 4, 15]}, - "faces": { - "north": {"uv": [2.5, 5.75, 2.75, 7.75], "texture": "#0"}, - "east": {"uv": [2.75, 5.75, 3, 7.75], "texture": "#0"}, - "south": {"uv": [3, 5.75, 3.25, 7.75], "texture": "#0"}, - "west": {"uv": [3.25, 5.75, 3.5, 7.75], "texture": "#0"}, - "up": {"uv": [2.75, 9.25, 2.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.5, 9, 2.75], "texture": "#0"} - } - }, - { - "from": [0, 4, 15], - "to": [1, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 4, 15]}, - "faces": { - "north": {"uv": [3.5, 5.75, 3.75, 7.75], "texture": "#0"}, - "east": {"uv": [3.75, 5.75, 4, 7.75], "texture": "#0"}, - "south": {"uv": [4, 5.75, 4.25, 7.75], "texture": "#0"}, - "west": {"uv": [5.25, 5.75, 5.5, 7.75], "texture": "#0"}, - "up": {"uv": [3, 9.25, 2.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.75, 9, 3], "texture": "#0"} - } - }, - { - "from": [1, 1, 1], - "to": [4, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 1, 1]}, - "faces": { - "north": {"uv": [0, 0, 0.75, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1.5], "texture": "#0"}, - "south": {"uv": [0.75, 0, 1.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.75, 0.75, 1.5, 1.5], "texture": "#0"}, - "up": {"uv": [0.75, 2.25, 0, 1.5], "texture": "#0"}, - "down": {"uv": [2.25, 0, 1.5, 0.75], "texture": "#0"} - } - }, - { - "from": [1, 12, 1], - "to": [4, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 1]}, - "faces": { - "north": {"uv": [0.75, 1.5, 1.5, 2.25], "texture": "#0"}, - "east": {"uv": [1.5, 0.75, 2.25, 1.5], "texture": "#0"}, - "south": {"uv": [1.5, 1.5, 2.25, 2.25], "texture": "#0"}, - "west": {"uv": [0, 2.25, 0.75, 3], "texture": "#0"}, - "up": {"uv": [3, 0.75, 2.25, 0], "texture": "#0"}, - "down": {"uv": [1.5, 2.25, 0.75, 3], "texture": "#0"} - } - }, - { - "from": [12, 1, 1], - "to": [15, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 1]}, - "faces": { - "north": {"uv": [2.25, 0.75, 3, 1.5], "texture": "#0"}, - "east": {"uv": [1.5, 2.25, 2.25, 3], "texture": "#0"}, - "south": {"uv": [2.25, 1.5, 3, 2.25], "texture": "#0"}, - "west": {"uv": [2.25, 2.25, 3, 3], "texture": "#0"}, - "up": {"uv": [0.75, 3.75, 0, 3], "texture": "#0"}, - "down": {"uv": [3.75, 0, 3, 0.75], "texture": "#0"} - } - }, - { - "from": [12, 12, 1], - "to": [15, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 1]}, - "faces": { - "north": {"uv": [0.75, 3, 1.5, 3.75], "texture": "#0"}, - "east": {"uv": [3, 0.75, 3.75, 1.5], "texture": "#0"}, - "south": {"uv": [1.5, 3, 2.25, 3.75], "texture": "#0"}, - "west": {"uv": [3, 1.5, 3.75, 2.25], "texture": "#0"}, - "up": {"uv": [3, 3.75, 2.25, 3], "texture": "#0"}, - "down": {"uv": [3.75, 2.25, 3, 3], "texture": "#0"} - } - }, - { - "from": [12, 1, 12], - "to": [15, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 12]}, - "faces": { - "north": {"uv": [3, 3, 3.75, 3.75], "texture": "#0"}, - "east": {"uv": [0, 3.75, 0.75, 4.5], "texture": "#0"}, - "south": {"uv": [3.75, 0, 4.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.75, 3.75, 1.5, 4.5], "texture": "#0"}, - "up": {"uv": [4.5, 1.5, 3.75, 0.75], "texture": "#0"}, - "down": {"uv": [2.25, 3.75, 1.5, 4.5], "texture": "#0"} - } - }, - { - "from": [12, 12, 12], - "to": [15, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 12]}, - "faces": { - "north": {"uv": [3.75, 1.5, 4.5, 2.25], "texture": "#0"}, - "east": {"uv": [2.25, 3.75, 3, 4.5], "texture": "#0"}, - "south": {"uv": [3.75, 2.25, 4.5, 3], "texture": "#0"}, - "west": {"uv": [3, 3.75, 3.75, 4.5], "texture": "#0"}, - "up": {"uv": [4.5, 3.75, 3.75, 3], "texture": "#0"}, - "down": {"uv": [4.5, 3.75, 3.75, 4.5], "texture": "#0"} - } - }, - { - "from": [1, 1, 12], - "to": [4, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 1, 12]}, - "faces": { - "north": {"uv": [0, 4.5, 0.75, 5.25], "texture": "#0"}, - "east": {"uv": [4.5, 0, 5.25, 0.75], "texture": "#0"}, - "south": {"uv": [0.75, 4.5, 1.5, 5.25], "texture": "#0"}, - "west": {"uv": [4.5, 0.75, 5.25, 1.5], "texture": "#0"}, - "up": {"uv": [2.25, 5.25, 1.5, 4.5], "texture": "#0"}, - "down": {"uv": [5.25, 1.5, 4.5, 2.25], "texture": "#0"} - } - }, - { - "from": [1, 12, 12], - "to": [4, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 12]}, - "faces": { - "north": {"uv": [2.25, 4.5, 3, 5.25], "texture": "#0"}, - "east": {"uv": [4.5, 2.25, 5.25, 3], "texture": "#0"}, - "south": {"uv": [3, 4.5, 3.75, 5.25], "texture": "#0"}, - "west": {"uv": [4.5, 3, 5.25, 3.75], "texture": "#0"}, - "up": {"uv": [4.5, 5.25, 3.75, 4.5], "texture": "#0"}, - "down": {"uv": [5.25, 3.75, 4.5, 4.5], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [-16, -13, 0], - "translation": [0, 4, 0], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [-16, -13, 0], - "translation": [0, 4, 0], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [10, 16, 3], - "translation": [2, -1, 2], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_lefthand": { - "rotation": [10, 16, 3], - "translation": [2, -1, 2], - "scale": [0.6, 0.6, 0.6] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [20, 20, 0], - "translation": [0, -0.25, 0], - "scale": [0.7, 0.7, 0.7] - }, - "head": { - "translation": [0, 14.5, 0] - }, - "fixed": { - "translation": [0, 0, 3.5] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [1, 12, 12], - "children": [ - { - "name": "core", - "origin": [4, 4, 4], - "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] - }, - { - "name": "core_support", - "origin": [3, 3, 4], - "children": [25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42] - }, - { - "name": "frame", - "origin": [1, 12, 12], - "children": [43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110] - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/notsogudium_singularity_resource_generator.json b/src/main/resources/assets/cuboidmod/models/block/notsogudium_singularity_resource_generator.json deleted file mode 100644 index 6254df9..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/notsogudium_singularity_resource_generator.json +++ /dev/null @@ -1,1061 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "texture_size": [64, 64], - "textures": { - "0": "cuboidmod:model/notsogudium_singularity_resource_generator_casing", - "1": "cuboidmod:model/singularity_resource_generator_pillar", - "particle": "cuboidmod:model/notsogudium_singularity_resource_generator_casing" - }, - "elements": [ - { - "from": [10, 14, 3], - "to": [13, 15, 6], - "faces": { - "north": {"uv": [4.5, 6.75, 5.25, 7], "texture": "#1"}, - "east": {"uv": [5.5, 7.5, 6.25, 7.75], "texture": "#1"}, - "south": {"uv": [6.5, 7.75, 7.25, 8], "texture": "#1"}, - "west": {"uv": [3.25, 9.25, 4, 9.5], "texture": "#1"}, - "up": {"uv": [1.75, 8.75, 1, 8], "texture": "#1"}, - "down": {"uv": [2.5, 8, 1.75, 8.75], "texture": "#1"} - } - }, - { - "from": [10, 1, 3], - "to": [13, 2, 6], - "faces": { - "north": {"uv": [4.25, 9.5, 5, 9.75], "texture": "#1"}, - "east": {"uv": [5.5, 11.25, 6.25, 11.5], "texture": "#1"}, - "south": {"uv": [9.25, 11.25, 10, 11.5], "texture": "#1"}, - "west": {"uv": [10, 11.25, 10.75, 11.5], "texture": "#1"}, - "up": {"uv": [4.75, 9, 4, 8.25], "texture": "#1"}, - "down": {"uv": [5.5, 8.25, 4.75, 9], "texture": "#1"} - } - }, - { - "from": [9.8, 4, 5.3], - "to": [10.7, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [2.25, 8.75, 2.5, 9.25], "texture": "#1"}, - "east": {"uv": [5.25, 11.75, 5.5, 12.25], "texture": "#1"}, - "south": {"uv": [5.5, 11.75, 5.75, 12.25], "texture": "#1"}, - "west": {"uv": [5.75, 11.75, 6, 12.25], "texture": "#1"}, - "up": {"uv": [6.25, 6, 6, 5.75], "texture": "#1"}, - "down": {"uv": [9.5, 0.75, 9.25, 1], "texture": "#1"} - } - }, - { - "from": [9.539, 7, 5.6915], - "to": [10.3085, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [12.25, 7, 12.4375, 7.5], "texture": "#1"}, - "east": {"uv": [7.5, 12.25, 7.6875, 12.75], "texture": "#1"}, - "south": {"uv": [12.25, 7.5, 12.4375, 8], "texture": "#1"}, - "west": {"uv": [7.75, 12.25, 7.9375, 12.75], "texture": "#1"}, - "up": {"uv": [10.4375, 12.6875, 10.25, 12.5], "texture": "#1"}, - "down": {"uv": [12.6875, 10.25, 12.5, 10.4375], "texture": "#1"} - } - }, - { - "from": [9.62, 6, 5.57], - "to": [10.43, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 4.25, 12.6875, 4.5], "texture": "#1"}, - "east": {"uv": [12.5, 4.5, 12.6875, 4.75], "texture": "#1"}, - "south": {"uv": [12.5, 4.75, 12.6875, 5], "texture": "#1"}, - "west": {"uv": [12.5, 5, 12.6875, 5.25], "texture": "#1"}, - "up": {"uv": [10.6875, 12.6875, 10.5, 12.5], "texture": "#1"}, - "down": {"uv": [12.6875, 10.5, 12.5, 10.6875], "texture": "#1"} - } - }, - { - "from": [9.62, 9, 5.57], - "to": [10.43, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 5.25, 12.6875, 5.5], "texture": "#1"}, - "east": {"uv": [12.5, 5.5, 12.6875, 5.75], "texture": "#1"}, - "south": {"uv": [12.5, 5.75, 12.6875, 6], "texture": "#1"}, - "west": {"uv": [6, 12.5, 6.1875, 12.75], "texture": "#1"}, - "up": {"uv": [12.6875, 10.9375, 12.5, 10.75], "texture": "#1"}, - "down": {"uv": [12.6875, 11, 12.5, 11.1875], "texture": "#1"} - } - }, - { - "from": [9.8, 10, 5.3], - "to": [10.7, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [6, 11.75, 6.25, 12.25], "texture": "#1"}, - "east": {"uv": [6.25, 11.75, 6.5, 12.25], "texture": "#1"}, - "south": {"uv": [6.5, 11.75, 6.75, 12.25], "texture": "#1"}, - "west": {"uv": [6.75, 11.75, 7, 12.25], "texture": "#1"}, - "up": {"uv": [2.25, 9.75, 2, 9.5], "texture": "#1"}, - "down": {"uv": [3.25, 9.75, 3, 10], "texture": "#1"} - } - }, - { - "from": [10, 11, 5], - "to": [11, 13, 6], - "faces": { - "north": {"uv": [7, 11.75, 7.25, 12.25], "texture": "#1"}, - "east": {"uv": [7.25, 11.75, 7.5, 12.25], "texture": "#1"}, - "south": {"uv": [11.75, 7.25, 12, 7.75], "texture": "#1"}, - "west": {"uv": [7.5, 11.75, 7.75, 12.25], "texture": "#1"}, - "up": {"uv": [2, 10.25, 1.75, 10], "texture": "#1"}, - "down": {"uv": [4.25, 10, 4, 10.25], "texture": "#1"} - } - }, - { - "from": [10, 3, 5], - "to": [11, 5, 6], - "faces": { - "north": {"uv": [7.75, 11.75, 8, 12.25], "texture": "#1"}, - "east": {"uv": [8, 11.75, 8.25, 12.25], "texture": "#1"}, - "south": {"uv": [8.25, 11.75, 8.5, 12.25], "texture": "#1"}, - "west": {"uv": [8.5, 11.75, 8.75, 12.25], "texture": "#1"}, - "up": {"uv": [3, 10.5, 2.75, 10.25], "texture": "#1"}, - "down": {"uv": [4, 10.5, 3.75, 10.75], "texture": "#1"} - } - }, - { - "from": [10, 13, 4], - "to": [12, 14, 6], - "faces": { - "north": {"uv": [3, 7.5, 3.5, 7.75], "texture": "#1"}, - "east": {"uv": [5, 9, 5.5, 9.25], "texture": "#1"}, - "south": {"uv": [2, 11.25, 2.5, 11.5], "texture": "#1"}, - "west": {"uv": [11.75, 7.75, 12.25, 8], "texture": "#1"}, - "up": {"uv": [3.5, 7.5, 3, 7], "texture": "#1"}, - "down": {"uv": [4.5, 7.75, 4, 8.25], "texture": "#1"} - } - }, - { - "from": [10, 2, 4], - "to": [12, 3, 6], - "faces": { - "north": {"uv": [8.75, 11.75, 9.25, 12], "texture": "#1"}, - "east": {"uv": [9.25, 11.75, 9.75, 12], "texture": "#1"}, - "south": {"uv": [9.75, 11.75, 10.25, 12], "texture": "#1"}, - "west": {"uv": [10.25, 11.75, 10.75, 12], "texture": "#1"}, - "up": {"uv": [3, 8.5, 2.5, 8], "texture": "#1"}, - "down": {"uv": [3.25, 10.5, 2.75, 11], "texture": "#1"} - } - }, - { - "from": [3, 14, 3], - "to": [6, 15, 6], - "faces": { - "north": {"uv": [10.75, 11.25, 11.5, 11.5], "texture": "#1"}, - "east": {"uv": [11.25, 10.75, 12, 11], "texture": "#1"}, - "south": {"uv": [11.25, 11, 12, 11.25], "texture": "#1"}, - "west": {"uv": [2, 11.5, 2.75, 11.75], "texture": "#1"}, - "up": {"uv": [9.25, 1, 8.5, 0.25], "texture": "#1"}, - "down": {"uv": [3.25, 8.5, 2.5, 9.25], "texture": "#1"} - } - }, - { - "from": [3, 1, 3], - "to": [6, 2, 6], - "faces": { - "north": {"uv": [11.5, 2, 12.25, 2.25], "texture": "#1"}, - "east": {"uv": [11.5, 2.25, 12.25, 2.5], "texture": "#1"}, - "south": {"uv": [2.75, 11.5, 3.5, 11.75], "texture": "#1"}, - "west": {"uv": [3.5, 11.5, 4.25, 11.75], "texture": "#1"}, - "up": {"uv": [4, 9.25, 3.25, 8.5], "texture": "#1"}, - "down": {"uv": [6.25, 8.5, 5.5, 9.25], "texture": "#1"} - } - }, - { - "from": [5.3, 4, 5.3], - "to": [6.2, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [10.75, 11.75, 11, 12.25], "texture": "#1"}, - "east": {"uv": [11, 11.75, 11.25, 12.25], "texture": "#1"}, - "south": {"uv": [11.25, 11.75, 11.5, 12.25], "texture": "#1"}, - "west": {"uv": [11.5, 11.75, 11.75, 12.25], "texture": "#1"}, - "up": {"uv": [2.75, 11, 2.5, 10.75], "texture": "#1"}, - "down": {"uv": [3.75, 11, 3.5, 11.25], "texture": "#1"} - } - }, - { - "from": [5.6915, 7, 5.6915], - "to": [6.461, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [8, 12.25, 8.1875, 12.75], "texture": "#1"}, - "east": {"uv": [12.25, 8, 12.4375, 8.5], "texture": "#1"}, - "south": {"uv": [8.25, 12.25, 8.4375, 12.75], "texture": "#1"}, - "west": {"uv": [8.5, 12.25, 8.6875, 12.75], "texture": "#1"}, - "up": {"uv": [11.6875, 12.6875, 11.5, 12.5], "texture": "#1"}, - "down": {"uv": [11.9375, 12.5, 11.75, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.57, 6, 5.57], - "to": [6.38, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [6.25, 12.5, 6.4375, 12.75], "texture": "#1"}, - "east": {"uv": [6.5, 12.5, 6.6875, 12.75], "texture": "#1"}, - "south": {"uv": [6.75, 12.5, 6.9375, 12.75], "texture": "#1"}, - "west": {"uv": [7, 12.5, 7.1875, 12.75], "texture": "#1"}, - "up": {"uv": [12.1875, 12.6875, 12, 12.5], "texture": "#1"}, - "down": {"uv": [12.4375, 12.5, 12.25, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.57, 9, 5.57], - "to": [6.38, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 7, 12.6875, 7.25], "texture": "#1"}, - "east": {"uv": [7.25, 12.5, 7.4375, 12.75], "texture": "#1"}, - "south": {"uv": [12.5, 7.25, 12.6875, 7.5], "texture": "#1"}, - "west": {"uv": [12.5, 7.5, 12.6875, 7.75], "texture": "#1"}, - "up": {"uv": [12.6875, 12.4375, 12.5, 12.25], "texture": "#1"}, - "down": {"uv": [12.6875, 12.5, 12.5, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.3, 10, 5.3], - "to": [6.2, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [11.75, 11.5, 12, 12], "texture": "#1"}, - "east": {"uv": [0, 12, 0.25, 12.5], "texture": "#1"}, - "south": {"uv": [0.25, 12, 0.5, 12.5], "texture": "#1"}, - "west": {"uv": [0.5, 12, 0.75, 12.5], "texture": "#1"}, - "up": {"uv": [0.75, 12.75, 0.5, 12.5], "texture": "#1"}, - "down": {"uv": [1, 12.5, 0.75, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 11, 5], - "to": [6, 13, 6], - "faces": { - "north": {"uv": [1.25, 12, 1.5, 12.5], "texture": "#1"}, - "east": {"uv": [1.5, 12, 1.75, 12.5], "texture": "#1"}, - "south": {"uv": [1.75, 12, 2, 12.5], "texture": "#1"}, - "west": {"uv": [12, 2.5, 12.25, 3], "texture": "#1"}, - "up": {"uv": [12.75, 1, 12.5, 0.75], "texture": "#1"}, - "down": {"uv": [1.25, 12.5, 1, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 3, 5], - "to": [6, 5, 6], - "faces": { - "north": {"uv": [3, 12, 3.25, 12.5], "texture": "#1"}, - "east": {"uv": [12, 3, 12.25, 3.5], "texture": "#1"}, - "south": {"uv": [3.25, 12, 3.5, 12.5], "texture": "#1"}, - "west": {"uv": [3.5, 12, 3.75, 12.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.25, 12.5, 1], "texture": "#1"}, - "down": {"uv": [1.5, 12.5, 1.25, 12.75], "texture": "#1"} - } - }, - { - "from": [4, 13, 4], - "to": [6, 14, 6], - "faces": { - "north": {"uv": [12, 0, 12.5, 0.25], "texture": "#1"}, - "east": {"uv": [12, 3.5, 12.5, 3.75], "texture": "#1"}, - "south": {"uv": [3.75, 12, 4.25, 12.25], "texture": "#1"}, - "west": {"uv": [12, 3.75, 12.5, 4], "texture": "#1"}, - "up": {"uv": [3.75, 11, 3.25, 10.5], "texture": "#1"}, - "down": {"uv": [11, 4, 10.5, 4.5], "texture": "#1"} - } - }, - { - "from": [4, 2, 4], - "to": [6, 3, 6], - "faces": { - "north": {"uv": [12, 4, 12.5, 4.25], "texture": "#1"}, - "east": {"uv": [4.25, 12, 4.75, 12.25], "texture": "#1"}, - "south": {"uv": [12, 4.25, 12.5, 4.5], "texture": "#1"}, - "west": {"uv": [4.75, 12, 5.25, 12.25], "texture": "#1"}, - "up": {"uv": [11, 8.5, 10.5, 8], "texture": "#1"}, - "down": {"uv": [11, 10.25, 10.5, 10.75], "texture": "#1"} - } - }, - { - "from": [3, 14, 10], - "to": [6, 15, 13], - "faces": { - "north": {"uv": [4.25, 11.5, 5, 11.75], "texture": "#1"}, - "east": {"uv": [5, 11.5, 5.75, 11.75], "texture": "#1"}, - "south": {"uv": [11.5, 5.25, 12.25, 5.5], "texture": "#1"}, - "west": {"uv": [11.5, 5.5, 12.25, 5.75], "texture": "#1"}, - "up": {"uv": [7, 9.25, 6.25, 8.5], "texture": "#1"}, - "down": {"uv": [7.75, 8.5, 7, 9.25], "texture": "#1"} - } - }, - { - "from": [3, 1, 10], - "to": [6, 2, 13], - "faces": { - "north": {"uv": [5.75, 11.5, 6.5, 11.75], "texture": "#1"}, - "east": {"uv": [6.5, 11.5, 7.25, 11.75], "texture": "#1"}, - "south": {"uv": [7.25, 11.5, 8, 11.75], "texture": "#1"}, - "west": {"uv": [8, 11.5, 8.75, 11.75], "texture": "#1"}, - "up": {"uv": [8.5, 9.25, 7.75, 8.5], "texture": "#1"}, - "down": {"uv": [9.25, 8.5, 8.5, 9.25], "texture": "#1"} - } - }, - { - "from": [5.3, 4, 9.8], - "to": [6.2, 5.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [12, 4.75, 12.25, 5.25], "texture": "#1"}, - "east": {"uv": [12, 6.75, 12.25, 7.25], "texture": "#1"}, - "south": {"uv": [12, 7.25, 12.25, 7.75], "texture": "#1"}, - "west": {"uv": [12, 8, 12.25, 8.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.5, 12.5, 1.25], "texture": "#1"}, - "down": {"uv": [1.75, 12.5, 1.5, 12.75], "texture": "#1"} - } - }, - { - "from": [5.6915, 7, 9.539], - "to": [6.461, 9, 10.3085], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [12.25, 8.5, 12.4375, 9], "texture": "#1"}, - "east": {"uv": [12.25, 9, 12.4375, 9.5], "texture": "#1"}, - "south": {"uv": [12.25, 9.5, 12.4375, 10], "texture": "#1"}, - "west": {"uv": [12.25, 10.25, 12.4375, 10.75], "texture": "#1"}, - "up": {"uv": [0.1875, 12.9375, 0, 12.75], "texture": "#1"}, - "down": {"uv": [0.4375, 12.75, 0.25, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.57, 6, 9.62], - "to": [6.38, 7, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 7.75, 12.6875, 8], "texture": "#1"}, - "east": {"uv": [12.5, 8, 12.6875, 8.25], "texture": "#1"}, - "south": {"uv": [12.5, 8.25, 12.6875, 8.5], "texture": "#1"}, - "west": {"uv": [12.5, 8.5, 12.6875, 8.75], "texture": "#1"}, - "up": {"uv": [12.9375, 0.4375, 12.75, 0.25], "texture": "#1"}, - "down": {"uv": [0.6875, 12.75, 0.5, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.57, 9, 9.62], - "to": [6.38, 10, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [8.75, 12.5, 8.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 8.75, 12.6875, 9], "texture": "#1"}, - "south": {"uv": [9, 12.5, 9.1875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 9, 12.6875, 9.25], "texture": "#1"}, - "up": {"uv": [12.9375, 0.6875, 12.75, 0.5], "texture": "#1"}, - "down": {"uv": [0.9375, 12.75, 0.75, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.3, 10, 9.8], - "to": [6.2, 11.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [8.75, 12, 9, 12.5], "texture": "#1"}, - "east": {"uv": [9, 12, 9.25, 12.5], "texture": "#1"}, - "south": {"uv": [12, 9, 12.25, 9.5], "texture": "#1"}, - "west": {"uv": [9.25, 12, 9.5, 12.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.75, 12.5, 1.5], "texture": "#1"}, - "down": {"uv": [2, 12.5, 1.75, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 11, 10], - "to": [6, 13, 11], - "faces": { - "north": {"uv": [9.5, 12, 9.75, 12.5], "texture": "#1"}, - "east": {"uv": [12, 9.5, 12.25, 10], "texture": "#1"}, - "south": {"uv": [9.75, 12, 10, 12.5], "texture": "#1"}, - "west": {"uv": [10, 12, 10.25, 12.5], "texture": "#1"}, - "up": {"uv": [2.25, 12.75, 2, 12.5], "texture": "#1"}, - "down": {"uv": [2.5, 12.5, 2.25, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 3, 10], - "to": [6, 5, 11], - "faces": { - "north": {"uv": [10.25, 12, 10.5, 12.5], "texture": "#1"}, - "east": {"uv": [10.5, 12, 10.75, 12.5], "texture": "#1"}, - "south": {"uv": [12, 10.75, 12.25, 11.25], "texture": "#1"}, - "west": {"uv": [12, 11.5, 12.25, 12], "texture": "#1"}, - "up": {"uv": [12.75, 2.5, 12.5, 2.25], "texture": "#1"}, - "down": {"uv": [12.75, 2.5, 12.5, 2.75], "texture": "#1"} - } - }, - { - "from": [4, 13, 10], - "to": [6, 14, 12], - "faces": { - "north": {"uv": [12, 10, 12.5, 10.25], "texture": "#1"}, - "east": {"uv": [11.75, 12, 12.25, 12.25], "texture": "#1"}, - "south": {"uv": [12.25, 0.25, 12.75, 0.5], "texture": "#1"}, - "west": {"uv": [12.25, 0.5, 12.75, 0.75], "texture": "#1"}, - "up": {"uv": [0.5, 11.25, 0, 10.75], "texture": "#1"}, - "down": {"uv": [1, 10.75, 0.5, 11.25], "texture": "#1"} - } - }, - { - "from": [4, 2, 10], - "to": [6, 3, 12], - "faces": { - "north": {"uv": [0.75, 12.25, 1.25, 12.5], "texture": "#1"}, - "east": {"uv": [12.25, 1.75, 12.75, 2], "texture": "#1"}, - "south": {"uv": [2, 12.25, 2.5, 12.5], "texture": "#1"}, - "west": {"uv": [12.25, 2, 12.75, 2.25], "texture": "#1"}, - "up": {"uv": [1.5, 11.25, 1, 10.75], "texture": "#1"}, - "down": {"uv": [2, 10.75, 1.5, 11.25], "texture": "#1"} - } - }, - { - "from": [10, 14, 10], - "to": [13, 15, 13], - "faces": { - "north": {"uv": [8.75, 11.5, 9.5, 11.75], "texture": "#1"}, - "east": {"uv": [9.5, 11.5, 10.25, 11.75], "texture": "#1"}, - "south": {"uv": [10.25, 11.5, 11, 11.75], "texture": "#1"}, - "west": {"uv": [11.5, 10.25, 12.25, 10.5], "texture": "#1"}, - "up": {"uv": [0.75, 9.5, 0, 8.75], "texture": "#1"}, - "down": {"uv": [1.5, 8.75, 0.75, 9.5], "texture": "#1"} - } - }, - { - "from": [10, 1, 10], - "to": [13, 2, 13], - "faces": { - "north": {"uv": [11.5, 10.5, 12.25, 10.75], "texture": "#1"}, - "east": {"uv": [11, 11.5, 11.75, 11.75], "texture": "#1"}, - "south": {"uv": [11.5, 11.25, 12.25, 11.5], "texture": "#1"}, - "west": {"uv": [0, 11.75, 0.75, 12], "texture": "#1"}, - "up": {"uv": [2.25, 9.5, 1.5, 8.75], "texture": "#1"}, - "down": {"uv": [9.5, 4, 8.75, 4.75], "texture": "#1"} - } - }, - { - "from": [9.8, 4, 9.8], - "to": [10.7, 5.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [12.25, 2.25, 12.5, 2.75], "texture": "#1"}, - "east": {"uv": [2.5, 12.25, 2.75, 12.75], "texture": "#1"}, - "south": {"uv": [2.75, 12.25, 3, 12.75], "texture": "#1"}, - "west": {"uv": [12.25, 2.75, 12.5, 3.25], "texture": "#1"}, - "up": {"uv": [12.75, 3, 12.5, 2.75], "texture": "#1"}, - "down": {"uv": [3.25, 12.5, 3, 12.75], "texture": "#1"} - } - }, - { - "from": [9.539, 7, 9.539], - "to": [10.3085, 9, 10.3085], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [10.75, 12.25, 10.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.25, 10.75, 12.4375, 11.25], "texture": "#1"}, - "south": {"uv": [11, 12.25, 11.1875, 12.75], "texture": "#1"}, - "west": {"uv": [11.25, 12.25, 11.4375, 12.75], "texture": "#1"}, - "up": {"uv": [12.9375, 0.9375, 12.75, 0.75], "texture": "#1"}, - "down": {"uv": [1.1875, 12.75, 1, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.62, 6, 9.62], - "to": [10.43, 7, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.25, 12.5, 9.4375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 9.25, 12.6875, 9.5], "texture": "#1"}, - "south": {"uv": [9.5, 12.5, 9.6875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 9.5, 12.6875, 9.75], "texture": "#1"}, - "up": {"uv": [12.9375, 1.1875, 12.75, 1], "texture": "#1"}, - "down": {"uv": [1.4375, 12.75, 1.25, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.62, 9, 9.62], - "to": [10.43, 10, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.75, 12.5, 9.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 9.75, 12.6875, 10], "texture": "#1"}, - "south": {"uv": [10, 12.5, 10.1875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 10, 12.6875, 10.25], "texture": "#1"}, - "up": {"uv": [12.9375, 1.4375, 12.75, 1.25], "texture": "#1"}, - "down": {"uv": [1.6875, 12.75, 1.5, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.8, 10, 9.8], - "to": [10.7, 11.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [3.75, 12.25, 4, 12.75], "texture": "#1"}, - "east": {"uv": [4, 12.25, 4.25, 12.75], "texture": "#1"}, - "south": {"uv": [4.25, 12.25, 4.5, 12.75], "texture": "#1"}, - "west": {"uv": [4.5, 12.25, 4.75, 12.75], "texture": "#1"}, - "up": {"uv": [12.75, 3.25, 12.5, 3], "texture": "#1"}, - "down": {"uv": [3.5, 12.5, 3.25, 12.75], "texture": "#1"} - } - }, - { - "from": [10, 11, 10], - "to": [11, 13, 11], - "faces": { - "north": {"uv": [12.25, 4.5, 12.5, 5], "texture": "#1"}, - "east": {"uv": [4.75, 12.25, 5, 12.75], "texture": "#1"}, - "south": {"uv": [5, 12.25, 5.25, 12.75], "texture": "#1"}, - "west": {"uv": [12.25, 5, 12.5, 5.5], "texture": "#1"}, - "up": {"uv": [3.75, 12.75, 3.5, 12.5], "texture": "#1"}, - "down": {"uv": [12.75, 3.5, 12.5, 3.75], "texture": "#1"} - } - }, - { - "from": [10, 3, 10], - "to": [11, 5, 11], - "faces": { - "north": {"uv": [5.25, 12.25, 5.5, 12.75], "texture": "#1"}, - "east": {"uv": [5.5, 12.25, 5.75, 12.75], "texture": "#1"}, - "south": {"uv": [12.25, 5.5, 12.5, 6], "texture": "#1"}, - "west": {"uv": [5.75, 12.25, 6, 12.75], "texture": "#1"}, - "up": {"uv": [12.75, 4, 12.5, 3.75], "texture": "#1"}, - "down": {"uv": [12.75, 4, 12.5, 4.25], "texture": "#1"} - } - }, - { - "from": [10, 13, 10], - "to": [12, 14, 12], - "faces": { - "north": {"uv": [12.25, 3.25, 12.75, 3.5], "texture": "#1"}, - "east": {"uv": [6, 12.25, 6.5, 12.5], "texture": "#1"}, - "south": {"uv": [12.25, 6, 12.75, 6.25], "texture": "#1"}, - "west": {"uv": [12.25, 6.25, 12.75, 6.5], "texture": "#1"}, - "up": {"uv": [2.5, 11.25, 2, 10.75], "texture": "#1"}, - "down": {"uv": [4.25, 10.75, 3.75, 11.25], "texture": "#1"} - } - }, - { - "from": [10, 2, 10], - "to": [12, 3, 12], - "faces": { - "north": {"uv": [6.5, 12.25, 7, 12.5], "texture": "#1"}, - "east": {"uv": [12.25, 6.5, 12.75, 6.75], "texture": "#1"}, - "south": {"uv": [12.25, 6.75, 12.75, 7], "texture": "#1"}, - "west": {"uv": [7, 12.25, 7.5, 12.5], "texture": "#1"}, - "up": {"uv": [4.75, 11.25, 4.25, 10.75], "texture": "#1"}, - "down": {"uv": [5.25, 10.75, 4.75, 11.25], "texture": "#1"} - } - }, - { - "from": [6, 14, 10], - "to": [10, 15, 14], - "faces": { - "north": {"uv": [5.25, 10.75, 6.25, 11], "texture": "#1"}, - "east": {"uv": [6.25, 10.75, 7.25, 11], "texture": "#1"}, - "south": {"uv": [7.25, 10.75, 8.25, 11], "texture": "#1"}, - "west": {"uv": [10.75, 7.25, 11.75, 7.5], "texture": "#1"}, - "up": {"uv": [7, 5.75, 6, 4.75], "texture": "#1"}, - "down": {"uv": [6.25, 6, 5.25, 7], "texture": "#1"} - } - }, - { - "from": [6, 1, 10], - "to": [10, 2, 14], - "faces": { - "north": {"uv": [10.75, 7.5, 11.75, 7.75], "texture": "#1"}, - "east": {"uv": [10.75, 7.75, 11.75, 8], "texture": "#1"}, - "south": {"uv": [8.25, 10.75, 9.25, 11], "texture": "#1"}, - "west": {"uv": [9.25, 10.75, 10.25, 11], "texture": "#1"}, - "up": {"uv": [7.25, 6.75, 6.25, 5.75], "texture": "#1"}, - "down": {"uv": [4.5, 6.75, 3.5, 7.75], "texture": "#1"} - } - }, - { - "from": [6.2, 4, 9.8], - "to": [9.8, 5.9, 11.6], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [9.5, 0.75, 10.375, 1.25], "texture": "#1"}, - "east": {"uv": [11, 10.25, 11.4375, 10.75], "texture": "#1"}, - "south": {"uv": [1, 9.5, 1.875, 10], "texture": "#1"}, - "west": {"uv": [0, 11.25, 0.4375, 11.75], "texture": "#1"}, - "up": {"uv": [3.875, 10.4375, 3, 10], "texture": "#1"}, - "down": {"uv": [10.875, 4.75, 10, 5.1875], "texture": "#1"} - } - }, - { - "from": [6.461, 7, 9.539], - "to": [9.539, 9, 11.078], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [2, 10.25, 2.75, 10.75], "texture": "#1"}, - "east": {"uv": [11.75, 0.25, 12.125, 0.75], "texture": "#1"}, - "south": {"uv": [10.25, 2, 11, 2.5], "texture": "#1"}, - "west": {"uv": [0.75, 11.75, 1.125, 12.25], "texture": "#1"}, - "up": {"uv": [10.5, 10.625, 9.75, 10.25], "texture": "#1"}, - "down": {"uv": [11, 9.75, 10.25, 10.125], "texture": "#1"} - } - }, - { - "from": [6.38, 6, 9.62], - "to": [9.62, 7, 11.24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 1.75, 12.0625, 2], "texture": "#1"}, - "east": {"uv": [12.25, 11.25, 12.625, 11.5], "texture": "#1"}, - "south": {"uv": [3.5, 11.25, 4.3125, 11.5], "texture": "#1"}, - "west": {"uv": [11.5, 12.25, 11.875, 12.5], "texture": "#1"}, - "up": {"uv": [5.5625, 10.625, 4.75, 10.25], "texture": "#1"}, - "down": {"uv": [6.5625, 10.25, 5.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.38, 9, 9.62], - "to": [9.62, 10, 11.24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [4.5, 11.25, 5.3125, 11.5], "texture": "#1"}, - "east": {"uv": [12.25, 11.5, 12.625, 11.75], "texture": "#1"}, - "south": {"uv": [11.25, 4.5, 12.0625, 4.75], "texture": "#1"}, - "west": {"uv": [12.25, 11.75, 12.625, 12], "texture": "#1"}, - "up": {"uv": [11.0625, 6.125, 10.25, 5.75], "texture": "#1"}, - "down": {"uv": [11.0625, 6.25, 10.25, 6.625], "texture": "#1"} - } - }, - { - "from": [6.2, 10, 9.8], - "to": [9.8, 11.9, 11.6], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [3.25, 9.5, 4.125, 10], "texture": "#1"}, - "east": {"uv": [11.25, 0.25, 11.6875, 0.75], "texture": "#1"}, - "south": {"uv": [9.5, 4, 10.375, 4.5], "texture": "#1"}, - "west": {"uv": [0.5, 11.25, 0.9375, 11.75], "texture": "#1"}, - "up": {"uv": [10.875, 5.6875, 10, 5.25], "texture": "#1"}, - "down": {"uv": [10.875, 6.75, 10, 7.1875], "texture": "#1"} - } - }, - { - "from": [6, 11, 10], - "to": [10, 13, 12], - "faces": { - "north": {"uv": [8.5, 1, 9.5, 1.5], "texture": "#1"}, - "east": {"uv": [10.25, 10.75, 10.75, 11.25], "texture": "#1"}, - "south": {"uv": [4, 9, 5, 9.5], "texture": "#1"}, - "west": {"uv": [10.75, 10.75, 11.25, 11.25], "texture": "#1"}, - "up": {"uv": [10, 5.25, 9, 4.75], "texture": "#1"}, - "down": {"uv": [10, 5.25, 9, 5.75], "texture": "#1"} - } - }, - { - "from": [6, 3, 10], - "to": [10, 5, 12], - "faces": { - "north": {"uv": [9, 6.75, 10, 7.25], "texture": "#1"}, - "east": {"uv": [11, 2, 11.5, 2.5], "texture": "#1"}, - "south": {"uv": [9.25, 0.25, 10.25, 0.75], "texture": "#1"}, - "west": {"uv": [2.5, 11, 3, 11.5], "texture": "#1"}, - "up": {"uv": [10.25, 2.5, 9.25, 2], "texture": "#1"}, - "down": {"uv": [3.25, 9.25, 2.25, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 13, 10], - "to": [10, 14, 13], - "faces": { - "north": {"uv": [11, 0, 12, 0.25], "texture": "#1"}, - "east": {"uv": [11.75, 0.75, 12.5, 1], "texture": "#1"}, - "south": {"uv": [11, 2.5, 12, 2.75], "texture": "#1"}, - "west": {"uv": [11.75, 1, 12.5, 1.25], "texture": "#1"}, - "up": {"uv": [8.25, 8, 7.25, 7.25], "texture": "#1"}, - "down": {"uv": [8.5, 0, 7.5, 0.75], "texture": "#1"} - } - }, - { - "from": [6, 2, 10], - "to": [10, 3, 13], - "faces": { - "north": {"uv": [11, 2.75, 12, 3], "texture": "#1"}, - "east": {"uv": [1.25, 11.75, 2, 12], "texture": "#1"}, - "south": {"uv": [11, 3, 12, 3.25], "texture": "#1"}, - "west": {"uv": [11.75, 1.25, 12.5, 1.5], "texture": "#1"}, - "up": {"uv": [8.5, 1.5, 7.5, 0.75], "texture": "#1"}, - "down": {"uv": [5.5, 7.5, 4.5, 8.25], "texture": "#1"} - } - }, - { - "from": [6, 14, 2], - "to": [10, 15, 6], - "faces": { - "north": {"uv": [11, 3.25, 12, 3.5], "texture": "#1"}, - "east": {"uv": [11, 3.5, 12, 3.75], "texture": "#1"}, - "south": {"uv": [11, 3.75, 12, 4], "texture": "#1"}, - "west": {"uv": [11, 4, 12, 4.25], "texture": "#1"}, - "up": {"uv": [7.25, 7.75, 6.25, 6.75], "texture": "#1"}, - "down": {"uv": [1, 7, 0, 8], "texture": "#1"} - } - }, - { - "from": [6, 1, 2], - "to": [10, 2, 6], - "faces": { - "north": {"uv": [11, 4.25, 12, 4.5], "texture": "#1"}, - "east": {"uv": [11, 4.75, 12, 5], "texture": "#1"}, - "south": {"uv": [11, 5, 12, 5.25], "texture": "#1"}, - "west": {"uv": [5.25, 11, 6.25, 11.25], "texture": "#1"}, - "up": {"uv": [2, 8, 1, 7], "texture": "#1"}, - "down": {"uv": [3, 7, 2, 8], "texture": "#1"} - } - }, - { - "from": [6.2, 4, 4.4], - "to": [9.8, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [9.5, 8, 10.375, 8.5], "texture": "#1"}, - "east": {"uv": [11.25, 0.75, 11.6875, 1.25], "texture": "#1"}, - "south": {"uv": [2, 9.75, 2.875, 10.25], "texture": "#1"}, - "west": {"uv": [1, 11.25, 1.4375, 11.75], "texture": "#1"}, - "up": {"uv": [10.875, 9.6875, 10, 9.25], "texture": "#1"}, - "down": {"uv": [0.875, 10.25, 0, 10.6875], "texture": "#1"} - } - }, - { - "from": [6.461, 7, 4.922], - "to": [9.539, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [10.25, 2.5, 11, 3], "texture": "#1"}, - "east": {"uv": [2, 11.75, 2.375, 12.25], "texture": "#1"}, - "south": {"uv": [10.25, 3, 11, 3.5], "texture": "#1"}, - "west": {"uv": [2.5, 11.75, 2.875, 12.25], "texture": "#1"}, - "up": {"uv": [11.25, 1.125, 10.5, 0.75], "texture": "#1"}, - "down": {"uv": [11.25, 1.5, 10.5, 1.875], "texture": "#1"} - } - }, - { - "from": [6.38, 6, 4.76], - "to": [9.62, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 5.75, 12.0625, 6], "texture": "#1"}, - "east": {"uv": [12, 12.25, 12.375, 12.5], "texture": "#1"}, - "south": {"uv": [11.25, 6, 12.0625, 6.25], "texture": "#1"}, - "west": {"uv": [12.25, 12, 12.625, 12.25], "texture": "#1"}, - "up": {"uv": [7.5625, 10.625, 6.75, 10.25], "texture": "#1"}, - "down": {"uv": [8.5625, 10.25, 7.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.38, 9, 4.76], - "to": [9.62, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 6.25, 12.0625, 6.5], "texture": "#1"}, - "east": {"uv": [0, 12.5, 0.375, 12.75], "texture": "#1"}, - "south": {"uv": [11.25, 6.5, 12.0625, 6.75], "texture": "#1"}, - "west": {"uv": [12.5, 0, 12.875, 0.25], "texture": "#1"}, - "up": {"uv": [11.0625, 8.875, 10.25, 8.5], "texture": "#1"}, - "down": {"uv": [9.5625, 10.25, 8.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.2, 10, 4.4], - "to": [9.8, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [4.25, 9.75, 5.125, 10.25], "texture": "#1"}, - "east": {"uv": [11.25, 1.25, 11.6875, 1.75], "texture": "#1"}, - "south": {"uv": [5.25, 9.75, 6.125, 10.25], "texture": "#1"}, - "west": {"uv": [1.5, 11.25, 1.9375, 11.75], "texture": "#1"}, - "up": {"uv": [11.125, 0.6875, 10.25, 0.25], "texture": "#1"}, - "down": {"uv": [1.875, 10.25, 1, 10.6875], "texture": "#1"} - } - }, - { - "from": [6, 11, 4], - "to": [10, 13, 6], - "faces": { - "north": {"uv": [9.25, 2.5, 10.25, 3], "texture": "#1"}, - "east": {"uv": [3, 11, 3.5, 11.5], "texture": "#1"}, - "south": {"uv": [9.25, 3, 10.25, 3.5], "texture": "#1"}, - "west": {"uv": [11, 5.25, 11.5, 5.75], "texture": "#1"}, - "up": {"uv": [10.25, 4, 9.25, 3.5], "texture": "#1"}, - "down": {"uv": [6, 9.25, 5, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 3, 4], - "to": [10, 5, 6], - "faces": { - "north": {"uv": [9.25, 5.75, 10.25, 6.25], "texture": "#1"}, - "east": {"uv": [6.25, 11, 6.75, 11.5], "texture": "#1"}, - "south": {"uv": [6, 9.25, 7, 9.75], "texture": "#1"}, - "west": {"uv": [6.75, 11, 7.25, 11.5], "texture": "#1"}, - "up": {"uv": [10.25, 6.75, 9.25, 6.25], "texture": "#1"}, - "down": {"uv": [8, 9.25, 7, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 13, 3], - "to": [10, 14, 6], - "faces": { - "north": {"uv": [11, 6.75, 12, 7], "texture": "#1"}, - "east": {"uv": [11.75, 1.5, 12.5, 1.75], "texture": "#1"}, - "south": {"uv": [11, 7, 12, 7.25], "texture": "#1"}, - "west": {"uv": [3, 11.75, 3.75, 12], "texture": "#1"}, - "up": {"uv": [4, 8.5, 3, 7.75], "texture": "#1"}, - "down": {"uv": [8.75, 4, 7.75, 4.75], "texture": "#1"} - } - }, - { - "from": [6, 2, 3], - "to": [10, 3, 6], - "faces": { - "north": {"uv": [7.25, 11, 8.25, 11.25], "texture": "#1"}, - "east": {"uv": [3.75, 11.75, 4.5, 12], "texture": "#1"}, - "south": {"uv": [11, 8, 12, 8.25], "texture": "#1"}, - "west": {"uv": [4.5, 11.75, 5.25, 12], "texture": "#1"}, - "up": {"uv": [6.5, 8.5, 5.5, 7.75], "texture": "#1"}, - "down": {"uv": [1, 8, 0, 8.75], "texture": "#1"} - } - }, - { - "from": [2, 14, 6], - "to": [14, 15, 10], - "faces": { - "north": {"uv": [7.5, 1.5, 10.5, 1.75], "texture": "#1"}, - "east": {"uv": [8.25, 11, 9.25, 11.25], "texture": "#1"}, - "south": {"uv": [7.5, 1.75, 10.5, 2], "texture": "#1"}, - "west": {"uv": [11, 8.25, 12, 8.5], "texture": "#1"}, - "up": {"uv": [3, 1, 0, 0], "texture": "#1"}, - "down": {"uv": [3, 1, 0, 2], "texture": "#1"} - } - }, - { - "from": [2, 1, 6], - "to": [14, 2, 10], - "faces": { - "north": {"uv": [6.5, 8, 9.5, 8.25], "texture": "#1"}, - "east": {"uv": [11, 9, 12, 9.25], "texture": "#1"}, - "south": {"uv": [6.5, 8.25, 9.5, 8.5], "texture": "#1"}, - "west": {"uv": [9.25, 11, 10.25, 11.25], "texture": "#1"}, - "up": {"uv": [3, 3, 0, 2], "texture": "#1"}, - "down": {"uv": [3, 3, 0, 4], "texture": "#1"} - } - }, - { - "from": [4.4, 4, 6.2], - "to": [11.6, 5.9, 9.8], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [7.25, 3, 9.0625, 3.5], "texture": "#1"}, - "east": {"uv": [6.25, 9.75, 7.125, 10.25], "texture": "#1"}, - "south": {"uv": [7.25, 3.5, 9.0625, 4], "texture": "#1"}, - "west": {"uv": [7.25, 9.75, 8.125, 10.25], "texture": "#1"}, - "up": {"uv": [3.8125, 5.875, 2, 5], "texture": "#1"}, - "down": {"uv": [5.8125, 5, 4, 5.875], "texture": "#1"} - } - }, - { - "from": [4.922, 7, 6.461], - "to": [11.078, 9, 9.539], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [4.5, 7, 6.0625, 7.5], "texture": "#1"}, - "east": {"uv": [10.25, 3.5, 11, 4], "texture": "#1"}, - "south": {"uv": [7.25, 6.75, 8.8125, 7.25], "texture": "#1"}, - "west": {"uv": [4, 10.25, 4.75, 10.75], "texture": "#1"}, - "up": {"uv": [5.0625, 6.75, 3.5, 6], "texture": "#1"}, - "down": {"uv": [7.5625, 4, 6, 4.75], "texture": "#1"} - } - }, - { - "from": [4.76, 6, 6.38], - "to": [11.24, 7, 9.62], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.25, 9, 10.875, 9.25], "texture": "#1"}, - "east": {"uv": [7.25, 11.25, 8.0625, 11.5], "texture": "#1"}, - "south": {"uv": [9.5, 1.25, 11.125, 1.5], "texture": "#1"}, - "west": {"uv": [8.25, 11.25, 9.0625, 11.5], "texture": "#1"}, - "up": {"uv": [7.125, 2.8125, 5.5, 2], "texture": "#1"}, - "down": {"uv": [7.125, 3, 5.5, 3.8125], "texture": "#1"} - } - }, - { - "from": [4.76, 9, 6.38], - "to": [11.24, 10, 9.62], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.5, 4.5, 11.125, 4.75], "texture": "#1"}, - "east": {"uv": [11.25, 8.5, 12.0625, 8.75], "texture": "#1"}, - "south": {"uv": [0, 10, 1.625, 10.25], "texture": "#1"}, - "west": {"uv": [11.25, 8.75, 12.0625, 9], "texture": "#1"}, - "up": {"uv": [1.625, 6.8125, 0, 6], "texture": "#1"}, - "down": {"uv": [3.375, 6, 1.75, 6.8125], "texture": "#1"} - } - }, - { - "from": [4.4, 10, 6.2], - "to": [11.6, 11.9, 9.8], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [7.25, 5.75, 9.0625, 6.25], "texture": "#1"}, - "east": {"uv": [8.25, 9.75, 9.125, 10.25], "texture": "#1"}, - "south": {"uv": [7.25, 6.25, 9.0625, 6.75], "texture": "#1"}, - "west": {"uv": [9.25, 9.75, 10.125, 10.25], "texture": "#1"}, - "up": {"uv": [7.3125, 0.875, 5.5, 0], "texture": "#1"}, - "down": {"uv": [7.3125, 1, 5.5, 1.875], "texture": "#1"} - } - }, - { - "from": [4, 11, 6], - "to": [12, 13, 10], - "faces": { - "north": {"uv": [7, 4.75, 9, 5.25], "texture": "#1"}, - "east": {"uv": [8, 9.25, 9, 9.75], "texture": "#1"}, - "south": {"uv": [7, 5.25, 9, 5.75], "texture": "#1"}, - "west": {"uv": [9.25, 8.5, 10.25, 9], "texture": "#1"}, - "up": {"uv": [2, 5, 0, 4], "texture": "#1"}, - "down": {"uv": [4, 4, 2, 5], "texture": "#1"} - } - }, - { - "from": [4, 3, 6], - "to": [12, 5, 10], - "faces": { - "north": {"uv": [7.25, 2, 9.25, 2.5], "texture": "#1"}, - "east": {"uv": [9, 9.25, 10, 9.75], "texture": "#1"}, - "south": {"uv": [7.25, 2.5, 9.25, 3], "texture": "#1"}, - "west": {"uv": [0, 9.5, 1, 10], "texture": "#1"}, - "up": {"uv": [6, 5, 4, 4], "texture": "#1"}, - "down": {"uv": [2, 5, 0, 6], "texture": "#1"} - } - }, - { - "from": [3, 13, 6], - "to": [13, 14, 10], - "faces": { - "north": {"uv": [8.25, 7.25, 10.75, 7.5], "texture": "#1"}, - "east": {"uv": [11, 9.25, 12, 9.5], "texture": "#1"}, - "south": {"uv": [8.25, 7.5, 10.75, 7.75], "texture": "#1"}, - "west": {"uv": [11, 9.5, 12, 9.75], "texture": "#1"}, - "up": {"uv": [5.5, 1, 3, 0], "texture": "#1"}, - "down": {"uv": [5.5, 1, 3, 2], "texture": "#1"} - } - }, - { - "from": [3, 2, 6], - "to": [13, 3, 10], - "faces": { - "north": {"uv": [8.25, 7.75, 10.75, 8], "texture": "#1"}, - "east": {"uv": [11, 9.75, 12, 10], "texture": "#1"}, - "south": {"uv": [8.5, 0, 11, 0.25], "texture": "#1"}, - "west": {"uv": [11, 10, 12, 10.25], "texture": "#1"}, - "up": {"uv": [5.5, 3, 3, 2], "texture": "#1"}, - "down": {"uv": [5.5, 3, 3, 4], "texture": "#1"} - } - }, - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [7, 8, 11, 8.25], "texture": "#0"}, - "east": {"uv": [8, 7, 12, 7.25], "texture": "#0"}, - "south": {"uv": [8, 7.25, 12, 7.5], "texture": "#0"}, - "west": {"uv": [8, 7.5, 12, 7.75], "texture": "#0"}, - "up": {"uv": [4, 4, 0, 0], "texture": "#0"}, - "down": {"uv": [4, 4, 0, 8], "texture": "#0"} - } - }, - { - "from": [0, 15, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [8, 7.75, 12, 8], "texture": "#0"}, - "east": {"uv": [7, 8.25, 11, 8.5], "texture": "#0"}, - "south": {"uv": [8.5, 0, 12.5, 0.25], "texture": "#0"}, - "west": {"uv": [8.5, 0.25, 12.5, 0.5], "texture": "#0"}, - "up": {"uv": [8, 4, 4, 0], "texture": "#0"}, - "down": {"uv": [8, 4, 4, 8], "texture": "#0"} - } - }, - { - "from": [14, 1, 0], - "to": [16, 15, 2], - "faces": { - "north": {"uv": [0, 8, 0.5, 11.5], "texture": "#0"}, - "east": {"uv": [8, 0, 8.5, 3.5], "texture": "#0"}, - "south": {"uv": [0.5, 8, 1, 11.5], "texture": "#0"}, - "west": {"uv": [1, 8, 1.5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 1, 8.5, 0.5], "texture": "#0"}, - "down": {"uv": [9, 1, 8.5, 1.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 0], - "to": [2, 15, 2], - "faces": { - "north": {"uv": [1.5, 8, 2, 11.5], "texture": "#0"}, - "east": {"uv": [2, 8, 2.5, 11.5], "texture": "#0"}, - "south": {"uv": [2.5, 8, 3, 11.5], "texture": "#0"}, - "west": {"uv": [3, 8, 3.5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 2, 8.5, 1.5], "texture": "#0"}, - "down": {"uv": [9, 2, 8.5, 2.5], "texture": "#0"} - } - }, - { - "from": [14, 1, 14], - "to": [16, 15, 16], - "faces": { - "north": {"uv": [3.5, 8, 4, 11.5], "texture": "#0"}, - "east": {"uv": [8, 3.5, 8.5, 7], "texture": "#0"}, - "south": {"uv": [4, 8, 4.5, 11.5], "texture": "#0"}, - "west": {"uv": [4.5, 8, 5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 3, 8.5, 2.5], "texture": "#0"}, - "down": {"uv": [9, 3, 8.5, 3.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 14], - "to": [2, 15, 16], - "faces": { - "north": {"uv": [5, 8, 5.5, 11.5], "texture": "#0"}, - "east": {"uv": [5.5, 8, 6, 11.5], "texture": "#0"}, - "south": {"uv": [6, 8, 6.5, 11.5], "texture": "#0"}, - "west": {"uv": [6.5, 8, 7, 11.5], "texture": "#0"}, - "up": {"uv": [9, 4, 8.5, 3.5], "texture": "#0"}, - "down": {"uv": [9, 4, 8.5, 4.5], "texture": "#0"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "children": [ - { - "name": "Pillar", - "origin": [0, 0, 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, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76] - }, - { - "name": "Casing", - "origin": [0, 0, 0], - "children": [77, 78, 79, 80, 81, 82] - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/notsogudium_singularity_resource_generator_lit.json b/src/main/resources/assets/cuboidmod/models/block/notsogudium_singularity_resource_generator_lit.json deleted file mode 100644 index dc5ff40..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/notsogudium_singularity_resource_generator_lit.json +++ /dev/null @@ -1,1061 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "texture_size": [64, 64], - "textures": { - "0": "cuboidmod:model/notsogudium_singularity_resource_generator_casing", - "1": "cuboidmod:model/singularity_resource_generator_pillar_lit", - "particle": "cuboidmod:model/notsogudium_singularity_resource_generator_casing" - }, - "elements": [ - { - "from": [10, 14, 3], - "to": [13, 15, 6], - "faces": { - "north": {"uv": [4.5, 6.75, 5.25, 7], "texture": "#1"}, - "east": {"uv": [5.5, 7.5, 6.25, 7.75], "texture": "#1"}, - "south": {"uv": [6.5, 7.75, 7.25, 8], "texture": "#1"}, - "west": {"uv": [3.25, 9.25, 4, 9.5], "texture": "#1"}, - "up": {"uv": [1.75, 8.75, 1, 8], "texture": "#1"}, - "down": {"uv": [2.5, 8, 1.75, 8.75], "texture": "#1"} - } - }, - { - "from": [10, 1, 3], - "to": [13, 2, 6], - "faces": { - "north": {"uv": [4.25, 9.5, 5, 9.75], "texture": "#1"}, - "east": {"uv": [5.5, 11.25, 6.25, 11.5], "texture": "#1"}, - "south": {"uv": [9.25, 11.25, 10, 11.5], "texture": "#1"}, - "west": {"uv": [10, 11.25, 10.75, 11.5], "texture": "#1"}, - "up": {"uv": [4.75, 9, 4, 8.25], "texture": "#1"}, - "down": {"uv": [5.5, 8.25, 4.75, 9], "texture": "#1"} - } - }, - { - "from": [9.8, 4, 5.3], - "to": [10.7, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [2.25, 8.75, 2.5, 9.25], "texture": "#1"}, - "east": {"uv": [5.25, 11.75, 5.5, 12.25], "texture": "#1"}, - "south": {"uv": [5.5, 11.75, 5.75, 12.25], "texture": "#1"}, - "west": {"uv": [5.75, 11.75, 6, 12.25], "texture": "#1"}, - "up": {"uv": [6.25, 6, 6, 5.75], "texture": "#1"}, - "down": {"uv": [9.5, 0.75, 9.25, 1], "texture": "#1"} - } - }, - { - "from": [9.539, 7, 5.6915], - "to": [10.3085, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [12.25, 7, 12.4375, 7.5], "texture": "#1"}, - "east": {"uv": [7.5, 12.25, 7.6875, 12.75], "texture": "#1"}, - "south": {"uv": [12.25, 7.5, 12.4375, 8], "texture": "#1"}, - "west": {"uv": [7.75, 12.25, 7.9375, 12.75], "texture": "#1"}, - "up": {"uv": [10.4375, 12.6875, 10.25, 12.5], "texture": "#1"}, - "down": {"uv": [12.6875, 10.25, 12.5, 10.4375], "texture": "#1"} - } - }, - { - "from": [9.62, 6, 5.57], - "to": [10.43, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 4.25, 12.6875, 4.5], "texture": "#1"}, - "east": {"uv": [12.5, 4.5, 12.6875, 4.75], "texture": "#1"}, - "south": {"uv": [12.5, 4.75, 12.6875, 5], "texture": "#1"}, - "west": {"uv": [12.5, 5, 12.6875, 5.25], "texture": "#1"}, - "up": {"uv": [10.6875, 12.6875, 10.5, 12.5], "texture": "#1"}, - "down": {"uv": [12.6875, 10.5, 12.5, 10.6875], "texture": "#1"} - } - }, - { - "from": [9.62, 9, 5.57], - "to": [10.43, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 5.25, 12.6875, 5.5], "texture": "#1"}, - "east": {"uv": [12.5, 5.5, 12.6875, 5.75], "texture": "#1"}, - "south": {"uv": [12.5, 5.75, 12.6875, 6], "texture": "#1"}, - "west": {"uv": [6, 12.5, 6.1875, 12.75], "texture": "#1"}, - "up": {"uv": [12.6875, 10.9375, 12.5, 10.75], "texture": "#1"}, - "down": {"uv": [12.6875, 11, 12.5, 11.1875], "texture": "#1"} - } - }, - { - "from": [9.8, 10, 5.3], - "to": [10.7, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [6, 11.75, 6.25, 12.25], "texture": "#1"}, - "east": {"uv": [6.25, 11.75, 6.5, 12.25], "texture": "#1"}, - "south": {"uv": [6.5, 11.75, 6.75, 12.25], "texture": "#1"}, - "west": {"uv": [6.75, 11.75, 7, 12.25], "texture": "#1"}, - "up": {"uv": [2.25, 9.75, 2, 9.5], "texture": "#1"}, - "down": {"uv": [3.25, 9.75, 3, 10], "texture": "#1"} - } - }, - { - "from": [10, 11, 5], - "to": [11, 13, 6], - "faces": { - "north": {"uv": [7, 11.75, 7.25, 12.25], "texture": "#1"}, - "east": {"uv": [7.25, 11.75, 7.5, 12.25], "texture": "#1"}, - "south": {"uv": [11.75, 7.25, 12, 7.75], "texture": "#1"}, - "west": {"uv": [7.5, 11.75, 7.75, 12.25], "texture": "#1"}, - "up": {"uv": [2, 10.25, 1.75, 10], "texture": "#1"}, - "down": {"uv": [4.25, 10, 4, 10.25], "texture": "#1"} - } - }, - { - "from": [10, 3, 5], - "to": [11, 5, 6], - "faces": { - "north": {"uv": [7.75, 11.75, 8, 12.25], "texture": "#1"}, - "east": {"uv": [8, 11.75, 8.25, 12.25], "texture": "#1"}, - "south": {"uv": [8.25, 11.75, 8.5, 12.25], "texture": "#1"}, - "west": {"uv": [8.5, 11.75, 8.75, 12.25], "texture": "#1"}, - "up": {"uv": [3, 10.5, 2.75, 10.25], "texture": "#1"}, - "down": {"uv": [4, 10.5, 3.75, 10.75], "texture": "#1"} - } - }, - { - "from": [10, 13, 4], - "to": [12, 14, 6], - "faces": { - "north": {"uv": [3, 7.5, 3.5, 7.75], "texture": "#1"}, - "east": {"uv": [5, 9, 5.5, 9.25], "texture": "#1"}, - "south": {"uv": [2, 11.25, 2.5, 11.5], "texture": "#1"}, - "west": {"uv": [11.75, 7.75, 12.25, 8], "texture": "#1"}, - "up": {"uv": [3.5, 7.5, 3, 7], "texture": "#1"}, - "down": {"uv": [4.5, 7.75, 4, 8.25], "texture": "#1"} - } - }, - { - "from": [10, 2, 4], - "to": [12, 3, 6], - "faces": { - "north": {"uv": [8.75, 11.75, 9.25, 12], "texture": "#1"}, - "east": {"uv": [9.25, 11.75, 9.75, 12], "texture": "#1"}, - "south": {"uv": [9.75, 11.75, 10.25, 12], "texture": "#1"}, - "west": {"uv": [10.25, 11.75, 10.75, 12], "texture": "#1"}, - "up": {"uv": [3, 8.5, 2.5, 8], "texture": "#1"}, - "down": {"uv": [3.25, 10.5, 2.75, 11], "texture": "#1"} - } - }, - { - "from": [3, 14, 3], - "to": [6, 15, 6], - "faces": { - "north": {"uv": [10.75, 11.25, 11.5, 11.5], "texture": "#1"}, - "east": {"uv": [11.25, 10.75, 12, 11], "texture": "#1"}, - "south": {"uv": [11.25, 11, 12, 11.25], "texture": "#1"}, - "west": {"uv": [2, 11.5, 2.75, 11.75], "texture": "#1"}, - "up": {"uv": [9.25, 1, 8.5, 0.25], "texture": "#1"}, - "down": {"uv": [3.25, 8.5, 2.5, 9.25], "texture": "#1"} - } - }, - { - "from": [3, 1, 3], - "to": [6, 2, 6], - "faces": { - "north": {"uv": [11.5, 2, 12.25, 2.25], "texture": "#1"}, - "east": {"uv": [11.5, 2.25, 12.25, 2.5], "texture": "#1"}, - "south": {"uv": [2.75, 11.5, 3.5, 11.75], "texture": "#1"}, - "west": {"uv": [3.5, 11.5, 4.25, 11.75], "texture": "#1"}, - "up": {"uv": [4, 9.25, 3.25, 8.5], "texture": "#1"}, - "down": {"uv": [6.25, 8.5, 5.5, 9.25], "texture": "#1"} - } - }, - { - "from": [5.3, 4, 5.3], - "to": [6.2, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [10.75, 11.75, 11, 12.25], "texture": "#1"}, - "east": {"uv": [11, 11.75, 11.25, 12.25], "texture": "#1"}, - "south": {"uv": [11.25, 11.75, 11.5, 12.25], "texture": "#1"}, - "west": {"uv": [11.5, 11.75, 11.75, 12.25], "texture": "#1"}, - "up": {"uv": [2.75, 11, 2.5, 10.75], "texture": "#1"}, - "down": {"uv": [3.75, 11, 3.5, 11.25], "texture": "#1"} - } - }, - { - "from": [5.6915, 7, 5.6915], - "to": [6.461, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [8, 12.25, 8.1875, 12.75], "texture": "#1"}, - "east": {"uv": [12.25, 8, 12.4375, 8.5], "texture": "#1"}, - "south": {"uv": [8.25, 12.25, 8.4375, 12.75], "texture": "#1"}, - "west": {"uv": [8.5, 12.25, 8.6875, 12.75], "texture": "#1"}, - "up": {"uv": [11.6875, 12.6875, 11.5, 12.5], "texture": "#1"}, - "down": {"uv": [11.9375, 12.5, 11.75, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.57, 6, 5.57], - "to": [6.38, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [6.25, 12.5, 6.4375, 12.75], "texture": "#1"}, - "east": {"uv": [6.5, 12.5, 6.6875, 12.75], "texture": "#1"}, - "south": {"uv": [6.75, 12.5, 6.9375, 12.75], "texture": "#1"}, - "west": {"uv": [7, 12.5, 7.1875, 12.75], "texture": "#1"}, - "up": {"uv": [12.1875, 12.6875, 12, 12.5], "texture": "#1"}, - "down": {"uv": [12.4375, 12.5, 12.25, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.57, 9, 5.57], - "to": [6.38, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 7, 12.6875, 7.25], "texture": "#1"}, - "east": {"uv": [7.25, 12.5, 7.4375, 12.75], "texture": "#1"}, - "south": {"uv": [12.5, 7.25, 12.6875, 7.5], "texture": "#1"}, - "west": {"uv": [12.5, 7.5, 12.6875, 7.75], "texture": "#1"}, - "up": {"uv": [12.6875, 12.4375, 12.5, 12.25], "texture": "#1"}, - "down": {"uv": [12.6875, 12.5, 12.5, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.3, 10, 5.3], - "to": [6.2, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [11.75, 11.5, 12, 12], "texture": "#1"}, - "east": {"uv": [0, 12, 0.25, 12.5], "texture": "#1"}, - "south": {"uv": [0.25, 12, 0.5, 12.5], "texture": "#1"}, - "west": {"uv": [0.5, 12, 0.75, 12.5], "texture": "#1"}, - "up": {"uv": [0.75, 12.75, 0.5, 12.5], "texture": "#1"}, - "down": {"uv": [1, 12.5, 0.75, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 11, 5], - "to": [6, 13, 6], - "faces": { - "north": {"uv": [1.25, 12, 1.5, 12.5], "texture": "#1"}, - "east": {"uv": [1.5, 12, 1.75, 12.5], "texture": "#1"}, - "south": {"uv": [1.75, 12, 2, 12.5], "texture": "#1"}, - "west": {"uv": [12, 2.5, 12.25, 3], "texture": "#1"}, - "up": {"uv": [12.75, 1, 12.5, 0.75], "texture": "#1"}, - "down": {"uv": [1.25, 12.5, 1, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 3, 5], - "to": [6, 5, 6], - "faces": { - "north": {"uv": [3, 12, 3.25, 12.5], "texture": "#1"}, - "east": {"uv": [12, 3, 12.25, 3.5], "texture": "#1"}, - "south": {"uv": [3.25, 12, 3.5, 12.5], "texture": "#1"}, - "west": {"uv": [3.5, 12, 3.75, 12.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.25, 12.5, 1], "texture": "#1"}, - "down": {"uv": [1.5, 12.5, 1.25, 12.75], "texture": "#1"} - } - }, - { - "from": [4, 13, 4], - "to": [6, 14, 6], - "faces": { - "north": {"uv": [12, 0, 12.5, 0.25], "texture": "#1"}, - "east": {"uv": [12, 3.5, 12.5, 3.75], "texture": "#1"}, - "south": {"uv": [3.75, 12, 4.25, 12.25], "texture": "#1"}, - "west": {"uv": [12, 3.75, 12.5, 4], "texture": "#1"}, - "up": {"uv": [3.75, 11, 3.25, 10.5], "texture": "#1"}, - "down": {"uv": [11, 4, 10.5, 4.5], "texture": "#1"} - } - }, - { - "from": [4, 2, 4], - "to": [6, 3, 6], - "faces": { - "north": {"uv": [12, 4, 12.5, 4.25], "texture": "#1"}, - "east": {"uv": [4.25, 12, 4.75, 12.25], "texture": "#1"}, - "south": {"uv": [12, 4.25, 12.5, 4.5], "texture": "#1"}, - "west": {"uv": [4.75, 12, 5.25, 12.25], "texture": "#1"}, - "up": {"uv": [11, 8.5, 10.5, 8], "texture": "#1"}, - "down": {"uv": [11, 10.25, 10.5, 10.75], "texture": "#1"} - } - }, - { - "from": [3, 14, 10], - "to": [6, 15, 13], - "faces": { - "north": {"uv": [4.25, 11.5, 5, 11.75], "texture": "#1"}, - "east": {"uv": [5, 11.5, 5.75, 11.75], "texture": "#1"}, - "south": {"uv": [11.5, 5.25, 12.25, 5.5], "texture": "#1"}, - "west": {"uv": [11.5, 5.5, 12.25, 5.75], "texture": "#1"}, - "up": {"uv": [7, 9.25, 6.25, 8.5], "texture": "#1"}, - "down": {"uv": [7.75, 8.5, 7, 9.25], "texture": "#1"} - } - }, - { - "from": [3, 1, 10], - "to": [6, 2, 13], - "faces": { - "north": {"uv": [5.75, 11.5, 6.5, 11.75], "texture": "#1"}, - "east": {"uv": [6.5, 11.5, 7.25, 11.75], "texture": "#1"}, - "south": {"uv": [7.25, 11.5, 8, 11.75], "texture": "#1"}, - "west": {"uv": [8, 11.5, 8.75, 11.75], "texture": "#1"}, - "up": {"uv": [8.5, 9.25, 7.75, 8.5], "texture": "#1"}, - "down": {"uv": [9.25, 8.5, 8.5, 9.25], "texture": "#1"} - } - }, - { - "from": [5.3, 4, 9.8], - "to": [6.2, 5.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [12, 4.75, 12.25, 5.25], "texture": "#1"}, - "east": {"uv": [12, 6.75, 12.25, 7.25], "texture": "#1"}, - "south": {"uv": [12, 7.25, 12.25, 7.75], "texture": "#1"}, - "west": {"uv": [12, 8, 12.25, 8.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.5, 12.5, 1.25], "texture": "#1"}, - "down": {"uv": [1.75, 12.5, 1.5, 12.75], "texture": "#1"} - } - }, - { - "from": [5.6915, 7, 9.539], - "to": [6.461, 9, 10.3085], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [12.25, 8.5, 12.4375, 9], "texture": "#1"}, - "east": {"uv": [12.25, 9, 12.4375, 9.5], "texture": "#1"}, - "south": {"uv": [12.25, 9.5, 12.4375, 10], "texture": "#1"}, - "west": {"uv": [12.25, 10.25, 12.4375, 10.75], "texture": "#1"}, - "up": {"uv": [0.1875, 12.9375, 0, 12.75], "texture": "#1"}, - "down": {"uv": [0.4375, 12.75, 0.25, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.57, 6, 9.62], - "to": [6.38, 7, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 7.75, 12.6875, 8], "texture": "#1"}, - "east": {"uv": [12.5, 8, 12.6875, 8.25], "texture": "#1"}, - "south": {"uv": [12.5, 8.25, 12.6875, 8.5], "texture": "#1"}, - "west": {"uv": [12.5, 8.5, 12.6875, 8.75], "texture": "#1"}, - "up": {"uv": [12.9375, 0.4375, 12.75, 0.25], "texture": "#1"}, - "down": {"uv": [0.6875, 12.75, 0.5, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.57, 9, 9.62], - "to": [6.38, 10, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [8.75, 12.5, 8.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 8.75, 12.6875, 9], "texture": "#1"}, - "south": {"uv": [9, 12.5, 9.1875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 9, 12.6875, 9.25], "texture": "#1"}, - "up": {"uv": [12.9375, 0.6875, 12.75, 0.5], "texture": "#1"}, - "down": {"uv": [0.9375, 12.75, 0.75, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.3, 10, 9.8], - "to": [6.2, 11.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [8.75, 12, 9, 12.5], "texture": "#1"}, - "east": {"uv": [9, 12, 9.25, 12.5], "texture": "#1"}, - "south": {"uv": [12, 9, 12.25, 9.5], "texture": "#1"}, - "west": {"uv": [9.25, 12, 9.5, 12.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.75, 12.5, 1.5], "texture": "#1"}, - "down": {"uv": [2, 12.5, 1.75, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 11, 10], - "to": [6, 13, 11], - "faces": { - "north": {"uv": [9.5, 12, 9.75, 12.5], "texture": "#1"}, - "east": {"uv": [12, 9.5, 12.25, 10], "texture": "#1"}, - "south": {"uv": [9.75, 12, 10, 12.5], "texture": "#1"}, - "west": {"uv": [10, 12, 10.25, 12.5], "texture": "#1"}, - "up": {"uv": [2.25, 12.75, 2, 12.5], "texture": "#1"}, - "down": {"uv": [2.5, 12.5, 2.25, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 3, 10], - "to": [6, 5, 11], - "faces": { - "north": {"uv": [10.25, 12, 10.5, 12.5], "texture": "#1"}, - "east": {"uv": [10.5, 12, 10.75, 12.5], "texture": "#1"}, - "south": {"uv": [12, 10.75, 12.25, 11.25], "texture": "#1"}, - "west": {"uv": [12, 11.5, 12.25, 12], "texture": "#1"}, - "up": {"uv": [12.75, 2.5, 12.5, 2.25], "texture": "#1"}, - "down": {"uv": [12.75, 2.5, 12.5, 2.75], "texture": "#1"} - } - }, - { - "from": [4, 13, 10], - "to": [6, 14, 12], - "faces": { - "north": {"uv": [12, 10, 12.5, 10.25], "texture": "#1"}, - "east": {"uv": [11.75, 12, 12.25, 12.25], "texture": "#1"}, - "south": {"uv": [12.25, 0.25, 12.75, 0.5], "texture": "#1"}, - "west": {"uv": [12.25, 0.5, 12.75, 0.75], "texture": "#1"}, - "up": {"uv": [0.5, 11.25, 0, 10.75], "texture": "#1"}, - "down": {"uv": [1, 10.75, 0.5, 11.25], "texture": "#1"} - } - }, - { - "from": [4, 2, 10], - "to": [6, 3, 12], - "faces": { - "north": {"uv": [0.75, 12.25, 1.25, 12.5], "texture": "#1"}, - "east": {"uv": [12.25, 1.75, 12.75, 2], "texture": "#1"}, - "south": {"uv": [2, 12.25, 2.5, 12.5], "texture": "#1"}, - "west": {"uv": [12.25, 2, 12.75, 2.25], "texture": "#1"}, - "up": {"uv": [1.5, 11.25, 1, 10.75], "texture": "#1"}, - "down": {"uv": [2, 10.75, 1.5, 11.25], "texture": "#1"} - } - }, - { - "from": [10, 14, 10], - "to": [13, 15, 13], - "faces": { - "north": {"uv": [8.75, 11.5, 9.5, 11.75], "texture": "#1"}, - "east": {"uv": [9.5, 11.5, 10.25, 11.75], "texture": "#1"}, - "south": {"uv": [10.25, 11.5, 11, 11.75], "texture": "#1"}, - "west": {"uv": [11.5, 10.25, 12.25, 10.5], "texture": "#1"}, - "up": {"uv": [0.75, 9.5, 0, 8.75], "texture": "#1"}, - "down": {"uv": [1.5, 8.75, 0.75, 9.5], "texture": "#1"} - } - }, - { - "from": [10, 1, 10], - "to": [13, 2, 13], - "faces": { - "north": {"uv": [11.5, 10.5, 12.25, 10.75], "texture": "#1"}, - "east": {"uv": [11, 11.5, 11.75, 11.75], "texture": "#1"}, - "south": {"uv": [11.5, 11.25, 12.25, 11.5], "texture": "#1"}, - "west": {"uv": [0, 11.75, 0.75, 12], "texture": "#1"}, - "up": {"uv": [2.25, 9.5, 1.5, 8.75], "texture": "#1"}, - "down": {"uv": [9.5, 4, 8.75, 4.75], "texture": "#1"} - } - }, - { - "from": [9.8, 4, 9.8], - "to": [10.7, 5.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [12.25, 2.25, 12.5, 2.75], "texture": "#1"}, - "east": {"uv": [2.5, 12.25, 2.75, 12.75], "texture": "#1"}, - "south": {"uv": [2.75, 12.25, 3, 12.75], "texture": "#1"}, - "west": {"uv": [12.25, 2.75, 12.5, 3.25], "texture": "#1"}, - "up": {"uv": [12.75, 3, 12.5, 2.75], "texture": "#1"}, - "down": {"uv": [3.25, 12.5, 3, 12.75], "texture": "#1"} - } - }, - { - "from": [9.539, 7, 9.539], - "to": [10.3085, 9, 10.3085], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [10.75, 12.25, 10.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.25, 10.75, 12.4375, 11.25], "texture": "#1"}, - "south": {"uv": [11, 12.25, 11.1875, 12.75], "texture": "#1"}, - "west": {"uv": [11.25, 12.25, 11.4375, 12.75], "texture": "#1"}, - "up": {"uv": [12.9375, 0.9375, 12.75, 0.75], "texture": "#1"}, - "down": {"uv": [1.1875, 12.75, 1, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.62, 6, 9.62], - "to": [10.43, 7, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.25, 12.5, 9.4375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 9.25, 12.6875, 9.5], "texture": "#1"}, - "south": {"uv": [9.5, 12.5, 9.6875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 9.5, 12.6875, 9.75], "texture": "#1"}, - "up": {"uv": [12.9375, 1.1875, 12.75, 1], "texture": "#1"}, - "down": {"uv": [1.4375, 12.75, 1.25, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.62, 9, 9.62], - "to": [10.43, 10, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.75, 12.5, 9.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 9.75, 12.6875, 10], "texture": "#1"}, - "south": {"uv": [10, 12.5, 10.1875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 10, 12.6875, 10.25], "texture": "#1"}, - "up": {"uv": [12.9375, 1.4375, 12.75, 1.25], "texture": "#1"}, - "down": {"uv": [1.6875, 12.75, 1.5, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.8, 10, 9.8], - "to": [10.7, 11.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [3.75, 12.25, 4, 12.75], "texture": "#1"}, - "east": {"uv": [4, 12.25, 4.25, 12.75], "texture": "#1"}, - "south": {"uv": [4.25, 12.25, 4.5, 12.75], "texture": "#1"}, - "west": {"uv": [4.5, 12.25, 4.75, 12.75], "texture": "#1"}, - "up": {"uv": [12.75, 3.25, 12.5, 3], "texture": "#1"}, - "down": {"uv": [3.5, 12.5, 3.25, 12.75], "texture": "#1"} - } - }, - { - "from": [10, 11, 10], - "to": [11, 13, 11], - "faces": { - "north": {"uv": [12.25, 4.5, 12.5, 5], "texture": "#1"}, - "east": {"uv": [4.75, 12.25, 5, 12.75], "texture": "#1"}, - "south": {"uv": [5, 12.25, 5.25, 12.75], "texture": "#1"}, - "west": {"uv": [12.25, 5, 12.5, 5.5], "texture": "#1"}, - "up": {"uv": [3.75, 12.75, 3.5, 12.5], "texture": "#1"}, - "down": {"uv": [12.75, 3.5, 12.5, 3.75], "texture": "#1"} - } - }, - { - "from": [10, 3, 10], - "to": [11, 5, 11], - "faces": { - "north": {"uv": [5.25, 12.25, 5.5, 12.75], "texture": "#1"}, - "east": {"uv": [5.5, 12.25, 5.75, 12.75], "texture": "#1"}, - "south": {"uv": [12.25, 5.5, 12.5, 6], "texture": "#1"}, - "west": {"uv": [5.75, 12.25, 6, 12.75], "texture": "#1"}, - "up": {"uv": [12.75, 4, 12.5, 3.75], "texture": "#1"}, - "down": {"uv": [12.75, 4, 12.5, 4.25], "texture": "#1"} - } - }, - { - "from": [10, 13, 10], - "to": [12, 14, 12], - "faces": { - "north": {"uv": [12.25, 3.25, 12.75, 3.5], "texture": "#1"}, - "east": {"uv": [6, 12.25, 6.5, 12.5], "texture": "#1"}, - "south": {"uv": [12.25, 6, 12.75, 6.25], "texture": "#1"}, - "west": {"uv": [12.25, 6.25, 12.75, 6.5], "texture": "#1"}, - "up": {"uv": [2.5, 11.25, 2, 10.75], "texture": "#1"}, - "down": {"uv": [4.25, 10.75, 3.75, 11.25], "texture": "#1"} - } - }, - { - "from": [10, 2, 10], - "to": [12, 3, 12], - "faces": { - "north": {"uv": [6.5, 12.25, 7, 12.5], "texture": "#1"}, - "east": {"uv": [12.25, 6.5, 12.75, 6.75], "texture": "#1"}, - "south": {"uv": [12.25, 6.75, 12.75, 7], "texture": "#1"}, - "west": {"uv": [7, 12.25, 7.5, 12.5], "texture": "#1"}, - "up": {"uv": [4.75, 11.25, 4.25, 10.75], "texture": "#1"}, - "down": {"uv": [5.25, 10.75, 4.75, 11.25], "texture": "#1"} - } - }, - { - "from": [6, 14, 10], - "to": [10, 15, 14], - "faces": { - "north": {"uv": [5.25, 10.75, 6.25, 11], "texture": "#1"}, - "east": {"uv": [6.25, 10.75, 7.25, 11], "texture": "#1"}, - "south": {"uv": [7.25, 10.75, 8.25, 11], "texture": "#1"}, - "west": {"uv": [10.75, 7.25, 11.75, 7.5], "texture": "#1"}, - "up": {"uv": [7, 5.75, 6, 4.75], "texture": "#1"}, - "down": {"uv": [6.25, 6, 5.25, 7], "texture": "#1"} - } - }, - { - "from": [6, 1, 10], - "to": [10, 2, 14], - "faces": { - "north": {"uv": [10.75, 7.5, 11.75, 7.75], "texture": "#1"}, - "east": {"uv": [10.75, 7.75, 11.75, 8], "texture": "#1"}, - "south": {"uv": [8.25, 10.75, 9.25, 11], "texture": "#1"}, - "west": {"uv": [9.25, 10.75, 10.25, 11], "texture": "#1"}, - "up": {"uv": [7.25, 6.75, 6.25, 5.75], "texture": "#1"}, - "down": {"uv": [4.5, 6.75, 3.5, 7.75], "texture": "#1"} - } - }, - { - "from": [6.2, 4, 9.8], - "to": [9.8, 5.9, 11.6], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [9.5, 0.75, 10.375, 1.25], "texture": "#1"}, - "east": {"uv": [11, 10.25, 11.4375, 10.75], "texture": "#1"}, - "south": {"uv": [1, 9.5, 1.875, 10], "texture": "#1"}, - "west": {"uv": [0, 11.25, 0.4375, 11.75], "texture": "#1"}, - "up": {"uv": [3.875, 10.4375, 3, 10], "texture": "#1"}, - "down": {"uv": [10.875, 4.75, 10, 5.1875], "texture": "#1"} - } - }, - { - "from": [6.461, 7, 9.539], - "to": [9.539, 9, 11.078], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [2, 10.25, 2.75, 10.75], "texture": "#1"}, - "east": {"uv": [11.75, 0.25, 12.125, 0.75], "texture": "#1"}, - "south": {"uv": [10.25, 2, 11, 2.5], "texture": "#1"}, - "west": {"uv": [0.75, 11.75, 1.125, 12.25], "texture": "#1"}, - "up": {"uv": [10.5, 10.625, 9.75, 10.25], "texture": "#1"}, - "down": {"uv": [11, 9.75, 10.25, 10.125], "texture": "#1"} - } - }, - { - "from": [6.38, 6, 9.62], - "to": [9.62, 7, 11.24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 1.75, 12.0625, 2], "texture": "#1"}, - "east": {"uv": [12.25, 11.25, 12.625, 11.5], "texture": "#1"}, - "south": {"uv": [3.5, 11.25, 4.3125, 11.5], "texture": "#1"}, - "west": {"uv": [11.5, 12.25, 11.875, 12.5], "texture": "#1"}, - "up": {"uv": [5.5625, 10.625, 4.75, 10.25], "texture": "#1"}, - "down": {"uv": [6.5625, 10.25, 5.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.38, 9, 9.62], - "to": [9.62, 10, 11.24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [4.5, 11.25, 5.3125, 11.5], "texture": "#1"}, - "east": {"uv": [12.25, 11.5, 12.625, 11.75], "texture": "#1"}, - "south": {"uv": [11.25, 4.5, 12.0625, 4.75], "texture": "#1"}, - "west": {"uv": [12.25, 11.75, 12.625, 12], "texture": "#1"}, - "up": {"uv": [11.0625, 6.125, 10.25, 5.75], "texture": "#1"}, - "down": {"uv": [11.0625, 6.25, 10.25, 6.625], "texture": "#1"} - } - }, - { - "from": [6.2, 10, 9.8], - "to": [9.8, 11.9, 11.6], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [3.25, 9.5, 4.125, 10], "texture": "#1"}, - "east": {"uv": [11.25, 0.25, 11.6875, 0.75], "texture": "#1"}, - "south": {"uv": [9.5, 4, 10.375, 4.5], "texture": "#1"}, - "west": {"uv": [0.5, 11.25, 0.9375, 11.75], "texture": "#1"}, - "up": {"uv": [10.875, 5.6875, 10, 5.25], "texture": "#1"}, - "down": {"uv": [10.875, 6.75, 10, 7.1875], "texture": "#1"} - } - }, - { - "from": [6, 11, 10], - "to": [10, 13, 12], - "faces": { - "north": {"uv": [8.5, 1, 9.5, 1.5], "texture": "#1"}, - "east": {"uv": [10.25, 10.75, 10.75, 11.25], "texture": "#1"}, - "south": {"uv": [4, 9, 5, 9.5], "texture": "#1"}, - "west": {"uv": [10.75, 10.75, 11.25, 11.25], "texture": "#1"}, - "up": {"uv": [10, 5.25, 9, 4.75], "texture": "#1"}, - "down": {"uv": [10, 5.25, 9, 5.75], "texture": "#1"} - } - }, - { - "from": [6, 3, 10], - "to": [10, 5, 12], - "faces": { - "north": {"uv": [9, 6.75, 10, 7.25], "texture": "#1"}, - "east": {"uv": [11, 2, 11.5, 2.5], "texture": "#1"}, - "south": {"uv": [9.25, 0.25, 10.25, 0.75], "texture": "#1"}, - "west": {"uv": [2.5, 11, 3, 11.5], "texture": "#1"}, - "up": {"uv": [10.25, 2.5, 9.25, 2], "texture": "#1"}, - "down": {"uv": [3.25, 9.25, 2.25, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 13, 10], - "to": [10, 14, 13], - "faces": { - "north": {"uv": [11, 0, 12, 0.25], "texture": "#1"}, - "east": {"uv": [11.75, 0.75, 12.5, 1], "texture": "#1"}, - "south": {"uv": [11, 2.5, 12, 2.75], "texture": "#1"}, - "west": {"uv": [11.75, 1, 12.5, 1.25], "texture": "#1"}, - "up": {"uv": [8.25, 8, 7.25, 7.25], "texture": "#1"}, - "down": {"uv": [8.5, 0, 7.5, 0.75], "texture": "#1"} - } - }, - { - "from": [6, 2, 10], - "to": [10, 3, 13], - "faces": { - "north": {"uv": [11, 2.75, 12, 3], "texture": "#1"}, - "east": {"uv": [1.25, 11.75, 2, 12], "texture": "#1"}, - "south": {"uv": [11, 3, 12, 3.25], "texture": "#1"}, - "west": {"uv": [11.75, 1.25, 12.5, 1.5], "texture": "#1"}, - "up": {"uv": [8.5, 1.5, 7.5, 0.75], "texture": "#1"}, - "down": {"uv": [5.5, 7.5, 4.5, 8.25], "texture": "#1"} - } - }, - { - "from": [6, 14, 2], - "to": [10, 15, 6], - "faces": { - "north": {"uv": [11, 3.25, 12, 3.5], "texture": "#1"}, - "east": {"uv": [11, 3.5, 12, 3.75], "texture": "#1"}, - "south": {"uv": [11, 3.75, 12, 4], "texture": "#1"}, - "west": {"uv": [11, 4, 12, 4.25], "texture": "#1"}, - "up": {"uv": [7.25, 7.75, 6.25, 6.75], "texture": "#1"}, - "down": {"uv": [1, 7, 0, 8], "texture": "#1"} - } - }, - { - "from": [6, 1, 2], - "to": [10, 2, 6], - "faces": { - "north": {"uv": [11, 4.25, 12, 4.5], "texture": "#1"}, - "east": {"uv": [11, 4.75, 12, 5], "texture": "#1"}, - "south": {"uv": [11, 5, 12, 5.25], "texture": "#1"}, - "west": {"uv": [5.25, 11, 6.25, 11.25], "texture": "#1"}, - "up": {"uv": [2, 8, 1, 7], "texture": "#1"}, - "down": {"uv": [3, 7, 2, 8], "texture": "#1"} - } - }, - { - "from": [6.2, 4, 4.4], - "to": [9.8, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [9.5, 8, 10.375, 8.5], "texture": "#1"}, - "east": {"uv": [11.25, 0.75, 11.6875, 1.25], "texture": "#1"}, - "south": {"uv": [2, 9.75, 2.875, 10.25], "texture": "#1"}, - "west": {"uv": [1, 11.25, 1.4375, 11.75], "texture": "#1"}, - "up": {"uv": [10.875, 9.6875, 10, 9.25], "texture": "#1"}, - "down": {"uv": [0.875, 10.25, 0, 10.6875], "texture": "#1"} - } - }, - { - "from": [6.461, 7, 4.922], - "to": [9.539, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [10.25, 2.5, 11, 3], "texture": "#1"}, - "east": {"uv": [2, 11.75, 2.375, 12.25], "texture": "#1"}, - "south": {"uv": [10.25, 3, 11, 3.5], "texture": "#1"}, - "west": {"uv": [2.5, 11.75, 2.875, 12.25], "texture": "#1"}, - "up": {"uv": [11.25, 1.125, 10.5, 0.75], "texture": "#1"}, - "down": {"uv": [11.25, 1.5, 10.5, 1.875], "texture": "#1"} - } - }, - { - "from": [6.38, 6, 4.76], - "to": [9.62, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 5.75, 12.0625, 6], "texture": "#1"}, - "east": {"uv": [12, 12.25, 12.375, 12.5], "texture": "#1"}, - "south": {"uv": [11.25, 6, 12.0625, 6.25], "texture": "#1"}, - "west": {"uv": [12.25, 12, 12.625, 12.25], "texture": "#1"}, - "up": {"uv": [7.5625, 10.625, 6.75, 10.25], "texture": "#1"}, - "down": {"uv": [8.5625, 10.25, 7.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.38, 9, 4.76], - "to": [9.62, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 6.25, 12.0625, 6.5], "texture": "#1"}, - "east": {"uv": [0, 12.5, 0.375, 12.75], "texture": "#1"}, - "south": {"uv": [11.25, 6.5, 12.0625, 6.75], "texture": "#1"}, - "west": {"uv": [12.5, 0, 12.875, 0.25], "texture": "#1"}, - "up": {"uv": [11.0625, 8.875, 10.25, 8.5], "texture": "#1"}, - "down": {"uv": [9.5625, 10.25, 8.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.2, 10, 4.4], - "to": [9.8, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [4.25, 9.75, 5.125, 10.25], "texture": "#1"}, - "east": {"uv": [11.25, 1.25, 11.6875, 1.75], "texture": "#1"}, - "south": {"uv": [5.25, 9.75, 6.125, 10.25], "texture": "#1"}, - "west": {"uv": [1.5, 11.25, 1.9375, 11.75], "texture": "#1"}, - "up": {"uv": [11.125, 0.6875, 10.25, 0.25], "texture": "#1"}, - "down": {"uv": [1.875, 10.25, 1, 10.6875], "texture": "#1"} - } - }, - { - "from": [6, 11, 4], - "to": [10, 13, 6], - "faces": { - "north": {"uv": [9.25, 2.5, 10.25, 3], "texture": "#1"}, - "east": {"uv": [3, 11, 3.5, 11.5], "texture": "#1"}, - "south": {"uv": [9.25, 3, 10.25, 3.5], "texture": "#1"}, - "west": {"uv": [11, 5.25, 11.5, 5.75], "texture": "#1"}, - "up": {"uv": [10.25, 4, 9.25, 3.5], "texture": "#1"}, - "down": {"uv": [6, 9.25, 5, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 3, 4], - "to": [10, 5, 6], - "faces": { - "north": {"uv": [9.25, 5.75, 10.25, 6.25], "texture": "#1"}, - "east": {"uv": [6.25, 11, 6.75, 11.5], "texture": "#1"}, - "south": {"uv": [6, 9.25, 7, 9.75], "texture": "#1"}, - "west": {"uv": [6.75, 11, 7.25, 11.5], "texture": "#1"}, - "up": {"uv": [10.25, 6.75, 9.25, 6.25], "texture": "#1"}, - "down": {"uv": [8, 9.25, 7, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 13, 3], - "to": [10, 14, 6], - "faces": { - "north": {"uv": [11, 6.75, 12, 7], "texture": "#1"}, - "east": {"uv": [11.75, 1.5, 12.5, 1.75], "texture": "#1"}, - "south": {"uv": [11, 7, 12, 7.25], "texture": "#1"}, - "west": {"uv": [3, 11.75, 3.75, 12], "texture": "#1"}, - "up": {"uv": [4, 8.5, 3, 7.75], "texture": "#1"}, - "down": {"uv": [8.75, 4, 7.75, 4.75], "texture": "#1"} - } - }, - { - "from": [6, 2, 3], - "to": [10, 3, 6], - "faces": { - "north": {"uv": [7.25, 11, 8.25, 11.25], "texture": "#1"}, - "east": {"uv": [3.75, 11.75, 4.5, 12], "texture": "#1"}, - "south": {"uv": [11, 8, 12, 8.25], "texture": "#1"}, - "west": {"uv": [4.5, 11.75, 5.25, 12], "texture": "#1"}, - "up": {"uv": [6.5, 8.5, 5.5, 7.75], "texture": "#1"}, - "down": {"uv": [1, 8, 0, 8.75], "texture": "#1"} - } - }, - { - "from": [2, 14, 6], - "to": [14, 15, 10], - "faces": { - "north": {"uv": [7.5, 1.5, 10.5, 1.75], "texture": "#1"}, - "east": {"uv": [8.25, 11, 9.25, 11.25], "texture": "#1"}, - "south": {"uv": [7.5, 1.75, 10.5, 2], "texture": "#1"}, - "west": {"uv": [11, 8.25, 12, 8.5], "texture": "#1"}, - "up": {"uv": [3, 1, 0, 0], "texture": "#1"}, - "down": {"uv": [3, 1, 0, 2], "texture": "#1"} - } - }, - { - "from": [2, 1, 6], - "to": [14, 2, 10], - "faces": { - "north": {"uv": [6.5, 8, 9.5, 8.25], "texture": "#1"}, - "east": {"uv": [11, 9, 12, 9.25], "texture": "#1"}, - "south": {"uv": [6.5, 8.25, 9.5, 8.5], "texture": "#1"}, - "west": {"uv": [9.25, 11, 10.25, 11.25], "texture": "#1"}, - "up": {"uv": [3, 3, 0, 2], "texture": "#1"}, - "down": {"uv": [3, 3, 0, 4], "texture": "#1"} - } - }, - { - "from": [4.4, 4, 6.2], - "to": [11.6, 5.9, 9.8], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [7.25, 3, 9.0625, 3.5], "texture": "#1"}, - "east": {"uv": [6.25, 9.75, 7.125, 10.25], "texture": "#1"}, - "south": {"uv": [7.25, 3.5, 9.0625, 4], "texture": "#1"}, - "west": {"uv": [7.25, 9.75, 8.125, 10.25], "texture": "#1"}, - "up": {"uv": [3.8125, 5.875, 2, 5], "texture": "#1"}, - "down": {"uv": [5.8125, 5, 4, 5.875], "texture": "#1"} - } - }, - { - "from": [4.922, 7, 6.461], - "to": [11.078, 9, 9.539], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [4.5, 7, 6.0625, 7.5], "texture": "#1"}, - "east": {"uv": [10.25, 3.5, 11, 4], "texture": "#1"}, - "south": {"uv": [7.25, 6.75, 8.8125, 7.25], "texture": "#1"}, - "west": {"uv": [4, 10.25, 4.75, 10.75], "texture": "#1"}, - "up": {"uv": [5.0625, 6.75, 3.5, 6], "texture": "#1"}, - "down": {"uv": [7.5625, 4, 6, 4.75], "texture": "#1"} - } - }, - { - "from": [4.76, 6, 6.38], - "to": [11.24, 7, 9.62], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.25, 9, 10.875, 9.25], "texture": "#1"}, - "east": {"uv": [7.25, 11.25, 8.0625, 11.5], "texture": "#1"}, - "south": {"uv": [9.5, 1.25, 11.125, 1.5], "texture": "#1"}, - "west": {"uv": [8.25, 11.25, 9.0625, 11.5], "texture": "#1"}, - "up": {"uv": [7.125, 2.8125, 5.5, 2], "texture": "#1"}, - "down": {"uv": [7.125, 3, 5.5, 3.8125], "texture": "#1"} - } - }, - { - "from": [4.76, 9, 6.38], - "to": [11.24, 10, 9.62], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.5, 4.5, 11.125, 4.75], "texture": "#1"}, - "east": {"uv": [11.25, 8.5, 12.0625, 8.75], "texture": "#1"}, - "south": {"uv": [0, 10, 1.625, 10.25], "texture": "#1"}, - "west": {"uv": [11.25, 8.75, 12.0625, 9], "texture": "#1"}, - "up": {"uv": [1.625, 6.8125, 0, 6], "texture": "#1"}, - "down": {"uv": [3.375, 6, 1.75, 6.8125], "texture": "#1"} - } - }, - { - "from": [4.4, 10, 6.2], - "to": [11.6, 11.9, 9.8], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [7.25, 5.75, 9.0625, 6.25], "texture": "#1"}, - "east": {"uv": [8.25, 9.75, 9.125, 10.25], "texture": "#1"}, - "south": {"uv": [7.25, 6.25, 9.0625, 6.75], "texture": "#1"}, - "west": {"uv": [9.25, 9.75, 10.125, 10.25], "texture": "#1"}, - "up": {"uv": [7.3125, 0.875, 5.5, 0], "texture": "#1"}, - "down": {"uv": [7.3125, 1, 5.5, 1.875], "texture": "#1"} - } - }, - { - "from": [4, 11, 6], - "to": [12, 13, 10], - "faces": { - "north": {"uv": [7, 4.75, 9, 5.25], "texture": "#1"}, - "east": {"uv": [8, 9.25, 9, 9.75], "texture": "#1"}, - "south": {"uv": [7, 5.25, 9, 5.75], "texture": "#1"}, - "west": {"uv": [9.25, 8.5, 10.25, 9], "texture": "#1"}, - "up": {"uv": [2, 5, 0, 4], "texture": "#1"}, - "down": {"uv": [4, 4, 2, 5], "texture": "#1"} - } - }, - { - "from": [4, 3, 6], - "to": [12, 5, 10], - "faces": { - "north": {"uv": [7.25, 2, 9.25, 2.5], "texture": "#1"}, - "east": {"uv": [9, 9.25, 10, 9.75], "texture": "#1"}, - "south": {"uv": [7.25, 2.5, 9.25, 3], "texture": "#1"}, - "west": {"uv": [0, 9.5, 1, 10], "texture": "#1"}, - "up": {"uv": [6, 5, 4, 4], "texture": "#1"}, - "down": {"uv": [2, 5, 0, 6], "texture": "#1"} - } - }, - { - "from": [3, 13, 6], - "to": [13, 14, 10], - "faces": { - "north": {"uv": [8.25, 7.25, 10.75, 7.5], "texture": "#1"}, - "east": {"uv": [11, 9.25, 12, 9.5], "texture": "#1"}, - "south": {"uv": [8.25, 7.5, 10.75, 7.75], "texture": "#1"}, - "west": {"uv": [11, 9.5, 12, 9.75], "texture": "#1"}, - "up": {"uv": [5.5, 1, 3, 0], "texture": "#1"}, - "down": {"uv": [5.5, 1, 3, 2], "texture": "#1"} - } - }, - { - "from": [3, 2, 6], - "to": [13, 3, 10], - "faces": { - "north": {"uv": [8.25, 7.75, 10.75, 8], "texture": "#1"}, - "east": {"uv": [11, 9.75, 12, 10], "texture": "#1"}, - "south": {"uv": [8.5, 0, 11, 0.25], "texture": "#1"}, - "west": {"uv": [11, 10, 12, 10.25], "texture": "#1"}, - "up": {"uv": [5.5, 3, 3, 2], "texture": "#1"}, - "down": {"uv": [5.5, 3, 3, 4], "texture": "#1"} - } - }, - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [7, 8, 11, 8.25], "texture": "#0"}, - "east": {"uv": [8, 7, 12, 7.25], "texture": "#0"}, - "south": {"uv": [8, 7.25, 12, 7.5], "texture": "#0"}, - "west": {"uv": [8, 7.5, 12, 7.75], "texture": "#0"}, - "up": {"uv": [4, 4, 0, 0], "texture": "#0"}, - "down": {"uv": [4, 4, 0, 8], "texture": "#0"} - } - }, - { - "from": [0, 15, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [8, 7.75, 12, 8], "texture": "#0"}, - "east": {"uv": [7, 8.25, 11, 8.5], "texture": "#0"}, - "south": {"uv": [8.5, 0, 12.5, 0.25], "texture": "#0"}, - "west": {"uv": [8.5, 0.25, 12.5, 0.5], "texture": "#0"}, - "up": {"uv": [8, 4, 4, 0], "texture": "#0"}, - "down": {"uv": [8, 4, 4, 8], "texture": "#0"} - } - }, - { - "from": [14, 1, 0], - "to": [16, 15, 2], - "faces": { - "north": {"uv": [0, 8, 0.5, 11.5], "texture": "#0"}, - "east": {"uv": [8, 0, 8.5, 3.5], "texture": "#0"}, - "south": {"uv": [0.5, 8, 1, 11.5], "texture": "#0"}, - "west": {"uv": [1, 8, 1.5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 1, 8.5, 0.5], "texture": "#0"}, - "down": {"uv": [9, 1, 8.5, 1.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 0], - "to": [2, 15, 2], - "faces": { - "north": {"uv": [1.5, 8, 2, 11.5], "texture": "#0"}, - "east": {"uv": [2, 8, 2.5, 11.5], "texture": "#0"}, - "south": {"uv": [2.5, 8, 3, 11.5], "texture": "#0"}, - "west": {"uv": [3, 8, 3.5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 2, 8.5, 1.5], "texture": "#0"}, - "down": {"uv": [9, 2, 8.5, 2.5], "texture": "#0"} - } - }, - { - "from": [14, 1, 14], - "to": [16, 15, 16], - "faces": { - "north": {"uv": [3.5, 8, 4, 11.5], "texture": "#0"}, - "east": {"uv": [8, 3.5, 8.5, 7], "texture": "#0"}, - "south": {"uv": [4, 8, 4.5, 11.5], "texture": "#0"}, - "west": {"uv": [4.5, 8, 5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 3, 8.5, 2.5], "texture": "#0"}, - "down": {"uv": [9, 3, 8.5, 3.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 14], - "to": [2, 15, 16], - "faces": { - "north": {"uv": [5, 8, 5.5, 11.5], "texture": "#0"}, - "east": {"uv": [5.5, 8, 6, 11.5], "texture": "#0"}, - "south": {"uv": [6, 8, 6.5, 11.5], "texture": "#0"}, - "west": {"uv": [6.5, 8, 7, 11.5], "texture": "#0"}, - "up": {"uv": [9, 4, 8.5, 3.5], "texture": "#0"}, - "down": {"uv": [9, 4, 8.5, 4.5], "texture": "#0"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "children": [ - { - "name": "Pillar", - "origin": [0, 0, 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, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76] - }, - { - "name": "Casing", - "origin": [0, 0, 0], - "children": [77, 78, 79, 80, 81, 82] - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/quantum_transmutation_chamber.json b/src/main/resources/assets/cuboidmod/models/block/quantum_transmutation_chamber.json deleted file mode 100644 index b4b75cb..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/quantum_transmutation_chamber.json +++ /dev/null @@ -1,4083 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "texture_size": [ - 64, - 64 - ], - "textures": { - "0": "cuboidmod:model/quantum_transmutation_chamber_casing", - "1": "cuboidmod:model/quantum_transmutation_chamber_core", - "particle": "cuboidmod:model/quantum_transmutation_chamber_casing" - }, - "elements": [ - { - "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" - } - } - }, - { - "from": [ - 0, - 0, - 0 - ], - "to": [ - 2, - 1, - 16 - ], - "faces": { - "north": { - "uv": [ - 8.5, - 3, - 9, - 3.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4.5, - 3, - 8.5, - 3.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.5, - 3.25, - 9, - 3.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 4.5, - 3.25, - 8.5, - 3.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 0.5, - 4, - 0, - 0 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 1, - 0, - 0.5, - 4 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 14, - 0, - 0 - ], - "to": [ - 16, - 1, - 16 - ], - "faces": { - "north": { - "uv": [ - 9, - 3, - 9.5, - 3.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 3.5, - 4.5, - 7.5, - 4.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9, - 3.25, - 9.5, - 3.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 3.5, - 4.75, - 7.5, - 5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 1.5, - 4, - 1, - 0 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 2, - 0, - 1.5, - 4 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0, - 15, - 0 - ], - "to": [ - 2, - 16, - 16 - ], - "faces": { - "north": { - "uv": [ - 9.5, - 3, - 10, - 3.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 3.5, - 5, - 7.5, - 5.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.5, - 3.25, - 10, - 3.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 3.5, - 5.25, - 7.5, - 5.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 2.5, - 4, - 2, - 0 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 3, - 0, - 2.5, - 4 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 14, - 15, - 0 - ], - "to": [ - 16, - 16, - 16 - ], - "faces": { - "north": { - "uv": [ - 9.5, - 4, - 10, - 4.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 3.5, - 5.5, - 7.5, - 5.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.5, - 4.25, - 10, - 4.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 3.5, - 5.75, - 7.5, - 6 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 3.5, - 4, - 3, - 0 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 4, - 0, - 3.5, - 4 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 1, - 12, - 1 - ], - "to": [ - 4, - 15, - 4 - ], - "faces": { - "north": { - "uv": [ - 7.75, - 8.5, - 8.5, - 9.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8.5, - 8.5, - 9.25, - 9.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.75, - 9.25, - 8.5, - 10 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8.5, - 9.25, - 9.25, - 10 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10, - 9.25, - 9.25, - 8.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10, - 9.25, - 9.25, - 10 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 1, - 1, - 1 - ], - "to": [ - 4, - 4, - 4 - ], - "faces": { - "north": { - "uv": [ - 3.5, - 9.5, - 4.25, - 10.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4.25, - 9.5, - 5, - 10.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 5, - 9.5, - 5.75, - 10.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 5.75, - 9.5, - 6.5, - 10.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.25, - 10.25, - 6.5, - 9.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 3, - 10, - 3.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 1, - 12, - 12 - ], - "to": [ - 4, - 15, - 15 - ], - "faces": { - "north": { - "uv": [ - 10, - 3.75, - 10.75, - 4.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7.75, - 10, - 8.5, - 10.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.5, - 10, - 9.25, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10, - 8.5, - 10.75, - 9.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10, - 10.75, - 9.25, - 10 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 9.25, - 10, - 10 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 1, - 1, - 12 - ], - "to": [ - 4, - 4, - 15 - ], - "faces": { - "north": { - "uv": [ - 10, - 10, - 10.75, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 3.5, - 10.25, - 4.25, - 11 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 4.25, - 10.25, - 5, - 11 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 5, - 10.25, - 5.75, - 11 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 6.5, - 11, - 5.75, - 10.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.25, - 10.25, - 6.5, - 11 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 12, - 12, - 1 - ], - "to": [ - 15, - 15, - 4 - ], - "faces": { - "north": { - "uv": [ - 10.5, - 0, - 11.25, - 0.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 0.75, - 11.25, - 1.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 10.5, - 1.5, - 11.25, - 2.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 2, - 10.5, - 2.75, - 11.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.25, - 3, - 10.5, - 2.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 3.5, - 10.5, - 2.75, - 11.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 12, - 1, - 1 - ], - "to": [ - 15, - 4, - 4 - ], - "faces": { - "north": { - "uv": [ - 10.75, - 3, - 11.5, - 3.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.75, - 3.75, - 11.5, - 4.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 10.75, - 4.5, - 11.5, - 5.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.75, - 5.25, - 11.5, - 6 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.5, - 6.75, - 10.75, - 6 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.5, - 6.75, - 10.75, - 7.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 12, - 12, - 12 - ], - "to": [ - 15, - 15, - 15 - ], - "faces": { - "north": { - "uv": [ - 7.25, - 10.75, - 8, - 11.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.75, - 7.5, - 11.5, - 8.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8, - 10.75, - 8.75, - 11.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.75, - 8.25, - 11.5, - 9 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9.5, - 11.5, - 8.75, - 10.75 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.5, - 9, - 10.75, - 9.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 12, - 1, - 12 - ], - "to": [ - 15, - 4, - 15 - ], - "faces": { - "north": { - "uv": [ - 9.5, - 10.75, - 10.25, - 11.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.75, - 9.75, - 11.5, - 10.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 10.25, - 10.75, - 11, - 11.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 0, - 11, - 0.75, - 11.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 1.5, - 11.75, - 0.75, - 11 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 4.25, - 11, - 3.5, - 11.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 14, - 1, - 15 - ], - "to": [ - 16, - 15, - 16 - ], - "faces": { - "north": { - "uv": [ - 0, - 4, - 0.5, - 7.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 3.5, - 6, - 3.75, - 9.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 4, - 0, - 4.5, - 3.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 3.75, - 6, - 4, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.75, - 10.75, - 7.25, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.25, - 10.5, - 10.75, - 10.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 14, - 1, - 0 - ], - "to": [ - 16, - 15, - 1 - ], - "faces": { - "north": { - "uv": [ - 0.5, - 4, - 1, - 7.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4, - 6, - 4.25, - 9.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 1, - 4, - 1.5, - 7.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 4.25, - 6, - 4.5, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 2, - 11.25, - 1.5, - 11 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 4.75, - 11, - 4.25, - 11.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0, - 1, - 15 - ], - "to": [ - 2, - 15, - 16 - ], - "faces": { - "north": { - "uv": [ - 1.5, - 4, - 2, - 7.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4.5, - 6, - 4.75, - 9.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 2, - 4, - 2.5, - 7.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 4.75, - 6, - 5, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 5.25, - 11.25, - 4.75, - 11 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 5.75, - 11, - 5.25, - 11.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0, - 1, - 0 - ], - "to": [ - 2, - 15, - 1 - ], - "faces": { - "north": { - "uv": [ - 2.5, - 4, - 3, - 7.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 5, - 6, - 5.25, - 9.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 3, - 4, - 3.5, - 7.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 5.25, - 6, - 5.5, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 6.25, - 11.25, - 5.75, - 11 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 6.75, - 11, - 6.25, - 11.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0, - 1, - 1 - ], - "to": [ - 1, - 15, - 2 - ], - "faces": { - "north": { - "uv": [ - 5.5, - 6, - 5.75, - 9.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 5.75, - 6, - 6, - 9.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6, - 6, - 6.25, - 9.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6.25, - 6, - 6.5, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.5, - 9.75, - 7.25, - 9.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.5, - 9.75, - 7.25, - 10 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0, - 1, - 14 - ], - "to": [ - 1, - 15, - 15 - ], - "faces": { - "north": { - "uv": [ - 6.5, - 6, - 6.75, - 9.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6.75, - 6, - 7, - 9.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7, - 6, - 7.25, - 9.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7.25, - 6, - 7.5, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.5, - 10.25, - 7.25, - 10 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.5, - 10.25, - 7.25, - 10.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 15, - 1, - 1 - ], - "to": [ - 16, - 15, - 2 - ], - "faces": { - "north": { - "uv": [ - 0, - 7.5, - 0.25, - 11 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 0.25, - 7.5, - 0.5, - 11 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 0.5, - 7.5, - 0.75, - 11 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 0.75, - 7.5, - 1, - 11 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.5, - 1.5, - 11.25, - 1.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 1.75, - 11.25, - 1.5, - 11.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 15, - 1, - 14 - ], - "to": [ - 16, - 15, - 15 - ], - "faces": { - "north": { - "uv": [ - 1, - 7.5, - 1.25, - 11 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 1.25, - 7.5, - 1.5, - 11 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 1.5, - 7.5, - 1.75, - 11 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 1.75, - 7.5, - 2, - 11 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.5, - 1.75, - 11.25, - 1.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 2, - 11.25, - 1.75, - 11.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 15, - 0 - ], - "to": [ - 14, - 16, - 2 - ], - "faces": { - "north": { - "uv": [ - 6.5, - 4, - 9.5, - 4.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6.75, - 11, - 7.25, - 11.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6.5, - 4.25, - 9.5, - 4.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11, - 10.75, - 11.5, - 11 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 6.5, - 4.5, - 3.5, - 4 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7, - 3.5, - 4, - 4 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 15, - 14 - ], - "to": [ - 14, - 16, - 16 - ], - "faces": { - "north": { - "uv": [ - 7, - 3.5, - 10, - 3.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 11, - 11, - 11.5, - 11.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7, - 3.75, - 10, - 4 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.25, - 0, - 11.75, - 0.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.5, - 0.5, - 4.5, - 0 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.5, - 0.5, - 4.5, - 1 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 0, - 0 - ], - "to": [ - 14, - 1, - 2 - ], - "faces": { - "north": { - "uv": [ - 7.5, - 0, - 10.5, - 0.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 11.25, - 0.25, - 11.75, - 0.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.5, - 0.25, - 10.5, - 0.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.25, - 0.5, - 11.75, - 0.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.5, - 1.5, - 4.5, - 1 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.5, - 1.5, - 4.5, - 2 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 0, - 14 - ], - "to": [ - 14, - 1, - 16 - ], - "faces": { - "north": { - "uv": [ - 7.5, - 0.5, - 10.5, - 0.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 11.25, - 0.75, - 11.75, - 1 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.5, - 0.75, - 10.5, - 1 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.25, - 1, - 11.75, - 1.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.5, - 2.5, - 4.5, - 2 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.5, - 2.5, - 4.5, - 3 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0, - 1, - 2 - ], - "to": [ - 1, - 2, - 14 - ], - "faces": { - "north": { - "uv": [ - 11.25, - 1.75, - 11.5, - 2 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7.5, - 1, - 10.5, - 1.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 2, - 11.25, - 2.25, - 11.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7.5, - 1.25, - 10.5, - 1.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 2.25, - 10.5, - 2, - 7.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 2.5, - 7.5, - 2.25, - 10.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0, - 14, - 2 - ], - "to": [ - 1, - 15, - 14 - ], - "faces": { - "north": { - "uv": [ - 11.25, - 2, - 11.5, - 2.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7.5, - 1.5, - 10.5, - 1.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 2.25, - 11.25, - 2.5, - 11.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7.5, - 1.75, - 10.5, - 2 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 2.75, - 10.5, - 2.5, - 7.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 3, - 7.5, - 2.75, - 10.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 15, - 1, - 2 - ], - "to": [ - 16, - 2, - 14 - ], - "faces": { - "north": { - "uv": [ - 11.25, - 2.25, - 11.5, - 2.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7.5, - 2, - 10.5, - 2.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 2.5, - 11.25, - 2.75, - 11.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7.5, - 2.25, - 10.5, - 2.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 3.25, - 10.5, - 3, - 7.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 3.5, - 7.5, - 3.25, - 10.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 15, - 14, - 2 - ], - "to": [ - 16, - 15, - 14 - ], - "faces": { - "north": { - "uv": [ - 11.25, - 2.5, - 11.5, - 2.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7.5, - 2.5, - 10.5, - 2.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 2.75, - 11.25, - 3, - 11.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7.5, - 2.75, - 10.5, - 3 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.75, - 7.5, - 7.5, - 4.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.75, - 7.5, - 7.5, - 10.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 14, - 0 - ], - "to": [ - 14, - 15, - 1 - ], - "faces": { - "north": { - "uv": [ - 7.75, - 4.5, - 10.75, - 4.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 11.25, - 2.75, - 11.5, - 3 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.75, - 4.75, - 10.75, - 5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 3, - 11.25, - 3.25, - 11.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10.75, - 5.25, - 7.75, - 5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 5.25, - 7.75, - 5.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 14, - 15 - ], - "to": [ - 14, - 15, - 16 - ], - "faces": { - "north": { - "uv": [ - 7.75, - 5.5, - 10.75, - 5.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 3.25, - 11.25, - 3.5, - 11.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.75, - 5.75, - 10.75, - 6 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 4.25, - 11.25, - 4.5, - 11.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10.75, - 6.25, - 7.75, - 6 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 6.25, - 7.75, - 6.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 1, - 0 - ], - "to": [ - 14, - 2, - 1 - ], - "faces": { - "north": { - "uv": [ - 7.75, - 6.5, - 10.75, - 6.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4.5, - 11.25, - 4.75, - 11.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.75, - 6.75, - 10.75, - 7 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 4.75, - 11.25, - 5, - 11.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10.75, - 7.25, - 7.75, - 7 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 7.25, - 7.75, - 7.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 1, - 15 - ], - "to": [ - 14, - 2, - 16 - ], - "faces": { - "north": { - "uv": [ - 7.75, - 7.5, - 10.75, - 7.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 5, - 11.25, - 5.25, - 11.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.75, - 7.75, - 10.75, - 8 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 5.25, - 11.25, - 5.5, - 11.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10.75, - 8.25, - 7.75, - 8 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 8.25, - 7.75, - 8.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 2, - 15 - ], - "to": [ - 3, - 3, - 15.5 - ], - "faces": { - "north": { - "uv": [ - 5.5, - 11.25, - 5.75, - 11.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6.5, - 11.5, - 6.625, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 5.75, - 11.25, - 6, - 11.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 6.5, - 11.625, - 6.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7, - 11.625, - 6.75, - 11.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.75, - 6.75, - 11.5, - 6.875 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 2, - 0.5 - ], - "to": [ - 3, - 3, - 1 - ], - "faces": { - "north": { - "uv": [ - 6, - 11.25, - 6.25, - 11.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7, - 11.5, - 7.125, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6.25, - 11.25, - 6.5, - 11.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 7, - 11.625, - 7.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.5, - 11.625, - 7.25, - 11.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.75, - 7.25, - 11.5, - 7.375 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 13, - 15 - ], - "to": [ - 3, - 14, - 15.5 - ], - "faces": { - "north": { - "uv": [ - 6.5, - 11.25, - 6.75, - 11.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7.5, - 11.5, - 7.625, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6.75, - 11.25, - 7, - 11.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 7.5, - 11.625, - 7.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8, - 11.625, - 7.75, - 11.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.75, - 7.75, - 11.5, - 7.875 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 13, - 0.5 - ], - "to": [ - 3, - 14, - 1 - ], - "faces": { - "north": { - "uv": [ - 7, - 11.25, - 7.25, - 11.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8, - 11.5, - 8.125, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 11.25, - 10.5, - 11.5, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 8, - 11.625, - 8.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8.5, - 11.625, - 8.25, - 11.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.75, - 8.25, - 11.5, - 8.375 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 13, - 2, - 15 - ], - "to": [ - 14, - 3, - 15.5 - ], - "faces": { - "north": { - "uv": [ - 11, - 11.25, - 11.25, - 11.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8.5, - 11.5, - 8.625, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 11.25, - 11.25, - 11.5, - 11.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 8.5, - 11.625, - 8.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9, - 11.625, - 8.75, - 11.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.75, - 8.75, - 11.5, - 8.875 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 13, - 2, - 0.5 - ], - "to": [ - 14, - 3, - 1 - ], - "faces": { - "north": { - "uv": [ - 11.5, - 1.25, - 11.75, - 1.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 9, - 11.5, - 9.125, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 1.5, - 11.5, - 1.75, - 11.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 9, - 11.625, - 9.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9.5, - 11.625, - 9.25, - 11.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.75, - 9.25, - 11.5, - 9.375 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 13, - 13, - 15 - ], - "to": [ - 14, - 14, - 15.5 - ], - "faces": { - "north": { - "uv": [ - 11.5, - 1.5, - 11.75, - 1.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 9.5, - 11.5, - 9.625, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 1.75, - 11.5, - 2, - 11.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 9.5, - 11.625, - 9.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10, - 11.625, - 9.75, - 11.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.75, - 9.75, - 11.5, - 9.875 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 13, - 13, - 0.5 - ], - "to": [ - 14, - 14, - 1 - ], - "faces": { - "north": { - "uv": [ - 11.5, - 1.75, - 11.75, - 2 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10, - 11.5, - 10.125, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 2, - 11.5, - 2.25, - 11.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 10, - 11.625, - 10.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10.5, - 11.625, - 10.25, - 11.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.75, - 10.25, - 11.5, - 10.375 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 13, - 15, - 2 - ], - "to": [ - 14, - 15.5, - 3 - ], - "faces": { - "north": { - "uv": [ - 10.5, - 11.5, - 10.75, - 11.625 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 11.5, - 10.5, - 11.75, - 10.625 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 10.75, - 11.5, - 11, - 11.625 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 10.75, - 11.75, - 10.875 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.75, - 2.25, - 11.5, - 2 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 2.5, - 11.5, - 2.25, - 11.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 13, - 0.5, - 2 - ], - "to": [ - 14, - 1, - 3 - ], - "faces": { - "north": { - "uv": [ - 11, - 11.5, - 11.25, - 11.625 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 11.5, - 11, - 11.75, - 11.125 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 11.25, - 11.5, - 11.5, - 11.625 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 11.25, - 11.75, - 11.375 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.75, - 2.5, - 11.5, - 2.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 2.75, - 11.5, - 2.5, - 11.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 15, - 2 - ], - "to": [ - 3, - 15.5, - 3 - ], - "faces": { - "north": { - "uv": [ - 11.5, - 11.5, - 11.75, - 11.625 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 0, - 11.75, - 0.25, - 11.875 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 11.75, - 0, - 12, - 0.125 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 0.25, - 11.75, - 0.5, - 11.875 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.75, - 2.75, - 11.5, - 2.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 3, - 11.5, - 2.75, - 11.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 0.5, - 2 - ], - "to": [ - 3, - 1, - 3 - ], - "faces": { - "north": { - "uv": [ - 11.75, - 0.25, - 12, - 0.375 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 0.5, - 11.75, - 0.75, - 11.875 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 11.75, - 0.5, - 12, - 0.625 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 0.75, - 11.75, - 1, - 11.875 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.75, - 3, - 11.5, - 2.75 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 3.25, - 11.5, - 3, - 11.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 13, - 15, - 13 - ], - "to": [ - 14, - 15.5, - 14 - ], - "faces": { - "north": { - "uv": [ - 11.75, - 0.75, - 12, - 0.875 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 1, - 11.75, - 1.25, - 11.875 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 11.75, - 1, - 12, - 1.125 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 1.25, - 11.75, - 1.5, - 11.875 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.75, - 3.25, - 11.5, - 3 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 3.5, - 11.5, - 3.25, - 11.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 13, - 0.5, - 13 - ], - "to": [ - 14, - 1, - 14 - ], - "faces": { - "north": { - "uv": [ - 11.75, - 1.25, - 12, - 1.375 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 1.5, - 11.75, - 1.75, - 11.875 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 11.75, - 1.5, - 12, - 1.625 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 1.75, - 11.75, - 2, - 11.875 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.75, - 3.5, - 11.5, - 3.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.75, - 3.5, - 11.5, - 3.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 15, - 13 - ], - "to": [ - 3, - 15.5, - 14 - ], - "faces": { - "north": { - "uv": [ - 11.75, - 1.75, - 12, - 1.875 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 2, - 11.75, - 2.25, - 11.875 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 11.75, - 2, - 12, - 2.125 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 2.25, - 11.75, - 2.5, - 11.875 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.75, - 4, - 11.5, - 3.75 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.75, - 4, - 11.5, - 4.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 0.5, - 13 - ], - "to": [ - 3, - 1, - 14 - ], - "faces": { - "north": { - "uv": [ - 11.75, - 2.25, - 12, - 2.375 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 2.5, - 11.75, - 2.75, - 11.875 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 11.75, - 2.5, - 12, - 2.625 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 2.75, - 11.75, - 3, - 11.875 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 4.5, - 11.75, - 4.25, - 11.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.75, - 4.25, - 11.5, - 4.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0.5, - 2, - 13 - ], - "to": [ - 1, - 3, - 14 - ], - "faces": { - "north": { - "uv": [ - 11.75, - 2.75, - 11.875, - 3 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4.5, - 11.5, - 4.75, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 3, - 11.75, - 3.125, - 12 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 4.5, - 11.75, - 4.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.875, - 3.25, - 11.75, - 3 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 3.375, - 11.75, - 3.25, - 12 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 15, - 2, - 13 - ], - "to": [ - 15.5, - 3, - 14 - ], - "faces": { - "north": { - "uv": [ - 11.75, - 3.25, - 11.875, - 3.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4.75, - 11.5, - 5, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 3.5, - 11.75, - 3.625, - 12 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 4.75, - 11.75, - 5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.875, - 3.75, - 11.75, - 3.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 3.875, - 11.75, - 3.75, - 12 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0.5, - 13, - 13 - ], - "to": [ - 1, - 14, - 14 - ], - "faces": { - "north": { - "uv": [ - 11.75, - 3.75, - 11.875, - 4 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 5, - 11.5, - 5.25, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 4, - 11.75, - 4.125, - 12 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 5, - 11.75, - 5.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.875, - 4.25, - 11.75, - 4 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 4.375, - 11.75, - 4.25, - 12 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 15, - 13, - 13 - ], - "to": [ - 15.5, - 14, - 14 - ], - "faces": { - "north": { - "uv": [ - 11.75, - 4.25, - 11.875, - 4.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 5.25, - 11.5, - 5.5, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 4.5, - 11.75, - 4.625, - 12 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 5.25, - 11.75, - 5.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.875, - 4.75, - 11.75, - 4.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 4.875, - 11.75, - 4.75, - 12 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0.5, - 2, - 2 - ], - "to": [ - 1, - 3, - 3 - ], - "faces": { - "north": { - "uv": [ - 11.75, - 4.75, - 11.875, - 5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 5.5, - 11.5, - 5.75, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 5, - 11.75, - 5.125, - 12 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 5.5, - 11.75, - 5.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.875, - 5.25, - 11.75, - 5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 5.375, - 11.75, - 5.25, - 12 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 15, - 2, - 2 - ], - "to": [ - 15.5, - 3, - 3 - ], - "faces": { - "north": { - "uv": [ - 11.75, - 5.25, - 11.875, - 5.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 5.75, - 11.5, - 6, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 5.5, - 11.75, - 5.625, - 12 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 5.75, - 11.75, - 6 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.875, - 5.75, - 11.75, - 5.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 5.875, - 11.75, - 5.75, - 12 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0.5, - 13, - 2 - ], - "to": [ - 1, - 14, - 3 - ], - "faces": { - "north": { - "uv": [ - 11.75, - 5.75, - 11.875, - 6 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6, - 11.5, - 6.25, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6, - 11.75, - 6.125, - 12 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 6, - 11.75, - 6.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.875, - 6.25, - 11.75, - 6 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 6.375, - 11.75, - 6.25, - 12 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 15, - 13, - 2 - ], - "to": [ - 15.5, - 14, - 3 - ], - "faces": { - "north": { - "uv": [ - 11.75, - 6.25, - 11.875, - 6.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6.25, - 11.5, - 6.5, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6.5, - 11.75, - 6.625, - 12 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 6.25, - 11.75, - 6.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.875, - 6.75, - 11.75, - 6.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 6.875, - 11.75, - 6.75, - 12 - ], - "texture": "#0" - } - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [ - -35, - 10, - 6 - ], - "translation": [ - 0, - 5, - 0 - ], - "scale": [ - 0.5, - 0.5, - 0.5 - ] - }, - "thirdperson_lefthand": { - "rotation": [ - -35, - 10, - 6 - ], - "translation": [ - 0, - 5, - 0 - ], - "scale": [ - 0.5, - 0.5, - 0.5 - ] - }, - "firstperson_righthand": { - "rotation": [ - 0, - 12, - 6 - ], - "translation": [ - 0.5, - -1.5, - 2.5 - ], - "scale": [ - 0.6, - 0.6, - 0.6 - ] - }, - "firstperson_lefthand": { - "rotation": [ - 0, - 12, - 6 - ], - "translation": [ - 0.5, - -1.5, - 2.5 - ], - "scale": [ - 0.6, - 0.6, - 0.6 - ] - }, - "ground": { - "translation": [ - 0, - 3, - 0 - ], - "scale": [ - 0.5, - 0.5, - 0.5 - ] - }, - "gui": { - "rotation": [ - 18, - 22, - 0 - ], - "translation": [ - 0, - 0.75, - 0 - ], - "scale": [ - 0.6, - 0.6, - 0.6 - ] - }, - "head": { - "translation": [ - 0, - 14, - 0 - ] - }, - "fixed": { - "rotation": [ - -10, - 22, - -3 - ], - "translation": [ - 0, - 0.75, - 0 - ], - "scale": [ - 0.7, - 0.7, - 0.7 - ] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [ - 0, - 0, - 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, - 25, - 26, - 27, - 28, - 29, - 30, - 31, - 32, - 33, - 34, - 35, - 36, - 37, - 38, - 39, - 40, - 41, - 42, - 43, - 44, - 45, - 46, - 47, - 48, - 49, - 50, - 51, - 52, - 53, - 54, - 55, - 56 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/quantum_transmutation_chamber_lit.json b/src/main/resources/assets/cuboidmod/models/block/quantum_transmutation_chamber_lit.json deleted file mode 100644 index 747b889..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/quantum_transmutation_chamber_lit.json +++ /dev/null @@ -1,4083 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "texture_size": [ - 64, - 64 - ], - "textures": { - "0": "cuboidmod:model/quantum_transmutation_chamber_casing", - "1": "cuboidmod:model/quantum_transmutation_chamber_core_lit", - "particle": "cuboidmod:model/quantum_transmutation_chamber_casing" - }, - "elements": [ - { - "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" - } - } - }, - { - "from": [ - 0, - 0, - 0 - ], - "to": [ - 2, - 1, - 16 - ], - "faces": { - "north": { - "uv": [ - 8.5, - 3, - 9, - 3.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4.5, - 3, - 8.5, - 3.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.5, - 3.25, - 9, - 3.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 4.5, - 3.25, - 8.5, - 3.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 0.5, - 4, - 0, - 0 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 1, - 0, - 0.5, - 4 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 14, - 0, - 0 - ], - "to": [ - 16, - 1, - 16 - ], - "faces": { - "north": { - "uv": [ - 9, - 3, - 9.5, - 3.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 3.5, - 4.5, - 7.5, - 4.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9, - 3.25, - 9.5, - 3.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 3.5, - 4.75, - 7.5, - 5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 1.5, - 4, - 1, - 0 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 2, - 0, - 1.5, - 4 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0, - 15, - 0 - ], - "to": [ - 2, - 16, - 16 - ], - "faces": { - "north": { - "uv": [ - 9.5, - 3, - 10, - 3.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 3.5, - 5, - 7.5, - 5.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.5, - 3.25, - 10, - 3.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 3.5, - 5.25, - 7.5, - 5.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 2.5, - 4, - 2, - 0 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 3, - 0, - 2.5, - 4 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 14, - 15, - 0 - ], - "to": [ - 16, - 16, - 16 - ], - "faces": { - "north": { - "uv": [ - 9.5, - 4, - 10, - 4.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 3.5, - 5.5, - 7.5, - 5.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.5, - 4.25, - 10, - 4.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 3.5, - 5.75, - 7.5, - 6 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 3.5, - 4, - 3, - 0 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 4, - 0, - 3.5, - 4 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 1, - 12, - 1 - ], - "to": [ - 4, - 15, - 4 - ], - "faces": { - "north": { - "uv": [ - 7.75, - 8.5, - 8.5, - 9.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8.5, - 8.5, - 9.25, - 9.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.75, - 9.25, - 8.5, - 10 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8.5, - 9.25, - 9.25, - 10 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10, - 9.25, - 9.25, - 8.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10, - 9.25, - 9.25, - 10 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 1, - 1, - 1 - ], - "to": [ - 4, - 4, - 4 - ], - "faces": { - "north": { - "uv": [ - 3.5, - 9.5, - 4.25, - 10.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4.25, - 9.5, - 5, - 10.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 5, - 9.5, - 5.75, - 10.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 5.75, - 9.5, - 6.5, - 10.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.25, - 10.25, - 6.5, - 9.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 3, - 10, - 3.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 1, - 12, - 12 - ], - "to": [ - 4, - 15, - 15 - ], - "faces": { - "north": { - "uv": [ - 10, - 3.75, - 10.75, - 4.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7.75, - 10, - 8.5, - 10.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.5, - 10, - 9.25, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10, - 8.5, - 10.75, - 9.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10, - 10.75, - 9.25, - 10 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 9.25, - 10, - 10 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 1, - 1, - 12 - ], - "to": [ - 4, - 4, - 15 - ], - "faces": { - "north": { - "uv": [ - 10, - 10, - 10.75, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 3.5, - 10.25, - 4.25, - 11 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 4.25, - 10.25, - 5, - 11 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 5, - 10.25, - 5.75, - 11 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 6.5, - 11, - 5.75, - 10.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.25, - 10.25, - 6.5, - 11 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 12, - 12, - 1 - ], - "to": [ - 15, - 15, - 4 - ], - "faces": { - "north": { - "uv": [ - 10.5, - 0, - 11.25, - 0.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 0.75, - 11.25, - 1.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 10.5, - 1.5, - 11.25, - 2.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 2, - 10.5, - 2.75, - 11.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.25, - 3, - 10.5, - 2.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 3.5, - 10.5, - 2.75, - 11.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 12, - 1, - 1 - ], - "to": [ - 15, - 4, - 4 - ], - "faces": { - "north": { - "uv": [ - 10.75, - 3, - 11.5, - 3.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.75, - 3.75, - 11.5, - 4.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 10.75, - 4.5, - 11.5, - 5.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.75, - 5.25, - 11.5, - 6 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.5, - 6.75, - 10.75, - 6 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.5, - 6.75, - 10.75, - 7.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 12, - 12, - 12 - ], - "to": [ - 15, - 15, - 15 - ], - "faces": { - "north": { - "uv": [ - 7.25, - 10.75, - 8, - 11.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.75, - 7.5, - 11.5, - 8.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8, - 10.75, - 8.75, - 11.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.75, - 8.25, - 11.5, - 9 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9.5, - 11.5, - 8.75, - 10.75 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.5, - 9, - 10.75, - 9.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 12, - 1, - 12 - ], - "to": [ - 15, - 4, - 15 - ], - "faces": { - "north": { - "uv": [ - 9.5, - 10.75, - 10.25, - 11.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.75, - 9.75, - 11.5, - 10.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 10.25, - 10.75, - 11, - 11.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 0, - 11, - 0.75, - 11.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 1.5, - 11.75, - 0.75, - 11 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 4.25, - 11, - 3.5, - 11.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 14, - 1, - 15 - ], - "to": [ - 16, - 15, - 16 - ], - "faces": { - "north": { - "uv": [ - 0, - 4, - 0.5, - 7.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 3.5, - 6, - 3.75, - 9.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 4, - 0, - 4.5, - 3.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 3.75, - 6, - 4, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.75, - 10.75, - 7.25, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.25, - 10.5, - 10.75, - 10.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 14, - 1, - 0 - ], - "to": [ - 16, - 15, - 1 - ], - "faces": { - "north": { - "uv": [ - 0.5, - 4, - 1, - 7.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4, - 6, - 4.25, - 9.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 1, - 4, - 1.5, - 7.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 4.25, - 6, - 4.5, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 2, - 11.25, - 1.5, - 11 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 4.75, - 11, - 4.25, - 11.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0, - 1, - 15 - ], - "to": [ - 2, - 15, - 16 - ], - "faces": { - "north": { - "uv": [ - 1.5, - 4, - 2, - 7.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4.5, - 6, - 4.75, - 9.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 2, - 4, - 2.5, - 7.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 4.75, - 6, - 5, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 5.25, - 11.25, - 4.75, - 11 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 5.75, - 11, - 5.25, - 11.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0, - 1, - 0 - ], - "to": [ - 2, - 15, - 1 - ], - "faces": { - "north": { - "uv": [ - 2.5, - 4, - 3, - 7.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 5, - 6, - 5.25, - 9.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 3, - 4, - 3.5, - 7.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 5.25, - 6, - 5.5, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 6.25, - 11.25, - 5.75, - 11 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 6.75, - 11, - 6.25, - 11.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0, - 1, - 1 - ], - "to": [ - 1, - 15, - 2 - ], - "faces": { - "north": { - "uv": [ - 5.5, - 6, - 5.75, - 9.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 5.75, - 6, - 6, - 9.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6, - 6, - 6.25, - 9.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6.25, - 6, - 6.5, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.5, - 9.75, - 7.25, - 9.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.5, - 9.75, - 7.25, - 10 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0, - 1, - 14 - ], - "to": [ - 1, - 15, - 15 - ], - "faces": { - "north": { - "uv": [ - 6.5, - 6, - 6.75, - 9.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6.75, - 6, - 7, - 9.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7, - 6, - 7.25, - 9.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7.25, - 6, - 7.5, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.5, - 10.25, - 7.25, - 10 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.5, - 10.25, - 7.25, - 10.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 15, - 1, - 1 - ], - "to": [ - 16, - 15, - 2 - ], - "faces": { - "north": { - "uv": [ - 0, - 7.5, - 0.25, - 11 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 0.25, - 7.5, - 0.5, - 11 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 0.5, - 7.5, - 0.75, - 11 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 0.75, - 7.5, - 1, - 11 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.5, - 1.5, - 11.25, - 1.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 1.75, - 11.25, - 1.5, - 11.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 15, - 1, - 14 - ], - "to": [ - 16, - 15, - 15 - ], - "faces": { - "north": { - "uv": [ - 1, - 7.5, - 1.25, - 11 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 1.25, - 7.5, - 1.5, - 11 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 1.5, - 7.5, - 1.75, - 11 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 1.75, - 7.5, - 2, - 11 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.5, - 1.75, - 11.25, - 1.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 2, - 11.25, - 1.75, - 11.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 15, - 0 - ], - "to": [ - 14, - 16, - 2 - ], - "faces": { - "north": { - "uv": [ - 6.5, - 4, - 9.5, - 4.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6.75, - 11, - 7.25, - 11.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6.5, - 4.25, - 9.5, - 4.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11, - 10.75, - 11.5, - 11 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 6.5, - 4.5, - 3.5, - 4 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7, - 3.5, - 4, - 4 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 15, - 14 - ], - "to": [ - 14, - 16, - 16 - ], - "faces": { - "north": { - "uv": [ - 7, - 3.5, - 10, - 3.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 11, - 11, - 11.5, - 11.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7, - 3.75, - 10, - 4 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.25, - 0, - 11.75, - 0.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.5, - 0.5, - 4.5, - 0 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.5, - 0.5, - 4.5, - 1 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 0, - 0 - ], - "to": [ - 14, - 1, - 2 - ], - "faces": { - "north": { - "uv": [ - 7.5, - 0, - 10.5, - 0.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 11.25, - 0.25, - 11.75, - 0.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.5, - 0.25, - 10.5, - 0.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.25, - 0.5, - 11.75, - 0.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.5, - 1.5, - 4.5, - 1 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.5, - 1.5, - 4.5, - 2 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 0, - 14 - ], - "to": [ - 14, - 1, - 16 - ], - "faces": { - "north": { - "uv": [ - 7.5, - 0.5, - 10.5, - 0.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 11.25, - 0.75, - 11.75, - 1 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.5, - 0.75, - 10.5, - 1 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.25, - 1, - 11.75, - 1.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.5, - 2.5, - 4.5, - 2 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.5, - 2.5, - 4.5, - 3 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0, - 1, - 2 - ], - "to": [ - 1, - 2, - 14 - ], - "faces": { - "north": { - "uv": [ - 11.25, - 1.75, - 11.5, - 2 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7.5, - 1, - 10.5, - 1.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 2, - 11.25, - 2.25, - 11.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7.5, - 1.25, - 10.5, - 1.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 2.25, - 10.5, - 2, - 7.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 2.5, - 7.5, - 2.25, - 10.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0, - 14, - 2 - ], - "to": [ - 1, - 15, - 14 - ], - "faces": { - "north": { - "uv": [ - 11.25, - 2, - 11.5, - 2.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7.5, - 1.5, - 10.5, - 1.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 2.25, - 11.25, - 2.5, - 11.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7.5, - 1.75, - 10.5, - 2 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 2.75, - 10.5, - 2.5, - 7.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 3, - 7.5, - 2.75, - 10.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 15, - 1, - 2 - ], - "to": [ - 16, - 2, - 14 - ], - "faces": { - "north": { - "uv": [ - 11.25, - 2.25, - 11.5, - 2.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7.5, - 2, - 10.5, - 2.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 2.5, - 11.25, - 2.75, - 11.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7.5, - 2.25, - 10.5, - 2.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 3.25, - 10.5, - 3, - 7.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 3.5, - 7.5, - 3.25, - 10.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 15, - 14, - 2 - ], - "to": [ - 16, - 15, - 14 - ], - "faces": { - "north": { - "uv": [ - 11.25, - 2.5, - 11.5, - 2.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7.5, - 2.5, - 10.5, - 2.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 2.75, - 11.25, - 3, - 11.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7.5, - 2.75, - 10.5, - 3 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.75, - 7.5, - 7.5, - 4.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.75, - 7.5, - 7.5, - 10.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 14, - 0 - ], - "to": [ - 14, - 15, - 1 - ], - "faces": { - "north": { - "uv": [ - 7.75, - 4.5, - 10.75, - 4.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 11.25, - 2.75, - 11.5, - 3 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.75, - 4.75, - 10.75, - 5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 3, - 11.25, - 3.25, - 11.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10.75, - 5.25, - 7.75, - 5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 5.25, - 7.75, - 5.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 14, - 15 - ], - "to": [ - 14, - 15, - 16 - ], - "faces": { - "north": { - "uv": [ - 7.75, - 5.5, - 10.75, - 5.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 3.25, - 11.25, - 3.5, - 11.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.75, - 5.75, - 10.75, - 6 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 4.25, - 11.25, - 4.5, - 11.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10.75, - 6.25, - 7.75, - 6 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 6.25, - 7.75, - 6.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 1, - 0 - ], - "to": [ - 14, - 2, - 1 - ], - "faces": { - "north": { - "uv": [ - 7.75, - 6.5, - 10.75, - 6.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4.5, - 11.25, - 4.75, - 11.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.75, - 6.75, - 10.75, - 7 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 4.75, - 11.25, - 5, - 11.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10.75, - 7.25, - 7.75, - 7 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 7.25, - 7.75, - 7.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 1, - 15 - ], - "to": [ - 14, - 2, - 16 - ], - "faces": { - "north": { - "uv": [ - 7.75, - 7.5, - 10.75, - 7.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 5, - 11.25, - 5.25, - 11.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.75, - 7.75, - 10.75, - 8 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 5.25, - 11.25, - 5.5, - 11.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10.75, - 8.25, - 7.75, - 8 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 8.25, - 7.75, - 8.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 2, - 15 - ], - "to": [ - 3, - 3, - 15.5 - ], - "faces": { - "north": { - "uv": [ - 5.5, - 11.25, - 5.75, - 11.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6.5, - 11.5, - 6.625, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 5.75, - 11.25, - 6, - 11.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 6.5, - 11.625, - 6.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7, - 11.625, - 6.75, - 11.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.75, - 6.75, - 11.5, - 6.875 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 2, - 0.5 - ], - "to": [ - 3, - 3, - 1 - ], - "faces": { - "north": { - "uv": [ - 6, - 11.25, - 6.25, - 11.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7, - 11.5, - 7.125, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6.25, - 11.25, - 6.5, - 11.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 7, - 11.625, - 7.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.5, - 11.625, - 7.25, - 11.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.75, - 7.25, - 11.5, - 7.375 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 13, - 15 - ], - "to": [ - 3, - 14, - 15.5 - ], - "faces": { - "north": { - "uv": [ - 6.5, - 11.25, - 6.75, - 11.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7.5, - 11.5, - 7.625, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6.75, - 11.25, - 7, - 11.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 7.5, - 11.625, - 7.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8, - 11.625, - 7.75, - 11.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.75, - 7.75, - 11.5, - 7.875 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 13, - 0.5 - ], - "to": [ - 3, - 14, - 1 - ], - "faces": { - "north": { - "uv": [ - 7, - 11.25, - 7.25, - 11.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8, - 11.5, - 8.125, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 11.25, - 10.5, - 11.5, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 8, - 11.625, - 8.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8.5, - 11.625, - 8.25, - 11.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.75, - 8.25, - 11.5, - 8.375 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 13, - 2, - 15 - ], - "to": [ - 14, - 3, - 15.5 - ], - "faces": { - "north": { - "uv": [ - 11, - 11.25, - 11.25, - 11.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8.5, - 11.5, - 8.625, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 11.25, - 11.25, - 11.5, - 11.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 8.5, - 11.625, - 8.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9, - 11.625, - 8.75, - 11.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.75, - 8.75, - 11.5, - 8.875 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 13, - 2, - 0.5 - ], - "to": [ - 14, - 3, - 1 - ], - "faces": { - "north": { - "uv": [ - 11.5, - 1.25, - 11.75, - 1.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 9, - 11.5, - 9.125, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 1.5, - 11.5, - 1.75, - 11.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 9, - 11.625, - 9.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9.5, - 11.625, - 9.25, - 11.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.75, - 9.25, - 11.5, - 9.375 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 13, - 13, - 15 - ], - "to": [ - 14, - 14, - 15.5 - ], - "faces": { - "north": { - "uv": [ - 11.5, - 1.5, - 11.75, - 1.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 9.5, - 11.5, - 9.625, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 1.75, - 11.5, - 2, - 11.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 9.5, - 11.625, - 9.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10, - 11.625, - 9.75, - 11.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.75, - 9.75, - 11.5, - 9.875 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 13, - 13, - 0.5 - ], - "to": [ - 14, - 14, - 1 - ], - "faces": { - "north": { - "uv": [ - 11.5, - 1.75, - 11.75, - 2 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10, - 11.5, - 10.125, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 2, - 11.5, - 2.25, - 11.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 10, - 11.625, - 10.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10.5, - 11.625, - 10.25, - 11.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.75, - 10.25, - 11.5, - 10.375 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 13, - 15, - 2 - ], - "to": [ - 14, - 15.5, - 3 - ], - "faces": { - "north": { - "uv": [ - 10.5, - 11.5, - 10.75, - 11.625 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 11.5, - 10.5, - 11.75, - 10.625 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 10.75, - 11.5, - 11, - 11.625 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 10.75, - 11.75, - 10.875 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.75, - 2.25, - 11.5, - 2 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 2.5, - 11.5, - 2.25, - 11.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 13, - 0.5, - 2 - ], - "to": [ - 14, - 1, - 3 - ], - "faces": { - "north": { - "uv": [ - 11, - 11.5, - 11.25, - 11.625 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 11.5, - 11, - 11.75, - 11.125 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 11.25, - 11.5, - 11.5, - 11.625 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 11.25, - 11.75, - 11.375 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.75, - 2.5, - 11.5, - 2.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 2.75, - 11.5, - 2.5, - 11.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 15, - 2 - ], - "to": [ - 3, - 15.5, - 3 - ], - "faces": { - "north": { - "uv": [ - 11.5, - 11.5, - 11.75, - 11.625 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 0, - 11.75, - 0.25, - 11.875 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 11.75, - 0, - 12, - 0.125 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 0.25, - 11.75, - 0.5, - 11.875 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.75, - 2.75, - 11.5, - 2.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 3, - 11.5, - 2.75, - 11.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 0.5, - 2 - ], - "to": [ - 3, - 1, - 3 - ], - "faces": { - "north": { - "uv": [ - 11.75, - 0.25, - 12, - 0.375 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 0.5, - 11.75, - 0.75, - 11.875 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 11.75, - 0.5, - 12, - 0.625 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 0.75, - 11.75, - 1, - 11.875 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.75, - 3, - 11.5, - 2.75 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 3.25, - 11.5, - 3, - 11.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 13, - 15, - 13 - ], - "to": [ - 14, - 15.5, - 14 - ], - "faces": { - "north": { - "uv": [ - 11.75, - 0.75, - 12, - 0.875 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 1, - 11.75, - 1.25, - 11.875 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 11.75, - 1, - 12, - 1.125 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 1.25, - 11.75, - 1.5, - 11.875 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.75, - 3.25, - 11.5, - 3 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 3.5, - 11.5, - 3.25, - 11.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 13, - 0.5, - 13 - ], - "to": [ - 14, - 1, - 14 - ], - "faces": { - "north": { - "uv": [ - 11.75, - 1.25, - 12, - 1.375 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 1.5, - 11.75, - 1.75, - 11.875 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 11.75, - 1.5, - 12, - 1.625 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 1.75, - 11.75, - 2, - 11.875 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.75, - 3.5, - 11.5, - 3.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.75, - 3.5, - 11.5, - 3.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 15, - 13 - ], - "to": [ - 3, - 15.5, - 14 - ], - "faces": { - "north": { - "uv": [ - 11.75, - 1.75, - 12, - 1.875 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 2, - 11.75, - 2.25, - 11.875 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 11.75, - 2, - 12, - 2.125 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 2.25, - 11.75, - 2.5, - 11.875 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.75, - 4, - 11.5, - 3.75 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.75, - 4, - 11.5, - 4.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 2, - 0.5, - 13 - ], - "to": [ - 3, - 1, - 14 - ], - "faces": { - "north": { - "uv": [ - 11.75, - 2.25, - 12, - 2.375 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 2.5, - 11.75, - 2.75, - 11.875 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 11.75, - 2.5, - 12, - 2.625 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 2.75, - 11.75, - 3, - 11.875 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 4.5, - 11.75, - 4.25, - 11.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 11.75, - 4.25, - 11.5, - 4.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0.5, - 2, - 13 - ], - "to": [ - 1, - 3, - 14 - ], - "faces": { - "north": { - "uv": [ - 11.75, - 2.75, - 11.875, - 3 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4.5, - 11.5, - 4.75, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 3, - 11.75, - 3.125, - 12 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 4.5, - 11.75, - 4.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.875, - 3.25, - 11.75, - 3 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 3.375, - 11.75, - 3.25, - 12 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 15, - 2, - 13 - ], - "to": [ - 15.5, - 3, - 14 - ], - "faces": { - "north": { - "uv": [ - 11.75, - 3.25, - 11.875, - 3.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4.75, - 11.5, - 5, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 3.5, - 11.75, - 3.625, - 12 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 4.75, - 11.75, - 5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.875, - 3.75, - 11.75, - 3.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 3.875, - 11.75, - 3.75, - 12 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0.5, - 13, - 13 - ], - "to": [ - 1, - 14, - 14 - ], - "faces": { - "north": { - "uv": [ - 11.75, - 3.75, - 11.875, - 4 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 5, - 11.5, - 5.25, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 4, - 11.75, - 4.125, - 12 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 5, - 11.75, - 5.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.875, - 4.25, - 11.75, - 4 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 4.375, - 11.75, - 4.25, - 12 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 15, - 13, - 13 - ], - "to": [ - 15.5, - 14, - 14 - ], - "faces": { - "north": { - "uv": [ - 11.75, - 4.25, - 11.875, - 4.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 5.25, - 11.5, - 5.5, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 4.5, - 11.75, - 4.625, - 12 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 5.25, - 11.75, - 5.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.875, - 4.75, - 11.75, - 4.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 4.875, - 11.75, - 4.75, - 12 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0.5, - 2, - 2 - ], - "to": [ - 1, - 3, - 3 - ], - "faces": { - "north": { - "uv": [ - 11.75, - 4.75, - 11.875, - 5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 5.5, - 11.5, - 5.75, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 5, - 11.75, - 5.125, - 12 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 5.5, - 11.75, - 5.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.875, - 5.25, - 11.75, - 5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 5.375, - 11.75, - 5.25, - 12 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 15, - 2, - 2 - ], - "to": [ - 15.5, - 3, - 3 - ], - "faces": { - "north": { - "uv": [ - 11.75, - 5.25, - 11.875, - 5.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 5.75, - 11.5, - 6, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 5.5, - 11.75, - 5.625, - 12 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 5.75, - 11.75, - 6 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.875, - 5.75, - 11.75, - 5.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 5.875, - 11.75, - 5.75, - 12 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 0.5, - 13, - 2 - ], - "to": [ - 1, - 14, - 3 - ], - "faces": { - "north": { - "uv": [ - 11.75, - 5.75, - 11.875, - 6 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6, - 11.5, - 6.25, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6, - 11.75, - 6.125, - 12 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 6, - 11.75, - 6.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.875, - 6.25, - 11.75, - 6 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 6.375, - 11.75, - 6.25, - 12 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 15, - 13, - 2 - ], - "to": [ - 15.5, - 14, - 3 - ], - "faces": { - "north": { - "uv": [ - 11.75, - 6.25, - 11.875, - 6.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6.25, - 11.5, - 6.5, - 11.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6.5, - 11.75, - 6.625, - 12 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 11.5, - 6.25, - 11.75, - 6.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11.875, - 6.75, - 11.75, - 6.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 6.875, - 11.75, - 6.75, - 12 - ], - "texture": "#0" - } - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [ - -35, - 10, - 6 - ], - "translation": [ - 0, - 5, - 0 - ], - "scale": [ - 0.5, - 0.5, - 0.5 - ] - }, - "thirdperson_lefthand": { - "rotation": [ - -35, - 10, - 6 - ], - "translation": [ - 0, - 5, - 0 - ], - "scale": [ - 0.5, - 0.5, - 0.5 - ] - }, - "firstperson_righthand": { - "rotation": [ - 0, - 12, - 6 - ], - "translation": [ - 0.5, - -1.5, - 2.5 - ], - "scale": [ - 0.6, - 0.6, - 0.6 - ] - }, - "firstperson_lefthand": { - "rotation": [ - 0, - 12, - 6 - ], - "translation": [ - 0.5, - -1.5, - 2.5 - ], - "scale": [ - 0.6, - 0.6, - 0.6 - ] - }, - "ground": { - "translation": [ - 0, - 3, - 0 - ], - "scale": [ - 0.5, - 0.5, - 0.5 - ] - }, - "gui": { - "rotation": [ - 18, - 22, - 0 - ], - "translation": [ - 0, - 0.75, - 0 - ], - "scale": [ - 0.6, - 0.6, - 0.6 - ] - }, - "head": { - "translation": [ - 0, - 14, - 0 - ] - }, - "fixed": { - "rotation": [ - -10, - 22, - -3 - ], - "translation": [ - 0, - 0.75, - 0 - ], - "scale": [ - 0.7, - 0.7, - 0.7 - ] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [ - 0, - 0, - 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, - 25, - 26, - 27, - 28, - 29, - 30, - 31, - 32, - 33, - 34, - 35, - 36, - 37, - 38, - 39, - 40, - 41, - 42, - 43, - 44, - 45, - 46, - 47, - 48, - 49, - 50, - 51, - 52, - 53, - 54, - 55, - 56 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/refined_inscriber.json b/src/main/resources/assets/cuboidmod/models/block/refined_inscriber.json deleted file mode 100644 index 2bcf7e2..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/refined_inscriber.json +++ /dev/null @@ -1,153 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "cuboidmod:model/inscriber_back", - "1": "cuboidmod:model/inscriber_bottom", - "2": "cuboidmod:model/inscriber_left", - "3": "cuboidmod:model/inscriber_right", - "4": "cuboidmod:model/inscriber_top", - "5": "cuboidmod:model/inscriber_window", - "particle": "cuboidmod:model/inscriber_back" - }, - "elements": [ - { - "from": [0, 1, 0], - "to": [3, 15, 16], - "faces": { - "north": {"uv": [13, 1, 16, 15], "texture": "#3"}, - "east": {"uv": [1, 1, 15, 3], "texture": "#3"}, - "south": {"uv": [0, 1, 3, 15], "texture": "#3"}, - "west": {"uv": [0, 1, 16, 15], "texture": "#3"}, - "up": {"uv": [16, 16, 13, 0], "texture": "#3"}, - "down": {"uv": [16, 0, 13, 16], "texture": "#3"} - } - }, - { - "from": [13, 1, 0], - "to": [16, 15, 16], - "faces": { - "north": {"uv": [0, 1, 3, 15], "texture": "#2"}, - "east": {"uv": [0, 1, 16, 15], "texture": "#2"}, - "south": {"uv": [13, 1, 16, 15], "texture": "#2"}, - "west": {"uv": [1, 1, 15, 3], "texture": "#2"}, - "up": {"uv": [3, 16, 0, 0], "texture": "#2"}, - "down": {"uv": [3, 0, 0, 16], "texture": "#2"} - } - }, - { - "from": [3, 1, 14], - "to": [13, 15, 16], - "faces": { - "north": {"uv": [2, 2, 12, 16], "texture": "#0"}, - "east": {"uv": [0, 2, 2, 16], "texture": "#0"}, - "south": {"uv": [3, 1, 13, 15], "texture": "#0"}, - "west": {"uv": [12, 2, 14, 16], "texture": "#0"}, - "up": {"uv": [13, 2, 3, 0], "texture": "#0"}, - "down": {"uv": [13, 0, 3, 2], "texture": "#0"} - } - }, - { - "from": [1, 0, 1], - "to": [15, 1, 15], - "faces": { - "north": {"uv": [1, 15, 15, 16], "texture": "#1"}, - "east": {"uv": [1, 15, 15, 16], "texture": "#1"}, - "south": {"uv": [1, 15, 15, 16], "texture": "#1"}, - "west": {"uv": [1, 15, 15, 16], "texture": "#1"}, - "up": {"uv": [28, 29, 14, 15], "texture": "#1"}, - "down": {"uv": [15, 1, 1, 15], "texture": "#1"} - } - }, - { - "from": [1, 15, 1], - "to": [15, 16, 15], - "shade": false, - "faces": { - "north": {"uv": [15, 0, 1, 1], "texture": "#4"}, - "east": {"uv": [15, 0, 1, 1], "texture": "#4"}, - "south": {"uv": [15, 0, 1, 1], "texture": "#4"}, - "west": {"uv": [15, 0, 1, 1], "texture": "#4"}, - "up": {"uv": [1, 15, 15, 1], "texture": "#4"}, - "down": {"uv": [28, 0, 42, 14], "texture": "#4"} - } - }, - { - "from": [3, 1, 1], - "to": [13, 4, 14], - "faces": { - "north": {"uv": [3, 13, 13, 16], "texture": "#1"}, - "east": {"uv": [0, 13, 13, 16], "texture": "#1"}, - "south": {"uv": [36, 13, 46, 16], "texture": "#1"}, - "west": {"uv": [23, 13, 36, 16], "texture": "#1"}, - "up": {"uv": [13, 14, 3, 1], "texture": "#1"}, - "down": {"uv": [33, 0, 23, 13], "texture": "#1"} - } - }, - { - "from": [3, 12, 1], - "to": [13, 15, 14], - "faces": { - "north": {"uv": [3, 0, 13, 3], "texture": "#4"}, - "east": {"uv": [0, 13, 13, 16], "texture": "#4"}, - "south": {"uv": [36, 13, 46, 16], "texture": "#4"}, - "west": {"uv": [23, 13, 36, 16], "texture": "#4"}, - "up": {"uv": [23, 13, 13, 0], "texture": "#4"}, - "down": {"uv": [13, 1, 3, 14], "texture": "#4"} - } - }, - { - "from": [3, 4, 2], - "to": [13, 12, 3], - "faces": { - "north": {"uv": [0, 0, 10, 8], "texture": "#5"}, - "east": {"uv": [0, 1, 1, 9], "texture": "#5"}, - "south": {"uv": [12, 1, 22, 9], "texture": "#5"}, - "west": {"uv": [11, 1, 12, 9], "texture": "#5"}, - "up": {"uv": [11, 1, 1, 0], "texture": "#5"}, - "down": {"uv": [21, 0, 11, 1], "texture": "#5"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [75, 45, 0], - "translation": [0, 2.5, 0], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [75, 45, 0], - "translation": [0, 2.5, 0], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, 45, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, 225, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 225, 0], - "scale": [0.625, 0.625, 0.625] - }, - "head": { - "translation": [0, 12, 0] - }, - "fixed": { - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/refined_inscriber_lit.json b/src/main/resources/assets/cuboidmod/models/block/refined_inscriber_lit.json deleted file mode 100644 index 3fe9524..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/refined_inscriber_lit.json +++ /dev/null @@ -1,153 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "cuboidmod:model/inscriber_back", - "1": "cuboidmod:model/inscriber_bottom", - "2": "cuboidmod:model/inscriber_left", - "3": "cuboidmod:model/inscriber_right", - "4": "cuboidmod:model/inscriber_top", - "5": "cuboidmod:model/inscriber_window_lit", - "particle": "cuboidmod:model/inscriber_back" - }, - "elements": [ - { - "from": [0, 1, 0], - "to": [3, 15, 16], - "faces": { - "north": {"uv": [13, 1, 16, 15], "texture": "#3"}, - "east": {"uv": [1, 1, 15, 3], "texture": "#3"}, - "south": {"uv": [0, 1, 3, 15], "texture": "#3"}, - "west": {"uv": [0, 1, 16, 15], "texture": "#3"}, - "up": {"uv": [16, 16, 13, 0], "texture": "#3"}, - "down": {"uv": [16, 0, 13, 16], "texture": "#3"} - } - }, - { - "from": [13, 1, 0], - "to": [16, 15, 16], - "faces": { - "north": {"uv": [0, 1, 3, 15], "texture": "#2"}, - "east": {"uv": [0, 1, 16, 15], "texture": "#2"}, - "south": {"uv": [13, 1, 16, 15], "texture": "#2"}, - "west": {"uv": [1, 1, 15, 3], "texture": "#2"}, - "up": {"uv": [3, 16, 0, 0], "texture": "#2"}, - "down": {"uv": [3, 0, 0, 16], "texture": "#2"} - } - }, - { - "from": [3, 1, 14], - "to": [13, 15, 16], - "faces": { - "north": {"uv": [2, 2, 12, 16], "texture": "#0"}, - "east": {"uv": [0, 2, 2, 16], "texture": "#0"}, - "south": {"uv": [3, 1, 13, 15], "texture": "#0"}, - "west": {"uv": [12, 2, 14, 16], "texture": "#0"}, - "up": {"uv": [13, 2, 3, 0], "texture": "#0"}, - "down": {"uv": [13, 0, 3, 2], "texture": "#0"} - } - }, - { - "from": [1, 0, 1], - "to": [15, 1, 15], - "faces": { - "north": {"uv": [1, 15, 15, 16], "texture": "#1"}, - "east": {"uv": [1, 15, 15, 16], "texture": "#1"}, - "south": {"uv": [1, 15, 15, 16], "texture": "#1"}, - "west": {"uv": [1, 15, 15, 16], "texture": "#1"}, - "up": {"uv": [28, 29, 14, 15], "texture": "#1"}, - "down": {"uv": [15, 1, 1, 15], "texture": "#1"} - } - }, - { - "from": [1, 15, 1], - "to": [15, 16, 15], - "shade": false, - "faces": { - "north": {"uv": [15, 0, 1, 1], "texture": "#4"}, - "east": {"uv": [15, 0, 1, 1], "texture": "#4"}, - "south": {"uv": [15, 0, 1, 1], "texture": "#4"}, - "west": {"uv": [15, 0, 1, 1], "texture": "#4"}, - "up": {"uv": [1, 15, 15, 1], "texture": "#4"}, - "down": {"uv": [28, 0, 42, 14], "texture": "#4"} - } - }, - { - "from": [3, 1, 1], - "to": [13, 4, 14], - "faces": { - "north": {"uv": [3, 13, 13, 16], "texture": "#1"}, - "east": {"uv": [0, 13, 13, 16], "texture": "#1"}, - "south": {"uv": [36, 13, 46, 16], "texture": "#1"}, - "west": {"uv": [23, 13, 36, 16], "texture": "#1"}, - "up": {"uv": [13, 14, 3, 1], "texture": "#1"}, - "down": {"uv": [33, 0, 23, 13], "texture": "#1"} - } - }, - { - "from": [3, 12, 1], - "to": [13, 15, 14], - "faces": { - "north": {"uv": [3, 0, 13, 3], "texture": "#4"}, - "east": {"uv": [0, 13, 13, 16], "texture": "#4"}, - "south": {"uv": [36, 13, 46, 16], "texture": "#4"}, - "west": {"uv": [23, 13, 36, 16], "texture": "#4"}, - "up": {"uv": [23, 13, 13, 0], "texture": "#4"}, - "down": {"uv": [13, 1, 3, 14], "texture": "#4"} - } - }, - { - "from": [3, 4, 2], - "to": [13, 12, 3], - "faces": { - "north": {"uv": [0, 0, 10, 8], "texture": "#5"}, - "east": {"uv": [0, 1, 1, 9], "texture": "#5"}, - "south": {"uv": [12, 1, 22, 9], "texture": "#5"}, - "west": {"uv": [11, 1, 12, 9], "texture": "#5"}, - "up": {"uv": [11, 1, 1, 0], "texture": "#5"}, - "down": {"uv": [21, 0, 11, 1], "texture": "#5"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [75, 45, 0], - "translation": [0, 2.5, 0], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [75, 45, 0], - "translation": [0, 2.5, 0], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, 45, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, 225, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 225, 0], - "scale": [0.625, 0.625, 0.625] - }, - "head": { - "translation": [0, 12, 0] - }, - "fixed": { - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/templates/chest.json b/src/main/resources/assets/cuboidmod/models/block/templates/chest.json new file mode 100644 index 0000000..11bf859 --- /dev/null +++ b/src/main/resources/assets/cuboidmod/models/block/templates/chest.json @@ -0,0 +1 @@ +{"parent":"minecraft:block/block","textures":{"texture":"#chest","particle":"#break"},"elements":[{"from":[1,0,1],"to":[15,10,15],"faces":{"down":{"uv":[7,4.75,10.5,8.25],"texture":"#texture"},"up":{"uv":[3.5,4.75,7,8.25],"texture":"#texture"},"north":{"uv":[3.5,8.25,7,10.75],"texture":"#texture"},"south":{"uv":[10.5,8.25,14,10.75],"texture":"#texture"},"west":{"uv":[7,8.25,10.5,10.75],"texture":"#texture"},"east":{"uv":[0,8.25,3.5,10.75],"texture":"#texture"}}},{"from":[1,9,1],"to":[15,14,15],"faces":{"down":{"uv":[7,0,10.5,3.5],"texture":"#texture"},"up":{"uv":[3.5,0,7,3.5],"texture":"#texture"},"north":{"uv":[3.5,3.5,7,4.75],"texture":"#texture"},"south":{"uv":[10.5,3.5,14,4.75],"texture":"#texture"},"west":{"uv":[7,3.5,10.5,4.75],"texture":"#texture"},"east":{"uv":[0,3.5,3.5,4.75],"texture":"#texture"}}},{"from":[7,7,0],"to":[9,11,1],"faces":{"down":{"uv":[0,0.75,1.25,0.5],"texture":"#texture"},"up":{"uv":[0,0.25,0.75,0.5],"texture":"#texture"},"north":{"uv":[0.25,0.25,0.75,1.25],"texture":"#texture"},"south":{"uv":[1,0.25,1.5,1.25],"texture":"#texture"},"west":{"uv":[0.75,0.25,1,1.25],"texture":"#texture"},"east":{"uv":[0,0.25,0.25,1.25],"texture":"#texture"}}}]} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/templates/cryogenic_dimensional_teleporter.json b/src/main/resources/assets/cuboidmod/models/block/templates/cryogenic_dimensional_teleporter.json new file mode 100644 index 0000000..ce9a0e9 --- /dev/null +++ b/src/main/resources/assets/cuboidmod/models/block/templates/cryogenic_dimensional_teleporter.json @@ -0,0 +1 @@ +{"texture_size":[32,32],"textures":{"0":"#pillar","1":"cuboidmod:block/model/cryogenic_dimensional_teleporter_base","particle":"cuboidmod:block/model/cryogenic_dimensional_teleporter_base"},"elements":[{"name":"hexadecagon","from":[2,2,6.80653],"to":[14,12,9.19347],"rotation":{"angle":22.5,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[0,0,0.5,0.5],"texture":"#0"},"east":{"uv":[0,0,2,16],"texture":"#0"},"south":{"uv":[0,0,0.5,0.5],"texture":"#0"},"west":{"uv":[0,0,2,16],"texture":"#0"},"up":{"uv":[0,0,0.5,0.5],"texture":"#0"},"down":{"uv":[0,0,0.5,0.5],"texture":"#0"}}},{"name":"hexadecagon","from":[2,2,6.80653],"to":[14,12,9.19347],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[0,0,0.5,0.5],"texture":"#0"},"east":{"uv":[14,0,16,16],"texture":"#0"},"south":{"uv":[0,0,0.5,0.5],"texture":"#0"},"west":{"uv":[14,0,16,16],"texture":"#0"},"up":{"uv":[0,0,0.5,0.5],"texture":"#0"},"down":{"uv":[0,0,0.5,0.5],"texture":"#0"}}},{"name":"hexadecagon","from":[2,2,6.80653],"to":[14,12,9.19347],"rotation":{"angle":-22.5,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[0,0,0.5,0.5],"texture":"#0"},"east":{"uv":[12,0,14,16],"texture":"#0"},"south":{"uv":[0,0,0.5,0.5],"texture":"#0"},"west":{"uv":[12,0,14,16],"texture":"#0"},"up":{"uv":[0,0,0.5,0.5],"texture":"#0"},"down":{"uv":[0,0,0.5,0.5],"texture":"#0"}}},{"name":"hexadecagon","from":[6.80653,2,2],"to":[9.19347,12,14],"rotation":{"angle":45,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[10,0,12,16],"texture":"#0"},"east":{"uv":[0,0,0.5,0.5],"texture":"#0"},"south":{"uv":[10,0,12,16],"texture":"#0"},"west":{"uv":[0,0,0.5,0.5],"texture":"#0"},"up":{"uv":[0,0,0.5,0.5],"texture":"#0"},"down":{"uv":[0,0,0.5,0.5],"texture":"#0"}}},{"name":"hexadecagon","from":[6.80653,2,2],"to":[9.19347,12,14],"rotation":{"angle":22.5,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[8,0,10,16],"texture":"#0"},"east":{"uv":[0,0,0.5,0.5],"texture":"#0"},"south":{"uv":[8,0,10,16],"texture":"#0"},"west":{"uv":[0,0,0.5,0.5],"texture":"#0"},"up":{"uv":[0,0,0.5,0.5],"texture":"#0"},"down":{"uv":[0,0,0.5,0.5],"texture":"#0"}}},{"name":"hexadecagon","from":[6.80653,2,2],"to":[9.19347,12,14],"rotation":{"angle":0,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[6,0,8,16],"texture":"#0"},"east":{"uv":[0,0,0.5,0.5],"texture":"#0"},"south":{"uv":[6,0,8,16],"texture":"#0"},"west":{"uv":[0,0,0.5,0.5],"texture":"#0"},"up":{"uv":[0,0,0.5,0.5],"texture":"#0"},"down":{"uv":[0,0,0.5,0.5],"texture":"#0"}}},{"name":"hexadecagon","from":[6.80653,2,2],"to":[9.19347,12,14],"rotation":{"angle":-22.5,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[4,0,6,16],"texture":"#0"},"east":{"uv":[0,0,0.5,0.5],"texture":"#0"},"south":{"uv":[4,0,6,16],"texture":"#0"},"west":{"uv":[0,0,0.5,0.5],"texture":"#0"},"up":{"uv":[0,0,0.5,0.5],"texture":"#0"},"down":{"uv":[0,0,0.5,0.5],"texture":"#0"}}},{"name":"hexadecagon","from":[6.80653,2,2],"to":[9.19347,12,14],"rotation":{"angle":-45,"axis":"y","origin":[8,7,8]},"faces":{"north":{"uv":[2,0,4,16],"texture":"#0"},"east":{"uv":[0,0,0.5,0.5],"texture":"#0"},"south":{"uv":[2,0,4,16],"texture":"#0"},"west":{"uv":[0,0,0.5,0.5],"texture":"#0"},"up":{"uv":[0,0,0.5,0.5],"texture":"#0"},"down":{"uv":[0,0,0.5,0.5],"texture":"#0"}}},{"name":"hexadecagon","from":[0,0,6.4087],"to":[16,2,9.5913],"rotation":{"angle":22.5,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[0,0,0.5,0.5],"texture":"#1"},"east":{"uv":[6,0,8,16],"texture":"#1"},"south":{"uv":[0,0,0.5,0.5],"texture":"#1"},"west":{"uv":[6,0,8,16],"texture":"#1"},"up":{"uv":[12,0,14,16],"rotation":270,"texture":"#1"},"down":{"uv":[10,0,12,16],"rotation":270,"texture":"#1"}}},{"name":"hexadecagon","from":[0,0,6.4087],"to":[16,2,9.5913],"rotation":{"angle":0,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[0,0,0.5,0.5],"texture":"#1"},"east":{"uv":[4,0,6,16],"texture":"#1"},"south":{"uv":[0,0,0.5,0.5],"texture":"#1"},"west":{"uv":[4,0,6,16],"texture":"#1"},"up":{"uv":[10,0,12,16],"rotation":270,"texture":"#1"},"down":{"uv":[8,0,10,16],"rotation":270,"texture":"#1"}}},{"name":"hexadecagon","from":[0,0,6.4087],"to":[16,2,9.5913],"rotation":{"angle":-22.5,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[0,0,0.5,0.5],"texture":"#1"},"east":{"uv":[2,0,4,16],"texture":"#1"},"south":{"uv":[0,0,0.5,0.5],"texture":"#1"},"west":{"uv":[2,0,4,16],"texture":"#1"},"up":{"uv":[8,0,10,16],"rotation":270,"texture":"#1"},"down":{"uv":[6,0,8,16],"rotation":270,"texture":"#1"}}},{"name":"hexadecagon","from":[6.4087,0,0],"to":[9.5913,2,16],"rotation":{"angle":45,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[0,0,2,16],"texture":"#1"},"east":{"uv":[0,0,0.5,0.5],"texture":"#1"},"south":{"uv":[0,0,2,16],"texture":"#1"},"west":{"uv":[0,0,0.5,0.5],"texture":"#1"},"up":{"uv":[6,0,8,16],"texture":"#1"},"down":{"uv":[4,0,6,16],"texture":"#1"}}},{"name":"hexadecagon","from":[6.4087,0,0],"to":[9.5913,2,16],"rotation":{"angle":22.5,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[14,0,16,16],"texture":"#1"},"east":{"uv":[0,0,0.5,0.5],"texture":"#1"},"south":{"uv":[14,0,16,16],"texture":"#1"},"west":{"uv":[0,0,0.5,0.5],"texture":"#1"},"up":{"uv":[4,0,6,16],"texture":"#1"},"down":{"uv":[1.5,0,3.5,16],"texture":"#1"}}},{"name":"hexadecagon","from":[6.4087,0,0],"to":[9.5913,2,16],"rotation":{"angle":0,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[12,0,14,16],"texture":"#1"},"east":{"uv":[0,0,0.5,0.5],"texture":"#1"},"south":{"uv":[12,0,14,16],"texture":"#1"},"west":{"uv":[0,0,0.5,0.5],"texture":"#1"},"up":{"uv":[2,0,4,16],"texture":"#1"},"down":{"uv":[0,0,2,16],"texture":"#1"}}},{"name":"hexadecagon","from":[6.4087,0,0],"to":[9.5913,2,16],"rotation":{"angle":-22.5,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[10,0,12,16],"texture":"#1"},"east":{"uv":[0,0,0.5,0.5],"texture":"#1"},"south":{"uv":[10,0,12,16],"texture":"#1"},"west":{"uv":[0,0,0.5,0.5],"texture":"#1"},"up":{"uv":[0,0,2,16],"texture":"#1"},"down":{"uv":[14,0,16,16],"texture":"#1"}}},{"name":"hexadecagon","from":[6.4087,0,0],"to":[9.5913,2,16],"rotation":{"angle":-45,"axis":"y","origin":[8,1,8]},"faces":{"north":{"uv":[8,0,10,16],"texture":"#1"},"east":{"uv":[0,0,0.5,0.5],"texture":"#1"},"south":{"uv":[8,0,10,16],"texture":"#1"},"west":{"uv":[0,0,0.5,0.5],"texture":"#1"},"up":{"uv":[14,0,16,16],"texture":"#1"},"down":{"uv":[12.5,0,14.5,16],"texture":"#1"}}},{"name":"hexadecagon","from":[1,11.5,6.60761],"to":[15,12.5,9.39239],"rotation":{"angle":22.5,"axis":"y","origin":[8,12,8]},"faces":{"north":{"uv":[0,0,0.5,0.5],"texture":"#1"},"east":{"uv":[4,0,6,16],"texture":"#1"},"south":{"uv":[0,0,0.5,0.5],"texture":"#1"},"west":{"uv":[4,0,6,16],"texture":"#1"},"up":{"uv":[0,0,2,16],"rotation":270,"texture":"#1"},"down":{"uv":[14,0,16,16],"rotation":270,"texture":"#1"}}},{"name":"hexadecagon","from":[1,11.5,6.60761],"to":[15,12.5,9.39239],"rotation":{"angle":0,"axis":"y","origin":[8,12,8]},"faces":{"north":{"uv":[0,0,0.5,0.5],"texture":"#1"},"east":{"uv":[2,0,4,16],"texture":"#1"},"south":{"uv":[0,0,0.5,0.5],"texture":"#1"},"west":{"uv":[2,0,4,16],"texture":"#1"},"up":{"uv":[0,0,2,16],"rotation":270,"texture":"#1"},"down":{"uv":[11.5,0,13.5,16],"rotation":270,"texture":"#1"}}},{"name":"hexadecagon","from":[1,11.5,6.60761],"to":[15,12.5,9.39239],"rotation":{"angle":-22.5,"axis":"y","origin":[8,12,8]},"faces":{"north":{"uv":[0,0,0.5,0.5],"texture":"#1"},"east":{"uv":[0,0,2,16],"texture":"#1"},"south":{"uv":[0,0,0.5,0.5],"texture":"#1"},"west":{"uv":[0,0,2,16],"texture":"#1"},"up":{"uv":[0,0,2,16],"rotation":270,"texture":"#1"},"down":{"uv":[10,0,12,16],"rotation":270,"texture":"#1"}}},{"name":"hexadecagon","from":[6.60761,11.5,1],"to":[9.39239,12.5,15],"rotation":{"angle":45,"axis":"y","origin":[8,12,8]},"faces":{"north":{"uv":[14,0,16,16],"texture":"#1"},"east":{"uv":[0,0,0.5,0.5],"texture":"#1"},"south":{"uv":[14,0,16,16],"texture":"#1"},"west":{"uv":[0,0,0.5,0.5],"texture":"#1"},"up":{"uv":[0,0,2,16],"texture":"#1"},"down":{"uv":[8,0,10,16],"texture":"#1"}}},{"name":"hexadecagon","from":[6.60761,11.5,1],"to":[9.39239,12.5,15],"rotation":{"angle":22.5,"axis":"y","origin":[8,12,8]},"faces":{"north":{"uv":[12,0,14,16],"texture":"#1"},"east":{"uv":[0,0,0.5,0.5],"texture":"#1"},"south":{"uv":[12,0,14,16],"texture":"#1"},"west":{"uv":[0,0,0.5,0.5],"texture":"#1"},"up":{"uv":[0,0,2,16],"texture":"#1"},"down":{"uv":[6,0,8,16],"texture":"#1"}}},{"name":"hexadecagon","from":[6.60761,11.5,1],"to":[9.39239,12.5,15],"rotation":{"angle":0,"axis":"y","origin":[8,12,8]},"faces":{"north":{"uv":[10,0,12,16],"texture":"#1"},"east":{"uv":[0,0,0.5,0.5],"texture":"#1"},"south":{"uv":[10,0,12,16],"texture":"#1"},"west":{"uv":[0,0,0.5,0.5],"texture":"#1"},"up":{"uv":[0,0,2,16],"texture":"#1"},"down":{"uv":[4,0,6,16],"texture":"#1"}}},{"name":"hexadecagon","from":[6.60761,11.5,1],"to":[9.39239,12.5,15],"rotation":{"angle":-22.5,"axis":"y","origin":[8,12,8]},"faces":{"north":{"uv":[8,0,10,16],"texture":"#1"},"east":{"uv":[0,0,0.5,0.5],"texture":"#1"},"south":{"uv":[8,0,10,16],"texture":"#1"},"west":{"uv":[0,0,0.5,0.5],"texture":"#1"},"up":{"uv":[0,0,2,16],"texture":"#1"},"down":{"uv":[2,0,4,16],"texture":"#1"}}},{"name":"hexadecagon","from":[6.60761,11.5,1],"to":[9.39239,12.5,15],"rotation":{"angle":-45,"axis":"y","origin":[8,12,8]},"faces":{"north":{"uv":[6,0,8,16],"texture":"#1"},"east":{"uv":[0,0,0.5,0.5],"texture":"#1"},"south":{"uv":[6,0,8,16],"texture":"#1"},"west":{"uv":[0,0,0.5,0.5],"texture":"#1"},"up":{"uv":[0,0,2,16],"texture":"#1"},"down":{"uv":[0,0,2,16],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[70,10,-20],"translation":[0,4.25,0],"scale":[0.6,0.6,0.6]},"thirdperson_lefthand":{"rotation":[70,10,-20],"translation":[0,4.25,0],"scale":[0.6,0.6,0.6]},"firstperson_righthand":{"rotation":[-10,0,10],"translation":[1,3,3],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[-10,0,10],"translation":[1,3,3],"scale":[0.6,0.6,0.6]},"ground":{"rotation":[8,0,17],"translation":[0,4,0],"scale":[0.6,0.6,0.6]},"gui":{"rotation":[27,31,-8],"translation":[-0.5,1.75,0],"scale":[0.7,0.7,0.7]},"head":{"translation":[0,13,0],"scale":[0.8,0.8,0.8]},"fixed":{"rotation":[-15,6,8],"translation":[0,2,-3.5],"scale":[0.85,0.85,0.85]}},"groups":[{"name":"VoxelShapes","origin":[8,12,8],"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]}]} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/templates/fiber_optic_tree.json b/src/main/resources/assets/cuboidmod/models/block/templates/fiber_optic_tree.json new file mode 100644 index 0000000..064975d --- /dev/null +++ b/src/main/resources/assets/cuboidmod/models/block/templates/fiber_optic_tree.json @@ -0,0 +1 @@ +{"texture_size":[32,32],"textures":{"0":"cuboidmod:block/model/xmas/base_soil","1":"cuboidmod:block/model/xmas/base","2":"#leaves","3":"cuboidmod:block/model/xmas/log","particle":"cuboidmod:block/model/xmas/base_soil"},"elements":[{"from":[0,0,0],"to":[16,1,16],"faces":{"north":{"uv":[0,3,16,4],"texture":"#1"},"east":{"uv":[0,2,16,3],"texture":"#1"},"south":{"uv":[0,1,16,2],"texture":"#1"},"west":{"uv":[0,0,16,1],"texture":"#1"},"up":{"uv":[0,0,16,16],"texture":"#1"},"down":{"uv":[0,0,16,16],"texture":"#1"}}},{"from":[1,1,1],"to":[15,2,15],"faces":{"north":{"uv":[0,3,16,4],"texture":"#0"},"east":{"uv":[0,2,16,3],"texture":"#0"},"south":{"uv":[0,1,16,2],"texture":"#0"},"west":{"uv":[0,0,16,1],"texture":"#0"},"up":{"uv":[0,0,16,16],"texture":"#0"},"down":{"uv":[0,0,16,1],"texture":"#0"}}},{"from":[7,2,7],"to":[9,15,9],"faces":{"north":{"uv":[0,0,4,13],"texture":"#3"},"east":{"uv":[4,0,8,13],"texture":"#3"},"south":{"uv":[8,0,12,13],"texture":"#3"},"west":{"uv":[12,0,16,13],"texture":"#3"},"up":{"uv":[2,11,6,15],"texture":"#3"},"down":{"uv":[10,11,14,15],"texture":"#3"}}},{"from":[7.5,15,7.5],"to":[8.5,16,8.5],"faces":{"north":{"uv":[7,7,9,9],"rotation":270,"texture":"#2"},"east":{"uv":[7,7,9,9],"texture":"#2"},"south":{"uv":[7,7,9,9],"rotation":90,"texture":"#2"},"west":{"uv":[7,7,9,9],"rotation":180,"texture":"#2"},"up":{"uv":[7,7,9,9],"texture":"#2"},"down":{"uv":[7,7,9,9],"texture":"#2"}}},{"from":[6,12,6],"to":[10,13,10],"faces":{"north":{"uv":[6,6,10,7],"rotation":180,"texture":"#2"},"east":{"uv":[9,6,10,10],"rotation":90,"texture":"#2"},"south":{"uv":[6,9,10,10],"texture":"#2"},"west":{"uv":[6,6,7,10],"rotation":270,"texture":"#2"},"up":{"uv":[6,6,10,10],"texture":"#2"},"down":{"uv":[6,6,10,10],"texture":"#2"}}},{"from":[5,9.5,5],"to":[11,10.5,11],"faces":{"north":{"uv":[0,10,6,11],"rotation":180,"texture":"#2"},"east":{"uv":[5,10,6,16],"rotation":90,"texture":"#2"},"south":{"uv":[0,15,6,16],"texture":"#2"},"west":{"uv":[0,10,1,16],"rotation":270,"texture":"#2"},"up":{"uv":[0,10,6,16],"texture":"#2"},"down":{"uv":[0,10,6,16],"texture":"#2"}}},{"from":[4,7,4],"to":[12,8,12],"faces":{"north":{"uv":[8,0,16,1],"rotation":180,"texture":"#2"},"east":{"uv":[15,0,16,8],"rotation":90,"texture":"#2"},"south":{"uv":[8,7,16,8],"texture":"#2"},"west":{"uv":[8,0,9,8],"rotation":270,"texture":"#2"},"up":{"uv":[8,0,16,8],"texture":"#2"},"down":{"uv":[8,0,16,8],"texture":"#2"}}},{"from":[3,4,3],"to":[13,5,13],"faces":{"north":{"uv":[6,6,16,7],"rotation":180,"texture":"#2"},"east":{"uv":[15,6,16,16],"rotation":90,"texture":"#2"},"south":{"uv":[6,15,16,16],"texture":"#2"},"west":{"uv":[6,6,7,16],"rotation":270,"texture":"#2"},"up":{"uv":[6,6,16,16],"texture":"#2"},"down":{"uv":[6,6,16,16],"texture":"#2"}}},{"from":[0,1,0],"to":[16,2,1],"faces":{"north":{"uv":[0,4,16,5],"texture":"#1"},"east":{"uv":[15,4,16,5],"texture":"#1"},"south":{"uv":[0,4,16,5],"texture":"#1"},"west":{"uv":[0,4,1,5],"texture":"#1"},"up":{"uv":[0,4,16,5],"texture":"#1"},"down":{"uv":[0,4,16,5],"texture":"#1"}}},{"from":[0,1,1],"to":[1,2,15],"faces":{"north":{"uv":[1,2,2,3],"texture":"#1"},"east":{"uv":[1,1,15,2],"texture":"#1"},"south":{"uv":[2,1,3,2],"texture":"#1"},"west":{"uv":[1,1,15,2],"texture":"#1"},"up":{"uv":[1,1,2,15],"texture":"#1"},"down":{"uv":[1,1,2,15],"texture":"#1"}}},{"from":[0,1,15],"to":[16,2,16],"faces":{"north":{"uv":[0,2,16,3],"texture":"#1"},"east":{"uv":[0,2,1,3],"texture":"#1"},"south":{"uv":[0,2,16,3],"texture":"#1"},"west":{"uv":[15,2,16,3],"texture":"#1"},"up":{"uv":[0,2,16,3],"texture":"#1"},"down":{"uv":[0,2,16,3],"texture":"#1"}}},{"from":[15,1,1],"to":[16,2,15],"faces":{"north":{"uv":[1,0,2,1],"texture":"#1"},"east":{"uv":[1,0,15,1],"texture":"#1"},"south":{"uv":[0,1,1,2],"texture":"#1"},"west":{"uv":[1,0,15,1],"texture":"#1"},"up":{"uv":[0,1,1,15],"texture":"#1"},"down":{"uv":[0,1,1,15],"texture":"#1"}}}],"display":{"thirdperson_righthand":{"rotation":[59,11,2],"translation":[-1.25,4.75,1],"scale":[0.6,0.6,0.6]},"thirdperson_lefthand":{"rotation":[59,11,2],"translation":[-1.25,4.75,1],"scale":[0.6,0.6,0.6]},"firstperson_righthand":{"rotation":[16,14,10],"translation":[1.25,1.5,0],"scale":[0.7,0.7,0.7]},"firstperson_lefthand":{"rotation":[16,14,10],"translation":[1.25,1.5,0],"scale":[0.7,0.7,0.7]},"ground":{"translation":[0,3,0],"scale":[0.6,0.6,0.6]},"gui":{"rotation":[14,34,0],"translation":[0,2,0],"scale":[0.6,0.6,0.6]},"head":{"translation":[0,13.5,0]},"fixed":{"rotation":[-22,26,0],"translation":[0,0,-4.5],"scale":[0.6,0.6,0.6]}},"groups":[{"name":"VoxelShapes","origin":[0,0,0],"color":0,"children":[0,1,2,3,4,5,6,7,8,9,10,11]}]} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/templates/molecular_recycler.json b/src/main/resources/assets/cuboidmod/models/block/templates/molecular_recycler.json new file mode 100644 index 0000000..5d9110f --- /dev/null +++ b/src/main/resources/assets/cuboidmod/models/block/templates/molecular_recycler.json @@ -0,0 +1 @@ +{"texture_size":[64,64],"textures":{"0":"cuboidmod:block/model/molecular_recycler_frame","1":"#core","particle":"cuboidmod:block/model/molecular_recycler_frame"},"elements":[{"from":[1,1,1],"to":[15,15,15],"faces":{"north":{"uv":[0,0,8,8],"texture":"#1"},"east":{"uv":[8,8,16,16],"texture":"#1"},"south":{"uv":[0,8,8,16],"texture":"#1"},"west":{"uv":[8,0,16,8],"texture":"#1"},"up":{"uv":[3.5,10.5,0,7],"texture":"#1"},"down":{"uv":[10.5,0,7,3.5],"texture":"#1"}}},{"from":[0,0,0],"to":[16,2,16],"faces":{"north":{"uv":[0,8,4,8.5],"texture":"#0"},"east":{"uv":[8,0,12,0.5],"texture":"#0"},"south":{"uv":[8,0.5,12,1],"texture":"#0"},"west":{"uv":[8,1,12,1.5],"texture":"#0"},"up":{"uv":[4,4,0,0],"texture":"#0"},"down":{"uv":[4,4,0,8],"texture":"#0"}}},{"from":[0,14,0],"to":[16,16,16],"faces":{"north":{"uv":[8,1.5,12,2],"texture":"#0"},"east":{"uv":[8,2,12,2.5],"texture":"#0"},"south":{"uv":[8,2.5,12,3],"texture":"#0"},"west":{"uv":[8,3,12,3.5],"texture":"#0"},"up":{"uv":[8,4,4,0],"texture":"#0"},"down":{"uv":[8,4,4,8],"texture":"#0"}}},{"from":[0,2,14],"to":[2,14,16],"faces":{"north":{"uv":[8,3.5,8.5,6.5],"texture":"#0"},"east":{"uv":[4,8,4.5,11],"texture":"#0"},"south":{"uv":[4.5,8,5,11],"texture":"#0"},"west":{"uv":[5,8,5.5,11],"texture":"#0"},"up":{"uv":[3.5,9,3,8.5],"texture":"#0"},"down":{"uv":[4,8.5,3.5,9],"texture":"#0"}}},{"from":[0,2,0],"to":[2,14,2],"faces":{"north":{"uv":[5.5,8,6,11],"texture":"#0"},"east":{"uv":[6,8,6.5,11],"texture":"#0"},"south":{"uv":[6.5,8,7,11],"texture":"#0"},"west":{"uv":[8,6.5,8.5,9.5],"texture":"#0"},"up":{"uv":[9,4,8.5,3.5],"texture":"#0"},"down":{"uv":[9,4,8.5,4.5],"texture":"#0"}}},{"from":[14,2,0],"to":[16,14,2],"faces":{"north":{"uv":[7,8,7.5,11],"texture":"#0"},"east":{"uv":[7.5,8,8,11],"texture":"#0"},"south":{"uv":[0,8.5,0.5,11.5],"texture":"#0"},"west":{"uv":[0.5,8.5,1,11.5],"texture":"#0"},"up":{"uv":[9,5,8.5,4.5],"texture":"#0"},"down":{"uv":[9,5,8.5,5.5],"texture":"#0"}}},{"from":[14,2,14],"to":[16,14,16],"faces":{"north":{"uv":[1,8.5,1.5,11.5],"texture":"#0"},"east":{"uv":[1.5,8.5,2,11.5],"texture":"#0"},"south":{"uv":[2,8.5,2.5,11.5],"texture":"#0"},"west":{"uv":[2.5,8.5,3,11.5],"texture":"#0"},"up":{"uv":[9,6,8.5,5.5],"texture":"#0"},"down":{"uv":[9,6,8.5,6.5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[60,12,12],"translation":[0,6,0],"scale":[0.6,0.6,0.6]},"thirdperson_lefthand":{"rotation":[60,12,12],"translation":[0,6,0],"scale":[0.6,0.6,0.6]},"firstperson_righthand":{"rotation":[16,12,0],"translation":[0,-1,1],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[16,12,0],"translation":[0,-1,1],"scale":[0.6,0.6,0.6]},"ground":{"translation":[0,3,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[11,15,1],"translation":[0,0.5,0],"scale":[0.7,0.7,0.7]},"head":{"translation":[0,14.25,0]},"fixed":{"rotation":[-26,22,-8],"translation":[0.75,0.75,-1],"scale":[0.7,0.7,0.7]}},"groups":[{"name":"VoxelShapes","origin":[8,8,8],"color":0,"children":[0,1,2,3,4,5,6]}]} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/templates/quantum_collapser.json b/src/main/resources/assets/cuboidmod/models/block/templates/quantum_collapser.json new file mode 100644 index 0000000..640a63b --- /dev/null +++ b/src/main/resources/assets/cuboidmod/models/block/templates/quantum_collapser.json @@ -0,0 +1 @@ +{"parent":"minecraft:block/block","texture_size":[32,32],"textures":{"0":"#frame","2":"#panel","particle":"#particle"},"elements":[{"from":[0,0,0],"to":[16,1,16],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[6.75,5.375,8.75,5.5],"texture":"#0"},"east":{"uv":[6.75,5.625,8.75,5.75],"texture":"#0"},"south":{"uv":[6.75,5.875,8.75,6],"texture":"#0"},"west":{"uv":[6.75,6.125,8.75,6.25],"texture":"#0"},"up":{"uv":[2,2,0,0],"texture":"#0"},"down":{"uv":[2,2.125,0,4.125],"texture":"#0"}}},{"from":[2,1,2],"to":[14,15,14],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[2.125,3.75,3.625,5.5],"texture":"#0"},"east":{"uv":[3.75,3.75,5.25,5.5],"texture":"#0"},"south":{"uv":[4,0,5.5,1.75],"texture":"#0"},"west":{"uv":[4,1.875,5.5,3.625],"texture":"#0"},"up":{"uv":[1.5,5.75,0,4.25],"texture":"#0"},"down":{"uv":[6.875,3.75,5.375,5.25],"texture":"#0"}}},{"from":[1,15,1],"to":[15,16,15],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[6.75,6.375,8.5,6.5],"texture":"#0"},"east":{"uv":[6.75,6.625,8.5,6.75],"texture":"#0"},"south":{"uv":[6.75,6.875,8.5,7],"texture":"#0"},"west":{"uv":[7,0,8.75,0.125],"texture":"#0"},"up":{"uv":[3.875,1.75,2.125,0],"texture":"#0"},"down":{"uv":[3.875,1.875,2.125,3.625],"texture":"#0"}}},{"from":[0,1,0],"to":[3,2,3],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[7.5,1.625,7.875,1.75],"texture":"#0"},"east":{"uv":[8.75,7.125,9.125,7.25],"texture":"#0"},"south":{"uv":[8.75,7.375,9.125,7.5],"texture":"#0"},"west":{"uv":[8.75,7.625,9.125,7.75],"texture":"#0"},"up":{"uv":[1.125,8.125,0.75,7.75],"texture":"#0"},"down":{"uv":[8.125,7.125,7.75,7.5],"texture":"#0"}}},{"from":[0,1,13],"to":[3,2,16],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[8.75,7.875,9.125,8],"texture":"#0"},"east":{"uv":[8.75,8.125,9.125,8.25],"texture":"#0"},"south":{"uv":[8.75,8.375,9.125,8.5],"texture":"#0"},"west":{"uv":[8.875,0,9.25,0.125],"texture":"#0"},"up":{"uv":[8.125,8,7.75,7.625],"texture":"#0"},"down":{"uv":[8.375,0.25,8,0.625],"texture":"#0"}}},{"from":[13,1,0],"to":[16,2,3],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[1.125,8.875,1.5,9],"texture":"#0"},"east":{"uv":[1.625,8.875,2,9],"texture":"#0"},"south":{"uv":[2.125,8.875,2.5,9],"texture":"#0"},"west":{"uv":[2.625,8.875,3,9],"texture":"#0"},"up":{"uv":[8.375,1.125,8,0.75],"texture":"#0"},"down":{"uv":[8.375,1.25,8,1.625],"texture":"#0"}}},{"from":[13,1,13],"to":[16,2,16],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[3.125,8.875,3.5,9],"texture":"#0"},"east":{"uv":[3.625,8.875,4,9],"texture":"#0"},"south":{"uv":[4.125,8.875,4.5,9],"texture":"#0"},"west":{"uv":[4.625,8.875,5,9],"texture":"#0"},"up":{"uv":[8.125,8.5,7.75,8.125],"texture":"#0"},"down":{"uv":[1.125,8.25,0.75,8.625],"texture":"#0"}}},{"from":[0,3,0],"to":[1,13,1],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[1.625,4.25,1.75,5.5],"texture":"#0"},"east":{"uv":[1.875,4.25,2,5.5],"texture":"#0"},"south":{"uv":[5.625,7.25,5.75,8.5],"texture":"#0"},"west":{"uv":[5.875,7.25,6,8.5],"texture":"#0"},"up":{"uv":[6.625,9.375,6.5,9.25],"texture":"#0"},"down":{"uv":[7.25,9.25,7.125,9.375],"texture":"#0"}}},{"from":[0,14,0],"to":[3,15,3],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[5.125,8.875,5.5,9],"texture":"#0"},"east":{"uv":[8.875,5.375,9.25,5.5],"texture":"#0"},"south":{"uv":[8.875,5.625,9.25,5.75],"texture":"#0"},"west":{"uv":[8.875,5.875,9.25,6],"texture":"#0"},"up":{"uv":[8.625,7.5,8.25,7.125],"texture":"#0"},"down":{"uv":[8.625,7.625,8.25,8],"texture":"#0"}}},{"from":[0,2,0],"to":[2,3,2],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[9,4.75,9.25,4.875],"texture":"#0"},"east":{"uv":[5.625,9,5.875,9.125],"texture":"#0"},"south":{"uv":[6,9,6.25,9.125],"texture":"#0"},"west":{"uv":[6.375,9,6.625,9.125],"texture":"#0"},"up":{"uv":[1.5,8,1.25,7.75],"texture":"#0"},"down":{"uv":[1.5,8.125,1.25,8.375],"texture":"#0"}}},{"from":[0,13,0],"to":[2,14,2],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[9,6.375,9.25,6.5],"texture":"#0"},"east":{"uv":[9,6.625,9.25,6.75],"texture":"#0"},"south":{"uv":[9,6.875,9.25,7],"texture":"#0"},"west":{"uv":[7.125,9,7.375,9.125],"texture":"#0"},"up":{"uv":[1.5,8.75,1.25,8.5],"texture":"#0"},"down":{"uv":[8.875,4,8.625,4.25],"texture":"#0"}}},{"from":[0,2,14],"to":[2,3,16],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[7.5,9,7.75,9.125],"texture":"#0"},"east":{"uv":[7.875,9,8.125,9.125],"texture":"#0"},"south":{"uv":[8.25,9,8.5,9.125],"texture":"#0"},"west":{"uv":[0,9.125,0.25,9.25],"texture":"#0"},"up":{"uv":[8.875,4.625,8.625,4.375],"texture":"#0"},"down":{"uv":[8.875,4.75,8.625,5],"texture":"#0"}}},{"from":[14,2,14],"to":[16,3,16],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[0.375,9.125,0.625,9.25],"texture":"#0"},"east":{"uv":[0.75,9.125,1,9.25],"texture":"#0"},"south":{"uv":[1.125,9.125,1.375,9.25],"texture":"#0"},"west":{"uv":[1.5,9.125,1.75,9.25],"texture":"#0"},"up":{"uv":[5.875,8.875,5.625,8.625],"texture":"#0"},"down":{"uv":[6.25,8.625,6,8.875],"texture":"#0"}}},{"from":[14,2,0],"to":[16,3,2],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[9.125,1.75,9.375,1.875],"texture":"#0"},"east":{"uv":[1.875,9.125,2.125,9.25],"texture":"#0"},"south":{"uv":[9.125,2,9.375,2.125],"texture":"#0"},"west":{"uv":[2.25,9.125,2.5,9.25],"texture":"#0"},"up":{"uv":[6.625,8.875,6.375,8.625],"texture":"#0"},"down":{"uv":[8.875,6.375,8.625,6.625],"texture":"#0"}}},{"from":[13,14,0],"to":[16,15,3],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[8.875,6.125,9.25,6.25],"texture":"#0"},"east":{"uv":[8.875,8.625,9.25,8.75],"texture":"#0"},"south":{"uv":[8.875,8.875,9.25,9],"texture":"#0"},"west":{"uv":[9,0.25,9.375,0.375],"texture":"#0"},"up":{"uv":[8.625,8.5,8.25,8.125],"texture":"#0"},"down":{"uv":[8.875,0.25,8.5,0.625],"texture":"#0"}}},{"from":[14,13,0],"to":[16,14,2],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[2.625,9.125,2.875,9.25],"texture":"#0"},"east":{"uv":[3,9.125,3.25,9.25],"texture":"#0"},"south":{"uv":[3.375,9.125,3.625,9.25],"texture":"#0"},"west":{"uv":[3.75,9.125,4,9.25],"texture":"#0"},"up":{"uv":[8.875,7,8.625,6.75],"texture":"#0"},"down":{"uv":[8,8.625,7.75,8.875],"texture":"#0"}}},{"from":[15,3,0],"to":[16,13,1],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[6.125,7.25,6.25,8.5],"texture":"#0"},"east":{"uv":[6.375,7.25,6.5,8.5],"texture":"#0"},"south":{"uv":[7.25,7.125,7.375,8.375],"texture":"#0"},"west":{"uv":[7.5,0.25,7.625,1.5],"texture":"#0"},"up":{"uv":[9.375,7.25,9.25,7.125],"texture":"#0"},"down":{"uv":[7.5,9.25,7.375,9.375],"texture":"#0"}}},{"from":[13,14,13],"to":[16,15,16],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[9,0.5,9.375,0.625],"texture":"#0"},"east":{"uv":[9,0.75,9.375,0.875],"texture":"#0"},"south":{"uv":[9,1,9.375,1.125],"texture":"#0"},"west":{"uv":[9,1.25,9.375,1.375],"texture":"#0"},"up":{"uv":[8.875,1.125,8.5,0.75],"texture":"#0"},"down":{"uv":[8.875,1.25,8.5,1.625],"texture":"#0"}}},{"from":[14,13,14],"to":[16,14,16],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[4.125,9.125,4.375,9.25],"texture":"#0"},"east":{"uv":[4.5,9.125,4.75,9.25],"texture":"#0"},"south":{"uv":[4.875,9.125,5.125,9.25],"texture":"#0"},"west":{"uv":[5.25,9.125,5.5,9.25],"texture":"#0"},"up":{"uv":[8.375,8.875,8.125,8.625],"texture":"#0"},"down":{"uv":[8.75,8.625,8.5,8.875],"texture":"#0"}}},{"from":[0,14,13],"to":[3,15,16],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[9,1.5,9.375,1.625],"texture":"#0"},"east":{"uv":[9,4,9.375,4.125],"texture":"#0"},"south":{"uv":[9,4.25,9.375,4.375],"texture":"#0"},"west":{"uv":[9,4.5,9.375,4.625],"texture":"#0"},"up":{"uv":[7.625,8.875,7.25,8.5],"texture":"#0"},"down":{"uv":[9,1.75,8.625,2.125],"texture":"#0"}}},{"from":[0,13,14],"to":[2,14,16],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[6.75,9.125,7,9.25],"texture":"#0"},"east":{"uv":[8.625,9.125,8.875,9.25],"texture":"#0"},"south":{"uv":[9,9.125,9.25,9.25],"texture":"#0"},"west":{"uv":[5.625,9.25,5.875,9.375],"texture":"#0"},"up":{"uv":[1,9,0.75,8.75],"texture":"#0"},"down":{"uv":[7,8.75,6.75,9],"texture":"#0"}}},{"from":[0,3,15],"to":[1,13,16],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[1.625,7.5,1.75,8.75],"texture":"#0"},"east":{"uv":[1.875,7.5,2,8.75],"texture":"#0"},"south":{"uv":[2.125,7.5,2.25,8.75],"texture":"#0"},"west":{"uv":[2.375,7.5,2.5,8.75],"texture":"#0"},"up":{"uv":[9.375,7.5,9.25,7.375],"texture":"#0"},"down":{"uv":[7.75,9.25,7.625,9.375],"texture":"#0"}}},{"from":[15,3,15],"to":[16,13,16],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[2.625,7.5,2.75,8.75],"texture":"#0"},"east":{"uv":[2.875,7.5,3,8.75],"texture":"#0"},"south":{"uv":[3.125,7.5,3.25,8.75],"texture":"#0"},"west":{"uv":[3.375,7.5,3.5,8.75],"texture":"#0"},"up":{"uv":[9.375,7.75,9.25,7.625],"texture":"#0"},"down":{"uv":[8,9.25,7.875,9.375],"texture":"#0"}}},{"from":[3,3,1],"to":[4,13,2],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[3.625,7.5,3.75,8.75],"texture":"#0"},"east":{"uv":[3.875,7.5,4,8.75],"texture":"#0"},"south":{"uv":[4.125,7.5,4.25,8.75],"texture":"#0"},"west":{"uv":[4.375,7.5,4.5,8.75],"texture":"#0"},"up":{"uv":[9.375,8,9.25,7.875],"texture":"#0"},"down":{"uv":[8.25,9.25,8.125,9.375],"texture":"#0"}}},{"from":[12,3,1],"to":[13,13,2],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[4.625,7.5,4.75,8.75],"texture":"#0"},"east":{"uv":[4.875,7.5,5,8.75],"texture":"#0"},"south":{"uv":[5.125,7.5,5.25,8.75],"texture":"#0"},"west":{"uv":[7.5,7.125,7.625,8.375],"texture":"#0"},"up":{"uv":[9.375,8.25,9.25,8.125],"texture":"#0"},"down":{"uv":[8.5,9.25,8.375,9.375],"texture":"#0"}}},{"from":[14,1,3],"to":[15,15,13],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[4.375,5.625,4.5,7.375],"texture":"#0"},"east":{"uv":[5.375,5.375,6.625,7.125],"texture":"#0"},"south":{"uv":[4.625,5.625,4.75,7.375],"texture":"#0"}}},{"from":[1,1,3],"to":[2,15,13],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[4.875,5.625,5,7.375],"texture":"#0"},"south":{"uv":[5.125,5.625,5.25,7.375],"texture":"#0"},"west":{"uv":[5.625,1.875,6.875,3.625],"texture":"#0"},"up":{"uv":[9.1875,2.1875,9.0625,0.9375],"texture":"#0"},"down":{"uv":[0.625,7.75,0.5,9],"texture":"#0"}}},{"from":[4,3,1],"to":[12,4,2],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[8.375,5.125,9.375,5.25],"texture":"#0"},"east":{"uv":[9.25,8.375,9.375,8.5],"texture":"#0"},"south":{"uv":[8.625,2.25,9.625,2.375],"texture":"#0"},"west":{"uv":[0,9.375,0.125,9.5],"texture":"#0"},"up":{"uv":[9.625,2.625,8.625,2.5],"texture":"#0"},"down":{"uv":[9.625,2.75,8.625,2.875],"texture":"#0"}}},{"from":[4,12,1],"to":[12,13,2],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[8.625,3,9.625,3.125],"texture":"#0"},"east":{"uv":[9.375,0,9.5,0.125],"texture":"#0"},"south":{"uv":[8.625,3.25,9.625,3.375],"texture":"#0"},"west":{"uv":[0.25,9.375,0.375,9.5],"texture":"#0"},"up":{"uv":[9.625,3.625,8.625,3.5],"texture":"#0"},"down":{"uv":[9.625,3.75,8.625,3.875],"texture":"#0"}}},{"from":[3,1,14],"to":[13,15,15],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[0,5.875,1.25,7.625],"texture":"#0"},"east":{"uv":[0,5.875,1.25,7.625],"texture":"#0"},"south":{"uv":[0,5.875,1.25,7.625],"texture":"#0"},"west":{"uv":[0,5.875,1.25,7.625],"texture":"#0"},"up":{"uv":[0,5.875,1.25,7.625],"texture":"#0"},"down":{"uv":[0,5.875,1.25,7.625],"texture":"#0"}}},{"from":[2,15,0],"to":[14,16,1],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[7,3.125,8.5,3.25],"texture":"#0"},"east":{"uv":[0.5,9.375,0.625,9.5],"texture":"#0"},"south":{"uv":[7,3.375,8.5,3.5],"texture":"#0"},"west":{"uv":[0.75,9.375,0.875,9.5],"texture":"#0"},"up":{"uv":[8.5,3.75,7,3.625],"texture":"#0"},"down":{"uv":[8.5,3.875,7,4],"texture":"#0"}}},{"from":[2,15,15],"to":[14,16,16],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[7,2.125,8.5,2.25],"texture":"#0"},"east":{"uv":[6,9.25,6.125,9.375],"texture":"#0"},"south":{"uv":[7,2.375,8.5,2.5],"texture":"#0"},"west":{"uv":[6.25,9.25,6.375,9.375],"texture":"#0"},"up":{"uv":[8.5,2.75,7,2.625],"texture":"#0"},"down":{"uv":[8.5,2.875,7,3],"texture":"#0"}}},{"from":[0,15,2],"to":[1,16,14],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[1,9.375,1.125,9.5],"texture":"#0"},"east":{"uv":[7,4.125,8.5,4.25],"texture":"#0"},"south":{"uv":[1.25,9.375,1.375,9.5],"texture":"#0"},"west":{"uv":[7,4.375,8.5,4.5],"texture":"#0"},"up":{"uv":[6.875,8.625,6.75,7.125],"texture":"#0"},"down":{"uv":[7.125,7.125,7,8.625],"texture":"#0"}}},{"from":[15,15,2],"to":[16,16,14],"rotation":{"angle":0,"axis":"y","origin":[8,8.88235,7.42647]},"faces":{"north":{"uv":[1.5,9.375,1.625,9.5],"texture":"#0"},"east":{"uv":[7,4.625,8.5,4.75],"texture":"#0"},"south":{"uv":[1.75,9.375,1.875,9.5],"texture":"#0"},"west":{"uv":[7,4.875,8.5,5],"texture":"#0"},"up":{"uv":[7.375,1.75,7.25,0.25],"texture":"#0"},"down":{"uv":[5.5,7.25,5.375,8.75],"texture":"#0"}}},{"from":[4,4,1],"to":[12,12,2],"faces":{"north":{"uv":[0,0,16,16],"texture":"#2"}}}],"display":{"thirdperson_righthand":{"rotation":[65,16,16],"translation":[0,4,0],"scale":[0.4,0.4,0.4]},"thirdperson_lefthand":{"rotation":[65,16,16],"translation":[0,4,0],"scale":[0.4,0.4,0.4]},"firstperson_righthand":{"rotation":[15,105,0],"translation":[2.25,-1,0],"scale":[0.65,0.65,0.65]},"firstperson_lefthand":{"rotation":[15,105,0],"translation":[2.25,-1,0],"scale":[0.65,0.65,0.65]},"ground":{"translation":[0,2.5,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[10,-162,-4],"scale":[0.69,0.65,0.65]},"head":{"translation":[0,14,0]},"fixed":{"rotation":[0,8,-7],"translation":[0,0,-1.25],"scale":[0.75,0.75,0.75]}},"groups":[{"name":"VoxelShapes","origin":[8,8,8],"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,25,26,27,28,29,30,31,32,33,34]}]} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/templates/quantum_transmutation_chamber.json b/src/main/resources/assets/cuboidmod/models/block/templates/quantum_transmutation_chamber.json new file mode 100644 index 0000000..8644c64 --- /dev/null +++ b/src/main/resources/assets/cuboidmod/models/block/templates/quantum_transmutation_chamber.json @@ -0,0 +1 @@ +{"texture_size":[64,64],"textures":{"0":"cuboidmod:block/model/quantum_transmutation_chamber_casing","1":"#core","particle":"cuboidmod:block/model/quantum_transmutation_chamber_casing"},"elements":[{"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"}}},{"from":[0,0,0],"to":[2,1,16],"faces":{"north":{"uv":[8.5,3,9,3.25],"texture":"#0"},"east":{"uv":[4.5,3,8.5,3.25],"texture":"#0"},"south":{"uv":[8.5,3.25,9,3.5],"texture":"#0"},"west":{"uv":[4.5,3.25,8.5,3.5],"texture":"#0"},"up":{"uv":[0.5,4,0,0],"texture":"#0"},"down":{"uv":[1,0,0.5,4],"texture":"#0"}}},{"from":[14,0,0],"to":[16,1,16],"faces":{"north":{"uv":[9,3,9.5,3.25],"texture":"#0"},"east":{"uv":[3.5,4.5,7.5,4.75],"texture":"#0"},"south":{"uv":[9,3.25,9.5,3.5],"texture":"#0"},"west":{"uv":[3.5,4.75,7.5,5],"texture":"#0"},"up":{"uv":[1.5,4,1,0],"texture":"#0"},"down":{"uv":[2,0,1.5,4],"texture":"#0"}}},{"from":[0,15,0],"to":[2,16,16],"faces":{"north":{"uv":[9.5,3,10,3.25],"texture":"#0"},"east":{"uv":[3.5,5,7.5,5.25],"texture":"#0"},"south":{"uv":[9.5,3.25,10,3.5],"texture":"#0"},"west":{"uv":[3.5,5.25,7.5,5.5],"texture":"#0"},"up":{"uv":[2.5,4,2,0],"texture":"#0"},"down":{"uv":[3,0,2.5,4],"texture":"#0"}}},{"from":[14,15,0],"to":[16,16,16],"faces":{"north":{"uv":[9.5,4,10,4.25],"texture":"#0"},"east":{"uv":[3.5,5.5,7.5,5.75],"texture":"#0"},"south":{"uv":[9.5,4.25,10,4.5],"texture":"#0"},"west":{"uv":[3.5,5.75,7.5,6],"texture":"#0"},"up":{"uv":[3.5,4,3,0],"texture":"#0"},"down":{"uv":[4,0,3.5,4],"texture":"#0"}}},{"from":[1,12,1],"to":[4,15,4],"faces":{"north":{"uv":[7.75,8.5,8.5,9.25],"texture":"#0"},"east":{"uv":[8.5,8.5,9.25,9.25],"texture":"#0"},"south":{"uv":[7.75,9.25,8.5,10],"texture":"#0"},"west":{"uv":[8.5,9.25,9.25,10],"texture":"#0"},"up":{"uv":[10,9.25,9.25,8.5],"texture":"#0"},"down":{"uv":[10,9.25,9.25,10],"texture":"#0"}}},{"from":[1,1,1],"to":[4,4,4],"faces":{"north":{"uv":[3.5,9.5,4.25,10.25],"texture":"#0"},"east":{"uv":[4.25,9.5,5,10.25],"texture":"#0"},"south":{"uv":[5,9.5,5.75,10.25],"texture":"#0"},"west":{"uv":[5.75,9.5,6.5,10.25],"texture":"#0"},"up":{"uv":[7.25,10.25,6.5,9.5],"texture":"#0"},"down":{"uv":[10.75,3,10,3.75],"texture":"#0"}}},{"from":[1,12,12],"to":[4,15,15],"faces":{"north":{"uv":[10,3.75,10.75,4.5],"texture":"#0"},"east":{"uv":[7.75,10,8.5,10.75],"texture":"#0"},"south":{"uv":[8.5,10,9.25,10.75],"texture":"#0"},"west":{"uv":[10,8.5,10.75,9.25],"texture":"#0"},"up":{"uv":[10,10.75,9.25,10],"texture":"#0"},"down":{"uv":[10.75,9.25,10,10],"texture":"#0"}}},{"from":[1,1,12],"to":[4,4,15],"faces":{"north":{"uv":[10,10,10.75,10.75],"texture":"#0"},"east":{"uv":[3.5,10.25,4.25,11],"texture":"#0"},"south":{"uv":[4.25,10.25,5,11],"texture":"#0"},"west":{"uv":[5,10.25,5.75,11],"texture":"#0"},"up":{"uv":[6.5,11,5.75,10.25],"texture":"#0"},"down":{"uv":[7.25,10.25,6.5,11],"texture":"#0"}}},{"from":[12,12,1],"to":[15,15,4],"faces":{"north":{"uv":[10.5,0,11.25,0.75],"texture":"#0"},"east":{"uv":[10.5,0.75,11.25,1.5],"texture":"#0"},"south":{"uv":[10.5,1.5,11.25,2.25],"texture":"#0"},"west":{"uv":[2,10.5,2.75,11.25],"texture":"#0"},"up":{"uv":[11.25,3,10.5,2.25],"texture":"#0"},"down":{"uv":[3.5,10.5,2.75,11.25],"texture":"#0"}}},{"from":[12,1,1],"to":[15,4,4],"faces":{"north":{"uv":[10.75,3,11.5,3.75],"texture":"#0"},"east":{"uv":[10.75,3.75,11.5,4.5],"texture":"#0"},"south":{"uv":[10.75,4.5,11.5,5.25],"texture":"#0"},"west":{"uv":[10.75,5.25,11.5,6],"texture":"#0"},"up":{"uv":[11.5,6.75,10.75,6],"texture":"#0"},"down":{"uv":[11.5,6.75,10.75,7.5],"texture":"#0"}}},{"from":[12,12,12],"to":[15,15,15],"faces":{"north":{"uv":[7.25,10.75,8,11.5],"texture":"#0"},"east":{"uv":[10.75,7.5,11.5,8.25],"texture":"#0"},"south":{"uv":[8,10.75,8.75,11.5],"texture":"#0"},"west":{"uv":[10.75,8.25,11.5,9],"texture":"#0"},"up":{"uv":[9.5,11.5,8.75,10.75],"texture":"#0"},"down":{"uv":[11.5,9,10.75,9.75],"texture":"#0"}}},{"from":[12,1,12],"to":[15,4,15],"faces":{"north":{"uv":[9.5,10.75,10.25,11.5],"texture":"#0"},"east":{"uv":[10.75,9.75,11.5,10.5],"texture":"#0"},"south":{"uv":[10.25,10.75,11,11.5],"texture":"#0"},"west":{"uv":[0,11,0.75,11.75],"texture":"#0"},"up":{"uv":[1.5,11.75,0.75,11],"texture":"#0"},"down":{"uv":[4.25,11,3.5,11.75],"texture":"#0"}}},{"from":[14,1,15],"to":[16,15,16],"faces":{"north":{"uv":[0,4,0.5,7.5],"texture":"#0"},"east":{"uv":[3.5,6,3.75,9.5],"texture":"#0"},"south":{"uv":[4,0,4.5,3.5],"texture":"#0"},"west":{"uv":[3.75,6,4,9.5],"texture":"#0"},"up":{"uv":[7.75,10.75,7.25,10.5],"texture":"#0"},"down":{"uv":[11.25,10.5,10.75,10.75],"texture":"#0"}}},{"from":[14,1,0],"to":[16,15,1],"faces":{"north":{"uv":[0.5,4,1,7.5],"texture":"#0"},"east":{"uv":[4,6,4.25,9.5],"texture":"#0"},"south":{"uv":[1,4,1.5,7.5],"texture":"#0"},"west":{"uv":[4.25,6,4.5,9.5],"texture":"#0"},"up":{"uv":[2,11.25,1.5,11],"texture":"#0"},"down":{"uv":[4.75,11,4.25,11.25],"texture":"#0"}}},{"from":[0,1,15],"to":[2,15,16],"faces":{"north":{"uv":[1.5,4,2,7.5],"texture":"#0"},"east":{"uv":[4.5,6,4.75,9.5],"texture":"#0"},"south":{"uv":[2,4,2.5,7.5],"texture":"#0"},"west":{"uv":[4.75,6,5,9.5],"texture":"#0"},"up":{"uv":[5.25,11.25,4.75,11],"texture":"#0"},"down":{"uv":[5.75,11,5.25,11.25],"texture":"#0"}}},{"from":[0,1,0],"to":[2,15,1],"faces":{"north":{"uv":[2.5,4,3,7.5],"texture":"#0"},"east":{"uv":[5,6,5.25,9.5],"texture":"#0"},"south":{"uv":[3,4,3.5,7.5],"texture":"#0"},"west":{"uv":[5.25,6,5.5,9.5],"texture":"#0"},"up":{"uv":[6.25,11.25,5.75,11],"texture":"#0"},"down":{"uv":[6.75,11,6.25,11.25],"texture":"#0"}}},{"from":[0,1,1],"to":[1,15,2],"faces":{"north":{"uv":[5.5,6,5.75,9.5],"texture":"#0"},"east":{"uv":[5.75,6,6,9.5],"texture":"#0"},"south":{"uv":[6,6,6.25,9.5],"texture":"#0"},"west":{"uv":[6.25,6,6.5,9.5],"texture":"#0"},"up":{"uv":[7.5,9.75,7.25,9.5],"texture":"#0"},"down":{"uv":[7.5,9.75,7.25,10],"texture":"#0"}}},{"from":[0,1,14],"to":[1,15,15],"faces":{"north":{"uv":[6.5,6,6.75,9.5],"texture":"#0"},"east":{"uv":[6.75,6,7,9.5],"texture":"#0"},"south":{"uv":[7,6,7.25,9.5],"texture":"#0"},"west":{"uv":[7.25,6,7.5,9.5],"texture":"#0"},"up":{"uv":[7.5,10.25,7.25,10],"texture":"#0"},"down":{"uv":[7.5,10.25,7.25,10.5],"texture":"#0"}}},{"from":[15,1,1],"to":[16,15,2],"faces":{"north":{"uv":[0,7.5,0.25,11],"texture":"#0"},"east":{"uv":[0.25,7.5,0.5,11],"texture":"#0"},"south":{"uv":[0.5,7.5,0.75,11],"texture":"#0"},"west":{"uv":[0.75,7.5,1,11],"texture":"#0"},"up":{"uv":[11.5,1.5,11.25,1.25],"texture":"#0"},"down":{"uv":[1.75,11.25,1.5,11.5],"texture":"#0"}}},{"from":[15,1,14],"to":[16,15,15],"faces":{"north":{"uv":[1,7.5,1.25,11],"texture":"#0"},"east":{"uv":[1.25,7.5,1.5,11],"texture":"#0"},"south":{"uv":[1.5,7.5,1.75,11],"texture":"#0"},"west":{"uv":[1.75,7.5,2,11],"texture":"#0"},"up":{"uv":[11.5,1.75,11.25,1.5],"texture":"#0"},"down":{"uv":[2,11.25,1.75,11.5],"texture":"#0"}}},{"from":[2,15,0],"to":[14,16,2],"faces":{"north":{"uv":[6.5,4,9.5,4.25],"texture":"#0"},"east":{"uv":[6.75,11,7.25,11.25],"texture":"#0"},"south":{"uv":[6.5,4.25,9.5,4.5],"texture":"#0"},"west":{"uv":[11,10.75,11.5,11],"texture":"#0"},"up":{"uv":[6.5,4.5,3.5,4],"texture":"#0"},"down":{"uv":[7,3.5,4,4],"texture":"#0"}}},{"from":[2,15,14],"to":[14,16,16],"faces":{"north":{"uv":[7,3.5,10,3.75],"texture":"#0"},"east":{"uv":[11,11,11.5,11.25],"texture":"#0"},"south":{"uv":[7,3.75,10,4],"texture":"#0"},"west":{"uv":[11.25,0,11.75,0.25],"texture":"#0"},"up":{"uv":[7.5,0.5,4.5,0],"texture":"#0"},"down":{"uv":[7.5,0.5,4.5,1],"texture":"#0"}}},{"from":[2,0,0],"to":[14,1,2],"faces":{"north":{"uv":[7.5,0,10.5,0.25],"texture":"#0"},"east":{"uv":[11.25,0.25,11.75,0.5],"texture":"#0"},"south":{"uv":[7.5,0.25,10.5,0.5],"texture":"#0"},"west":{"uv":[11.25,0.5,11.75,0.75],"texture":"#0"},"up":{"uv":[7.5,1.5,4.5,1],"texture":"#0"},"down":{"uv":[7.5,1.5,4.5,2],"texture":"#0"}}},{"from":[2,0,14],"to":[14,1,16],"faces":{"north":{"uv":[7.5,0.5,10.5,0.75],"texture":"#0"},"east":{"uv":[11.25,0.75,11.75,1],"texture":"#0"},"south":{"uv":[7.5,0.75,10.5,1],"texture":"#0"},"west":{"uv":[11.25,1,11.75,1.25],"texture":"#0"},"up":{"uv":[7.5,2.5,4.5,2],"texture":"#0"},"down":{"uv":[7.5,2.5,4.5,3],"texture":"#0"}}},{"from":[0,1,2],"to":[1,2,14],"faces":{"north":{"uv":[11.25,1.75,11.5,2],"texture":"#0"},"east":{"uv":[7.5,1,10.5,1.25],"texture":"#0"},"south":{"uv":[2,11.25,2.25,11.5],"texture":"#0"},"west":{"uv":[7.5,1.25,10.5,1.5],"texture":"#0"},"up":{"uv":[2.25,10.5,2,7.5],"texture":"#0"},"down":{"uv":[2.5,7.5,2.25,10.5],"texture":"#0"}}},{"from":[0,14,2],"to":[1,15,14],"faces":{"north":{"uv":[11.25,2,11.5,2.25],"texture":"#0"},"east":{"uv":[7.5,1.5,10.5,1.75],"texture":"#0"},"south":{"uv":[2.25,11.25,2.5,11.5],"texture":"#0"},"west":{"uv":[7.5,1.75,10.5,2],"texture":"#0"},"up":{"uv":[2.75,10.5,2.5,7.5],"texture":"#0"},"down":{"uv":[3,7.5,2.75,10.5],"texture":"#0"}}},{"from":[15,1,2],"to":[16,2,14],"faces":{"north":{"uv":[11.25,2.25,11.5,2.5],"texture":"#0"},"east":{"uv":[7.5,2,10.5,2.25],"texture":"#0"},"south":{"uv":[2.5,11.25,2.75,11.5],"texture":"#0"},"west":{"uv":[7.5,2.25,10.5,2.5],"texture":"#0"},"up":{"uv":[3.25,10.5,3,7.5],"texture":"#0"},"down":{"uv":[3.5,7.5,3.25,10.5],"texture":"#0"}}},{"from":[15,14,2],"to":[16,15,14],"faces":{"north":{"uv":[11.25,2.5,11.5,2.75],"texture":"#0"},"east":{"uv":[7.5,2.5,10.5,2.75],"texture":"#0"},"south":{"uv":[2.75,11.25,3,11.5],"texture":"#0"},"west":{"uv":[7.5,2.75,10.5,3],"texture":"#0"},"up":{"uv":[7.75,7.5,7.5,4.5],"texture":"#0"},"down":{"uv":[7.75,7.5,7.5,10.5],"texture":"#0"}}},{"from":[2,14,0],"to":[14,15,1],"faces":{"north":{"uv":[7.75,4.5,10.75,4.75],"texture":"#0"},"east":{"uv":[11.25,2.75,11.5,3],"texture":"#0"},"south":{"uv":[7.75,4.75,10.75,5],"texture":"#0"},"west":{"uv":[3,11.25,3.25,11.5],"texture":"#0"},"up":{"uv":[10.75,5.25,7.75,5],"texture":"#0"},"down":{"uv":[10.75,5.25,7.75,5.5],"texture":"#0"}}},{"from":[2,14,15],"to":[14,15,16],"faces":{"north":{"uv":[7.75,5.5,10.75,5.75],"texture":"#0"},"east":{"uv":[3.25,11.25,3.5,11.5],"texture":"#0"},"south":{"uv":[7.75,5.75,10.75,6],"texture":"#0"},"west":{"uv":[4.25,11.25,4.5,11.5],"texture":"#0"},"up":{"uv":[10.75,6.25,7.75,6],"texture":"#0"},"down":{"uv":[10.75,6.25,7.75,6.5],"texture":"#0"}}},{"from":[2,1,0],"to":[14,2,1],"faces":{"north":{"uv":[7.75,6.5,10.75,6.75],"texture":"#0"},"east":{"uv":[4.5,11.25,4.75,11.5],"texture":"#0"},"south":{"uv":[7.75,6.75,10.75,7],"texture":"#0"},"west":{"uv":[4.75,11.25,5,11.5],"texture":"#0"},"up":{"uv":[10.75,7.25,7.75,7],"texture":"#0"},"down":{"uv":[10.75,7.25,7.75,7.5],"texture":"#0"}}},{"from":[2,1,15],"to":[14,2,16],"faces":{"north":{"uv":[7.75,7.5,10.75,7.75],"texture":"#0"},"east":{"uv":[5,11.25,5.25,11.5],"texture":"#0"},"south":{"uv":[7.75,7.75,10.75,8],"texture":"#0"},"west":{"uv":[5.25,11.25,5.5,11.5],"texture":"#0"},"up":{"uv":[10.75,8.25,7.75,8],"texture":"#0"},"down":{"uv":[10.75,8.25,7.75,8.5],"texture":"#0"}}},{"from":[2,2,15],"to":[3,3,15.5],"faces":{"north":{"uv":[5.5,11.25,5.75,11.5],"texture":"#0"},"east":{"uv":[6.5,11.5,6.625,11.75],"texture":"#0"},"south":{"uv":[5.75,11.25,6,11.5],"texture":"#0"},"west":{"uv":[11.5,6.5,11.625,6.75],"texture":"#0"},"up":{"uv":[7,11.625,6.75,11.5],"texture":"#0"},"down":{"uv":[11.75,6.75,11.5,6.875],"texture":"#0"}}},{"from":[2,2,0.5],"to":[3,3,1],"faces":{"north":{"uv":[6,11.25,6.25,11.5],"texture":"#0"},"east":{"uv":[7,11.5,7.125,11.75],"texture":"#0"},"south":{"uv":[6.25,11.25,6.5,11.5],"texture":"#0"},"west":{"uv":[11.5,7,11.625,7.25],"texture":"#0"},"up":{"uv":[7.5,11.625,7.25,11.5],"texture":"#0"},"down":{"uv":[11.75,7.25,11.5,7.375],"texture":"#0"}}},{"from":[2,13,15],"to":[3,14,15.5],"faces":{"north":{"uv":[6.5,11.25,6.75,11.5],"texture":"#0"},"east":{"uv":[7.5,11.5,7.625,11.75],"texture":"#0"},"south":{"uv":[6.75,11.25,7,11.5],"texture":"#0"},"west":{"uv":[11.5,7.5,11.625,7.75],"texture":"#0"},"up":{"uv":[8,11.625,7.75,11.5],"texture":"#0"},"down":{"uv":[11.75,7.75,11.5,7.875],"texture":"#0"}}},{"from":[2,13,0.5],"to":[3,14,1],"faces":{"north":{"uv":[7,11.25,7.25,11.5],"texture":"#0"},"east":{"uv":[8,11.5,8.125,11.75],"texture":"#0"},"south":{"uv":[11.25,10.5,11.5,10.75],"texture":"#0"},"west":{"uv":[11.5,8,11.625,8.25],"texture":"#0"},"up":{"uv":[8.5,11.625,8.25,11.5],"texture":"#0"},"down":{"uv":[11.75,8.25,11.5,8.375],"texture":"#0"}}},{"from":[13,2,15],"to":[14,3,15.5],"faces":{"north":{"uv":[11,11.25,11.25,11.5],"texture":"#0"},"east":{"uv":[8.5,11.5,8.625,11.75],"texture":"#0"},"south":{"uv":[11.25,11.25,11.5,11.5],"texture":"#0"},"west":{"uv":[11.5,8.5,11.625,8.75],"texture":"#0"},"up":{"uv":[9,11.625,8.75,11.5],"texture":"#0"},"down":{"uv":[11.75,8.75,11.5,8.875],"texture":"#0"}}},{"from":[13,2,0.5],"to":[14,3,1],"faces":{"north":{"uv":[11.5,1.25,11.75,1.5],"texture":"#0"},"east":{"uv":[9,11.5,9.125,11.75],"texture":"#0"},"south":{"uv":[1.5,11.5,1.75,11.75],"texture":"#0"},"west":{"uv":[11.5,9,11.625,9.25],"texture":"#0"},"up":{"uv":[9.5,11.625,9.25,11.5],"texture":"#0"},"down":{"uv":[11.75,9.25,11.5,9.375],"texture":"#0"}}},{"from":[13,13,15],"to":[14,14,15.5],"faces":{"north":{"uv":[11.5,1.5,11.75,1.75],"texture":"#0"},"east":{"uv":[9.5,11.5,9.625,11.75],"texture":"#0"},"south":{"uv":[1.75,11.5,2,11.75],"texture":"#0"},"west":{"uv":[11.5,9.5,11.625,9.75],"texture":"#0"},"up":{"uv":[10,11.625,9.75,11.5],"texture":"#0"},"down":{"uv":[11.75,9.75,11.5,9.875],"texture":"#0"}}},{"from":[13,13,0.5],"to":[14,14,1],"faces":{"north":{"uv":[11.5,1.75,11.75,2],"texture":"#0"},"east":{"uv":[10,11.5,10.125,11.75],"texture":"#0"},"south":{"uv":[2,11.5,2.25,11.75],"texture":"#0"},"west":{"uv":[11.5,10,11.625,10.25],"texture":"#0"},"up":{"uv":[10.5,11.625,10.25,11.5],"texture":"#0"},"down":{"uv":[11.75,10.25,11.5,10.375],"texture":"#0"}}},{"from":[13,15,2],"to":[14,15.5,3],"faces":{"north":{"uv":[10.5,11.5,10.75,11.625],"texture":"#0"},"east":{"uv":[11.5,10.5,11.75,10.625],"texture":"#0"},"south":{"uv":[10.75,11.5,11,11.625],"texture":"#0"},"west":{"uv":[11.5,10.75,11.75,10.875],"texture":"#0"},"up":{"uv":[11.75,2.25,11.5,2],"texture":"#0"},"down":{"uv":[2.5,11.5,2.25,11.75],"texture":"#0"}}},{"from":[13,0.5,2],"to":[14,1,3],"faces":{"north":{"uv":[11,11.5,11.25,11.625],"texture":"#0"},"east":{"uv":[11.5,11,11.75,11.125],"texture":"#0"},"south":{"uv":[11.25,11.5,11.5,11.625],"texture":"#0"},"west":{"uv":[11.5,11.25,11.75,11.375],"texture":"#0"},"up":{"uv":[11.75,2.5,11.5,2.25],"texture":"#0"},"down":{"uv":[2.75,11.5,2.5,11.75],"texture":"#0"}}},{"from":[2,15,2],"to":[3,15.5,3],"faces":{"north":{"uv":[11.5,11.5,11.75,11.625],"texture":"#0"},"east":{"uv":[0,11.75,0.25,11.875],"texture":"#0"},"south":{"uv":[11.75,0,12,0.125],"texture":"#0"},"west":{"uv":[0.25,11.75,0.5,11.875],"texture":"#0"},"up":{"uv":[11.75,2.75,11.5,2.5],"texture":"#0"},"down":{"uv":[3,11.5,2.75,11.75],"texture":"#0"}}},{"from":[2,0.5,2],"to":[3,1,3],"faces":{"north":{"uv":[11.75,0.25,12,0.375],"texture":"#0"},"east":{"uv":[0.5,11.75,0.75,11.875],"texture":"#0"},"south":{"uv":[11.75,0.5,12,0.625],"texture":"#0"},"west":{"uv":[0.75,11.75,1,11.875],"texture":"#0"},"up":{"uv":[11.75,3,11.5,2.75],"texture":"#0"},"down":{"uv":[3.25,11.5,3,11.75],"texture":"#0"}}},{"from":[13,15,13],"to":[14,15.5,14],"faces":{"north":{"uv":[11.75,0.75,12,0.875],"texture":"#0"},"east":{"uv":[1,11.75,1.25,11.875],"texture":"#0"},"south":{"uv":[11.75,1,12,1.125],"texture":"#0"},"west":{"uv":[1.25,11.75,1.5,11.875],"texture":"#0"},"up":{"uv":[11.75,3.25,11.5,3],"texture":"#0"},"down":{"uv":[3.5,11.5,3.25,11.75],"texture":"#0"}}},{"from":[13,0.5,13],"to":[14,1,14],"faces":{"north":{"uv":[11.75,1.25,12,1.375],"texture":"#0"},"east":{"uv":[1.5,11.75,1.75,11.875],"texture":"#0"},"south":{"uv":[11.75,1.5,12,1.625],"texture":"#0"},"west":{"uv":[1.75,11.75,2,11.875],"texture":"#0"},"up":{"uv":[11.75,3.5,11.5,3.25],"texture":"#0"},"down":{"uv":[11.75,3.5,11.5,3.75],"texture":"#0"}}},{"from":[2,15,13],"to":[3,15.5,14],"faces":{"north":{"uv":[11.75,1.75,12,1.875],"texture":"#0"},"east":{"uv":[2,11.75,2.25,11.875],"texture":"#0"},"south":{"uv":[11.75,2,12,2.125],"texture":"#0"},"west":{"uv":[2.25,11.75,2.5,11.875],"texture":"#0"},"up":{"uv":[11.75,4,11.5,3.75],"texture":"#0"},"down":{"uv":[11.75,4,11.5,4.25],"texture":"#0"}}},{"from":[2,0.5,13],"to":[3,1,14],"faces":{"north":{"uv":[11.75,2.25,12,2.375],"texture":"#0"},"east":{"uv":[2.5,11.75,2.75,11.875],"texture":"#0"},"south":{"uv":[11.75,2.5,12,2.625],"texture":"#0"},"west":{"uv":[2.75,11.75,3,11.875],"texture":"#0"},"up":{"uv":[4.5,11.75,4.25,11.5],"texture":"#0"},"down":{"uv":[11.75,4.25,11.5,4.5],"texture":"#0"}}},{"from":[0.5,2,13],"to":[1,3,14],"faces":{"north":{"uv":[11.75,2.75,11.875,3],"texture":"#0"},"east":{"uv":[4.5,11.5,4.75,11.75],"texture":"#0"},"south":{"uv":[3,11.75,3.125,12],"texture":"#0"},"west":{"uv":[11.5,4.5,11.75,4.75],"texture":"#0"},"up":{"uv":[11.875,3.25,11.75,3],"texture":"#0"},"down":{"uv":[3.375,11.75,3.25,12],"texture":"#0"}}},{"from":[15,2,13],"to":[15.5,3,14],"faces":{"north":{"uv":[11.75,3.25,11.875,3.5],"texture":"#0"},"east":{"uv":[4.75,11.5,5,11.75],"texture":"#0"},"south":{"uv":[3.5,11.75,3.625,12],"texture":"#0"},"west":{"uv":[11.5,4.75,11.75,5],"texture":"#0"},"up":{"uv":[11.875,3.75,11.75,3.5],"texture":"#0"},"down":{"uv":[3.875,11.75,3.75,12],"texture":"#0"}}},{"from":[0.5,13,13],"to":[1,14,14],"faces":{"north":{"uv":[11.75,3.75,11.875,4],"texture":"#0"},"east":{"uv":[5,11.5,5.25,11.75],"texture":"#0"},"south":{"uv":[4,11.75,4.125,12],"texture":"#0"},"west":{"uv":[11.5,5,11.75,5.25],"texture":"#0"},"up":{"uv":[11.875,4.25,11.75,4],"texture":"#0"},"down":{"uv":[4.375,11.75,4.25,12],"texture":"#0"}}},{"from":[15,13,13],"to":[15.5,14,14],"faces":{"north":{"uv":[11.75,4.25,11.875,4.5],"texture":"#0"},"east":{"uv":[5.25,11.5,5.5,11.75],"texture":"#0"},"south":{"uv":[4.5,11.75,4.625,12],"texture":"#0"},"west":{"uv":[11.5,5.25,11.75,5.5],"texture":"#0"},"up":{"uv":[11.875,4.75,11.75,4.5],"texture":"#0"},"down":{"uv":[4.875,11.75,4.75,12],"texture":"#0"}}},{"from":[0.5,2,2],"to":[1,3,3],"faces":{"north":{"uv":[11.75,4.75,11.875,5],"texture":"#0"},"east":{"uv":[5.5,11.5,5.75,11.75],"texture":"#0"},"south":{"uv":[5,11.75,5.125,12],"texture":"#0"},"west":{"uv":[11.5,5.5,11.75,5.75],"texture":"#0"},"up":{"uv":[11.875,5.25,11.75,5],"texture":"#0"},"down":{"uv":[5.375,11.75,5.25,12],"texture":"#0"}}},{"from":[15,2,2],"to":[15.5,3,3],"faces":{"north":{"uv":[11.75,5.25,11.875,5.5],"texture":"#0"},"east":{"uv":[5.75,11.5,6,11.75],"texture":"#0"},"south":{"uv":[5.5,11.75,5.625,12],"texture":"#0"},"west":{"uv":[11.5,5.75,11.75,6],"texture":"#0"},"up":{"uv":[11.875,5.75,11.75,5.5],"texture":"#0"},"down":{"uv":[5.875,11.75,5.75,12],"texture":"#0"}}},{"from":[0.5,13,2],"to":[1,14,3],"faces":{"north":{"uv":[11.75,5.75,11.875,6],"texture":"#0"},"east":{"uv":[6,11.5,6.25,11.75],"texture":"#0"},"south":{"uv":[6,11.75,6.125,12],"texture":"#0"},"west":{"uv":[11.5,6,11.75,6.25],"texture":"#0"},"up":{"uv":[11.875,6.25,11.75,6],"texture":"#0"},"down":{"uv":[6.375,11.75,6.25,12],"texture":"#0"}}},{"from":[15,13,2],"to":[15.5,14,3],"faces":{"north":{"uv":[11.75,6.25,11.875,6.5],"texture":"#0"},"east":{"uv":[6.25,11.5,6.5,11.75],"texture":"#0"},"south":{"uv":[6.5,11.75,6.625,12],"texture":"#0"},"west":{"uv":[11.5,6.25,11.75,6.5],"texture":"#0"},"up":{"uv":[11.875,6.75,11.75,6.5],"texture":"#0"},"down":{"uv":[6.875,11.75,6.75,12],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[-35,10,6],"translation":[0,5,0],"scale":[0.5,0.5,0.5]},"thirdperson_lefthand":{"rotation":[-35,10,6],"translation":[0,5,0],"scale":[0.5,0.5,0.5]},"firstperson_righthand":{"rotation":[0,12,6],"translation":[0.5,-1.5,2.5],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[0,12,6],"translation":[0.5,-1.5,2.5],"scale":[0.6,0.6,0.6]},"ground":{"translation":[0,3,0],"scale":[0.5,0.5,0.5]},"gui":{"rotation":[18,22,0],"translation":[0,0.75,0],"scale":[0.6,0.6,0.6]},"head":{"translation":[0,14,0]},"fixed":{"rotation":[-10,22,-3],"translation":[0,0.75,0],"scale":[0.7,0.7,0.7]}},"groups":[{"name":"VoxelShapes","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,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56]}]} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/templates/refined_inscriber.json b/src/main/resources/assets/cuboidmod/models/block/templates/refined_inscriber.json new file mode 100644 index 0000000..35a4564 --- /dev/null +++ b/src/main/resources/assets/cuboidmod/models/block/templates/refined_inscriber.json @@ -0,0 +1 @@ +{"textures":{"0":"cuboidmod:block/model/inscriber_back","1":"cuboidmod:block/model/inscriber_bottom","2":"cuboidmod:block/model/inscriber_left","3":"cuboidmod:block/model/inscriber_right","4":"cuboidmod:block/model/inscriber_top","5":"#window","particle":"cuboidmod:block/model/inscriber_back"},"elements":[{"from":[0,1,0],"to":[3,15,16],"faces":{"north":{"uv":[13,1,16,15],"texture":"#3"},"east":{"uv":[1,1,15,3],"texture":"#3"},"south":{"uv":[0,1,3,15],"texture":"#3"},"west":{"uv":[0,1,16,15],"texture":"#3"},"up":{"uv":[16,16,13,0],"texture":"#3"},"down":{"uv":[16,0,13,16],"texture":"#3"}}},{"from":[13,1,0],"to":[16,15,16],"faces":{"north":{"uv":[0,1,3,15],"texture":"#2"},"east":{"uv":[0,1,16,15],"texture":"#2"},"south":{"uv":[13,1,16,15],"texture":"#2"},"west":{"uv":[1,1,15,3],"texture":"#2"},"up":{"uv":[3,16,0,0],"texture":"#2"},"down":{"uv":[3,0,0,16],"texture":"#2"}}},{"from":[3,1,14],"to":[13,15,16],"faces":{"north":{"uv":[2,2,12,16],"texture":"#0"},"east":{"uv":[0,2,2,16],"texture":"#0"},"south":{"uv":[3,1,13,15],"texture":"#0"},"west":{"uv":[12,2,14,16],"texture":"#0"},"up":{"uv":[13,2,3,0],"texture":"#0"},"down":{"uv":[13,0,3,2],"texture":"#0"}}},{"from":[1,0,1],"to":[15,1,15],"faces":{"north":{"uv":[1,15,15,16],"texture":"#1"},"east":{"uv":[1,15,15,16],"texture":"#1"},"south":{"uv":[1,15,15,16],"texture":"#1"},"west":{"uv":[1,15,15,16],"texture":"#1"},"up":{"uv":[28,29,14,15],"texture":"#1"},"down":{"uv":[15,1,1,15],"texture":"#1"}}},{"from":[1,15,1],"to":[15,16,15],"shade":false,"faces":{"north":{"uv":[28,14,14,15],"texture":"#4"},"east":{"uv":[42,14,28,15],"texture":"#4"},"south":{"uv":[56,14,42,15],"texture":"#4"},"west":{"uv":[14,14,0,15],"texture":"#4"},"up":{"uv":[1,15,15,1],"texture":"#4"},"down":{"uv":[28,0,42,14],"texture":"#4"}}},{"from":[3,1,1],"to":[13,4,14],"faces":{"north":{"uv":[3,13,13,16],"texture":"#1"},"east":{"uv":[0,13,13,16],"texture":"#1"},"south":{"uv":[36,13,46,16],"texture":"#1"},"west":{"uv":[23,13,36,16],"texture":"#1"},"up":{"uv":[13,14,3,1],"texture":"#1"},"down":{"uv":[33,0,23,13],"texture":"#1"}}},{"from":[3,12,1],"to":[13,15,14],"faces":{"north":{"uv":[3,0,13,3],"texture":"#4"},"east":{"uv":[0,13,13,16],"texture":"#4"},"south":{"uv":[36,13,46,16],"texture":"#4"},"west":{"uv":[23,13,36,16],"texture":"#4"},"up":{"uv":[23,13,13,0],"texture":"#4"},"down":{"uv":[13,1,3,14],"texture":"#4"}}},{"from":[3,4,2],"to":[13,12,3],"faces":{"north":{"uv":[0,0,10,8],"texture":"#5"},"east":{"uv":[0,1,1,9],"texture":"#5"},"south":{"uv":[12,1,22,9],"texture":"#5"},"west":{"uv":[11,1,12,9],"texture":"#5"},"up":{"uv":[11,1,1,0],"texture":"#5"},"down":{"uv":[21,0,11,1],"texture":"#5"}}}],"display":{"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"thirdperson_lefthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"scale":[0.4,0.4,0.4]},"firstperson_lefthand":{"rotation":[0,225,0],"scale":[0.4,0.4,0.4]},"ground":{"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"gui":{"rotation":[30,225,0],"scale":[0.625,0.625,0.625]},"head":{"translation":[0,12,0]},"fixed":{"scale":[0.5,0.5,0.5]}},"groups":[{"name":"VoxelShapes","origin":[0,0,0],"color":0,"children":[0,1,2,3,4,5,6,7]}]} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/templates/singularity_power_generator.json b/src/main/resources/assets/cuboidmod/models/block/templates/singularity_power_generator.json new file mode 100644 index 0000000..5b3cb9f --- /dev/null +++ b/src/main/resources/assets/cuboidmod/models/block/templates/singularity_power_generator.json @@ -0,0 +1 @@ +{"texture_size":[32,32],"textures":{"0":"#frame","1":"cuboidmod:block/model/singularity_power_gen_support","2":"#core","particle":"#frame"},"elements":[{"from":[4,4,4],"to":[12,12,12],"rotation":{"angle":0,"axis":"y","origin":[4,4,4]},"faces":{"north":{"uv":[0,0,4,4],"texture":"#2"},"east":{"uv":[0,4,4,8],"texture":"#2"},"south":{"uv":[4,0,8,4],"texture":"#2"},"west":{"uv":[4,4,8,8],"texture":"#2"},"up":{"uv":[4,12,0,8],"texture":"#2"},"down":{"uv":[12,0,8,4],"texture":"#2"}}},{"from":[0,6,7],"to":[1,7,9],"rotation":{"angle":0,"axis":"y","origin":[0,6,7]},"faces":{"north":{"uv":[7,9.5,7.5,10],"texture":"#2"},"east":{"uv":[4,8,5,8.5],"texture":"#2"},"south":{"uv":[11,7,11.5,7.5],"texture":"#2"},"west":{"uv":[8,4,9,4.5],"texture":"#2"},"up":{"uv":[8.5,5.5,8,4.5],"texture":"#2"},"down":{"uv":[5.5,8,5,9],"texture":"#2"}}},{"from":[15,6,7],"to":[16,7,9],"rotation":{"angle":0,"axis":"y","origin":[15,6,7]},"faces":{"north":{"uv":[11.5,9,12,9.5],"texture":"#2"},"east":{"uv":[5.5,8,6.5,8.5],"texture":"#2"},"south":{"uv":[11.5,9.5,12,10],"texture":"#2"},"west":{"uv":[8,5.5,9,6],"texture":"#2"},"up":{"uv":[8.5,7,8,6],"texture":"#2"},"down":{"uv":[7,8,6.5,9],"texture":"#2"}}},{"from":[0,9,7],"to":[1,10,9],"rotation":{"angle":0,"axis":"y","origin":[0,9,7]},"faces":{"north":{"uv":[11.5,10,12,10.5],"texture":"#2"},"east":{"uv":[7,8,8,8.5],"texture":"#2"},"south":{"uv":[11.5,10.5,12,11],"texture":"#2"},"west":{"uv":[8,7,9,7.5],"texture":"#2"},"up":{"uv":[8.5,8.5,8,7.5],"texture":"#2"},"down":{"uv":[4.5,8.5,4,9.5],"texture":"#2"}}},{"from":[6,15,7],"to":[7,16,9],"rotation":{"angle":0,"axis":"y","origin":[6,15,7]},"faces":{"north":{"uv":[11.5,11,12,11.5],"texture":"#2"},"east":{"uv":[8.5,4.5,9.5,5],"texture":"#2"},"south":{"uv":[11.5,11.5,12,12],"texture":"#2"},"west":{"uv":[8.5,5,9.5,5.5],"texture":"#2"},"up":{"uv":[5,9.5,4.5,8.5],"texture":"#2"},"down":{"uv":[6,8.5,5.5,9.5],"texture":"#2"}}},{"from":[6,0,7],"to":[7,1,9],"rotation":{"angle":0,"axis":"y","origin":[6,0,7]},"faces":{"north":{"uv":[0,12,0.5,12.5],"texture":"#2"},"east":{"uv":[8.5,6,9.5,6.5],"texture":"#2"},"south":{"uv":[12,0,12.5,0.5],"texture":"#2"},"west":{"uv":[8.5,6.5,9.5,7],"texture":"#2"},"up":{"uv":[6.5,9.5,6,8.5],"texture":"#2"},"down":{"uv":[7.5,8.5,7,9.5],"texture":"#2"}}},{"from":[9,15,7],"to":[10,16,9],"rotation":{"angle":0,"axis":"y","origin":[9,15,7]},"faces":{"north":{"uv":[0.5,12,1,12.5],"texture":"#2"},"east":{"uv":[7.5,8.5,8.5,9],"texture":"#2"},"south":{"uv":[12,0.5,12.5,1],"texture":"#2"},"west":{"uv":[8.5,7.5,9.5,8],"texture":"#2"},"up":{"uv":[9,9,8.5,8],"texture":"#2"},"down":{"uv":[5.5,9,5,10],"texture":"#2"}}},{"from":[9,0,7],"to":[10,1,9],"rotation":{"angle":0,"axis":"y","origin":[9,0,7]},"faces":{"north":{"uv":[1,12,1.5,12.5],"texture":"#2"},"east":{"uv":[9,4,10,4.5],"texture":"#2"},"south":{"uv":[12,1,12.5,1.5],"texture":"#2"},"west":{"uv":[9,5.5,10,6],"texture":"#2"},"up":{"uv":[7,10,6.5,9],"texture":"#2"},"down":{"uv":[8,9,7.5,10],"texture":"#2"}}},{"from":[7,15,9],"to":[9,16,10],"rotation":{"angle":0,"axis":"y","origin":[8,15,9]},"faces":{"north":{"uv":[9,7,10,7.5],"texture":"#2"},"east":{"uv":[1.5,12,2,12.5],"texture":"#2"},"south":{"uv":[8,9,9,9.5],"texture":"#2"},"west":{"uv":[12,1.5,12.5,2],"texture":"#2"},"up":{"uv":[10,8.5,9,8],"texture":"#2"},"down":{"uv":[10,8.5,9,9],"texture":"#2"}}},{"from":[7,9,15],"to":[9,10,16],"rotation":{"angle":0,"axis":"y","origin":[8,9,15]},"faces":{"north":{"uv":[9,9,10,9.5],"texture":"#2"},"east":{"uv":[2,12,2.5,12.5],"texture":"#2"},"south":{"uv":[4,9.5,5,10],"texture":"#2"},"west":{"uv":[12,2,12.5,2.5],"texture":"#2"},"up":{"uv":[10.5,5,9.5,4.5],"texture":"#2"},"down":{"uv":[10.5,5,9.5,5.5],"texture":"#2"}}},{"from":[7,9,0],"to":[9,10,1],"rotation":{"angle":0,"axis":"y","origin":[8,9,0]},"faces":{"north":{"uv":[5.5,9.5,6.5,10],"texture":"#2"},"east":{"uv":[2.5,12,3,12.5],"texture":"#2"},"south":{"uv":[9.5,6,10.5,6.5],"texture":"#2"},"west":{"uv":[12,2.5,12.5,3],"texture":"#2"},"up":{"uv":[10.5,7,9.5,6.5],"texture":"#2"},"down":{"uv":[10.5,7.5,9.5,8],"texture":"#2"}}},{"from":[7,6,15],"to":[9,7,16],"rotation":{"angle":0,"axis":"y","origin":[8,6,15]},"faces":{"north":{"uv":[8,9.5,9,10],"texture":"#2"},"east":{"uv":[3,12,3.5,12.5],"texture":"#2"},"south":{"uv":[9,9.5,10,10],"texture":"#2"},"west":{"uv":[12,3,12.5,3.5],"texture":"#2"},"up":{"uv":[5,10.5,4,10],"texture":"#2"},"down":{"uv":[11,4,10,4.5],"texture":"#2"}}},{"from":[7,6,0],"to":[9,7,1],"rotation":{"angle":0,"axis":"y","origin":[8,6,0]},"faces":{"north":{"uv":[5,10,6,10.5],"texture":"#2"},"east":{"uv":[3.5,12,4,12.5],"texture":"#2"},"south":{"uv":[10,5.5,11,6],"texture":"#2"},"west":{"uv":[12,3.5,12.5,4],"texture":"#2"},"up":{"uv":[7,10.5,6,10],"texture":"#2"},"down":{"uv":[8,10,7,10.5],"texture":"#2"}}},{"from":[9,7,15],"to":[10,9,16],"rotation":{"angle":0,"axis":"y","origin":[10,7,15]},"faces":{"north":{"uv":[8,10,8.5,11],"texture":"#2"},"east":{"uv":[10,8,10.5,9],"texture":"#2"},"south":{"uv":[8.5,10,9,11],"texture":"#2"},"west":{"uv":[9,10,9.5,11],"texture":"#2"},"up":{"uv":[12.5,4.5,12,4],"texture":"#2"},"down":{"uv":[12.5,4.5,12,5],"texture":"#2"}}},{"from":[9,7,0],"to":[10,9,1],"rotation":{"angle":0,"axis":"y","origin":[10,7,0]},"faces":{"north":{"uv":[10,9,10.5,10],"texture":"#2"},"east":{"uv":[9.5,10,10,11],"texture":"#2"},"south":{"uv":[10,10,10.5,11],"texture":"#2"},"west":{"uv":[4,10.5,4.5,11.5],"texture":"#2"},"up":{"uv":[12.5,5.5,12,5],"texture":"#2"},"down":{"uv":[12.5,5.5,12,6],"texture":"#2"}}},{"from":[6,7,15],"to":[7,9,16],"rotation":{"angle":0,"axis":"y","origin":[7,7,15]},"faces":{"north":{"uv":[4.5,10.5,5,11.5],"texture":"#2"},"east":{"uv":[10.5,4.5,11,5.5],"texture":"#2"},"south":{"uv":[5,10.5,5.5,11.5],"texture":"#2"},"west":{"uv":[5.5,10.5,6,11.5],"texture":"#2"},"up":{"uv":[12.5,6.5,12,6],"texture":"#2"},"down":{"uv":[12.5,6.5,12,7],"texture":"#2"}}},{"from":[6,7,0],"to":[7,9,1],"rotation":{"angle":0,"axis":"y","origin":[7,7,0]},"faces":{"north":{"uv":[6,10.5,6.5,11.5],"texture":"#2"},"east":{"uv":[10.5,6,11,7],"texture":"#2"},"south":{"uv":[6.5,10.5,7,11.5],"texture":"#2"},"west":{"uv":[7,10.5,7.5,11.5],"texture":"#2"},"up":{"uv":[12.5,7.5,12,7],"texture":"#2"},"down":{"uv":[12.5,7.5,12,8],"texture":"#2"}}},{"from":[7,0,9],"to":[9,1,10],"rotation":{"angle":0,"axis":"y","origin":[8,0,9]},"faces":{"north":{"uv":[10,7,11,7.5],"texture":"#2"},"east":{"uv":[8,12,8.5,12.5],"texture":"#2"},"south":{"uv":[10.5,7.5,11.5,8],"texture":"#2"},"west":{"uv":[12,8,12.5,8.5],"texture":"#2"},"up":{"uv":[11.5,8.5,10.5,8],"texture":"#2"},"down":{"uv":[11.5,8.5,10.5,9],"texture":"#2"}}},{"from":[7,15,6],"to":[9,16,7],"rotation":{"angle":0,"axis":"y","origin":[8,15,6]},"faces":{"north":{"uv":[10.5,9,11.5,9.5],"texture":"#2"},"east":{"uv":[8.5,12,9,12.5],"texture":"#2"},"south":{"uv":[10.5,9.5,11.5,10],"texture":"#2"},"west":{"uv":[12,8.5,12.5,9],"texture":"#2"},"up":{"uv":[11.5,10.5,10.5,10],"texture":"#2"},"down":{"uv":[11.5,10.5,10.5,11],"texture":"#2"}}},{"from":[7,0,6],"to":[9,1,7],"rotation":{"angle":0,"axis":"y","origin":[8,0,6]},"faces":{"north":{"uv":[11,4,12,4.5],"texture":"#2"},"east":{"uv":[9,12,9.5,12.5],"texture":"#2"},"south":{"uv":[11,4.5,12,5],"texture":"#2"},"west":{"uv":[12,9,12.5,9.5],"texture":"#2"},"up":{"uv":[12,5.5,11,5],"texture":"#2"},"down":{"uv":[12,5.5,11,6],"texture":"#2"}}},{"from":[15,9,7],"to":[16,10,9],"rotation":{"angle":0,"axis":"y","origin":[15,9,7]},"faces":{"north":{"uv":[9.5,12,10,12.5],"texture":"#2"},"east":{"uv":[11,6,12,6.5],"texture":"#2"},"south":{"uv":[12,9.5,12.5,10],"texture":"#2"},"west":{"uv":[11,6.5,12,7],"texture":"#2"},"up":{"uv":[8,11.5,7.5,10.5],"texture":"#2"},"down":{"uv":[8.5,11,8,12],"texture":"#2"}}},{"from":[0,7,9],"to":[1,9,10],"rotation":{"angle":0,"axis":"y","origin":[0,8,9]},"faces":{"north":{"uv":[8.5,11,9,12],"texture":"#2"},"east":{"uv":[9,11,9.5,12],"texture":"#2"},"south":{"uv":[9.5,11,10,12],"texture":"#2"},"west":{"uv":[10,11,10.5,12],"texture":"#2"},"up":{"uv":[10.5,12.5,10,12],"texture":"#2"},"down":{"uv":[12.5,10,12,10.5],"texture":"#2"}}},{"from":[15,7,9],"to":[16,9,10],"rotation":{"angle":0,"axis":"y","origin":[15,8,9]},"faces":{"north":{"uv":[10.5,11,11,12],"texture":"#2"},"east":{"uv":[11,11,11.5,12],"texture":"#2"},"south":{"uv":[4,11.5,4.5,12.5],"texture":"#2"},"west":{"uv":[4.5,11.5,5,12.5],"texture":"#2"},"up":{"uv":[11,12.5,10.5,12],"texture":"#2"},"down":{"uv":[12.5,10.5,12,11],"texture":"#2"}}},{"from":[0,7,6],"to":[1,9,7],"rotation":{"angle":0,"axis":"y","origin":[0,8,6]},"faces":{"north":{"uv":[5,11.5,5.5,12.5],"texture":"#2"},"east":{"uv":[5.5,11.5,6,12.5],"texture":"#2"},"south":{"uv":[6,11.5,6.5,12.5],"texture":"#2"},"west":{"uv":[6.5,11.5,7,12.5],"texture":"#2"},"up":{"uv":[11.5,12.5,11,12],"texture":"#2"},"down":{"uv":[12.5,11,12,11.5],"texture":"#2"}}},{"from":[15,7,6],"to":[16,9,7],"rotation":{"angle":0,"axis":"y","origin":[15,8,6]},"faces":{"north":{"uv":[7,11.5,7.5,12.5],"texture":"#2"},"east":{"uv":[11.5,7,12,8],"texture":"#2"},"south":{"uv":[7.5,11.5,8,12.5],"texture":"#2"},"west":{"uv":[11.5,8,12,9],"texture":"#2"},"up":{"uv":[12,12.5,11.5,12],"texture":"#2"},"down":{"uv":[12.5,11.5,12,12],"texture":"#2"}}},{"from":[3,12,4],"to":[4,13,12],"rotation":{"angle":0,"axis":"y","origin":[3,12,4]},"faces":{"north":{"uv":[10.5,5.5,11,6],"texture":"#1"},"east":{"uv":[0,0,4,0.5],"texture":"#1"},"south":{"uv":[11,2.5,11.5,3],"texture":"#1"},"west":{"uv":[0,0.5,4,1],"texture":"#1"},"up":{"uv":[0.5,5,0,1],"texture":"#1"},"down":{"uv":[1,1,0.5,5],"texture":"#1"}}},{"from":[7,1,7],"to":[9,4,9],"rotation":{"angle":0,"axis":"y","origin":[7,1,7]},"faces":{"north":{"uv":[7,8,8,9.5],"texture":"#1"},"east":{"uv":[8,8,9,9.5],"texture":"#1"},"south":{"uv":[0,9,1,10.5],"texture":"#1"},"west":{"uv":[1,9,2,10.5],"texture":"#1"},"up":{"uv":[4,12,3,11],"texture":"#1"},"down":{"uv":[5,11,4,12],"texture":"#1"}}},{"from":[12,7,7],"to":[15,9,9],"rotation":{"angle":0,"axis":"y","origin":[14,7,7]},"faces":{"north":{"uv":[9,3,10.5,4],"texture":"#1"},"east":{"uv":[7,11,8,12],"texture":"#1"},"south":{"uv":[9,4,10.5,5],"texture":"#1"},"west":{"uv":[8,11,9,12],"texture":"#1"},"up":{"uv":[10.5,6,9,5],"texture":"#1"},"down":{"uv":[10.5,8,9,9],"texture":"#1"}}},{"from":[7,12,7],"to":[9,15,9],"rotation":{"angle":0,"axis":"y","origin":[7,12,7]},"faces":{"north":{"uv":[2,9,3,10.5],"texture":"#1"},"east":{"uv":[9,9,10,10.5],"texture":"#1"},"south":{"uv":[7,9.5,8,11],"texture":"#1"},"west":{"uv":[8,9.5,9,11],"texture":"#1"},"up":{"uv":[11,12,10,11],"texture":"#1"},"down":{"uv":[12,11,11,12],"texture":"#1"}}},{"from":[1,7,7],"to":[4,9,9],"rotation":{"angle":0,"axis":"y","origin":[3,7,7]},"faces":{"north":{"uv":[10,6,11.5,7],"texture":"#1"},"east":{"uv":[0,11.5,1,12.5],"texture":"#1"},"south":{"uv":[10,7,11.5,8],"texture":"#1"},"west":{"uv":[1,11.5,2,12.5],"texture":"#1"},"up":{"uv":[11.5,10,10,9],"texture":"#1"},"down":{"uv":[11.5,10,10,11],"texture":"#1"}}},{"from":[3,4,3],"to":[4,12,4],"rotation":{"angle":0,"axis":"y","origin":[3,4,3]},"faces":{"north":{"uv":[1,1,1.5,5],"texture":"#1"},"east":{"uv":[1.5,1,2,5],"texture":"#1"},"south":{"uv":[2,1,2.5,5],"texture":"#1"},"west":{"uv":[2.5,1,3,5],"texture":"#1"},"up":{"uv":[11.5,6,11,5.5],"texture":"#1"},"down":{"uv":[12,5.5,11.5,6],"texture":"#1"}}},{"from":[4,12,3],"to":[12,13,4],"rotation":{"angle":0,"axis":"y","origin":[4,12,3]},"faces":{"north":{"uv":[3,1,7,1.5],"texture":"#1"},"east":{"uv":[11.5,6,12,6.5],"texture":"#1"},"south":{"uv":[3,1.5,7,2],"texture":"#1"},"west":{"uv":[11.5,6.5,12,7],"texture":"#1"},"up":{"uv":[7,2.5,3,2],"texture":"#1"},"down":{"uv":[7,2.5,3,3],"texture":"#1"}}},{"from":[12,4,3],"to":[13,12,4],"rotation":{"angle":0,"axis":"y","origin":[12,4,3]},"faces":{"north":{"uv":[3,3,3.5,7],"texture":"#1"},"east":{"uv":[3.5,3,4,7],"texture":"#1"},"south":{"uv":[4,3,4.5,7],"texture":"#1"},"west":{"uv":[4.5,3,5,7],"texture":"#1"},"up":{"uv":[12,7.5,11.5,7],"texture":"#1"},"down":{"uv":[12,7.5,11.5,8],"texture":"#1"}}},{"from":[4,3,3],"to":[12,4,4],"rotation":{"angle":0,"axis":"y","origin":[4,3,3]},"faces":{"north":{"uv":[4,0,8,0.5],"texture":"#1"},"east":{"uv":[11.5,9,12,9.5],"texture":"#1"},"south":{"uv":[4,0.5,8,1],"texture":"#1"},"west":{"uv":[11.5,9.5,12,10],"texture":"#1"},"up":{"uv":[9,3.5,5,3],"texture":"#1"},"down":{"uv":[9,3.5,5,4],"texture":"#1"}}},{"from":[12,3,4],"to":[13,4,12],"rotation":{"angle":0,"axis":"y","origin":[12,3,4]},"faces":{"north":{"uv":[11.5,10,12,10.5],"texture":"#1"},"east":{"uv":[5,4,9,4.5],"texture":"#1"},"south":{"uv":[11.5,10.5,12,11],"texture":"#1"},"west":{"uv":[5,4.5,9,5],"texture":"#1"},"up":{"uv":[0.5,9,0,5],"texture":"#1"},"down":{"uv":[1,5,0.5,9],"texture":"#1"}}},{"from":[12,12,4],"to":[13,13,12],"rotation":{"angle":0,"axis":"y","origin":[12,12,4]},"faces":{"north":{"uv":[12,0,12.5,0.5],"texture":"#1"},"east":{"uv":[5,5,9,5.5],"texture":"#1"},"south":{"uv":[12,0.5,12.5,1],"texture":"#1"},"west":{"uv":[5,5.5,9,6],"texture":"#1"},"up":{"uv":[1.5,9,1,5],"texture":"#1"},"down":{"uv":[2,5,1.5,9],"texture":"#1"}}},{"from":[12,4,12],"to":[13,12,13],"rotation":{"angle":0,"axis":"y","origin":[12,4,12]},"faces":{"north":{"uv":[2,5,2.5,9],"texture":"#1"},"east":{"uv":[2.5,5,3,9],"texture":"#1"},"south":{"uv":[5,6,5.5,10],"texture":"#1"},"west":{"uv":[5.5,6,6,10],"texture":"#1"},"up":{"uv":[12.5,1.5,12,1],"texture":"#1"},"down":{"uv":[12.5,1.5,12,2],"texture":"#1"}}},{"from":[7,7,1],"to":[9,9,4],"rotation":{"angle":0,"axis":"y","origin":[7,7,1]},"faces":{"north":{"uv":[2,11.5,3,12.5],"texture":"#1"},"east":{"uv":[0,10.5,1.5,11.5],"texture":"#1"},"south":{"uv":[11.5,2.5,12.5,3.5],"texture":"#1"},"west":{"uv":[1.5,10.5,3,11.5],"texture":"#1"},"up":{"uv":[6,11.5,5,10],"texture":"#1"},"down":{"uv":[11.5,3,10.5,4.5],"texture":"#1"}}},{"from":[4,12,12],"to":[12,13,13],"rotation":{"angle":0,"axis":"y","origin":[4,12,12]},"faces":{"north":{"uv":[6,6,10,6.5],"texture":"#1"},"east":{"uv":[12,2,12.5,2.5],"texture":"#1"},"south":{"uv":[6,6.5,10,7],"texture":"#1"},"west":{"uv":[3,12,3.5,12.5],"texture":"#1"},"up":{"uv":[11,1.5,7,1],"texture":"#1"},"down":{"uv":[11,1.5,7,2],"texture":"#1"}}},{"from":[4,3,12],"to":[12,4,13],"rotation":{"angle":0,"axis":"y","origin":[4,3,12]},"faces":{"north":{"uv":[7,2,11,2.5],"texture":"#1"},"east":{"uv":[3.5,12,4,12.5],"texture":"#1"},"south":{"uv":[7,2.5,11,3],"texture":"#1"},"west":{"uv":[4,12,4.5,12.5],"texture":"#1"},"up":{"uv":[10,7.5,6,7],"texture":"#1"},"down":{"uv":[10,7.5,6,8],"texture":"#1"}}},{"from":[7,7,12],"to":[9,9,15],"rotation":{"angle":0,"axis":"y","origin":[7,7,12]},"faces":{"north":{"uv":[11.5,3.5,12.5,4.5],"texture":"#1"},"east":{"uv":[10.5,4.5,12,5.5],"texture":"#1"},"south":{"uv":[5,11.5,6,12.5],"texture":"#1"},"west":{"uv":[10.5,8,12,9],"texture":"#1"},"up":{"uv":[10,12,9,10.5],"texture":"#1"},"down":{"uv":[12,1,11,2.5],"texture":"#1"}}},{"from":[3,4,12],"to":[4,12,13],"rotation":{"angle":0,"axis":"y","origin":[3,4,12]},"faces":{"north":{"uv":[3,7,3.5,11],"texture":"#1"},"east":{"uv":[3.5,7,4,11],"texture":"#1"},"south":{"uv":[4,7,4.5,11],"texture":"#1"},"west":{"uv":[4.5,7,5,11],"texture":"#1"},"up":{"uv":[5,12.5,4.5,12],"texture":"#1"},"down":{"uv":[12.5,4.5,12,5],"texture":"#1"}}},{"from":[3,3,4],"to":[4,4,12],"rotation":{"angle":0,"axis":"y","origin":[3,3,4]},"faces":{"north":{"uv":[12,5,12.5,5.5],"texture":"#1"},"east":{"uv":[8,0,12,0.5],"texture":"#1"},"south":{"uv":[12,5.5,12.5,6],"texture":"#1"},"west":{"uv":[8,0.5,12,1],"texture":"#1"},"up":{"uv":[6.5,12,6,8],"texture":"#1"},"down":{"uv":[7,8,6.5,12],"texture":"#1"}}},{"from":[0,0,4],"to":[1,1,12],"rotation":{"angle":0,"axis":"y","origin":[0,0,4]},"faces":{"north":{"uv":[8,6.5,8.25,6.75],"texture":"#0"},"east":{"uv":[4.5,4.5,6.5,4.75],"texture":"#0"},"south":{"uv":[8,7,8.25,7.25],"texture":"#0"},"west":{"uv":[4.5,4.75,6.5,5],"texture":"#0"},"up":{"uv":[4.75,7,4.5,5],"texture":"#0"},"down":{"uv":[5,5,4.75,7],"texture":"#0"}}},{"from":[0,15,4],"to":[1,16,12],"rotation":{"angle":0,"axis":"y","origin":[0,15,4]},"faces":{"north":{"uv":[8.25,0,8.5,0.25],"texture":"#0"},"east":{"uv":[5,5,7,5.25],"texture":"#0"},"south":{"uv":[8.25,0.75,8.5,1],"texture":"#0"},"west":{"uv":[0,5.25,2,5.5],"texture":"#0"},"up":{"uv":[5.5,2,5.25,0],"texture":"#0"},"down":{"uv":[2.25,5.25,2,7.25],"texture":"#0"}}},{"from":[4,0,0],"to":[12,1,1],"rotation":{"angle":0,"axis":"y","origin":[4,0,0]},"faces":{"north":{"uv":[5.25,2,7.25,2.25],"texture":"#0"},"east":{"uv":[5.25,8.5,5.5,8.75],"texture":"#0"},"south":{"uv":[2.25,5.25,4.25,5.5],"texture":"#0"},"west":{"uv":[5.5,8.5,5.75,8.75],"texture":"#0"},"up":{"uv":[7.25,2.5,5.25,2.25],"texture":"#0"},"down":{"uv":[7.25,2.5,5.25,2.75],"texture":"#0"}}},{"from":[4,15,0],"to":[12,16,1],"rotation":{"angle":0,"axis":"y","origin":[4,15,0]},"faces":{"north":{"uv":[5.25,2.75,7.25,3],"texture":"#0"},"east":{"uv":[8.5,5.5,8.75,5.75],"texture":"#0"},"south":{"uv":[5.25,3,7.25,3.25],"texture":"#0"},"west":{"uv":[5.75,8.5,6,8.75],"texture":"#0"},"up":{"uv":[7.25,3.5,5.25,3.25],"texture":"#0"},"down":{"uv":[7.25,3.5,5.25,3.75],"texture":"#0"}}},{"from":[15,0,4],"to":[16,1,12],"rotation":{"angle":0,"axis":"y","origin":[15,0,4]},"faces":{"north":{"uv":[8.5,5.75,8.75,6],"texture":"#0"},"east":{"uv":[5.25,3.75,7.25,4],"texture":"#0"},"south":{"uv":[6,8.5,6.25,8.75],"texture":"#0"},"west":{"uv":[5.25,4,7.25,4.25],"texture":"#0"},"up":{"uv":[4.5,7.25,4.25,5.25],"texture":"#0"},"down":{"uv":[5.25,5.25,5,7.25],"texture":"#0"}}},{"from":[15,15,4],"to":[16,16,12],"rotation":{"angle":0,"axis":"y","origin":[15,15,4]},"faces":{"north":{"uv":[8.5,6,8.75,6.25],"texture":"#0"},"east":{"uv":[5.25,4.25,7.25,4.5],"texture":"#0"},"south":{"uv":[6.25,8.5,6.5,8.75],"texture":"#0"},"west":{"uv":[5.25,5.25,7.25,5.5],"texture":"#0"},"up":{"uv":[0.25,7.5,0,5.5],"texture":"#0"},"down":{"uv":[5.75,0,5.5,2],"texture":"#0"}}},{"from":[4,0,15],"to":[12,1,16],"rotation":{"angle":0,"axis":"y","origin":[4,0,15]},"faces":{"north":{"uv":[2.25,5.5,4.25,5.75],"texture":"#0"},"east":{"uv":[8.5,6.25,8.75,6.5],"texture":"#0"},"south":{"uv":[5.25,5.5,7.25,5.75],"texture":"#0"},"west":{"uv":[6.5,8.5,6.75,8.75],"texture":"#0"},"up":{"uv":[7.75,0.25,5.75,0],"texture":"#0"},"down":{"uv":[7.75,0.25,5.75,0.5],"texture":"#0"}}},{"from":[4,15,15],"to":[12,16,16],"rotation":{"angle":0,"axis":"y","origin":[4,15,15]},"faces":{"north":{"uv":[5.75,0.5,7.75,0.75],"texture":"#0"},"east":{"uv":[8.5,6.5,8.75,6.75],"texture":"#0"},"south":{"uv":[5.75,0.75,7.75,1],"texture":"#0"},"west":{"uv":[6.75,8.5,7,8.75],"texture":"#0"},"up":{"uv":[7.75,1.25,5.75,1],"texture":"#0"},"down":{"uv":[7.75,1.25,5.75,1.5],"texture":"#0"}}},{"from":[2,0,1],"to":[4,1,2],"rotation":{"angle":0,"axis":"y","origin":[3,0,1]},"faces":{"north":{"uv":[5.75,1.5,6.25,1.75],"texture":"#0"},"east":{"uv":[8.5,6.75,8.75,7],"texture":"#0"},"south":{"uv":[5.75,1.75,6.25,2],"texture":"#0"},"west":{"uv":[8.5,7,8.75,7.25],"texture":"#0"},"up":{"uv":[6,6,5.5,5.75],"texture":"#0"},"down":{"uv":[6,6,5.5,6.25],"texture":"#0"}}},{"from":[2,15,1],"to":[4,16,2],"rotation":{"angle":0,"axis":"y","origin":[3,15,1]},"faces":{"north":{"uv":[6,5.75,6.5,6],"texture":"#0"},"east":{"uv":[7.25,8.5,7.5,8.75],"texture":"#0"},"south":{"uv":[6,6,6.5,6.25],"texture":"#0"},"west":{"uv":[8.5,7.25,8.75,7.5],"texture":"#0"},"up":{"uv":[6.75,1.75,6.25,1.5],"texture":"#0"},"down":{"uv":[6.75,1.75,6.25,2],"texture":"#0"}}},{"from":[1,0,2],"to":[2,1,4],"rotation":{"angle":0,"axis":"y","origin":[1,0,2]},"faces":{"north":{"uv":[7.5,8.5,7.75,8.75],"texture":"#0"},"east":{"uv":[5.5,6.25,6,6.5],"texture":"#0"},"south":{"uv":[8.5,7.5,8.75,7.75],"texture":"#0"},"west":{"uv":[6,6.25,6.5,6.5],"texture":"#0"},"up":{"uv":[6.75,5,6.5,4.5],"texture":"#0"},"down":{"uv":[5.75,6.5,5.5,7],"texture":"#0"}}},{"from":[1,15,2],"to":[2,16,4],"rotation":{"angle":0,"axis":"y","origin":[1,15,2]},"faces":{"north":{"uv":[7.75,8.5,8,8.75],"texture":"#0"},"east":{"uv":[5.75,6.5,6.25,6.75],"texture":"#0"},"south":{"uv":[8.5,7.75,8.75,8],"texture":"#0"},"west":{"uv":[6.5,5.75,7,6],"texture":"#0"},"up":{"uv":[6.75,6.5,6.5,6],"texture":"#0"},"down":{"uv":[6.5,6.5,6.25,7],"texture":"#0"}}},{"from":[12,0,1],"to":[14,1,2],"rotation":{"angle":0,"axis":"y","origin":[12,0,1]},"faces":{"north":{"uv":[6.5,6.5,7,6.75],"texture":"#0"},"east":{"uv":[8.5,8,8.75,8.25],"texture":"#0"},"south":{"uv":[6.75,1.5,7.25,1.75],"texture":"#0"},"west":{"uv":[8.25,8.5,8.5,8.75],"texture":"#0"},"up":{"uv":[7.25,2,6.75,1.75],"texture":"#0"},"down":{"uv":[7.25,4.5,6.75,4.75],"texture":"#0"}}},{"from":[12,15,1],"to":[14,16,2],"rotation":{"angle":0,"axis":"y","origin":[12,15,1]},"faces":{"north":{"uv":[6.75,4.75,7.25,5],"texture":"#0"},"east":{"uv":[8.5,8.25,8.75,8.5],"texture":"#0"},"south":{"uv":[5.75,6.75,6.25,7],"texture":"#0"},"west":{"uv":[8.5,8.5,8.75,8.75],"texture":"#0"},"up":{"uv":[7.25,6.25,6.75,6],"texture":"#0"},"down":{"uv":[7.25,6.25,6.75,6.5],"texture":"#0"}}},{"from":[14,0,2],"to":[15,1,4],"rotation":{"angle":0,"axis":"y","origin":[14,0,2]},"faces":{"north":{"uv":[0,8.75,0.25,9],"texture":"#0"},"east":{"uv":[6.5,6.75,7,7],"texture":"#0"},"south":{"uv":[8.75,0,9,0.25],"texture":"#0"},"west":{"uv":[4.5,7,5,7.25],"texture":"#0"},"up":{"uv":[5.75,7.5,5.5,7],"texture":"#0"},"down":{"uv":[6,7,5.75,7.5],"texture":"#0"}}},{"from":[14,15,2],"to":[15,16,4],"rotation":{"angle":0,"axis":"y","origin":[14,15,2]},"faces":{"north":{"uv":[0.25,8.75,0.5,9],"texture":"#0"},"east":{"uv":[7,5,7.5,5.25],"texture":"#0"},"south":{"uv":[8.75,0.25,9,0.5],"texture":"#0"},"west":{"uv":[7,5.75,7.5,6],"texture":"#0"},"up":{"uv":[6.25,7.5,6,7],"texture":"#0"},"down":{"uv":[6.5,7,6.25,7.5],"texture":"#0"}}},{"from":[1,0,12],"to":[2,1,14],"rotation":{"angle":0,"axis":"y","origin":[1,0,12]},"faces":{"north":{"uv":[0.5,8.75,0.75,9],"texture":"#0"},"east":{"uv":[6.5,7,7,7.25],"texture":"#0"},"south":{"uv":[8.75,0.5,9,0.75],"texture":"#0"},"west":{"uv":[7,6.5,7.5,6.75],"texture":"#0"},"up":{"uv":[7.25,7.25,7,6.75],"texture":"#0"},"down":{"uv":[7.5,1.5,7.25,2],"texture":"#0"}}},{"from":[1,15,12],"to":[2,16,14],"rotation":{"angle":0,"axis":"y","origin":[1,15,12]},"faces":{"north":{"uv":[0.75,8.75,1,9],"texture":"#0"},"east":{"uv":[7.25,2,7.75,2.25],"texture":"#0"},"south":{"uv":[8.75,0.75,9,1],"texture":"#0"},"west":{"uv":[7.25,2.25,7.75,2.5],"texture":"#0"},"up":{"uv":[2.25,7.75,2,7.25],"texture":"#0"},"down":{"uv":[7.5,2.5,7.25,3],"texture":"#0"}}},{"from":[2,0,14],"to":[4,1,15],"rotation":{"angle":0,"axis":"y","origin":[2,0,14]},"faces":{"north":{"uv":[7.25,3,7.75,3.25],"texture":"#0"},"east":{"uv":[1,8.75,1.25,9],"texture":"#0"},"south":{"uv":[7.25,3.25,7.75,3.5],"texture":"#0"},"west":{"uv":[8.75,1,9,1.25],"texture":"#0"},"up":{"uv":[7.75,3.75,7.25,3.5],"texture":"#0"},"down":{"uv":[7.75,3.75,7.25,4],"texture":"#0"}}},{"from":[2,15,14],"to":[4,16,15],"rotation":{"angle":0,"axis":"y","origin":[2,15,14]},"faces":{"north":{"uv":[7.25,4,7.75,4.25],"texture":"#0"},"east":{"uv":[1.25,8.75,1.5,9],"texture":"#0"},"south":{"uv":[4.25,7.25,4.75,7.5],"texture":"#0"},"west":{"uv":[8.75,1.25,9,1.5],"texture":"#0"},"up":{"uv":[7.75,4.5,7.25,4.25],"texture":"#0"},"down":{"uv":[7.75,4.5,7.25,4.75],"texture":"#0"}}},{"from":[14,0,12],"to":[15,1,14],"rotation":{"angle":0,"axis":"y","origin":[14,0,12]},"faces":{"north":{"uv":[1.5,8.75,1.75,9],"texture":"#0"},"east":{"uv":[4.75,7.25,5.25,7.5],"texture":"#0"},"south":{"uv":[8.75,1.5,9,1.75],"texture":"#0"},"west":{"uv":[7.25,4.75,7.75,5],"texture":"#0"},"up":{"uv":[7.5,5.75,7.25,5.25],"texture":"#0"},"down":{"uv":[7.5,6,7.25,6.5],"texture":"#0"}}},{"from":[14,15,12],"to":[15,16,14],"rotation":{"angle":0,"axis":"y","origin":[14,15,12]},"faces":{"north":{"uv":[1.75,8.75,2,9],"texture":"#0"},"east":{"uv":[6.5,7.25,7,7.5],"texture":"#0"},"south":{"uv":[8.75,1.75,9,2],"texture":"#0"},"west":{"uv":[7.25,6.75,7.75,7],"texture":"#0"},"up":{"uv":[7.25,7.75,7,7.25],"texture":"#0"},"down":{"uv":[7.5,7,7.25,7.5],"texture":"#0"}}},{"from":[12,0,14],"to":[14,1,15],"rotation":{"angle":0,"axis":"y","origin":[13,0,14]},"faces":{"north":{"uv":[0,7.5,0.5,7.75],"texture":"#0"},"east":{"uv":[2,8.75,2.25,9],"texture":"#0"},"south":{"uv":[0.5,7.5,1,7.75],"texture":"#0"},"west":{"uv":[8.75,2,9,2.25],"texture":"#0"},"up":{"uv":[1.5,7.75,1,7.5],"texture":"#0"},"down":{"uv":[2,7.5,1.5,7.75],"texture":"#0"}}},{"from":[12,15,14],"to":[14,16,15],"rotation":{"angle":0,"axis":"y","origin":[13,15,14]},"faces":{"north":{"uv":[7.5,1.5,8,1.75],"texture":"#0"},"east":{"uv":[2.25,8.75,2.5,9],"texture":"#0"},"south":{"uv":[7.5,1.75,8,2],"texture":"#0"},"west":{"uv":[8.75,2.25,9,2.5],"texture":"#0"},"up":{"uv":[8,2.75,7.5,2.5],"texture":"#0"},"down":{"uv":[8,2.75,7.5,3],"texture":"#0"}}},{"from":[2,1,0],"to":[4,2,1],"rotation":{"angle":0,"axis":"y","origin":[2,1,0]},"faces":{"north":{"uv":[4.25,7.5,4.75,7.75],"texture":"#0"},"east":{"uv":[2.5,8.75,2.75,9],"texture":"#0"},"south":{"uv":[4.75,7.5,5.25,7.75],"texture":"#0"},"west":{"uv":[8.75,2.5,9,2.75],"texture":"#0"},"up":{"uv":[8,5.25,7.5,5],"texture":"#0"},"down":{"uv":[8,5.25,7.5,5.5],"texture":"#0"}}},{"from":[2,14,0],"to":[4,15,1],"rotation":{"angle":0,"axis":"y","origin":[2,14,0]},"faces":{"north":{"uv":[5.5,7.5,6,7.75],"texture":"#0"},"east":{"uv":[2.75,8.75,3,9],"texture":"#0"},"south":{"uv":[7.5,5.5,8,5.75],"texture":"#0"},"west":{"uv":[8.75,2.75,9,3],"texture":"#0"},"up":{"uv":[8,6,7.5,5.75],"texture":"#0"},"down":{"uv":[6.5,7.5,6,7.75],"texture":"#0"}}},{"from":[0,1,2],"to":[1,2,4],"rotation":{"angle":0,"axis":"y","origin":[0,1,2]},"faces":{"north":{"uv":[3,8.75,3.25,9],"texture":"#0"},"east":{"uv":[7.5,6,8,6.25],"texture":"#0"},"south":{"uv":[8.75,3,9,3.25],"texture":"#0"},"west":{"uv":[7.5,6.25,8,6.5],"texture":"#0"},"up":{"uv":[6.75,8,6.5,7.5],"texture":"#0"},"down":{"uv":[7,7.5,6.75,8],"texture":"#0"}}},{"from":[0,14,2],"to":[1,15,4],"rotation":{"angle":0,"axis":"y","origin":[0,14,2]},"faces":{"north":{"uv":[3.25,8.75,3.5,9],"texture":"#0"},"east":{"uv":[7.5,6.5,8,6.75],"texture":"#0"},"south":{"uv":[8.75,3.25,9,3.5],"texture":"#0"},"west":{"uv":[7.5,7,8,7.25],"texture":"#0"},"up":{"uv":[7.5,8,7.25,7.5],"texture":"#0"},"down":{"uv":[7.75,7.25,7.5,7.75],"texture":"#0"}}},{"from":[0,1,12],"to":[1,2,14],"rotation":{"angle":0,"axis":"y","origin":[0,1,12]},"faces":{"north":{"uv":[3.5,8.75,3.75,9],"texture":"#0"},"east":{"uv":[0,7.75,0.5,8],"texture":"#0"},"south":{"uv":[8.75,3.5,9,3.75],"texture":"#0"},"west":{"uv":[7.75,0,8.25,0.25],"texture":"#0"},"up":{"uv":[8,0.75,7.75,0.25],"texture":"#0"},"down":{"uv":[0.75,7.75,0.5,8.25],"texture":"#0"}}},{"from":[0,14,12],"to":[1,15,14],"rotation":{"angle":0,"axis":"y","origin":[0,14,12]},"faces":{"north":{"uv":[3.75,8.75,4,9],"texture":"#0"},"east":{"uv":[0.75,7.75,1.25,8],"texture":"#0"},"south":{"uv":[8.75,3.75,9,4],"texture":"#0"},"west":{"uv":[7.75,0.75,8.25,1],"texture":"#0"},"up":{"uv":[8,1.5,7.75,1],"texture":"#0"},"down":{"uv":[1.5,7.75,1.25,8.25],"texture":"#0"}}},{"from":[12,1,0],"to":[14,2,1],"rotation":{"angle":0,"axis":"y","origin":[12,1,0]},"faces":{"north":{"uv":[1.5,7.75,2,8],"texture":"#0"},"east":{"uv":[4,8.75,4.25,9],"texture":"#0"},"south":{"uv":[2,7.75,2.5,8],"texture":"#0"},"west":{"uv":[8.75,4,9,4.25],"texture":"#0"},"up":{"uv":[8.25,2.25,7.75,2],"texture":"#0"},"down":{"uv":[8.25,2.25,7.75,2.5],"texture":"#0"}}},{"from":[12,14,0],"to":[14,15,1],"rotation":{"angle":0,"axis":"y","origin":[12,14,0]},"faces":{"north":{"uv":[2.5,7.75,3,8],"texture":"#0"},"east":{"uv":[8.75,4.25,9,4.5],"texture":"#0"},"south":{"uv":[3,7.75,3.5,8],"texture":"#0"},"west":{"uv":[8.75,4.5,9,4.75],"texture":"#0"},"up":{"uv":[8.25,3.25,7.75,3],"texture":"#0"},"down":{"uv":[8.25,3.25,7.75,3.5],"texture":"#0"}}},{"from":[15,1,2],"to":[16,2,4],"rotation":{"angle":0,"axis":"y","origin":[15,1,2]},"faces":{"north":{"uv":[4.75,8.75,5,9],"texture":"#0"},"east":{"uv":[3.5,7.75,4,8],"texture":"#0"},"south":{"uv":[8.75,4.75,9,5],"texture":"#0"},"west":{"uv":[7.75,3.5,8.25,3.75],"texture":"#0"},"up":{"uv":[8,4.25,7.75,3.75],"texture":"#0"},"down":{"uv":[4.25,7.75,4,8.25],"texture":"#0"}}},{"from":[15,14,2],"to":[16,15,4],"rotation":{"angle":0,"axis":"y","origin":[15,14,2]},"faces":{"north":{"uv":[8.75,5,9,5.25],"texture":"#0"},"east":{"uv":[4.25,7.75,4.75,8],"texture":"#0"},"south":{"uv":[5.25,8.75,5.5,9],"texture":"#0"},"west":{"uv":[7.75,4.25,8.25,4.5],"texture":"#0"},"up":{"uv":[8,5,7.75,4.5],"texture":"#0"},"down":{"uv":[5,7.75,4.75,8.25],"texture":"#0"}}},{"from":[2,1,15],"to":[4,2,16],"rotation":{"angle":0,"axis":"y","origin":[2,1,15]},"faces":{"north":{"uv":[5,7.75,5.5,8],"texture":"#0"},"east":{"uv":[8.75,5.25,9,5.5],"texture":"#0"},"south":{"uv":[5.5,7.75,6,8],"texture":"#0"},"west":{"uv":[5.5,8.75,5.75,9],"texture":"#0"},"up":{"uv":[6.5,8,6,7.75],"texture":"#0"},"down":{"uv":[8.25,6.75,7.75,7],"texture":"#0"}}},{"from":[2,14,15],"to":[4,15,16],"rotation":{"angle":0,"axis":"y","origin":[2,14,15]},"faces":{"north":{"uv":[7.75,7.25,8.25,7.5],"texture":"#0"},"east":{"uv":[8.75,5.5,9,5.75],"texture":"#0"},"south":{"uv":[7.5,7.75,8,8],"texture":"#0"},"west":{"uv":[5.75,8.75,6,9],"texture":"#0"},"up":{"uv":[8.25,7.75,7.75,7.5],"texture":"#0"},"down":{"uv":[0.5,8,0,8.25],"texture":"#0"}}},{"from":[12,1,15],"to":[14,2,16],"rotation":{"angle":0,"axis":"y","origin":[12,1,15]},"faces":{"north":{"uv":[8,0.25,8.5,0.5],"texture":"#0"},"east":{"uv":[8.75,5.75,9,6],"texture":"#0"},"south":{"uv":[8,0.5,8.5,0.75],"texture":"#0"},"west":{"uv":[6,8.75,6.25,9],"texture":"#0"},"up":{"uv":[1.25,8.25,0.75,8],"texture":"#0"},"down":{"uv":[8.5,1,8,1.25],"texture":"#0"}}},{"from":[12,14,15],"to":[14,15,16],"rotation":{"angle":0,"axis":"y","origin":[12,14,15]},"faces":{"north":{"uv":[8,1.25,8.5,1.5],"texture":"#0"},"east":{"uv":[8.75,6,9,6.25],"texture":"#0"},"south":{"uv":[1.5,8,2,8.25],"texture":"#0"},"west":{"uv":[6.25,8.75,6.5,9],"texture":"#0"},"up":{"uv":[8.5,1.75,8,1.5],"texture":"#0"},"down":{"uv":[8.5,1.75,8,2],"texture":"#0"}}},{"from":[15,1,12],"to":[16,2,14],"rotation":{"angle":0,"axis":"y","origin":[15,1,13]},"faces":{"north":{"uv":[8.75,6.25,9,6.5],"texture":"#0"},"east":{"uv":[2,8,2.5,8.25],"texture":"#0"},"south":{"uv":[6.5,8.75,6.75,9],"texture":"#0"},"west":{"uv":[2.5,8,3,8.25],"texture":"#0"},"up":{"uv":[7.25,8.25,7,7.75],"texture":"#0"},"down":{"uv":[8.25,2.5,8,3],"texture":"#0"}}},{"from":[15,14,12],"to":[16,15,14],"rotation":{"angle":0,"axis":"y","origin":[15,14,13]},"faces":{"north":{"uv":[8.75,6.5,9,6.75],"texture":"#0"},"east":{"uv":[3,8,3.5,8.25],"texture":"#0"},"south":{"uv":[6.75,8.75,7,9],"texture":"#0"},"west":{"uv":[3.5,8,4,8.25],"texture":"#0"},"up":{"uv":[8.25,4.25,8,3.75],"texture":"#0"},"down":{"uv":[4.5,8,4.25,8.5],"texture":"#0"}}},{"from":[0,2,1],"to":[1,4,2],"rotation":{"angle":0,"axis":"y","origin":[0,2,1]},"faces":{"north":{"uv":[4.5,8,4.75,8.5],"texture":"#0"},"east":{"uv":[8,4.5,8.25,5],"texture":"#0"},"south":{"uv":[5,8,5.25,8.5],"texture":"#0"},"west":{"uv":[8,5,8.25,5.5],"texture":"#0"},"up":{"uv":[9,7,8.75,6.75],"texture":"#0"},"down":{"uv":[7.25,8.75,7,9],"texture":"#0"}}},{"from":[0,12,1],"to":[1,14,2],"rotation":{"angle":0,"axis":"y","origin":[0,12,1]},"faces":{"north":{"uv":[5.25,8,5.5,8.5],"texture":"#0"},"east":{"uv":[5.5,8,5.75,8.5],"texture":"#0"},"south":{"uv":[8,5.5,8.25,6],"texture":"#0"},"west":{"uv":[5.75,8,6,8.5],"texture":"#0"},"up":{"uv":[9,7.25,8.75,7],"texture":"#0"},"down":{"uv":[7.5,8.75,7.25,9],"texture":"#0"}}},{"from":[1,2,0],"to":[2,4,1],"rotation":{"angle":0,"axis":"y","origin":[1,2,0]},"faces":{"north":{"uv":[6,8,6.25,8.5],"texture":"#0"},"east":{"uv":[8,6,8.25,6.5],"texture":"#0"},"south":{"uv":[6.25,8,6.5,8.5],"texture":"#0"},"west":{"uv":[6.5,8,6.75,8.5],"texture":"#0"},"up":{"uv":[9,7.5,8.75,7.25],"texture":"#0"},"down":{"uv":[7.75,8.75,7.5,9],"texture":"#0"}}},{"from":[1,12,0],"to":[2,14,1],"rotation":{"angle":0,"axis":"y","origin":[1,12,0]},"faces":{"north":{"uv":[6.75,8,7,8.5],"texture":"#0"},"east":{"uv":[7.25,8,7.5,8.5],"texture":"#0"},"south":{"uv":[7.5,8,7.75,8.5],"texture":"#0"},"west":{"uv":[7.75,8,8,8.5],"texture":"#0"},"up":{"uv":[9,7.75,8.75,7.5],"texture":"#0"},"down":{"uv":[8,8.75,7.75,9],"texture":"#0"}}},{"from":[0,2,14],"to":[1,4,15],"rotation":{"angle":0,"axis":"y","origin":[0,2,14]},"faces":{"north":{"uv":[8,7.75,8.25,8.25],"texture":"#0"},"east":{"uv":[0,8.25,0.25,8.75],"texture":"#0"},"south":{"uv":[0.25,8.25,0.5,8.75],"texture":"#0"},"west":{"uv":[0.5,8.25,0.75,8.75],"texture":"#0"},"up":{"uv":[9,8,8.75,7.75],"texture":"#0"},"down":{"uv":[8.25,8.75,8,9],"texture":"#0"}}},{"from":[0,12,14],"to":[1,14,15],"rotation":{"angle":0,"axis":"y","origin":[0,12,14]},"faces":{"north":{"uv":[0.75,8.25,1,8.75],"texture":"#0"},"east":{"uv":[1,8.25,1.25,8.75],"texture":"#0"},"south":{"uv":[1.25,8.25,1.5,8.75],"texture":"#0"},"west":{"uv":[1.5,8.25,1.75,8.75],"texture":"#0"},"up":{"uv":[9,8.25,8.75,8],"texture":"#0"},"down":{"uv":[8.5,8.75,8.25,9],"texture":"#0"}}},{"from":[1,2,15],"to":[2,4,16],"rotation":{"angle":0,"axis":"y","origin":[1,2,15]},"faces":{"north":{"uv":[1.75,8.25,2,8.75],"texture":"#0"},"east":{"uv":[2,8.25,2.25,8.75],"texture":"#0"},"south":{"uv":[8.25,2,8.5,2.5],"texture":"#0"},"west":{"uv":[2.25,8.25,2.5,8.75],"texture":"#0"},"up":{"uv":[9,8.5,8.75,8.25],"texture":"#0"},"down":{"uv":[8.75,8.75,8.5,9],"texture":"#0"}}},{"from":[1,12,15],"to":[2,14,16],"rotation":{"angle":0,"axis":"y","origin":[1,12,15]},"faces":{"north":{"uv":[2.5,8.25,2.75,8.75],"texture":"#0"},"east":{"uv":[8.25,2.5,8.5,3],"texture":"#0"},"south":{"uv":[2.75,8.25,3,8.75],"texture":"#0"},"west":{"uv":[3,8.25,3.25,8.75],"texture":"#0"},"up":{"uv":[9,8.75,8.75,8.5],"texture":"#0"},"down":{"uv":[9,8.75,8.75,9],"texture":"#0"}}},{"from":[14,2,15],"to":[15,4,16],"rotation":{"angle":0,"axis":"y","origin":[14,2,15]},"faces":{"north":{"uv":[8.25,3,8.5,3.5],"texture":"#0"},"east":{"uv":[3.25,8.25,3.5,8.75],"texture":"#0"},"south":{"uv":[3.5,8.25,3.75,8.75],"texture":"#0"},"west":{"uv":[8.25,3.5,8.5,4],"texture":"#0"},"up":{"uv":[0.25,9.25,0,9],"texture":"#0"},"down":{"uv":[9.25,0,9,0.25],"texture":"#0"}}},{"from":[14,12,15],"to":[15,14,16],"rotation":{"angle":0,"axis":"y","origin":[14,12,15]},"faces":{"north":{"uv":[3.75,8.25,4,8.75],"texture":"#0"},"east":{"uv":[4,8.25,4.25,8.75],"texture":"#0"},"south":{"uv":[8.25,4,8.5,4.5],"texture":"#0"},"west":{"uv":[8.25,4.5,8.5,5],"texture":"#0"},"up":{"uv":[0.5,9.25,0.25,9],"texture":"#0"},"down":{"uv":[9.25,0.25,9,0.5],"texture":"#0"}}},{"from":[15,2,14],"to":[16,4,15],"rotation":{"angle":0,"axis":"y","origin":[15,2,14]},"faces":{"north":{"uv":[4.75,8.25,5,8.75],"texture":"#0"},"east":{"uv":[8.25,5,8.5,5.5],"texture":"#0"},"south":{"uv":[8.25,5.5,8.5,6],"texture":"#0"},"west":{"uv":[8.25,6,8.5,6.5],"texture":"#0"},"up":{"uv":[0.75,9.25,0.5,9],"texture":"#0"},"down":{"uv":[9.25,0.5,9,0.75],"texture":"#0"}}},{"from":[15,12,14],"to":[16,14,15],"rotation":{"angle":0,"axis":"y","origin":[15,12,14]},"faces":{"north":{"uv":[8.25,6.5,8.5,7],"texture":"#0"},"east":{"uv":[7,8.25,7.25,8.75],"texture":"#0"},"south":{"uv":[8.25,7,8.5,7.5],"texture":"#0"},"west":{"uv":[8.25,7.5,8.5,8],"texture":"#0"},"up":{"uv":[1,9.25,0.75,9],"texture":"#0"},"down":{"uv":[9.25,0.75,9,1],"texture":"#0"}}},{"from":[14,2,0],"to":[15,4,1],"rotation":{"angle":0,"axis":"y","origin":[14,2,0]},"faces":{"north":{"uv":[8,8.25,8.25,8.75],"texture":"#0"},"east":{"uv":[8.25,8,8.5,8.5],"texture":"#0"},"south":{"uv":[8.5,0,8.75,0.5],"texture":"#0"},"west":{"uv":[8.5,0.5,8.75,1],"texture":"#0"},"up":{"uv":[1.25,9.25,1,9],"texture":"#0"},"down":{"uv":[9.25,1,9,1.25],"texture":"#0"}}},{"from":[14,12,0],"to":[15,14,1],"rotation":{"angle":0,"axis":"y","origin":[14,12,0]},"faces":{"north":{"uv":[8.5,1,8.75,1.5],"texture":"#0"},"east":{"uv":[8.5,1.5,8.75,2],"texture":"#0"},"south":{"uv":[8.5,2,8.75,2.5],"texture":"#0"},"west":{"uv":[8.5,2.5,8.75,3],"texture":"#0"},"up":{"uv":[1.5,9.25,1.25,9],"texture":"#0"},"down":{"uv":[9.25,1.25,9,1.5],"texture":"#0"}}},{"from":[15,2,1],"to":[16,4,2],"rotation":{"angle":0,"axis":"y","origin":[15,2,1]},"faces":{"north":{"uv":[8.5,3,8.75,3.5],"texture":"#0"},"east":{"uv":[8.5,3.5,8.75,4],"texture":"#0"},"south":{"uv":[8.5,4,8.75,4.5],"texture":"#0"},"west":{"uv":[4.25,8.5,4.5,9],"texture":"#0"},"up":{"uv":[1.75,9.25,1.5,9],"texture":"#0"},"down":{"uv":[9.25,1.5,9,1.75],"texture":"#0"}}},{"from":[15,12,1],"to":[16,14,2],"rotation":{"angle":0,"axis":"y","origin":[15,12,1]},"faces":{"north":{"uv":[4.5,8.5,4.75,9],"texture":"#0"},"east":{"uv":[8.5,4.5,8.75,5],"texture":"#0"},"south":{"uv":[5,8.5,5.25,9],"texture":"#0"},"west":{"uv":[8.5,5,8.75,5.5],"texture":"#0"},"up":{"uv":[2,9.25,1.75,9],"texture":"#0"},"down":{"uv":[9.25,1.75,9,2],"texture":"#0"}}},{"from":[0,4,0],"to":[1,12,1],"rotation":{"angle":0,"axis":"y","origin":[0,4,0]},"faces":{"north":{"uv":[0.25,5.5,0.5,7.5],"texture":"#0"},"east":{"uv":[0.5,5.5,0.75,7.5],"texture":"#0"},"south":{"uv":[0.75,5.5,1,7.5],"texture":"#0"},"west":{"uv":[1,5.5,1.25,7.5],"texture":"#0"},"up":{"uv":[2.25,9.25,2,9],"texture":"#0"},"down":{"uv":[9.25,2,9,2.25],"texture":"#0"}}},{"from":[15,4,0],"to":[16,12,1],"rotation":{"angle":0,"axis":"y","origin":[15,4,0]},"faces":{"north":{"uv":[1.25,5.5,1.5,7.5],"texture":"#0"},"east":{"uv":[1.5,5.5,1.75,7.5],"texture":"#0"},"south":{"uv":[1.75,5.5,2,7.5],"texture":"#0"},"west":{"uv":[2.25,5.75,2.5,7.75],"texture":"#0"},"up":{"uv":[2.5,9.25,2.25,9],"texture":"#0"},"down":{"uv":[9.25,2.25,9,2.5],"texture":"#0"}}},{"from":[15,4,15],"to":[16,12,16],"rotation":{"angle":0,"axis":"y","origin":[15,4,15]},"faces":{"north":{"uv":[2.5,5.75,2.75,7.75],"texture":"#0"},"east":{"uv":[2.75,5.75,3,7.75],"texture":"#0"},"south":{"uv":[3,5.75,3.25,7.75],"texture":"#0"},"west":{"uv":[3.25,5.75,3.5,7.75],"texture":"#0"},"up":{"uv":[2.75,9.25,2.5,9],"texture":"#0"},"down":{"uv":[9.25,2.5,9,2.75],"texture":"#0"}}},{"from":[0,4,15],"to":[1,12,16],"rotation":{"angle":0,"axis":"y","origin":[0,4,15]},"faces":{"north":{"uv":[3.5,5.75,3.75,7.75],"texture":"#0"},"east":{"uv":[3.75,5.75,4,7.75],"texture":"#0"},"south":{"uv":[4,5.75,4.25,7.75],"texture":"#0"},"west":{"uv":[5.25,5.75,5.5,7.75],"texture":"#0"},"up":{"uv":[3,9.25,2.75,9],"texture":"#0"},"down":{"uv":[9.25,2.75,9,3],"texture":"#0"}}},{"from":[1,1,1],"to":[4,4,4],"rotation":{"angle":0,"axis":"y","origin":[1,1,1]},"faces":{"north":{"uv":[0,0,0.75,0.75],"texture":"#0"},"east":{"uv":[0,0.75,0.75,1.5],"texture":"#0"},"south":{"uv":[0.75,0,1.5,0.75],"texture":"#0"},"west":{"uv":[0.75,0.75,1.5,1.5],"texture":"#0"},"up":{"uv":[0.75,2.25,0,1.5],"texture":"#0"},"down":{"uv":[2.25,0,1.5,0.75],"texture":"#0"}}},{"from":[1,12,1],"to":[4,15,4],"rotation":{"angle":0,"axis":"y","origin":[1,12,1]},"faces":{"north":{"uv":[0.75,1.5,1.5,2.25],"texture":"#0"},"east":{"uv":[1.5,0.75,2.25,1.5],"texture":"#0"},"south":{"uv":[1.5,1.5,2.25,2.25],"texture":"#0"},"west":{"uv":[0,2.25,0.75,3],"texture":"#0"},"up":{"uv":[3,0.75,2.25,0],"texture":"#0"},"down":{"uv":[1.5,2.25,0.75,3],"texture":"#0"}}},{"from":[12,1,1],"to":[15,4,4],"rotation":{"angle":0,"axis":"y","origin":[12,1,1]},"faces":{"north":{"uv":[2.25,0.75,3,1.5],"texture":"#0"},"east":{"uv":[1.5,2.25,2.25,3],"texture":"#0"},"south":{"uv":[2.25,1.5,3,2.25],"texture":"#0"},"west":{"uv":[2.25,2.25,3,3],"texture":"#0"},"up":{"uv":[0.75,3.75,0,3],"texture":"#0"},"down":{"uv":[3.75,0,3,0.75],"texture":"#0"}}},{"from":[12,12,1],"to":[15,15,4],"rotation":{"angle":0,"axis":"y","origin":[12,12,1]},"faces":{"north":{"uv":[0.75,3,1.5,3.75],"texture":"#0"},"east":{"uv":[3,0.75,3.75,1.5],"texture":"#0"},"south":{"uv":[1.5,3,2.25,3.75],"texture":"#0"},"west":{"uv":[3,1.5,3.75,2.25],"texture":"#0"},"up":{"uv":[3,3.75,2.25,3],"texture":"#0"},"down":{"uv":[3.75,2.25,3,3],"texture":"#0"}}},{"from":[12,1,12],"to":[15,4,15],"rotation":{"angle":0,"axis":"y","origin":[12,1,12]},"faces":{"north":{"uv":[3,3,3.75,3.75],"texture":"#0"},"east":{"uv":[0,3.75,0.75,4.5],"texture":"#0"},"south":{"uv":[3.75,0,4.5,0.75],"texture":"#0"},"west":{"uv":[0.75,3.75,1.5,4.5],"texture":"#0"},"up":{"uv":[4.5,1.5,3.75,0.75],"texture":"#0"},"down":{"uv":[2.25,3.75,1.5,4.5],"texture":"#0"}}},{"from":[12,12,12],"to":[15,15,15],"rotation":{"angle":0,"axis":"y","origin":[12,12,12]},"faces":{"north":{"uv":[3.75,1.5,4.5,2.25],"texture":"#0"},"east":{"uv":[2.25,3.75,3,4.5],"texture":"#0"},"south":{"uv":[3.75,2.25,4.5,3],"texture":"#0"},"west":{"uv":[3,3.75,3.75,4.5],"texture":"#0"},"up":{"uv":[4.5,3.75,3.75,3],"texture":"#0"},"down":{"uv":[4.5,3.75,3.75,4.5],"texture":"#0"}}},{"from":[1,1,12],"to":[4,4,15],"rotation":{"angle":0,"axis":"y","origin":[1,1,12]},"faces":{"north":{"uv":[0,4.5,0.75,5.25],"texture":"#0"},"east":{"uv":[4.5,0,5.25,0.75],"texture":"#0"},"south":{"uv":[0.75,4.5,1.5,5.25],"texture":"#0"},"west":{"uv":[4.5,0.75,5.25,1.5],"texture":"#0"},"up":{"uv":[2.25,5.25,1.5,4.5],"texture":"#0"},"down":{"uv":[5.25,1.5,4.5,2.25],"texture":"#0"}}},{"from":[1,12,12],"to":[4,15,15],"rotation":{"angle":0,"axis":"y","origin":[1,12,12]},"faces":{"north":{"uv":[2.25,4.5,3,5.25],"texture":"#0"},"east":{"uv":[4.5,2.25,5.25,3],"texture":"#0"},"south":{"uv":[3,4.5,3.75,5.25],"texture":"#0"},"west":{"uv":[4.5,3,5.25,3.75],"texture":"#0"},"up":{"uv":[4.5,5.25,3.75,4.5],"texture":"#0"},"down":{"uv":[5.25,3.75,4.5,4.5],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[-16,-13,0],"translation":[0,4,0],"scale":[0.6,0.6,0.6]},"thirdperson_lefthand":{"rotation":[-16,-13,0],"translation":[0,4,0],"scale":[0.6,0.6,0.6]},"firstperson_righthand":{"rotation":[10,16,3],"translation":[2,-1,2],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[10,16,3],"translation":[2,-1,2],"scale":[0.6,0.6,0.6]},"ground":{"translation":[0,3,0],"scale":[0.6,0.6,0.6]},"gui":{"rotation":[20,20,0],"translation":[0,-0.25,0],"scale":[0.7,0.7,0.7]},"head":{"translation":[0,14.5,0]},"fixed":{"translation":[0,0,3.5]}},"groups":[{"name":"VoxelShapes","origin":[1,12,12],"children":[{"name":"core","origin":[4,4,4],"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]},{"name":"core_support","origin":[3,3,4],"children":[25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42]},{"name":"frame","origin":[1,12,12],"children":[43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110]}]}]} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/templates/singularity_resource_generator.json b/src/main/resources/assets/cuboidmod/models/block/templates/singularity_resource_generator.json new file mode 100644 index 0000000..a1704b2 --- /dev/null +++ b/src/main/resources/assets/cuboidmod/models/block/templates/singularity_resource_generator.json @@ -0,0 +1 @@ +{"texture_size":[64,64],"textures":{"0":"#frame","1":"#core","particle":"#frame"},"elements":[{"from":[3,2,6],"to":[13,3,10],"faces":{"north":{"uv":[8.25,7.75,10.75,8],"texture":"#1"},"east":{"uv":[11,9.75,12,10],"texture":"#1"},"south":{"uv":[8.5,0,11,0.25],"texture":"#1"},"west":{"uv":[11,10,12,10.25],"texture":"#1"},"up":{"uv":[5.5,3,3,2],"texture":"#1"},"down":{"uv":[5.5,3,3,4],"texture":"#1"}}},{"from":[3,13,6],"to":[13,14,10],"faces":{"north":{"uv":[8.25,7.25,10.75,7.5],"texture":"#1"},"east":{"uv":[11,9.25,12,9.5],"texture":"#1"},"south":{"uv":[8.25,7.5,10.75,7.75],"texture":"#1"},"west":{"uv":[11,9.5,12,9.75],"texture":"#1"},"up":{"uv":[5.5,1,3,0],"texture":"#1"},"down":{"uv":[5.5,1,3,2],"texture":"#1"}}},{"from":[4,3,6],"to":[12,5,10],"faces":{"north":{"uv":[7.25,2,9.25,2.5],"texture":"#1"},"east":{"uv":[9,9.25,10,9.75],"texture":"#1"},"south":{"uv":[7.25,2.5,9.25,3],"texture":"#1"},"west":{"uv":[0,9.5,1,10],"texture":"#1"},"up":{"uv":[6,5,4,4],"texture":"#1"},"down":{"uv":[2,5,0,6],"texture":"#1"}}},{"from":[4,11,6],"to":[12,13,10],"faces":{"north":{"uv":[7,4.75,9,5.25],"texture":"#1"},"east":{"uv":[8,9.25,9,9.75],"texture":"#1"},"south":{"uv":[7,5.25,9,5.75],"texture":"#1"},"west":{"uv":[9.25,8.5,10.25,9],"texture":"#1"},"up":{"uv":[2,5,0,4],"texture":"#1"},"down":{"uv":[4,4,2,5],"texture":"#1"}}},{"from":[4.4,10,6.2],"to":[11.6,11.9,9.8],"rotation":{"angle":0,"axis":"y","origin":[8,9.9,8]},"faces":{"north":{"uv":[7.25,5.75,9.0625,6.25],"texture":"#1"},"east":{"uv":[8.25,9.75,9.125,10.25],"texture":"#1"},"south":{"uv":[7.25,6.25,9.0625,6.75],"texture":"#1"},"west":{"uv":[9.25,9.75,10.125,10.25],"texture":"#1"},"up":{"uv":[7.3125,0.875,5.5,0],"texture":"#1"},"down":{"uv":[7.3125,1,5.5,1.875],"texture":"#1"}}},{"from":[4.76,9,6.38],"to":[11.24,10,9.62],"rotation":{"angle":0,"axis":"y","origin":[8,8.91,8]},"faces":{"north":{"uv":[9.5,4.5,11.125,4.75],"texture":"#1"},"east":{"uv":[11.25,8.5,12.0625,8.75],"texture":"#1"},"south":{"uv":[0,10,1.625,10.25],"texture":"#1"},"west":{"uv":[11.25,8.75,12.0625,9],"texture":"#1"},"up":{"uv":[1.625,6.8125,0,6],"texture":"#1"},"down":{"uv":[3.375,6,1.75,6.8125],"texture":"#1"}}},{"from":[4.76,6,6.38],"to":[11.24,7,9.62],"rotation":{"angle":0,"axis":"y","origin":[8,8.91,8]},"faces":{"north":{"uv":[9.25,9,10.875,9.25],"texture":"#1"},"east":{"uv":[7.25,11.25,8.0625,11.5],"texture":"#1"},"south":{"uv":[9.5,1.25,11.125,1.5],"texture":"#1"},"west":{"uv":[8.25,11.25,9.0625,11.5],"texture":"#1"},"up":{"uv":[7.125,2.8125,5.5,2],"texture":"#1"},"down":{"uv":[7.125,3,5.5,3.8125],"texture":"#1"}}},{"from":[4.922,7,6.461],"to":[11.078,9,9.539],"rotation":{"angle":0,"axis":"y","origin":[8,8.4645,8]},"faces":{"north":{"uv":[4.5,7,6.0625,7.5],"texture":"#1"},"east":{"uv":[10.25,3.5,11,4],"texture":"#1"},"south":{"uv":[7.25,6.75,8.8125,7.25],"texture":"#1"},"west":{"uv":[4,10.25,4.75,10.75],"texture":"#1"},"up":{"uv":[5.0625,6.75,3.5,6],"texture":"#1"},"down":{"uv":[7.5625,4,6,4.75],"texture":"#1"}}},{"from":[4.4,4,6.2],"to":[11.6,5.9,9.8],"rotation":{"angle":0,"axis":"y","origin":[8,9.9,8]},"faces":{"north":{"uv":[7.25,3,9.0625,3.5],"texture":"#1"},"east":{"uv":[6.25,9.75,7.125,10.25],"texture":"#1"},"south":{"uv":[7.25,3.5,9.0625,4],"texture":"#1"},"west":{"uv":[7.25,9.75,8.125,10.25],"texture":"#1"},"up":{"uv":[3.8125,5.875,2,5],"texture":"#1"},"down":{"uv":[5.8125,5,4,5.875],"texture":"#1"}}},{"from":[2,1,6],"to":[14,2,10],"faces":{"north":{"uv":[6.5,8,9.5,8.25],"texture":"#1"},"east":{"uv":[11,9,12,9.25],"texture":"#1"},"south":{"uv":[6.5,8.25,9.5,8.5],"texture":"#1"},"west":{"uv":[9.25,11,10.25,11.25],"texture":"#1"},"up":{"uv":[3,3,0,2],"texture":"#1"},"down":{"uv":[3,3,0,4],"texture":"#1"}}},{"from":[2,14,6],"to":[14,15,10],"faces":{"north":{"uv":[7.5,1.5,10.5,1.75],"texture":"#1"},"east":{"uv":[8.25,11,9.25,11.25],"texture":"#1"},"south":{"uv":[7.5,1.75,10.5,2],"texture":"#1"},"west":{"uv":[11,8.25,12,8.5],"texture":"#1"},"up":{"uv":[3,1,0,0],"texture":"#1"},"down":{"uv":[3,1,0,2],"texture":"#1"}}},{"from":[6,2,3],"to":[10,3,6],"faces":{"north":{"uv":[7.25,11,8.25,11.25],"texture":"#1"},"east":{"uv":[3.75,11.75,4.5,12],"texture":"#1"},"south":{"uv":[11,8,12,8.25],"texture":"#1"},"west":{"uv":[4.5,11.75,5.25,12],"texture":"#1"},"up":{"uv":[6.5,8.5,5.5,7.75],"texture":"#1"},"down":{"uv":[1,8,0,8.75],"texture":"#1"}}},{"from":[6,13,3],"to":[10,14,6],"faces":{"north":{"uv":[11,6.75,12,7],"texture":"#1"},"east":{"uv":[11.75,1.5,12.5,1.75],"texture":"#1"},"south":{"uv":[11,7,12,7.25],"texture":"#1"},"west":{"uv":[3,11.75,3.75,12],"texture":"#1"},"up":{"uv":[4,8.5,3,7.75],"texture":"#1"},"down":{"uv":[8.75,4,7.75,4.75],"texture":"#1"}}},{"from":[6,3,4],"to":[10,5,6],"faces":{"north":{"uv":[9.25,5.75,10.25,6.25],"texture":"#1"},"east":{"uv":[6.25,11,6.75,11.5],"texture":"#1"},"south":{"uv":[6,9.25,7,9.75],"texture":"#1"},"west":{"uv":[6.75,11,7.25,11.5],"texture":"#1"},"up":{"uv":[10.25,6.75,9.25,6.25],"texture":"#1"},"down":{"uv":[8,9.25,7,9.75],"texture":"#1"}}},{"from":[6,11,4],"to":[10,13,6],"faces":{"north":{"uv":[9.25,2.5,10.25,3],"texture":"#1"},"east":{"uv":[3,11,3.5,11.5],"texture":"#1"},"south":{"uv":[9.25,3,10.25,3.5],"texture":"#1"},"west":{"uv":[11,5.25,11.5,5.75],"texture":"#1"},"up":{"uv":[10.25,4,9.25,3.5],"texture":"#1"},"down":{"uv":[6,9.25,5,9.75],"texture":"#1"}}},{"from":[6.2,10,4.4],"to":[9.8,11.9,6.2],"rotation":{"angle":0,"axis":"y","origin":[8,9.9,8]},"faces":{"north":{"uv":[4.25,9.75,5.125,10.25],"texture":"#1"},"east":{"uv":[11.25,1.25,11.6875,1.75],"texture":"#1"},"south":{"uv":[5.25,9.75,6.125,10.25],"texture":"#1"},"west":{"uv":[1.5,11.25,1.9375,11.75],"texture":"#1"},"up":{"uv":[11.125,0.6875,10.25,0.25],"texture":"#1"},"down":{"uv":[1.875,10.25,1,10.6875],"texture":"#1"}}},{"from":[6.38,9,4.76],"to":[9.62,10,6.38],"rotation":{"angle":0,"axis":"y","origin":[8,8.91,8]},"faces":{"north":{"uv":[11.25,6.25,12.0625,6.5],"texture":"#1"},"east":{"uv":[0,12.5,0.375,12.75],"texture":"#1"},"south":{"uv":[11.25,6.5,12.0625,6.75],"texture":"#1"},"west":{"uv":[12.5,0,12.875,0.25],"texture":"#1"},"up":{"uv":[11.0625,8.875,10.25,8.5],"texture":"#1"},"down":{"uv":[9.5625,10.25,8.75,10.625],"texture":"#1"}}},{"from":[6.38,6,4.76],"to":[9.62,7,6.38],"rotation":{"angle":0,"axis":"y","origin":[8,8.91,8]},"faces":{"north":{"uv":[11.25,5.75,12.0625,6],"texture":"#1"},"east":{"uv":[12,12.25,12.375,12.5],"texture":"#1"},"south":{"uv":[11.25,6,12.0625,6.25],"texture":"#1"},"west":{"uv":[12.25,12,12.625,12.25],"texture":"#1"},"up":{"uv":[7.5625,10.625,6.75,10.25],"texture":"#1"},"down":{"uv":[8.5625,10.25,7.75,10.625],"texture":"#1"}}},{"from":[6.461,7,4.922],"to":[9.539,9,6.461],"rotation":{"angle":0,"axis":"y","origin":[8,8.4645,8]},"faces":{"north":{"uv":[10.25,2.5,11,3],"texture":"#1"},"east":{"uv":[2,11.75,2.375,12.25],"texture":"#1"},"south":{"uv":[10.25,3,11,3.5],"texture":"#1"},"west":{"uv":[2.5,11.75,2.875,12.25],"texture":"#1"},"up":{"uv":[11.25,1.125,10.5,0.75],"texture":"#1"},"down":{"uv":[11.25,1.5,10.5,1.875],"texture":"#1"}}},{"from":[6.2,4,4.4],"to":[9.8,5.9,6.2],"rotation":{"angle":0,"axis":"y","origin":[8,9.9,8]},"faces":{"north":{"uv":[9.5,8,10.375,8.5],"texture":"#1"},"east":{"uv":[11.25,0.75,11.6875,1.25],"texture":"#1"},"south":{"uv":[2,9.75,2.875,10.25],"texture":"#1"},"west":{"uv":[1,11.25,1.4375,11.75],"texture":"#1"},"up":{"uv":[10.875,9.6875,10,9.25],"texture":"#1"},"down":{"uv":[0.875,10.25,0,10.6875],"texture":"#1"}}},{"from":[6,1,2],"to":[10,2,6],"faces":{"north":{"uv":[11,4.25,12,4.5],"texture":"#1"},"east":{"uv":[11,4.75,12,5],"texture":"#1"},"south":{"uv":[11,5,12,5.25],"texture":"#1"},"west":{"uv":[5.25,11,6.25,11.25],"texture":"#1"},"up":{"uv":[2,8,1,7],"texture":"#1"},"down":{"uv":[3,7,2,8],"texture":"#1"}}},{"from":[6,14,2],"to":[10,15,6],"faces":{"north":{"uv":[11,3.25,12,3.5],"texture":"#1"},"east":{"uv":[11,3.5,12,3.75],"texture":"#1"},"south":{"uv":[11,3.75,12,4],"texture":"#1"},"west":{"uv":[11,4,12,4.25],"texture":"#1"},"up":{"uv":[7.25,7.75,6.25,6.75],"texture":"#1"},"down":{"uv":[1,7,0,8],"texture":"#1"}}},{"from":[6,2,10],"to":[10,3,13],"faces":{"north":{"uv":[11,2.75,12,3],"texture":"#1"},"east":{"uv":[1.25,11.75,2,12],"texture":"#1"},"south":{"uv":[11,3,12,3.25],"texture":"#1"},"west":{"uv":[11.75,1.25,12.5,1.5],"texture":"#1"},"up":{"uv":[8.5,1.5,7.5,0.75],"texture":"#1"},"down":{"uv":[5.5,7.5,4.5,8.25],"texture":"#1"}}},{"from":[6,13,10],"to":[10,14,13],"faces":{"north":{"uv":[11,0,12,0.25],"texture":"#1"},"east":{"uv":[11.75,0.75,12.5,1],"texture":"#1"},"south":{"uv":[11,2.5,12,2.75],"texture":"#1"},"west":{"uv":[11.75,1,12.5,1.25],"texture":"#1"},"up":{"uv":[8.25,8,7.25,7.25],"texture":"#1"},"down":{"uv":[8.5,0,7.5,0.75],"texture":"#1"}}},{"from":[6,3,10],"to":[10,5,12],"faces":{"north":{"uv":[9,6.75,10,7.25],"texture":"#1"},"east":{"uv":[11,2,11.5,2.5],"texture":"#1"},"south":{"uv":[9.25,0.25,10.25,0.75],"texture":"#1"},"west":{"uv":[2.5,11,3,11.5],"texture":"#1"},"up":{"uv":[10.25,2.5,9.25,2],"texture":"#1"},"down":{"uv":[3.25,9.25,2.25,9.75],"texture":"#1"}}},{"from":[6,11,10],"to":[10,13,12],"faces":{"north":{"uv":[8.5,1,9.5,1.5],"texture":"#1"},"east":{"uv":[10.25,10.75,10.75,11.25],"texture":"#1"},"south":{"uv":[4,9,5,9.5],"texture":"#1"},"west":{"uv":[10.75,10.75,11.25,11.25],"texture":"#1"},"up":{"uv":[10,5.25,9,4.75],"texture":"#1"},"down":{"uv":[10,5.25,9,5.75],"texture":"#1"}}},{"from":[6.2,10,9.8],"to":[9.8,11.9,11.6],"rotation":{"angle":0,"axis":"y","origin":[8,9.9,8]},"faces":{"north":{"uv":[3.25,9.5,4.125,10],"texture":"#1"},"east":{"uv":[11.25,0.25,11.6875,0.75],"texture":"#1"},"south":{"uv":[9.5,4,10.375,4.5],"texture":"#1"},"west":{"uv":[0.5,11.25,0.9375,11.75],"texture":"#1"},"up":{"uv":[10.875,5.6875,10,5.25],"texture":"#1"},"down":{"uv":[10.875,6.75,10,7.1875],"texture":"#1"}}},{"from":[6.38,9,9.62],"to":[9.62,10,11.24],"rotation":{"angle":0,"axis":"y","origin":[8,8.91,8]},"faces":{"north":{"uv":[4.5,11.25,5.3125,11.5],"texture":"#1"},"east":{"uv":[12.25,11.5,12.625,11.75],"texture":"#1"},"south":{"uv":[11.25,4.5,12.0625,4.75],"texture":"#1"},"west":{"uv":[12.25,11.75,12.625,12],"texture":"#1"},"up":{"uv":[11.0625,6.125,10.25,5.75],"texture":"#1"},"down":{"uv":[11.0625,6.25,10.25,6.625],"texture":"#1"}}},{"from":[6.38,6,9.62],"to":[9.62,7,11.24],"rotation":{"angle":0,"axis":"y","origin":[8,8.91,8]},"faces":{"north":{"uv":[11.25,1.75,12.0625,2],"texture":"#1"},"east":{"uv":[12.25,11.25,12.625,11.5],"texture":"#1"},"south":{"uv":[3.5,11.25,4.3125,11.5],"texture":"#1"},"west":{"uv":[11.5,12.25,11.875,12.5],"texture":"#1"},"up":{"uv":[5.5625,10.625,4.75,10.25],"texture":"#1"},"down":{"uv":[6.5625,10.25,5.75,10.625],"texture":"#1"}}},{"from":[6.461,7,9.539],"to":[9.539,9,11.078],"rotation":{"angle":0,"axis":"y","origin":[8,8.4645,8]},"faces":{"north":{"uv":[2,10.25,2.75,10.75],"texture":"#1"},"east":{"uv":[11.75,0.25,12.125,0.75],"texture":"#1"},"south":{"uv":[10.25,2,11,2.5],"texture":"#1"},"west":{"uv":[0.75,11.75,1.125,12.25],"texture":"#1"},"up":{"uv":[10.5,10.625,9.75,10.25],"texture":"#1"},"down":{"uv":[11,9.75,10.25,10.125],"texture":"#1"}}},{"from":[6.2,4,9.8],"to":[9.8,5.9,11.6],"rotation":{"angle":0,"axis":"y","origin":[8,9.9,8]},"faces":{"north":{"uv":[9.5,0.75,10.375,1.25],"texture":"#1"},"east":{"uv":[11,10.25,11.4375,10.75],"texture":"#1"},"south":{"uv":[1,9.5,1.875,10],"texture":"#1"},"west":{"uv":[0,11.25,0.4375,11.75],"texture":"#1"},"up":{"uv":[3.875,10.4375,3,10],"texture":"#1"},"down":{"uv":[10.875,4.75,10,5.1875],"texture":"#1"}}},{"from":[6,1,10],"to":[10,2,14],"faces":{"north":{"uv":[10.75,7.5,11.75,7.75],"texture":"#1"},"east":{"uv":[10.75,7.75,11.75,8],"texture":"#1"},"south":{"uv":[8.25,10.75,9.25,11],"texture":"#1"},"west":{"uv":[9.25,10.75,10.25,11],"texture":"#1"},"up":{"uv":[7.25,6.75,6.25,5.75],"texture":"#1"},"down":{"uv":[4.5,6.75,3.5,7.75],"texture":"#1"}}},{"from":[6,14,10],"to":[10,15,14],"faces":{"north":{"uv":[5.25,10.75,6.25,11],"texture":"#1"},"east":{"uv":[6.25,10.75,7.25,11],"texture":"#1"},"south":{"uv":[7.25,10.75,8.25,11],"texture":"#1"},"west":{"uv":[10.75,7.25,11.75,7.5],"texture":"#1"},"up":{"uv":[7,5.75,6,4.75],"texture":"#1"},"down":{"uv":[6.25,6,5.25,7],"texture":"#1"}}},{"from":[10,2,10],"to":[12,3,12],"faces":{"north":{"uv":[6.5,12.25,7,12.5],"texture":"#1"},"east":{"uv":[12.25,6.5,12.75,6.75],"texture":"#1"},"south":{"uv":[12.25,6.75,12.75,7],"texture":"#1"},"west":{"uv":[7,12.25,7.5,12.5],"texture":"#1"},"up":{"uv":[4.75,11.25,4.25,10.75],"texture":"#1"},"down":{"uv":[5.25,10.75,4.75,11.25],"texture":"#1"}}},{"from":[10,13,10],"to":[12,14,12],"faces":{"north":{"uv":[12.25,3.25,12.75,3.5],"texture":"#1"},"east":{"uv":[6,12.25,6.5,12.5],"texture":"#1"},"south":{"uv":[12.25,6,12.75,6.25],"texture":"#1"},"west":{"uv":[12.25,6.25,12.75,6.5],"texture":"#1"},"up":{"uv":[2.5,11.25,2,10.75],"texture":"#1"},"down":{"uv":[4.25,10.75,3.75,11.25],"texture":"#1"}}},{"from":[10,3,10],"to":[11,5,11],"faces":{"north":{"uv":[5.25,12.25,5.5,12.75],"texture":"#1"},"east":{"uv":[5.5,12.25,5.75,12.75],"texture":"#1"},"south":{"uv":[12.25,5.5,12.5,6],"texture":"#1"},"west":{"uv":[5.75,12.25,6,12.75],"texture":"#1"},"up":{"uv":[12.75,4,12.5,3.75],"texture":"#1"},"down":{"uv":[12.75,4,12.5,4.25],"texture":"#1"}}},{"from":[10,11,10],"to":[11,13,11],"faces":{"north":{"uv":[12.25,4.5,12.5,5],"texture":"#1"},"east":{"uv":[4.75,12.25,5,12.75],"texture":"#1"},"south":{"uv":[5,12.25,5.25,12.75],"texture":"#1"},"west":{"uv":[12.25,5,12.5,5.5],"texture":"#1"},"up":{"uv":[3.75,12.75,3.5,12.5],"texture":"#1"},"down":{"uv":[12.75,3.5,12.5,3.75],"texture":"#1"}}},{"from":[9.8,10,9.8],"to":[10.7,11.9,10.7],"rotation":{"angle":0,"axis":"y","origin":[8,9.9,8]},"faces":{"north":{"uv":[3.75,12.25,4,12.75],"texture":"#1"},"east":{"uv":[4,12.25,4.25,12.75],"texture":"#1"},"south":{"uv":[4.25,12.25,4.5,12.75],"texture":"#1"},"west":{"uv":[4.5,12.25,4.75,12.75],"texture":"#1"},"up":{"uv":[12.75,3.25,12.5,3],"texture":"#1"},"down":{"uv":[3.5,12.5,3.25,12.75],"texture":"#1"}}},{"from":[9.62,9,9.62],"to":[10.43,10,10.43],"rotation":{"angle":0,"axis":"y","origin":[8,8.91,8]},"faces":{"north":{"uv":[9.75,12.5,9.9375,12.75],"texture":"#1"},"east":{"uv":[12.5,9.75,12.6875,10],"texture":"#1"},"south":{"uv":[10,12.5,10.1875,12.75],"texture":"#1"},"west":{"uv":[12.5,10,12.6875,10.25],"texture":"#1"},"up":{"uv":[12.9375,1.4375,12.75,1.25],"texture":"#1"},"down":{"uv":[1.6875,12.75,1.5,12.9375],"texture":"#1"}}},{"from":[9.62,6,9.62],"to":[10.43,7,10.43],"rotation":{"angle":0,"axis":"y","origin":[8,8.91,8]},"faces":{"north":{"uv":[9.25,12.5,9.4375,12.75],"texture":"#1"},"east":{"uv":[12.5,9.25,12.6875,9.5],"texture":"#1"},"south":{"uv":[9.5,12.5,9.6875,12.75],"texture":"#1"},"west":{"uv":[12.5,9.5,12.6875,9.75],"texture":"#1"},"up":{"uv":[12.9375,1.1875,12.75,1],"texture":"#1"},"down":{"uv":[1.4375,12.75,1.25,12.9375],"texture":"#1"}}},{"from":[9.539,7,9.539],"to":[10.3085,9,10.3085],"rotation":{"angle":0,"axis":"y","origin":[8,8.4645,8]},"faces":{"north":{"uv":[10.75,12.25,10.9375,12.75],"texture":"#1"},"east":{"uv":[12.25,10.75,12.4375,11.25],"texture":"#1"},"south":{"uv":[11,12.25,11.1875,12.75],"texture":"#1"},"west":{"uv":[11.25,12.25,11.4375,12.75],"texture":"#1"},"up":{"uv":[12.9375,0.9375,12.75,0.75],"texture":"#1"},"down":{"uv":[1.1875,12.75,1,12.9375],"texture":"#1"}}},{"from":[9.8,4,9.8],"to":[10.7,5.9,10.7],"rotation":{"angle":0,"axis":"y","origin":[8,9.9,8]},"faces":{"north":{"uv":[12.25,2.25,12.5,2.75],"texture":"#1"},"east":{"uv":[2.5,12.25,2.75,12.75],"texture":"#1"},"south":{"uv":[2.75,12.25,3,12.75],"texture":"#1"},"west":{"uv":[12.25,2.75,12.5,3.25],"texture":"#1"},"up":{"uv":[12.75,3,12.5,2.75],"texture":"#1"},"down":{"uv":[3.25,12.5,3,12.75],"texture":"#1"}}},{"from":[10,1,10],"to":[13,2,13],"faces":{"north":{"uv":[11.5,10.5,12.25,10.75],"texture":"#1"},"east":{"uv":[11,11.5,11.75,11.75],"texture":"#1"},"south":{"uv":[11.5,11.25,12.25,11.5],"texture":"#1"},"west":{"uv":[0,11.75,0.75,12],"texture":"#1"},"up":{"uv":[2.25,9.5,1.5,8.75],"texture":"#1"},"down":{"uv":[9.5,4,8.75,4.75],"texture":"#1"}}},{"from":[10,14,10],"to":[13,15,13],"faces":{"north":{"uv":[8.75,11.5,9.5,11.75],"texture":"#1"},"east":{"uv":[9.5,11.5,10.25,11.75],"texture":"#1"},"south":{"uv":[10.25,11.5,11,11.75],"texture":"#1"},"west":{"uv":[11.5,10.25,12.25,10.5],"texture":"#1"},"up":{"uv":[0.75,9.5,0,8.75],"texture":"#1"},"down":{"uv":[1.5,8.75,0.75,9.5],"texture":"#1"}}},{"from":[4,2,10],"to":[6,3,12],"faces":{"north":{"uv":[0.75,12.25,1.25,12.5],"texture":"#1"},"east":{"uv":[12.25,1.75,12.75,2],"texture":"#1"},"south":{"uv":[2,12.25,2.5,12.5],"texture":"#1"},"west":{"uv":[12.25,2,12.75,2.25],"texture":"#1"},"up":{"uv":[1.5,11.25,1,10.75],"texture":"#1"},"down":{"uv":[2,10.75,1.5,11.25],"texture":"#1"}}},{"from":[4,13,10],"to":[6,14,12],"faces":{"north":{"uv":[12,10,12.5,10.25],"texture":"#1"},"east":{"uv":[11.75,12,12.25,12.25],"texture":"#1"},"south":{"uv":[12.25,0.25,12.75,0.5],"texture":"#1"},"west":{"uv":[12.25,0.5,12.75,0.75],"texture":"#1"},"up":{"uv":[0.5,11.25,0,10.75],"texture":"#1"},"down":{"uv":[1,10.75,0.5,11.25],"texture":"#1"}}},{"from":[5,3,10],"to":[6,5,11],"faces":{"north":{"uv":[10.25,12,10.5,12.5],"texture":"#1"},"east":{"uv":[10.5,12,10.75,12.5],"texture":"#1"},"south":{"uv":[12,10.75,12.25,11.25],"texture":"#1"},"west":{"uv":[12,11.5,12.25,12],"texture":"#1"},"up":{"uv":[12.75,2.5,12.5,2.25],"texture":"#1"},"down":{"uv":[12.75,2.5,12.5,2.75],"texture":"#1"}}},{"from":[5,11,10],"to":[6,13,11],"faces":{"north":{"uv":[9.5,12,9.75,12.5],"texture":"#1"},"east":{"uv":[12,9.5,12.25,10],"texture":"#1"},"south":{"uv":[9.75,12,10,12.5],"texture":"#1"},"west":{"uv":[10,12,10.25,12.5],"texture":"#1"},"up":{"uv":[2.25,12.75,2,12.5],"texture":"#1"},"down":{"uv":[2.5,12.5,2.25,12.75],"texture":"#1"}}},{"from":[5.3,10,9.8],"to":[6.2,11.9,10.7],"rotation":{"angle":0,"axis":"y","origin":[8,9.9,8]},"faces":{"north":{"uv":[8.75,12,9,12.5],"texture":"#1"},"east":{"uv":[9,12,9.25,12.5],"texture":"#1"},"south":{"uv":[12,9,12.25,9.5],"texture":"#1"},"west":{"uv":[9.25,12,9.5,12.5],"texture":"#1"},"up":{"uv":[12.75,1.75,12.5,1.5],"texture":"#1"},"down":{"uv":[2,12.5,1.75,12.75],"texture":"#1"}}},{"from":[5.57,9,9.62],"to":[6.38,10,10.43],"rotation":{"angle":0,"axis":"y","origin":[8,8.91,8]},"faces":{"north":{"uv":[8.75,12.5,8.9375,12.75],"texture":"#1"},"east":{"uv":[12.5,8.75,12.6875,9],"texture":"#1"},"south":{"uv":[9,12.5,9.1875,12.75],"texture":"#1"},"west":{"uv":[12.5,9,12.6875,9.25],"texture":"#1"},"up":{"uv":[12.9375,0.6875,12.75,0.5],"texture":"#1"},"down":{"uv":[0.9375,12.75,0.75,12.9375],"texture":"#1"}}},{"from":[5.57,6,9.62],"to":[6.38,7,10.43],"rotation":{"angle":0,"axis":"y","origin":[8,8.91,8]},"faces":{"north":{"uv":[12.5,7.75,12.6875,8],"texture":"#1"},"east":{"uv":[12.5,8,12.6875,8.25],"texture":"#1"},"south":{"uv":[12.5,8.25,12.6875,8.5],"texture":"#1"},"west":{"uv":[12.5,8.5,12.6875,8.75],"texture":"#1"},"up":{"uv":[12.9375,0.4375,12.75,0.25],"texture":"#1"},"down":{"uv":[0.6875,12.75,0.5,12.9375],"texture":"#1"}}},{"from":[5.6915,7,9.539],"to":[6.461,9,10.3085],"rotation":{"angle":0,"axis":"y","origin":[8,8.4645,8]},"faces":{"north":{"uv":[12.25,8.5,12.4375,9],"texture":"#1"},"east":{"uv":[12.25,9,12.4375,9.5],"texture":"#1"},"south":{"uv":[12.25,9.5,12.4375,10],"texture":"#1"},"west":{"uv":[12.25,10.25,12.4375,10.75],"texture":"#1"},"up":{"uv":[0.1875,12.9375,0,12.75],"texture":"#1"},"down":{"uv":[0.4375,12.75,0.25,12.9375],"texture":"#1"}}},{"from":[5.3,4,9.8],"to":[6.2,5.9,10.7],"rotation":{"angle":0,"axis":"y","origin":[8,9.9,8]},"faces":{"north":{"uv":[12,4.75,12.25,5.25],"texture":"#1"},"east":{"uv":[12,6.75,12.25,7.25],"texture":"#1"},"south":{"uv":[12,7.25,12.25,7.75],"texture":"#1"},"west":{"uv":[12,8,12.25,8.5],"texture":"#1"},"up":{"uv":[12.75,1.5,12.5,1.25],"texture":"#1"},"down":{"uv":[1.75,12.5,1.5,12.75],"texture":"#1"}}},{"from":[3,1,10],"to":[6,2,13],"faces":{"north":{"uv":[5.75,11.5,6.5,11.75],"texture":"#1"},"east":{"uv":[6.5,11.5,7.25,11.75],"texture":"#1"},"south":{"uv":[7.25,11.5,8,11.75],"texture":"#1"},"west":{"uv":[8,11.5,8.75,11.75],"texture":"#1"},"up":{"uv":[8.5,9.25,7.75,8.5],"texture":"#1"},"down":{"uv":[9.25,8.5,8.5,9.25],"texture":"#1"}}},{"from":[3,14,10],"to":[6,15,13],"faces":{"north":{"uv":[4.25,11.5,5,11.75],"texture":"#1"},"east":{"uv":[5,11.5,5.75,11.75],"texture":"#1"},"south":{"uv":[11.5,5.25,12.25,5.5],"texture":"#1"},"west":{"uv":[11.5,5.5,12.25,5.75],"texture":"#1"},"up":{"uv":[7,9.25,6.25,8.5],"texture":"#1"},"down":{"uv":[7.75,8.5,7,9.25],"texture":"#1"}}},{"from":[4,2,4],"to":[6,3,6],"faces":{"north":{"uv":[12,4,12.5,4.25],"texture":"#1"},"east":{"uv":[4.25,12,4.75,12.25],"texture":"#1"},"south":{"uv":[12,4.25,12.5,4.5],"texture":"#1"},"west":{"uv":[4.75,12,5.25,12.25],"texture":"#1"},"up":{"uv":[11,8.5,10.5,8],"texture":"#1"},"down":{"uv":[11,10.25,10.5,10.75],"texture":"#1"}}},{"from":[4,13,4],"to":[6,14,6],"faces":{"north":{"uv":[12,0,12.5,0.25],"texture":"#1"},"east":{"uv":[12,3.5,12.5,3.75],"texture":"#1"},"south":{"uv":[3.75,12,4.25,12.25],"texture":"#1"},"west":{"uv":[12,3.75,12.5,4],"texture":"#1"},"up":{"uv":[3.75,11,3.25,10.5],"texture":"#1"},"down":{"uv":[11,4,10.5,4.5],"texture":"#1"}}},{"from":[5,3,5],"to":[6,5,6],"faces":{"north":{"uv":[3,12,3.25,12.5],"texture":"#1"},"east":{"uv":[12,3,12.25,3.5],"texture":"#1"},"south":{"uv":[3.25,12,3.5,12.5],"texture":"#1"},"west":{"uv":[3.5,12,3.75,12.5],"texture":"#1"},"up":{"uv":[12.75,1.25,12.5,1],"texture":"#1"},"down":{"uv":[1.5,12.5,1.25,12.75],"texture":"#1"}}},{"from":[5,11,5],"to":[6,13,6],"faces":{"north":{"uv":[1.25,12,1.5,12.5],"texture":"#1"},"east":{"uv":[1.5,12,1.75,12.5],"texture":"#1"},"south":{"uv":[1.75,12,2,12.5],"texture":"#1"},"west":{"uv":[12,2.5,12.25,3],"texture":"#1"},"up":{"uv":[12.75,1,12.5,0.75],"texture":"#1"},"down":{"uv":[1.25,12.5,1,12.75],"texture":"#1"}}},{"from":[5.3,10,5.3],"to":[6.2,11.9,6.2],"rotation":{"angle":0,"axis":"y","origin":[8,9.9,8]},"faces":{"north":{"uv":[11.75,11.5,12,12],"texture":"#1"},"east":{"uv":[0,12,0.25,12.5],"texture":"#1"},"south":{"uv":[0.25,12,0.5,12.5],"texture":"#1"},"west":{"uv":[0.5,12,0.75,12.5],"texture":"#1"},"up":{"uv":[0.75,12.75,0.5,12.5],"texture":"#1"},"down":{"uv":[1,12.5,0.75,12.75],"texture":"#1"}}},{"from":[5.57,9,5.57],"to":[6.38,10,6.38],"rotation":{"angle":0,"axis":"y","origin":[8,8.91,8]},"faces":{"north":{"uv":[12.5,7,12.6875,7.25],"texture":"#1"},"east":{"uv":[7.25,12.5,7.4375,12.75],"texture":"#1"},"south":{"uv":[12.5,7.25,12.6875,7.5],"texture":"#1"},"west":{"uv":[12.5,7.5,12.6875,7.75],"texture":"#1"},"up":{"uv":[12.6875,12.4375,12.5,12.25],"texture":"#1"},"down":{"uv":[12.6875,12.5,12.5,12.6875],"texture":"#1"}}},{"from":[5.57,6,5.57],"to":[6.38,7,6.38],"rotation":{"angle":0,"axis":"y","origin":[8,8.91,8]},"faces":{"north":{"uv":[6.25,12.5,6.4375,12.75],"texture":"#1"},"east":{"uv":[6.5,12.5,6.6875,12.75],"texture":"#1"},"south":{"uv":[6.75,12.5,6.9375,12.75],"texture":"#1"},"west":{"uv":[7,12.5,7.1875,12.75],"texture":"#1"},"up":{"uv":[12.1875,12.6875,12,12.5],"texture":"#1"},"down":{"uv":[12.4375,12.5,12.25,12.6875],"texture":"#1"}}},{"from":[5.6915,7,5.6915],"to":[6.461,9,6.461],"rotation":{"angle":0,"axis":"y","origin":[8,8.4645,8]},"faces":{"north":{"uv":[8,12.25,8.1875,12.75],"texture":"#1"},"east":{"uv":[12.25,8,12.4375,8.5],"texture":"#1"},"south":{"uv":[8.25,12.25,8.4375,12.75],"texture":"#1"},"west":{"uv":[8.5,12.25,8.6875,12.75],"texture":"#1"},"up":{"uv":[11.6875,12.6875,11.5,12.5],"texture":"#1"},"down":{"uv":[11.9375,12.5,11.75,12.6875],"texture":"#1"}}},{"from":[5.3,4,5.3],"to":[6.2,5.9,6.2],"rotation":{"angle":0,"axis":"y","origin":[8,9.9,8]},"faces":{"north":{"uv":[10.75,11.75,11,12.25],"texture":"#1"},"east":{"uv":[11,11.75,11.25,12.25],"texture":"#1"},"south":{"uv":[11.25,11.75,11.5,12.25],"texture":"#1"},"west":{"uv":[11.5,11.75,11.75,12.25],"texture":"#1"},"up":{"uv":[2.75,11,2.5,10.75],"texture":"#1"},"down":{"uv":[3.75,11,3.5,11.25],"texture":"#1"}}},{"from":[3,1,3],"to":[6,2,6],"faces":{"north":{"uv":[11.5,2,12.25,2.25],"texture":"#1"},"east":{"uv":[11.5,2.25,12.25,2.5],"texture":"#1"},"south":{"uv":[2.75,11.5,3.5,11.75],"texture":"#1"},"west":{"uv":[3.5,11.5,4.25,11.75],"texture":"#1"},"up":{"uv":[4,9.25,3.25,8.5],"texture":"#1"},"down":{"uv":[6.25,8.5,5.5,9.25],"texture":"#1"}}},{"from":[3,14,3],"to":[6,15,6],"faces":{"north":{"uv":[10.75,11.25,11.5,11.5],"texture":"#1"},"east":{"uv":[11.25,10.75,12,11],"texture":"#1"},"south":{"uv":[11.25,11,12,11.25],"texture":"#1"},"west":{"uv":[2,11.5,2.75,11.75],"texture":"#1"},"up":{"uv":[9.25,1,8.5,0.25],"texture":"#1"},"down":{"uv":[3.25,8.5,2.5,9.25],"texture":"#1"}}},{"from":[10,2,4],"to":[12,3,6],"faces":{"north":{"uv":[8.75,11.75,9.25,12],"texture":"#1"},"east":{"uv":[9.25,11.75,9.75,12],"texture":"#1"},"south":{"uv":[9.75,11.75,10.25,12],"texture":"#1"},"west":{"uv":[10.25,11.75,10.75,12],"texture":"#1"},"up":{"uv":[3,8.5,2.5,8],"texture":"#1"},"down":{"uv":[3.25,10.5,2.75,11],"texture":"#1"}}},{"from":[10,13,4],"to":[12,14,6],"faces":{"north":{"uv":[3,7.5,3.5,7.75],"texture":"#1"},"east":{"uv":[5,9,5.5,9.25],"texture":"#1"},"south":{"uv":[2,11.25,2.5,11.5],"texture":"#1"},"west":{"uv":[11.75,7.75,12.25,8],"texture":"#1"},"up":{"uv":[3.5,7.5,3,7],"texture":"#1"},"down":{"uv":[4.5,7.75,4,8.25],"texture":"#1"}}},{"from":[10,3,5],"to":[11,5,6],"faces":{"north":{"uv":[7.75,11.75,8,12.25],"texture":"#1"},"east":{"uv":[8,11.75,8.25,12.25],"texture":"#1"},"south":{"uv":[8.25,11.75,8.5,12.25],"texture":"#1"},"west":{"uv":[8.5,11.75,8.75,12.25],"texture":"#1"},"up":{"uv":[3,10.5,2.75,10.25],"texture":"#1"},"down":{"uv":[4,10.5,3.75,10.75],"texture":"#1"}}},{"from":[10,11,5],"to":[11,13,6],"faces":{"north":{"uv":[7,11.75,7.25,12.25],"texture":"#1"},"east":{"uv":[7.25,11.75,7.5,12.25],"texture":"#1"},"south":{"uv":[11.75,7.25,12,7.75],"texture":"#1"},"west":{"uv":[7.5,11.75,7.75,12.25],"texture":"#1"},"up":{"uv":[2,10.25,1.75,10],"texture":"#1"},"down":{"uv":[4.25,10,4,10.25],"texture":"#1"}}},{"from":[9.8,10,5.3],"to":[10.7,11.9,6.2],"rotation":{"angle":0,"axis":"y","origin":[8,9.9,8]},"faces":{"north":{"uv":[6,11.75,6.25,12.25],"texture":"#1"},"east":{"uv":[6.25,11.75,6.5,12.25],"texture":"#1"},"south":{"uv":[6.5,11.75,6.75,12.25],"texture":"#1"},"west":{"uv":[6.75,11.75,7,12.25],"texture":"#1"},"up":{"uv":[2.25,9.75,2,9.5],"texture":"#1"},"down":{"uv":[3.25,9.75,3,10],"texture":"#1"}}},{"from":[9.62,9,5.57],"to":[10.43,10,6.38],"rotation":{"angle":0,"axis":"y","origin":[8,8.91,8]},"faces":{"north":{"uv":[12.5,5.25,12.6875,5.5],"texture":"#1"},"east":{"uv":[12.5,5.5,12.6875,5.75],"texture":"#1"},"south":{"uv":[12.5,5.75,12.6875,6],"texture":"#1"},"west":{"uv":[6,12.5,6.1875,12.75],"texture":"#1"},"up":{"uv":[12.6875,10.9375,12.5,10.75],"texture":"#1"},"down":{"uv":[12.6875,11,12.5,11.1875],"texture":"#1"}}},{"from":[9.62,6,5.57],"to":[10.43,7,6.38],"rotation":{"angle":0,"axis":"y","origin":[8,8.91,8]},"faces":{"north":{"uv":[12.5,4.25,12.6875,4.5],"texture":"#1"},"east":{"uv":[12.5,4.5,12.6875,4.75],"texture":"#1"},"south":{"uv":[12.5,4.75,12.6875,5],"texture":"#1"},"west":{"uv":[12.5,5,12.6875,5.25],"texture":"#1"},"up":{"uv":[10.6875,12.6875,10.5,12.5],"texture":"#1"},"down":{"uv":[12.6875,10.5,12.5,10.6875],"texture":"#1"}}},{"from":[9.539,7,5.6915],"to":[10.3085,9,6.461],"rotation":{"angle":0,"axis":"y","origin":[8,8.4645,8]},"faces":{"north":{"uv":[12.25,7,12.4375,7.5],"texture":"#1"},"east":{"uv":[7.5,12.25,7.6875,12.75],"texture":"#1"},"south":{"uv":[12.25,7.5,12.4375,8],"texture":"#1"},"west":{"uv":[7.75,12.25,7.9375,12.75],"texture":"#1"},"up":{"uv":[10.4375,12.6875,10.25,12.5],"texture":"#1"},"down":{"uv":[12.6875,10.25,12.5,10.4375],"texture":"#1"}}},{"from":[9.8,4,5.3],"to":[10.7,5.9,6.2],"rotation":{"angle":0,"axis":"y","origin":[8,9.9,8]},"faces":{"north":{"uv":[2.25,8.75,2.5,9.25],"texture":"#1"},"east":{"uv":[5.25,11.75,5.5,12.25],"texture":"#1"},"south":{"uv":[5.5,11.75,5.75,12.25],"texture":"#1"},"west":{"uv":[5.75,11.75,6,12.25],"texture":"#1"},"up":{"uv":[6.25,6,6,5.75],"texture":"#1"},"down":{"uv":[9.5,0.75,9.25,1],"texture":"#1"}}},{"from":[10,1,3],"to":[13,2,6],"faces":{"north":{"uv":[4.25,9.5,5,9.75],"texture":"#1"},"east":{"uv":[5.5,11.25,6.25,11.5],"texture":"#1"},"south":{"uv":[9.25,11.25,10,11.5],"texture":"#1"},"west":{"uv":[10,11.25,10.75,11.5],"texture":"#1"},"up":{"uv":[4.75,9,4,8.25],"texture":"#1"},"down":{"uv":[5.5,8.25,4.75,9],"texture":"#1"}}},{"from":[10,14,3],"to":[13,15,6],"faces":{"north":{"uv":[4.5,6.75,5.25,7],"texture":"#1"},"east":{"uv":[5.5,7.5,6.25,7.75],"texture":"#1"},"south":{"uv":[6.5,7.75,7.25,8],"texture":"#1"},"west":{"uv":[3.25,9.25,4,9.5],"texture":"#1"},"up":{"uv":[1.75,8.75,1,8],"texture":"#1"},"down":{"uv":[2.5,8,1.75,8.75],"texture":"#1"}}},{"from":[0,1,14],"to":[2,15,16],"faces":{"north":{"uv":[5,8,5.5,11.5],"texture":"#0"},"east":{"uv":[5.5,8,6,11.5],"texture":"#0"},"south":{"uv":[6,8,6.5,11.5],"texture":"#0"},"west":{"uv":[6.5,8,7,11.5],"texture":"#0"},"up":{"uv":[9,4,8.5,3.5],"texture":"#0"},"down":{"uv":[9,4,8.5,4.5],"texture":"#0"}}},{"from":[14,1,14],"to":[16,15,16],"faces":{"north":{"uv":[3.5,8,4,11.5],"texture":"#0"},"east":{"uv":[8,3.5,8.5,7],"texture":"#0"},"south":{"uv":[4,8,4.5,11.5],"texture":"#0"},"west":{"uv":[4.5,8,5,11.5],"texture":"#0"},"up":{"uv":[9,3,8.5,2.5],"texture":"#0"},"down":{"uv":[9,3,8.5,3.5],"texture":"#0"}}},{"from":[0,1,0],"to":[2,15,2],"faces":{"north":{"uv":[1.5,8,2,11.5],"texture":"#0"},"east":{"uv":[2,8,2.5,11.5],"texture":"#0"},"south":{"uv":[2.5,8,3,11.5],"texture":"#0"},"west":{"uv":[3,8,3.5,11.5],"texture":"#0"},"up":{"uv":[9,2,8.5,1.5],"texture":"#0"},"down":{"uv":[9,2,8.5,2.5],"texture":"#0"}}},{"from":[14,1,0],"to":[16,15,2],"faces":{"north":{"uv":[0,8,0.5,11.5],"texture":"#0"},"east":{"uv":[8,0,8.5,3.5],"texture":"#0"},"south":{"uv":[0.5,8,1,11.5],"texture":"#0"},"west":{"uv":[1,8,1.5,11.5],"texture":"#0"},"up":{"uv":[9,1,8.5,0.5],"texture":"#0"},"down":{"uv":[9,1,8.5,1.5],"texture":"#0"}}},{"from":[0,15,0],"to":[16,16,16],"faces":{"north":{"uv":[8,7.75,12,8],"texture":"#0"},"east":{"uv":[7,8.25,11,8.5],"texture":"#0"},"south":{"uv":[8.5,0,12.5,0.25],"texture":"#0"},"west":{"uv":[8.5,0.25,12.5,0.5],"texture":"#0"},"up":{"uv":[8,4,4,0],"texture":"#0"},"down":{"uv":[8,4,4,8],"texture":"#0"}}},{"from":[0,0,0],"to":[16,1,16],"faces":{"north":{"uv":[7,8,11,8.25],"texture":"#0"},"east":{"uv":[8,7,12,7.25],"texture":"#0"},"south":{"uv":[8,7.25,12,7.5],"texture":"#0"},"west":{"uv":[8,7.5,12,7.75],"texture":"#0"},"up":{"uv":[4,4,0,0],"texture":"#0"},"down":{"uv":[4,4,0,8],"texture":"#0"}}}],"display":{"thirdperson_righthand":{"rotation":[55,0,0],"translation":[0,3,-1],"scale":[0.5,0.5,0.5]},"thirdperson_lefthand":{"rotation":[55,0,0],"translation":[0,3,-1],"scale":[0.5,0.5,0.5]},"firstperson_righthand":{"rotation":[3,22,-8],"translation":[1,-1,0],"scale":[0.6,0.6,0.6]},"firstperson_lefthand":{"rotation":[3,22,-8],"translation":[2,-1,0],"scale":[0.6,0.6,0.6]},"ground":{"translation":[0,5,0],"scale":[0.6,0.6,0.6]},"gui":{"rotation":[20,22,0],"scale":[0.7,0.7,0.7]},"head":{"translation":[0,14,0]},"fixed":{"rotation":[3,0,0],"scale":[0.85,0.85,0.85]}},"groups":[{"name":"VoxelShapes","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,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82]}]} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/thatldu_chest.json b/src/main/resources/assets/cuboidmod/models/block/thatldu_chest.json deleted file mode 100644 index b494ef6..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/thatldu_chest.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "parent": "minecraft:block/block", - "textures": { - "texture": "cuboidmod:model/thatldu_chest", - "particle": "cuboidmod:block/thatldu_break" - }, - "elements": [ - { "from": [ 1, 0, 1 ], - "to": [ 15, 10, 15 ], - "faces": { - "down": { "uv": [ 7, 4.75, 10.5, 8.25 ], "texture": "#texture" }, - "up": { "uv": [ 3.5, 4.75, 7, 8.25 ], "texture": "#texture" }, - "north": { "uv": [ 3.5, 8.25, 7, 10.75 ], "texture": "#texture" }, - "south": { "uv": [ 10.5, 8.25, 14, 10.75 ], "texture": "#texture" }, - "west": { "uv": [ 7, 8.25, 10.5, 10.75 ], "texture": "#texture" }, - "east": { "uv": [ 0, 8.25, 3.5, 10.75 ], "texture": "#texture" } - } - }, - { "from": [ 1, 9, 1 ], - "to": [ 15, 14, 15 ], - "faces": { - "down": { "uv": [ 7, 0, 10.5, 3.5 ], "texture": "#texture" }, - "up": { "uv": [ 3.5, 0, 7, 3.5 ], "texture": "#texture" }, - "north": { "uv": [ 3.5, 3.5, 7, 4.75 ], "texture": "#texture" }, - "south": { "uv": [ 10.5, 3.5, 14, 4.75 ], "texture": "#texture" }, - "west": { "uv": [ 7, 3.5, 10.5, 4.75 ], "texture": "#texture" }, - "east": { "uv": [ 0, 3.5, 3.5, 4.75 ], "texture": "#texture" } - } - }, - { "from": [ 7, 7, 0 ], - "to": [ 9, 11, 1 ], - "faces": { - "down": { "uv": [ 0, 0.75, 1.25, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0.25, 0.75, 0.5 ], "texture": "#texture" }, - "north": { "uv": [ 0.25, 0.25, 0.75, 1.25 ], "texture": "#texture" }, - "south": { "uv": [ 1, 0.25, 1.5, 1.25 ], "texture": "#texture" }, - "west": { "uv": [ 0.75, 0.25, 1, 1.25 ], "texture": "#texture" }, - "east": { "uv": [ 0, 0.25, 0.25, 1.25 ], "texture": "#texture" } - } - } - ] -} diff --git a/src/main/resources/assets/cuboidmod/models/block/thatldu_quantum_collapser.json b/src/main/resources/assets/cuboidmod/models/block/thatldu_quantum_collapser.json deleted file mode 100644 index e4f1661..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/thatldu_quantum_collapser.json +++ /dev/null @@ -1,502 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/thatldu_quantum_collapser", - "2": "cuboidmod:model/quantum_collapser_panel", - "particle": "cuboidmod:block/thatldu_break" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 5.375, 8.75, 5.5], "texture": "#0"}, - "east": {"uv": [6.75, 5.625, 8.75, 5.75], "texture": "#0"}, - "south": {"uv": [6.75, 5.875, 8.75, 6], "texture": "#0"}, - "west": {"uv": [6.75, 6.125, 8.75, 6.25], "texture": "#0"}, - "up": {"uv": [2, 2, 0, 0], "texture": "#0"}, - "down": {"uv": [2, 2.125, 0, 4.125], "texture": "#0"} - } - }, - { - "from": [2, 1, 2], - "to": [14, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.125, 3.75, 3.625, 5.5], "texture": "#0"}, - "east": {"uv": [3.75, 3.75, 5.25, 5.5], "texture": "#0"}, - "south": {"uv": [4, 0, 5.5, 1.75], "texture": "#0"}, - "west": {"uv": [4, 1.875, 5.5, 3.625], "texture": "#0"}, - "up": {"uv": [1.5, 5.75, 0, 4.25], "texture": "#0"}, - "down": {"uv": [6.875, 3.75, 5.375, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 15, 1], - "to": [15, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 6.375, 8.5, 6.5], "texture": "#0"}, - "east": {"uv": [6.75, 6.625, 8.5, 6.75], "texture": "#0"}, - "south": {"uv": [6.75, 6.875, 8.5, 7], "texture": "#0"}, - "west": {"uv": [7, 0, 8.75, 0.125], "texture": "#0"}, - "up": {"uv": [3.875, 1.75, 2.125, 0], "texture": "#0"}, - "down": {"uv": [3.875, 1.875, 2.125, 3.625], "texture": "#0"} - } - }, - { - "from": [0, 1, 0], - "to": [3, 2, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7.5, 1.625, 7.875, 1.75], "texture": "#0"}, - "east": {"uv": [8.75, 7.125, 9.125, 7.25], "texture": "#0"}, - "south": {"uv": [8.75, 7.375, 9.125, 7.5], "texture": "#0"}, - "west": {"uv": [8.75, 7.625, 9.125, 7.75], "texture": "#0"}, - "up": {"uv": [1.125, 8.125, 0.75, 7.75], "texture": "#0"}, - "down": {"uv": [8.125, 7.125, 7.75, 7.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [3, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.75, 7.875, 9.125, 8], "texture": "#0"}, - "east": {"uv": [8.75, 8.125, 9.125, 8.25], "texture": "#0"}, - "south": {"uv": [8.75, 8.375, 9.125, 8.5], "texture": "#0"}, - "west": {"uv": [8.875, 0, 9.25, 0.125], "texture": "#0"}, - "up": {"uv": [8.125, 8, 7.75, 7.625], "texture": "#0"}, - "down": {"uv": [8.375, 0.25, 8, 0.625], "texture": "#0"} - } - }, - { - "from": [13, 1, 0], - "to": [16, 2, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.125, 8.875, 1.5, 9], "texture": "#0"}, - "east": {"uv": [1.625, 8.875, 2, 9], "texture": "#0"}, - "south": {"uv": [2.125, 8.875, 2.5, 9], "texture": "#0"}, - "west": {"uv": [2.625, 8.875, 3, 9], "texture": "#0"}, - "up": {"uv": [8.375, 1.125, 8, 0.75], "texture": "#0"}, - "down": {"uv": [8.375, 1.25, 8, 1.625], "texture": "#0"} - } - }, - { - "from": [13, 1, 13], - "to": [16, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [3.125, 8.875, 3.5, 9], "texture": "#0"}, - "east": {"uv": [3.625, 8.875, 4, 9], "texture": "#0"}, - "south": {"uv": [4.125, 8.875, 4.5, 9], "texture": "#0"}, - "west": {"uv": [4.625, 8.875, 5, 9], "texture": "#0"}, - "up": {"uv": [8.125, 8.5, 7.75, 8.125], "texture": "#0"}, - "down": {"uv": [1.125, 8.25, 0.75, 8.625], "texture": "#0"} - } - }, - { - "from": [0, 3, 0], - "to": [1, 13, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.625, 4.25, 1.75, 5.5], "texture": "#0"}, - "east": {"uv": [1.875, 4.25, 2, 5.5], "texture": "#0"}, - "south": {"uv": [5.625, 7.25, 5.75, 8.5], "texture": "#0"}, - "west": {"uv": [5.875, 7.25, 6, 8.5], "texture": "#0"}, - "up": {"uv": [6.625, 9.375, 6.5, 9.25], "texture": "#0"}, - "down": {"uv": [7.25, 9.25, 7.125, 9.375], "texture": "#0"} - } - }, - { - "from": [0, 14, 0], - "to": [3, 15, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [5.125, 8.875, 5.5, 9], "texture": "#0"}, - "east": {"uv": [8.875, 5.375, 9.25, 5.5], "texture": "#0"}, - "south": {"uv": [8.875, 5.625, 9.25, 5.75], "texture": "#0"}, - "west": {"uv": [8.875, 5.875, 9.25, 6], "texture": "#0"}, - "up": {"uv": [8.625, 7.5, 8.25, 7.125], "texture": "#0"}, - "down": {"uv": [8.625, 7.625, 8.25, 8], "texture": "#0"} - } - }, - { - "from": [0, 2, 0], - "to": [2, 3, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 4.75, 9.25, 4.875], "texture": "#0"}, - "east": {"uv": [5.625, 9, 5.875, 9.125], "texture": "#0"}, - "south": {"uv": [6, 9, 6.25, 9.125], "texture": "#0"}, - "west": {"uv": [6.375, 9, 6.625, 9.125], "texture": "#0"}, - "up": {"uv": [1.5, 8, 1.25, 7.75], "texture": "#0"}, - "down": {"uv": [1.5, 8.125, 1.25, 8.375], "texture": "#0"} - } - }, - { - "from": [0, 13, 0], - "to": [2, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 6.375, 9.25, 6.5], "texture": "#0"}, - "east": {"uv": [9, 6.625, 9.25, 6.75], "texture": "#0"}, - "south": {"uv": [9, 6.875, 9.25, 7], "texture": "#0"}, - "west": {"uv": [7.125, 9, 7.375, 9.125], "texture": "#0"}, - "up": {"uv": [1.5, 8.75, 1.25, 8.5], "texture": "#0"}, - "down": {"uv": [8.875, 4, 8.625, 4.25], "texture": "#0"} - } - }, - { - "from": [0, 2, 14], - "to": [2, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7.5, 9, 7.75, 9.125], "texture": "#0"}, - "east": {"uv": [7.875, 9, 8.125, 9.125], "texture": "#0"}, - "south": {"uv": [8.25, 9, 8.5, 9.125], "texture": "#0"}, - "west": {"uv": [0, 9.125, 0.25, 9.25], "texture": "#0"}, - "up": {"uv": [8.875, 4.625, 8.625, 4.375], "texture": "#0"}, - "down": {"uv": [8.875, 4.75, 8.625, 5], "texture": "#0"} - } - }, - { - "from": [14, 2, 14], - "to": [16, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [0.375, 9.125, 0.625, 9.25], "texture": "#0"}, - "east": {"uv": [0.75, 9.125, 1, 9.25], "texture": "#0"}, - "south": {"uv": [1.125, 9.125, 1.375, 9.25], "texture": "#0"}, - "west": {"uv": [1.5, 9.125, 1.75, 9.25], "texture": "#0"}, - "up": {"uv": [5.875, 8.875, 5.625, 8.625], "texture": "#0"}, - "down": {"uv": [6.25, 8.625, 6, 8.875], "texture": "#0"} - } - }, - { - "from": [14, 2, 0], - "to": [16, 3, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9.125, 1.75, 9.375, 1.875], "texture": "#0"}, - "east": {"uv": [1.875, 9.125, 2.125, 9.25], "texture": "#0"}, - "south": {"uv": [9.125, 2, 9.375, 2.125], "texture": "#0"}, - "west": {"uv": [2.25, 9.125, 2.5, 9.25], "texture": "#0"}, - "up": {"uv": [6.625, 8.875, 6.375, 8.625], "texture": "#0"}, - "down": {"uv": [8.875, 6.375, 8.625, 6.625], "texture": "#0"} - } - }, - { - "from": [13, 14, 0], - "to": [16, 15, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.875, 6.125, 9.25, 6.25], "texture": "#0"}, - "east": {"uv": [8.875, 8.625, 9.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.875, 8.875, 9.25, 9], "texture": "#0"}, - "west": {"uv": [9, 0.25, 9.375, 0.375], "texture": "#0"}, - "up": {"uv": [8.625, 8.5, 8.25, 8.125], "texture": "#0"}, - "down": {"uv": [8.875, 0.25, 8.5, 0.625], "texture": "#0"} - } - }, - { - "from": [14, 13, 0], - "to": [16, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.625, 9.125, 2.875, 9.25], "texture": "#0"}, - "east": {"uv": [3, 9.125, 3.25, 9.25], "texture": "#0"}, - "south": {"uv": [3.375, 9.125, 3.625, 9.25], "texture": "#0"}, - "west": {"uv": [3.75, 9.125, 4, 9.25], "texture": "#0"}, - "up": {"uv": [8.875, 7, 8.625, 6.75], "texture": "#0"}, - "down": {"uv": [8, 8.625, 7.75, 8.875], "texture": "#0"} - } - }, - { - "from": [15, 3, 0], - "to": [16, 13, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.125, 7.25, 6.25, 8.5], "texture": "#0"}, - "east": {"uv": [6.375, 7.25, 6.5, 8.5], "texture": "#0"}, - "south": {"uv": [7.25, 7.125, 7.375, 8.375], "texture": "#0"}, - "west": {"uv": [7.5, 0.25, 7.625, 1.5], "texture": "#0"}, - "up": {"uv": [9.375, 7.25, 9.25, 7.125], "texture": "#0"}, - "down": {"uv": [7.5, 9.25, 7.375, 9.375], "texture": "#0"} - } - }, - { - "from": [13, 14, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 0.5, 9.375, 0.625], "texture": "#0"}, - "east": {"uv": [9, 0.75, 9.375, 0.875], "texture": "#0"}, - "south": {"uv": [9, 1, 9.375, 1.125], "texture": "#0"}, - "west": {"uv": [9, 1.25, 9.375, 1.375], "texture": "#0"}, - "up": {"uv": [8.875, 1.125, 8.5, 0.75], "texture": "#0"}, - "down": {"uv": [8.875, 1.25, 8.5, 1.625], "texture": "#0"} - } - }, - { - "from": [14, 13, 14], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.125, 9.125, 4.375, 9.25], "texture": "#0"}, - "east": {"uv": [4.5, 9.125, 4.75, 9.25], "texture": "#0"}, - "south": {"uv": [4.875, 9.125, 5.125, 9.25], "texture": "#0"}, - "west": {"uv": [5.25, 9.125, 5.5, 9.25], "texture": "#0"}, - "up": {"uv": [8.375, 8.875, 8.125, 8.625], "texture": "#0"}, - "down": {"uv": [8.75, 8.625, 8.5, 8.875], "texture": "#0"} - } - }, - { - "from": [0, 14, 13], - "to": [3, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 1.5, 9.375, 1.625], "texture": "#0"}, - "east": {"uv": [9, 4, 9.375, 4.125], "texture": "#0"}, - "south": {"uv": [9, 4.25, 9.375, 4.375], "texture": "#0"}, - "west": {"uv": [9, 4.5, 9.375, 4.625], "texture": "#0"}, - "up": {"uv": [7.625, 8.875, 7.25, 8.5], "texture": "#0"}, - "down": {"uv": [9, 1.75, 8.625, 2.125], "texture": "#0"} - } - }, - { - "from": [0, 13, 14], - "to": [2, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 9.125, 7, 9.25], "texture": "#0"}, - "east": {"uv": [8.625, 9.125, 8.875, 9.25], "texture": "#0"}, - "south": {"uv": [9, 9.125, 9.25, 9.25], "texture": "#0"}, - "west": {"uv": [5.625, 9.25, 5.875, 9.375], "texture": "#0"}, - "up": {"uv": [1, 9, 0.75, 8.75], "texture": "#0"}, - "down": {"uv": [7, 8.75, 6.75, 9], "texture": "#0"} - } - }, - { - "from": [0, 3, 15], - "to": [1, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.625, 7.5, 1.75, 8.75], "texture": "#0"}, - "east": {"uv": [1.875, 7.5, 2, 8.75], "texture": "#0"}, - "south": {"uv": [2.125, 7.5, 2.25, 8.75], "texture": "#0"}, - "west": {"uv": [2.375, 7.5, 2.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 7.5, 9.25, 7.375], "texture": "#0"}, - "down": {"uv": [7.75, 9.25, 7.625, 9.375], "texture": "#0"} - } - }, - { - "from": [15, 3, 15], - "to": [16, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.625, 7.5, 2.75, 8.75], "texture": "#0"}, - "east": {"uv": [2.875, 7.5, 3, 8.75], "texture": "#0"}, - "south": {"uv": [3.125, 7.5, 3.25, 8.75], "texture": "#0"}, - "west": {"uv": [3.375, 7.5, 3.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 7.75, 9.25, 7.625], "texture": "#0"}, - "down": {"uv": [8, 9.25, 7.875, 9.375], "texture": "#0"} - } - }, - { - "from": [3, 3, 1], - "to": [4, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [3.625, 7.5, 3.75, 8.75], "texture": "#0"}, - "east": {"uv": [3.875, 7.5, 4, 8.75], "texture": "#0"}, - "south": {"uv": [4.125, 7.5, 4.25, 8.75], "texture": "#0"}, - "west": {"uv": [4.375, 7.5, 4.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 8, 9.25, 7.875], "texture": "#0"}, - "down": {"uv": [8.25, 9.25, 8.125, 9.375], "texture": "#0"} - } - }, - { - "from": [12, 3, 1], - "to": [13, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.625, 7.5, 4.75, 8.75], "texture": "#0"}, - "east": {"uv": [4.875, 7.5, 5, 8.75], "texture": "#0"}, - "south": {"uv": [5.125, 7.5, 5.25, 8.75], "texture": "#0"}, - "west": {"uv": [7.5, 7.125, 7.625, 8.375], "texture": "#0"}, - "up": {"uv": [9.375, 8.25, 9.25, 8.125], "texture": "#0"}, - "down": {"uv": [8.5, 9.25, 8.375, 9.375], "texture": "#0"} - } - }, - { - "from": [14, 1, 3], - "to": [15, 15, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.375, 5.625, 4.5, 7.375], "texture": "#0"}, - "east": {"uv": [5.375, 5.375, 6.625, 7.125], "texture": "#0"}, - "south": {"uv": [4.625, 5.625, 4.75, 7.375], "texture": "#0"} - } - }, - { - "from": [1, 1, 3], - "to": [2, 15, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.875, 5.625, 5, 7.375], "texture": "#0"}, - "south": {"uv": [5.125, 5.625, 5.25, 7.375], "texture": "#0"}, - "west": {"uv": [5.625, 1.875, 6.875, 3.625], "texture": "#0"}, - "up": {"uv": [9.1875, 2.1875, 9.0625, 0.9375], "texture": "#0"}, - "down": {"uv": [0.625, 7.75, 0.5, 9], "texture": "#0"} - } - }, - { - "from": [4, 3, 1], - "to": [12, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.375, 5.125, 9.375, 5.25], "texture": "#0"}, - "east": {"uv": [9.25, 8.375, 9.375, 8.5], "texture": "#0"}, - "south": {"uv": [8.625, 2.25, 9.625, 2.375], "texture": "#0"}, - "west": {"uv": [0, 9.375, 0.125, 9.5], "texture": "#0"}, - "up": {"uv": [9.625, 2.625, 8.625, 2.5], "texture": "#0"}, - "down": {"uv": [9.625, 2.75, 8.625, 2.875], "texture": "#0"} - } - }, - { - "from": [4, 12, 1], - "to": [12, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.625, 3, 9.625, 3.125], "texture": "#0"}, - "east": {"uv": [9.375, 0, 9.5, 0.125], "texture": "#0"}, - "south": {"uv": [8.625, 3.25, 9.625, 3.375], "texture": "#0"}, - "west": {"uv": [0.25, 9.375, 0.375, 9.5], "texture": "#0"}, - "up": {"uv": [9.625, 3.625, 8.625, 3.5], "texture": "#0"}, - "down": {"uv": [9.625, 3.75, 8.625, 3.875], "texture": "#0"} - } - }, - { - "from": [3, 1, 14], - "to": [13, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "east": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "south": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "west": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "up": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "down": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"} - } - }, - { - "from": [2, 15, 0], - "to": [14, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7, 3.125, 8.5, 3.25], "texture": "#0"}, - "east": {"uv": [0.5, 9.375, 0.625, 9.5], "texture": "#0"}, - "south": {"uv": [7, 3.375, 8.5, 3.5], "texture": "#0"}, - "west": {"uv": [0.75, 9.375, 0.875, 9.5], "texture": "#0"}, - "up": {"uv": [8.5, 3.75, 7, 3.625], "texture": "#0"}, - "down": {"uv": [8.5, 3.875, 7, 4], "texture": "#0"} - } - }, - { - "from": [2, 15, 15], - "to": [14, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7, 2.125, 8.5, 2.25], "texture": "#0"}, - "east": {"uv": [6, 9.25, 6.125, 9.375], "texture": "#0"}, - "south": {"uv": [7, 2.375, 8.5, 2.5], "texture": "#0"}, - "west": {"uv": [6.25, 9.25, 6.375, 9.375], "texture": "#0"}, - "up": {"uv": [8.5, 2.75, 7, 2.625], "texture": "#0"}, - "down": {"uv": [8.5, 2.875, 7, 3], "texture": "#0"} - } - }, - { - "from": [0, 15, 2], - "to": [1, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1, 9.375, 1.125, 9.5], "texture": "#0"}, - "east": {"uv": [7, 4.125, 8.5, 4.25], "texture": "#0"}, - "south": {"uv": [1.25, 9.375, 1.375, 9.5], "texture": "#0"}, - "west": {"uv": [7, 4.375, 8.5, 4.5], "texture": "#0"}, - "up": {"uv": [6.875, 8.625, 6.75, 7.125], "texture": "#0"}, - "down": {"uv": [7.125, 7.125, 7, 8.625], "texture": "#0"} - } - }, - { - "from": [15, 15, 2], - "to": [16, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.5, 9.375, 1.625, 9.5], "texture": "#0"}, - "east": {"uv": [7, 4.625, 8.5, 4.75], "texture": "#0"}, - "south": {"uv": [1.75, 9.375, 1.875, 9.5], "texture": "#0"}, - "west": {"uv": [7, 4.875, 8.5, 5], "texture": "#0"}, - "up": {"uv": [7.375, 1.75, 7.25, 0.25], "texture": "#0"}, - "down": {"uv": [5.5, 7.25, 5.375, 8.75], "texture": "#0"} - } - }, - { - "from": [4, 4, 1], - "to": [12, 12, 2], - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#2"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [65, 16, 16], - "translation": [0, 4, 0], - "scale": [0.4, 0.4, 0.4] - }, - "thirdperson_lefthand": { - "rotation": [65, 16, 16], - "translation": [0, 4, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_righthand": { - "rotation": [15, 105, 0], - "translation": [2.25, -1, 0], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_lefthand": { - "rotation": [15, 105, 0], - "translation": [2.25, -1, 0], - "scale": [0.65, 0.65, 0.65] - }, - "ground": { - "translation": [0, 2.5, 0], - "scale": [0.5, 0.5, 0.5] - }, - "gui": { - "rotation": [10, -162, -4], - "scale": [0.69, 0.65, 0.65] - }, - "head": { - "translation": [0, 14, 0] - }, - "fixed": { - "rotation": [0, 8, -7], - "translation": [0, 0, -1.25], - "scale": [0.75, 0.75, 0.75] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [8, 8, 8], - "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, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/thatldu_quantum_collapser_lit.json b/src/main/resources/assets/cuboidmod/models/block/thatldu_quantum_collapser_lit.json deleted file mode 100644 index 1c2cda7..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/thatldu_quantum_collapser_lit.json +++ /dev/null @@ -1,502 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/thatldu_quantum_collapser", - "2": "cuboidmod:model/quantum_collapser_panel_lit", - "particle": "cuboidmod:block/thatldu_break" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 5.375, 8.75, 5.5], "texture": "#0"}, - "east": {"uv": [6.75, 5.625, 8.75, 5.75], "texture": "#0"}, - "south": {"uv": [6.75, 5.875, 8.75, 6], "texture": "#0"}, - "west": {"uv": [6.75, 6.125, 8.75, 6.25], "texture": "#0"}, - "up": {"uv": [2, 2, 0, 0], "texture": "#0"}, - "down": {"uv": [2, 2.125, 0, 4.125], "texture": "#0"} - } - }, - { - "from": [2, 1, 2], - "to": [14, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.125, 3.75, 3.625, 5.5], "texture": "#0"}, - "east": {"uv": [3.75, 3.75, 5.25, 5.5], "texture": "#0"}, - "south": {"uv": [4, 0, 5.5, 1.75], "texture": "#0"}, - "west": {"uv": [4, 1.875, 5.5, 3.625], "texture": "#0"}, - "up": {"uv": [1.5, 5.75, 0, 4.25], "texture": "#0"}, - "down": {"uv": [6.875, 3.75, 5.375, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 15, 1], - "to": [15, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 6.375, 8.5, 6.5], "texture": "#0"}, - "east": {"uv": [6.75, 6.625, 8.5, 6.75], "texture": "#0"}, - "south": {"uv": [6.75, 6.875, 8.5, 7], "texture": "#0"}, - "west": {"uv": [7, 0, 8.75, 0.125], "texture": "#0"}, - "up": {"uv": [3.875, 1.75, 2.125, 0], "texture": "#0"}, - "down": {"uv": [3.875, 1.875, 2.125, 3.625], "texture": "#0"} - } - }, - { - "from": [0, 1, 0], - "to": [3, 2, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7.5, 1.625, 7.875, 1.75], "texture": "#0"}, - "east": {"uv": [8.75, 7.125, 9.125, 7.25], "texture": "#0"}, - "south": {"uv": [8.75, 7.375, 9.125, 7.5], "texture": "#0"}, - "west": {"uv": [8.75, 7.625, 9.125, 7.75], "texture": "#0"}, - "up": {"uv": [1.125, 8.125, 0.75, 7.75], "texture": "#0"}, - "down": {"uv": [8.125, 7.125, 7.75, 7.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [3, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.75, 7.875, 9.125, 8], "texture": "#0"}, - "east": {"uv": [8.75, 8.125, 9.125, 8.25], "texture": "#0"}, - "south": {"uv": [8.75, 8.375, 9.125, 8.5], "texture": "#0"}, - "west": {"uv": [8.875, 0, 9.25, 0.125], "texture": "#0"}, - "up": {"uv": [8.125, 8, 7.75, 7.625], "texture": "#0"}, - "down": {"uv": [8.375, 0.25, 8, 0.625], "texture": "#0"} - } - }, - { - "from": [13, 1, 0], - "to": [16, 2, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.125, 8.875, 1.5, 9], "texture": "#0"}, - "east": {"uv": [1.625, 8.875, 2, 9], "texture": "#0"}, - "south": {"uv": [2.125, 8.875, 2.5, 9], "texture": "#0"}, - "west": {"uv": [2.625, 8.875, 3, 9], "texture": "#0"}, - "up": {"uv": [8.375, 1.125, 8, 0.75], "texture": "#0"}, - "down": {"uv": [8.375, 1.25, 8, 1.625], "texture": "#0"} - } - }, - { - "from": [13, 1, 13], - "to": [16, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [3.125, 8.875, 3.5, 9], "texture": "#0"}, - "east": {"uv": [3.625, 8.875, 4, 9], "texture": "#0"}, - "south": {"uv": [4.125, 8.875, 4.5, 9], "texture": "#0"}, - "west": {"uv": [4.625, 8.875, 5, 9], "texture": "#0"}, - "up": {"uv": [8.125, 8.5, 7.75, 8.125], "texture": "#0"}, - "down": {"uv": [1.125, 8.25, 0.75, 8.625], "texture": "#0"} - } - }, - { - "from": [0, 3, 0], - "to": [1, 13, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.625, 4.25, 1.75, 5.5], "texture": "#0"}, - "east": {"uv": [1.875, 4.25, 2, 5.5], "texture": "#0"}, - "south": {"uv": [5.625, 7.25, 5.75, 8.5], "texture": "#0"}, - "west": {"uv": [5.875, 7.25, 6, 8.5], "texture": "#0"}, - "up": {"uv": [6.625, 9.375, 6.5, 9.25], "texture": "#0"}, - "down": {"uv": [7.25, 9.25, 7.125, 9.375], "texture": "#0"} - } - }, - { - "from": [0, 14, 0], - "to": [3, 15, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [5.125, 8.875, 5.5, 9], "texture": "#0"}, - "east": {"uv": [8.875, 5.375, 9.25, 5.5], "texture": "#0"}, - "south": {"uv": [8.875, 5.625, 9.25, 5.75], "texture": "#0"}, - "west": {"uv": [8.875, 5.875, 9.25, 6], "texture": "#0"}, - "up": {"uv": [8.625, 7.5, 8.25, 7.125], "texture": "#0"}, - "down": {"uv": [8.625, 7.625, 8.25, 8], "texture": "#0"} - } - }, - { - "from": [0, 2, 0], - "to": [2, 3, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 4.75, 9.25, 4.875], "texture": "#0"}, - "east": {"uv": [5.625, 9, 5.875, 9.125], "texture": "#0"}, - "south": {"uv": [6, 9, 6.25, 9.125], "texture": "#0"}, - "west": {"uv": [6.375, 9, 6.625, 9.125], "texture": "#0"}, - "up": {"uv": [1.5, 8, 1.25, 7.75], "texture": "#0"}, - "down": {"uv": [1.5, 8.125, 1.25, 8.375], "texture": "#0"} - } - }, - { - "from": [0, 13, 0], - "to": [2, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 6.375, 9.25, 6.5], "texture": "#0"}, - "east": {"uv": [9, 6.625, 9.25, 6.75], "texture": "#0"}, - "south": {"uv": [9, 6.875, 9.25, 7], "texture": "#0"}, - "west": {"uv": [7.125, 9, 7.375, 9.125], "texture": "#0"}, - "up": {"uv": [1.5, 8.75, 1.25, 8.5], "texture": "#0"}, - "down": {"uv": [8.875, 4, 8.625, 4.25], "texture": "#0"} - } - }, - { - "from": [0, 2, 14], - "to": [2, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7.5, 9, 7.75, 9.125], "texture": "#0"}, - "east": {"uv": [7.875, 9, 8.125, 9.125], "texture": "#0"}, - "south": {"uv": [8.25, 9, 8.5, 9.125], "texture": "#0"}, - "west": {"uv": [0, 9.125, 0.25, 9.25], "texture": "#0"}, - "up": {"uv": [8.875, 4.625, 8.625, 4.375], "texture": "#0"}, - "down": {"uv": [8.875, 4.75, 8.625, 5], "texture": "#0"} - } - }, - { - "from": [14, 2, 14], - "to": [16, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [0.375, 9.125, 0.625, 9.25], "texture": "#0"}, - "east": {"uv": [0.75, 9.125, 1, 9.25], "texture": "#0"}, - "south": {"uv": [1.125, 9.125, 1.375, 9.25], "texture": "#0"}, - "west": {"uv": [1.5, 9.125, 1.75, 9.25], "texture": "#0"}, - "up": {"uv": [5.875, 8.875, 5.625, 8.625], "texture": "#0"}, - "down": {"uv": [6.25, 8.625, 6, 8.875], "texture": "#0"} - } - }, - { - "from": [14, 2, 0], - "to": [16, 3, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9.125, 1.75, 9.375, 1.875], "texture": "#0"}, - "east": {"uv": [1.875, 9.125, 2.125, 9.25], "texture": "#0"}, - "south": {"uv": [9.125, 2, 9.375, 2.125], "texture": "#0"}, - "west": {"uv": [2.25, 9.125, 2.5, 9.25], "texture": "#0"}, - "up": {"uv": [6.625, 8.875, 6.375, 8.625], "texture": "#0"}, - "down": {"uv": [8.875, 6.375, 8.625, 6.625], "texture": "#0"} - } - }, - { - "from": [13, 14, 0], - "to": [16, 15, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.875, 6.125, 9.25, 6.25], "texture": "#0"}, - "east": {"uv": [8.875, 8.625, 9.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.875, 8.875, 9.25, 9], "texture": "#0"}, - "west": {"uv": [9, 0.25, 9.375, 0.375], "texture": "#0"}, - "up": {"uv": [8.625, 8.5, 8.25, 8.125], "texture": "#0"}, - "down": {"uv": [8.875, 0.25, 8.5, 0.625], "texture": "#0"} - } - }, - { - "from": [14, 13, 0], - "to": [16, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.625, 9.125, 2.875, 9.25], "texture": "#0"}, - "east": {"uv": [3, 9.125, 3.25, 9.25], "texture": "#0"}, - "south": {"uv": [3.375, 9.125, 3.625, 9.25], "texture": "#0"}, - "west": {"uv": [3.75, 9.125, 4, 9.25], "texture": "#0"}, - "up": {"uv": [8.875, 7, 8.625, 6.75], "texture": "#0"}, - "down": {"uv": [8, 8.625, 7.75, 8.875], "texture": "#0"} - } - }, - { - "from": [15, 3, 0], - "to": [16, 13, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.125, 7.25, 6.25, 8.5], "texture": "#0"}, - "east": {"uv": [6.375, 7.25, 6.5, 8.5], "texture": "#0"}, - "south": {"uv": [7.25, 7.125, 7.375, 8.375], "texture": "#0"}, - "west": {"uv": [7.5, 0.25, 7.625, 1.5], "texture": "#0"}, - "up": {"uv": [9.375, 7.25, 9.25, 7.125], "texture": "#0"}, - "down": {"uv": [7.5, 9.25, 7.375, 9.375], "texture": "#0"} - } - }, - { - "from": [13, 14, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 0.5, 9.375, 0.625], "texture": "#0"}, - "east": {"uv": [9, 0.75, 9.375, 0.875], "texture": "#0"}, - "south": {"uv": [9, 1, 9.375, 1.125], "texture": "#0"}, - "west": {"uv": [9, 1.25, 9.375, 1.375], "texture": "#0"}, - "up": {"uv": [8.875, 1.125, 8.5, 0.75], "texture": "#0"}, - "down": {"uv": [8.875, 1.25, 8.5, 1.625], "texture": "#0"} - } - }, - { - "from": [14, 13, 14], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.125, 9.125, 4.375, 9.25], "texture": "#0"}, - "east": {"uv": [4.5, 9.125, 4.75, 9.25], "texture": "#0"}, - "south": {"uv": [4.875, 9.125, 5.125, 9.25], "texture": "#0"}, - "west": {"uv": [5.25, 9.125, 5.5, 9.25], "texture": "#0"}, - "up": {"uv": [8.375, 8.875, 8.125, 8.625], "texture": "#0"}, - "down": {"uv": [8.75, 8.625, 8.5, 8.875], "texture": "#0"} - } - }, - { - "from": [0, 14, 13], - "to": [3, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 1.5, 9.375, 1.625], "texture": "#0"}, - "east": {"uv": [9, 4, 9.375, 4.125], "texture": "#0"}, - "south": {"uv": [9, 4.25, 9.375, 4.375], "texture": "#0"}, - "west": {"uv": [9, 4.5, 9.375, 4.625], "texture": "#0"}, - "up": {"uv": [7.625, 8.875, 7.25, 8.5], "texture": "#0"}, - "down": {"uv": [9, 1.75, 8.625, 2.125], "texture": "#0"} - } - }, - { - "from": [0, 13, 14], - "to": [2, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 9.125, 7, 9.25], "texture": "#0"}, - "east": {"uv": [8.625, 9.125, 8.875, 9.25], "texture": "#0"}, - "south": {"uv": [9, 9.125, 9.25, 9.25], "texture": "#0"}, - "west": {"uv": [5.625, 9.25, 5.875, 9.375], "texture": "#0"}, - "up": {"uv": [1, 9, 0.75, 8.75], "texture": "#0"}, - "down": {"uv": [7, 8.75, 6.75, 9], "texture": "#0"} - } - }, - { - "from": [0, 3, 15], - "to": [1, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.625, 7.5, 1.75, 8.75], "texture": "#0"}, - "east": {"uv": [1.875, 7.5, 2, 8.75], "texture": "#0"}, - "south": {"uv": [2.125, 7.5, 2.25, 8.75], "texture": "#0"}, - "west": {"uv": [2.375, 7.5, 2.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 7.5, 9.25, 7.375], "texture": "#0"}, - "down": {"uv": [7.75, 9.25, 7.625, 9.375], "texture": "#0"} - } - }, - { - "from": [15, 3, 15], - "to": [16, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.625, 7.5, 2.75, 8.75], "texture": "#0"}, - "east": {"uv": [2.875, 7.5, 3, 8.75], "texture": "#0"}, - "south": {"uv": [3.125, 7.5, 3.25, 8.75], "texture": "#0"}, - "west": {"uv": [3.375, 7.5, 3.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 7.75, 9.25, 7.625], "texture": "#0"}, - "down": {"uv": [8, 9.25, 7.875, 9.375], "texture": "#0"} - } - }, - { - "from": [3, 3, 1], - "to": [4, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [3.625, 7.5, 3.75, 8.75], "texture": "#0"}, - "east": {"uv": [3.875, 7.5, 4, 8.75], "texture": "#0"}, - "south": {"uv": [4.125, 7.5, 4.25, 8.75], "texture": "#0"}, - "west": {"uv": [4.375, 7.5, 4.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 8, 9.25, 7.875], "texture": "#0"}, - "down": {"uv": [8.25, 9.25, 8.125, 9.375], "texture": "#0"} - } - }, - { - "from": [12, 3, 1], - "to": [13, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.625, 7.5, 4.75, 8.75], "texture": "#0"}, - "east": {"uv": [4.875, 7.5, 5, 8.75], "texture": "#0"}, - "south": {"uv": [5.125, 7.5, 5.25, 8.75], "texture": "#0"}, - "west": {"uv": [7.5, 7.125, 7.625, 8.375], "texture": "#0"}, - "up": {"uv": [9.375, 8.25, 9.25, 8.125], "texture": "#0"}, - "down": {"uv": [8.5, 9.25, 8.375, 9.375], "texture": "#0"} - } - }, - { - "from": [14, 1, 3], - "to": [15, 15, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.375, 5.625, 4.5, 7.375], "texture": "#0"}, - "east": {"uv": [5.375, 5.375, 6.625, 7.125], "texture": "#0"}, - "south": {"uv": [4.625, 5.625, 4.75, 7.375], "texture": "#0"} - } - }, - { - "from": [1, 1, 3], - "to": [2, 15, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.875, 5.625, 5, 7.375], "texture": "#0"}, - "south": {"uv": [5.125, 5.625, 5.25, 7.375], "texture": "#0"}, - "west": {"uv": [5.625, 1.875, 6.875, 3.625], "texture": "#0"}, - "up": {"uv": [9.1875, 2.1875, 9.0625, 0.9375], "texture": "#0"}, - "down": {"uv": [0.625, 7.75, 0.5, 9], "texture": "#0"} - } - }, - { - "from": [4, 3, 1], - "to": [12, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.375, 5.125, 9.375, 5.25], "texture": "#0"}, - "east": {"uv": [9.25, 8.375, 9.375, 8.5], "texture": "#0"}, - "south": {"uv": [8.625, 2.25, 9.625, 2.375], "texture": "#0"}, - "west": {"uv": [0, 9.375, 0.125, 9.5], "texture": "#0"}, - "up": {"uv": [9.625, 2.625, 8.625, 2.5], "texture": "#0"}, - "down": {"uv": [9.625, 2.75, 8.625, 2.875], "texture": "#0"} - } - }, - { - "from": [4, 12, 1], - "to": [12, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.625, 3, 9.625, 3.125], "texture": "#0"}, - "east": {"uv": [9.375, 0, 9.5, 0.125], "texture": "#0"}, - "south": {"uv": [8.625, 3.25, 9.625, 3.375], "texture": "#0"}, - "west": {"uv": [0.25, 9.375, 0.375, 9.5], "texture": "#0"}, - "up": {"uv": [9.625, 3.625, 8.625, 3.5], "texture": "#0"}, - "down": {"uv": [9.625, 3.75, 8.625, 3.875], "texture": "#0"} - } - }, - { - "from": [3, 1, 14], - "to": [13, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "east": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "south": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "west": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "up": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "down": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"} - } - }, - { - "from": [2, 15, 0], - "to": [14, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7, 3.125, 8.5, 3.25], "texture": "#0"}, - "east": {"uv": [0.5, 9.375, 0.625, 9.5], "texture": "#0"}, - "south": {"uv": [7, 3.375, 8.5, 3.5], "texture": "#0"}, - "west": {"uv": [0.75, 9.375, 0.875, 9.5], "texture": "#0"}, - "up": {"uv": [8.5, 3.75, 7, 3.625], "texture": "#0"}, - "down": {"uv": [8.5, 3.875, 7, 4], "texture": "#0"} - } - }, - { - "from": [2, 15, 15], - "to": [14, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7, 2.125, 8.5, 2.25], "texture": "#0"}, - "east": {"uv": [6, 9.25, 6.125, 9.375], "texture": "#0"}, - "south": {"uv": [7, 2.375, 8.5, 2.5], "texture": "#0"}, - "west": {"uv": [6.25, 9.25, 6.375, 9.375], "texture": "#0"}, - "up": {"uv": [8.5, 2.75, 7, 2.625], "texture": "#0"}, - "down": {"uv": [8.5, 2.875, 7, 3], "texture": "#0"} - } - }, - { - "from": [0, 15, 2], - "to": [1, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1, 9.375, 1.125, 9.5], "texture": "#0"}, - "east": {"uv": [7, 4.125, 8.5, 4.25], "texture": "#0"}, - "south": {"uv": [1.25, 9.375, 1.375, 9.5], "texture": "#0"}, - "west": {"uv": [7, 4.375, 8.5, 4.5], "texture": "#0"}, - "up": {"uv": [6.875, 8.625, 6.75, 7.125], "texture": "#0"}, - "down": {"uv": [7.125, 7.125, 7, 8.625], "texture": "#0"} - } - }, - { - "from": [15, 15, 2], - "to": [16, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.5, 9.375, 1.625, 9.5], "texture": "#0"}, - "east": {"uv": [7, 4.625, 8.5, 4.75], "texture": "#0"}, - "south": {"uv": [1.75, 9.375, 1.875, 9.5], "texture": "#0"}, - "west": {"uv": [7, 4.875, 8.5, 5], "texture": "#0"}, - "up": {"uv": [7.375, 1.75, 7.25, 0.25], "texture": "#0"}, - "down": {"uv": [5.5, 7.25, 5.375, 8.75], "texture": "#0"} - } - }, - { - "from": [4, 4, 1], - "to": [12, 12, 2], - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#2"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [65, 16, 16], - "translation": [0, 4, 0], - "scale": [0.4, 0.4, 0.4] - }, - "thirdperson_lefthand": { - "rotation": [65, 16, 16], - "translation": [0, 4, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_righthand": { - "rotation": [15, 105, 0], - "translation": [2.25, -1, 0], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_lefthand": { - "rotation": [15, 105, 0], - "translation": [2.25, -1, 0], - "scale": [0.65, 0.65, 0.65] - }, - "ground": { - "translation": [0, 2.5, 0], - "scale": [0.5, 0.5, 0.5] - }, - "gui": { - "rotation": [10, -162, -4], - "scale": [0.69, 0.65, 0.65] - }, - "head": { - "translation": [0, 14, 0] - }, - "fixed": { - "rotation": [0, 8, -7], - "translation": [0, 0, -1.25], - "scale": [0.75, 0.75, 0.75] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [8, 8, 8], - "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, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/thatldu_singularity_power_generator.json b/src/main/resources/assets/cuboidmod/models/block/thatldu_singularity_power_generator.json deleted file mode 100644 index 89cb2c7..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/thatldu_singularity_power_generator.json +++ /dev/null @@ -1,1515 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/thatldu_singularity_power_gen_frame", - "1": "cuboidmod:model/singularity_power_gen_support", - "2": "cuboidmod:model/singularity_power_gen_core", - "particle": "cuboidmod:model/thatldu_singularity_power_gen_frame" - }, - "elements": [ - { - "from": [4, 4, 4], - "to": [12, 12, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 4, 4]}, - "faces": { - "north": {"uv": [0, 0, 4, 4], "texture": "#2"}, - "east": {"uv": [0, 4, 4, 8], "texture": "#2"}, - "south": {"uv": [4, 0, 8, 4], "texture": "#2"}, - "west": {"uv": [4, 4, 8, 8], "texture": "#2"}, - "up": {"uv": [4, 12, 0, 8], "texture": "#2"}, - "down": {"uv": [12, 0, 8, 4], "texture": "#2"} - } - }, - { - "from": [0, 6, 7], - "to": [1, 7, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 7]}, - "faces": { - "north": {"uv": [7, 9.5, 7.5, 10], "texture": "#2"}, - "east": {"uv": [4, 8, 5, 8.5], "texture": "#2"}, - "south": {"uv": [11, 7, 11.5, 7.5], "texture": "#2"}, - "west": {"uv": [8, 4, 9, 4.5], "texture": "#2"}, - "up": {"uv": [8.5, 5.5, 8, 4.5], "texture": "#2"}, - "down": {"uv": [5.5, 8, 5, 9], "texture": "#2"} - } - }, - { - "from": [15, 6, 7], - "to": [16, 7, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 6, 7]}, - "faces": { - "north": {"uv": [11.5, 9, 12, 9.5], "texture": "#2"}, - "east": {"uv": [5.5, 8, 6.5, 8.5], "texture": "#2"}, - "south": {"uv": [11.5, 9.5, 12, 10], "texture": "#2"}, - "west": {"uv": [8, 5.5, 9, 6], "texture": "#2"}, - "up": {"uv": [8.5, 7, 8, 6], "texture": "#2"}, - "down": {"uv": [7, 8, 6.5, 9], "texture": "#2"} - } - }, - { - "from": [0, 9, 7], - "to": [1, 10, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 9, 7]}, - "faces": { - "north": {"uv": [11.5, 10, 12, 10.5], "texture": "#2"}, - "east": {"uv": [7, 8, 8, 8.5], "texture": "#2"}, - "south": {"uv": [11.5, 10.5, 12, 11], "texture": "#2"}, - "west": {"uv": [8, 7, 9, 7.5], "texture": "#2"}, - "up": {"uv": [8.5, 8.5, 8, 7.5], "texture": "#2"}, - "down": {"uv": [4.5, 8.5, 4, 9.5], "texture": "#2"} - } - }, - { - "from": [6, 15, 7], - "to": [7, 16, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 15, 7]}, - "faces": { - "north": {"uv": [11.5, 11, 12, 11.5], "texture": "#2"}, - "east": {"uv": [8.5, 4.5, 9.5, 5], "texture": "#2"}, - "south": {"uv": [11.5, 11.5, 12, 12], "texture": "#2"}, - "west": {"uv": [8.5, 5, 9.5, 5.5], "texture": "#2"}, - "up": {"uv": [5, 9.5, 4.5, 8.5], "texture": "#2"}, - "down": {"uv": [6, 8.5, 5.5, 9.5], "texture": "#2"} - } - }, - { - "from": [6, 0, 7], - "to": [7, 1, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 0, 7]}, - "faces": { - "north": {"uv": [0, 12, 0.5, 12.5], "texture": "#2"}, - "east": {"uv": [8.5, 6, 9.5, 6.5], "texture": "#2"}, - "south": {"uv": [12, 0, 12.5, 0.5], "texture": "#2"}, - "west": {"uv": [8.5, 6.5, 9.5, 7], "texture": "#2"}, - "up": {"uv": [6.5, 9.5, 6, 8.5], "texture": "#2"}, - "down": {"uv": [7.5, 8.5, 7, 9.5], "texture": "#2"} - } - }, - { - "from": [9, 15, 7], - "to": [10, 16, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 15, 7]}, - "faces": { - "north": {"uv": [0.5, 12, 1, 12.5], "texture": "#2"}, - "east": {"uv": [7.5, 8.5, 8.5, 9], "texture": "#2"}, - "south": {"uv": [12, 0.5, 12.5, 1], "texture": "#2"}, - "west": {"uv": [8.5, 7.5, 9.5, 8], "texture": "#2"}, - "up": {"uv": [9, 9, 8.5, 8], "texture": "#2"}, - "down": {"uv": [5.5, 9, 5, 10], "texture": "#2"} - } - }, - { - "from": [9, 0, 7], - "to": [10, 1, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 0, 7]}, - "faces": { - "north": {"uv": [1, 12, 1.5, 12.5], "texture": "#2"}, - "east": {"uv": [9, 4, 10, 4.5], "texture": "#2"}, - "south": {"uv": [12, 1, 12.5, 1.5], "texture": "#2"}, - "west": {"uv": [9, 5.5, 10, 6], "texture": "#2"}, - "up": {"uv": [7, 10, 6.5, 9], "texture": "#2"}, - "down": {"uv": [8, 9, 7.5, 10], "texture": "#2"} - } - }, - { - "from": [7, 15, 9], - "to": [9, 16, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 9]}, - "faces": { - "north": {"uv": [9, 7, 10, 7.5], "texture": "#2"}, - "east": {"uv": [1.5, 12, 2, 12.5], "texture": "#2"}, - "south": {"uv": [8, 9, 9, 9.5], "texture": "#2"}, - "west": {"uv": [12, 1.5, 12.5, 2], "texture": "#2"}, - "up": {"uv": [10, 8.5, 9, 8], "texture": "#2"}, - "down": {"uv": [10, 8.5, 9, 9], "texture": "#2"} - } - }, - { - "from": [7, 9, 15], - "to": [9, 10, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 15]}, - "faces": { - "north": {"uv": [9, 9, 10, 9.5], "texture": "#2"}, - "east": {"uv": [2, 12, 2.5, 12.5], "texture": "#2"}, - "south": {"uv": [4, 9.5, 5, 10], "texture": "#2"}, - "west": {"uv": [12, 2, 12.5, 2.5], "texture": "#2"}, - "up": {"uv": [10.5, 5, 9.5, 4.5], "texture": "#2"}, - "down": {"uv": [10.5, 5, 9.5, 5.5], "texture": "#2"} - } - }, - { - "from": [7, 9, 0], - "to": [9, 10, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 0]}, - "faces": { - "north": {"uv": [5.5, 9.5, 6.5, 10], "texture": "#2"}, - "east": {"uv": [2.5, 12, 3, 12.5], "texture": "#2"}, - "south": {"uv": [9.5, 6, 10.5, 6.5], "texture": "#2"}, - "west": {"uv": [12, 2.5, 12.5, 3], "texture": "#2"}, - "up": {"uv": [10.5, 7, 9.5, 6.5], "texture": "#2"}, - "down": {"uv": [10.5, 7.5, 9.5, 8], "texture": "#2"} - } - }, - { - "from": [7, 6, 15], - "to": [9, 7, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 6, 15]}, - "faces": { - "north": {"uv": [8, 9.5, 9, 10], "texture": "#2"}, - "east": {"uv": [3, 12, 3.5, 12.5], "texture": "#2"}, - "south": {"uv": [9, 9.5, 10, 10], "texture": "#2"}, - "west": {"uv": [12, 3, 12.5, 3.5], "texture": "#2"}, - "up": {"uv": [5, 10.5, 4, 10], "texture": "#2"}, - "down": {"uv": [11, 4, 10, 4.5], "texture": "#2"} - } - }, - { - "from": [7, 6, 0], - "to": [9, 7, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 6, 0]}, - "faces": { - "north": {"uv": [5, 10, 6, 10.5], "texture": "#2"}, - "east": {"uv": [3.5, 12, 4, 12.5], "texture": "#2"}, - "south": {"uv": [10, 5.5, 11, 6], "texture": "#2"}, - "west": {"uv": [12, 3.5, 12.5, 4], "texture": "#2"}, - "up": {"uv": [7, 10.5, 6, 10], "texture": "#2"}, - "down": {"uv": [8, 10, 7, 10.5], "texture": "#2"} - } - }, - { - "from": [9, 7, 15], - "to": [10, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 7, 15]}, - "faces": { - "north": {"uv": [8, 10, 8.5, 11], "texture": "#2"}, - "east": {"uv": [10, 8, 10.5, 9], "texture": "#2"}, - "south": {"uv": [8.5, 10, 9, 11], "texture": "#2"}, - "west": {"uv": [9, 10, 9.5, 11], "texture": "#2"}, - "up": {"uv": [12.5, 4.5, 12, 4], "texture": "#2"}, - "down": {"uv": [12.5, 4.5, 12, 5], "texture": "#2"} - } - }, - { - "from": [9, 7, 0], - "to": [10, 9, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 7, 0]}, - "faces": { - "north": {"uv": [10, 9, 10.5, 10], "texture": "#2"}, - "east": {"uv": [9.5, 10, 10, 11], "texture": "#2"}, - "south": {"uv": [10, 10, 10.5, 11], "texture": "#2"}, - "west": {"uv": [4, 10.5, 4.5, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 5.5, 12, 5], "texture": "#2"}, - "down": {"uv": [12.5, 5.5, 12, 6], "texture": "#2"} - } - }, - { - "from": [6, 7, 15], - "to": [7, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 15]}, - "faces": { - "north": {"uv": [4.5, 10.5, 5, 11.5], "texture": "#2"}, - "east": {"uv": [10.5, 4.5, 11, 5.5], "texture": "#2"}, - "south": {"uv": [5, 10.5, 5.5, 11.5], "texture": "#2"}, - "west": {"uv": [5.5, 10.5, 6, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 6.5, 12, 6], "texture": "#2"}, - "down": {"uv": [12.5, 6.5, 12, 7], "texture": "#2"} - } - }, - { - "from": [6, 7, 0], - "to": [7, 9, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 0]}, - "faces": { - "north": {"uv": [6, 10.5, 6.5, 11.5], "texture": "#2"}, - "east": {"uv": [10.5, 6, 11, 7], "texture": "#2"}, - "south": {"uv": [6.5, 10.5, 7, 11.5], "texture": "#2"}, - "west": {"uv": [7, 10.5, 7.5, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 7.5, 12, 7], "texture": "#2"}, - "down": {"uv": [12.5, 7.5, 12, 8], "texture": "#2"} - } - }, - { - "from": [7, 0, 9], - "to": [9, 1, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 9]}, - "faces": { - "north": {"uv": [10, 7, 11, 7.5], "texture": "#2"}, - "east": {"uv": [8, 12, 8.5, 12.5], "texture": "#2"}, - "south": {"uv": [10.5, 7.5, 11.5, 8], "texture": "#2"}, - "west": {"uv": [12, 8, 12.5, 8.5], "texture": "#2"}, - "up": {"uv": [11.5, 8.5, 10.5, 8], "texture": "#2"}, - "down": {"uv": [11.5, 8.5, 10.5, 9], "texture": "#2"} - } - }, - { - "from": [7, 15, 6], - "to": [9, 16, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 6]}, - "faces": { - "north": {"uv": [10.5, 9, 11.5, 9.5], "texture": "#2"}, - "east": {"uv": [8.5, 12, 9, 12.5], "texture": "#2"}, - "south": {"uv": [10.5, 9.5, 11.5, 10], "texture": "#2"}, - "west": {"uv": [12, 8.5, 12.5, 9], "texture": "#2"}, - "up": {"uv": [11.5, 10.5, 10.5, 10], "texture": "#2"}, - "down": {"uv": [11.5, 10.5, 10.5, 11], "texture": "#2"} - } - }, - { - "from": [7, 0, 6], - "to": [9, 1, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 6]}, - "faces": { - "north": {"uv": [11, 4, 12, 4.5], "texture": "#2"}, - "east": {"uv": [9, 12, 9.5, 12.5], "texture": "#2"}, - "south": {"uv": [11, 4.5, 12, 5], "texture": "#2"}, - "west": {"uv": [12, 9, 12.5, 9.5], "texture": "#2"}, - "up": {"uv": [12, 5.5, 11, 5], "texture": "#2"}, - "down": {"uv": [12, 5.5, 11, 6], "texture": "#2"} - } - }, - { - "from": [15, 9, 7], - "to": [16, 10, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 9, 7]}, - "faces": { - "north": {"uv": [9.5, 12, 10, 12.5], "texture": "#2"}, - "east": {"uv": [11, 6, 12, 6.5], "texture": "#2"}, - "south": {"uv": [12, 9.5, 12.5, 10], "texture": "#2"}, - "west": {"uv": [11, 6.5, 12, 7], "texture": "#2"}, - "up": {"uv": [8, 11.5, 7.5, 10.5], "texture": "#2"}, - "down": {"uv": [8.5, 11, 8, 12], "texture": "#2"} - } - }, - { - "from": [0, 7, 9], - "to": [1, 9, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 9]}, - "faces": { - "north": {"uv": [8.5, 11, 9, 12], "texture": "#2"}, - "east": {"uv": [9, 11, 9.5, 12], "texture": "#2"}, - "south": {"uv": [9.5, 11, 10, 12], "texture": "#2"}, - "west": {"uv": [10, 11, 10.5, 12], "texture": "#2"}, - "up": {"uv": [10.5, 12.5, 10, 12], "texture": "#2"}, - "down": {"uv": [12.5, 10, 12, 10.5], "texture": "#2"} - } - }, - { - "from": [15, 7, 9], - "to": [16, 9, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 9]}, - "faces": { - "north": {"uv": [10.5, 11, 11, 12], "texture": "#2"}, - "east": {"uv": [11, 11, 11.5, 12], "texture": "#2"}, - "south": {"uv": [4, 11.5, 4.5, 12.5], "texture": "#2"}, - "west": {"uv": [4.5, 11.5, 5, 12.5], "texture": "#2"}, - "up": {"uv": [11, 12.5, 10.5, 12], "texture": "#2"}, - "down": {"uv": [12.5, 10.5, 12, 11], "texture": "#2"} - } - }, - { - "from": [0, 7, 6], - "to": [1, 9, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 6]}, - "faces": { - "north": {"uv": [5, 11.5, 5.5, 12.5], "texture": "#2"}, - "east": {"uv": [5.5, 11.5, 6, 12.5], "texture": "#2"}, - "south": {"uv": [6, 11.5, 6.5, 12.5], "texture": "#2"}, - "west": {"uv": [6.5, 11.5, 7, 12.5], "texture": "#2"}, - "up": {"uv": [11.5, 12.5, 11, 12], "texture": "#2"}, - "down": {"uv": [12.5, 11, 12, 11.5], "texture": "#2"} - } - }, - { - "from": [15, 7, 6], - "to": [16, 9, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 6]}, - "faces": { - "north": {"uv": [7, 11.5, 7.5, 12.5], "texture": "#2"}, - "east": {"uv": [11.5, 7, 12, 8], "texture": "#2"}, - "south": {"uv": [7.5, 11.5, 8, 12.5], "texture": "#2"}, - "west": {"uv": [11.5, 8, 12, 9], "texture": "#2"}, - "up": {"uv": [12, 12.5, 11.5, 12], "texture": "#2"}, - "down": {"uv": [12.5, 11.5, 12, 12], "texture": "#2"} - } - }, - { - "from": [3, 12, 4], - "to": [4, 13, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 12, 4]}, - "faces": { - "north": {"uv": [10.5, 5.5, 11, 6], "texture": "#1"}, - "east": {"uv": [0, 0, 4, 0.5], "texture": "#1"}, - "south": {"uv": [11, 2.5, 11.5, 3], "texture": "#1"}, - "west": {"uv": [0, 0.5, 4, 1], "texture": "#1"}, - "up": {"uv": [0.5, 5, 0, 1], "texture": "#1"}, - "down": {"uv": [1, 1, 0.5, 5], "texture": "#1"} - } - }, - { - "from": [7, 1, 7], - "to": [9, 4, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 1, 7]}, - "faces": { - "north": {"uv": [7, 8, 8, 9.5], "texture": "#1"}, - "east": {"uv": [8, 8, 9, 9.5], "texture": "#1"}, - "south": {"uv": [0, 9, 1, 10.5], "texture": "#1"}, - "west": {"uv": [1, 9, 2, 10.5], "texture": "#1"}, - "up": {"uv": [4, 12, 3, 11], "texture": "#1"}, - "down": {"uv": [5, 11, 4, 12], "texture": "#1"} - } - }, - { - "from": [12, 7, 7], - "to": [15, 9, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 7, 7]}, - "faces": { - "north": {"uv": [9, 3, 10.5, 4], "texture": "#1"}, - "east": {"uv": [7, 11, 8, 12], "texture": "#1"}, - "south": {"uv": [9, 4, 10.5, 5], "texture": "#1"}, - "west": {"uv": [8, 11, 9, 12], "texture": "#1"}, - "up": {"uv": [10.5, 6, 9, 5], "texture": "#1"}, - "down": {"uv": [10.5, 8, 9, 9], "texture": "#1"} - } - }, - { - "from": [7, 12, 7], - "to": [9, 15, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 12, 7]}, - "faces": { - "north": {"uv": [2, 9, 3, 10.5], "texture": "#1"}, - "east": {"uv": [9, 9, 10, 10.5], "texture": "#1"}, - "south": {"uv": [7, 9.5, 8, 11], "texture": "#1"}, - "west": {"uv": [8, 9.5, 9, 11], "texture": "#1"}, - "up": {"uv": [11, 12, 10, 11], "texture": "#1"}, - "down": {"uv": [12, 11, 11, 12], "texture": "#1"} - } - }, - { - "from": [1, 7, 7], - "to": [4, 9, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 7, 7]}, - "faces": { - "north": {"uv": [10, 6, 11.5, 7], "texture": "#1"}, - "east": {"uv": [0, 11.5, 1, 12.5], "texture": "#1"}, - "south": {"uv": [10, 7, 11.5, 8], "texture": "#1"}, - "west": {"uv": [1, 11.5, 2, 12.5], "texture": "#1"}, - "up": {"uv": [11.5, 10, 10, 9], "texture": "#1"}, - "down": {"uv": [11.5, 10, 10, 11], "texture": "#1"} - } - }, - { - "from": [3, 4, 3], - "to": [4, 12, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 4, 3]}, - "faces": { - "north": {"uv": [1, 1, 1.5, 5], "texture": "#1"}, - "east": {"uv": [1.5, 1, 2, 5], "texture": "#1"}, - "south": {"uv": [2, 1, 2.5, 5], "texture": "#1"}, - "west": {"uv": [2.5, 1, 3, 5], "texture": "#1"}, - "up": {"uv": [11.5, 6, 11, 5.5], "texture": "#1"}, - "down": {"uv": [12, 5.5, 11.5, 6], "texture": "#1"} - } - }, - { - "from": [4, 12, 3], - "to": [12, 13, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 12, 3]}, - "faces": { - "north": {"uv": [3, 1, 7, 1.5], "texture": "#1"}, - "east": {"uv": [11.5, 6, 12, 6.5], "texture": "#1"}, - "south": {"uv": [3, 1.5, 7, 2], "texture": "#1"}, - "west": {"uv": [11.5, 6.5, 12, 7], "texture": "#1"}, - "up": {"uv": [7, 2.5, 3, 2], "texture": "#1"}, - "down": {"uv": [7, 2.5, 3, 3], "texture": "#1"} - } - }, - { - "from": [12, 4, 3], - "to": [13, 12, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 4, 3]}, - "faces": { - "north": {"uv": [3, 3, 3.5, 7], "texture": "#1"}, - "east": {"uv": [3.5, 3, 4, 7], "texture": "#1"}, - "south": {"uv": [4, 3, 4.5, 7], "texture": "#1"}, - "west": {"uv": [4.5, 3, 5, 7], "texture": "#1"}, - "up": {"uv": [12, 7.5, 11.5, 7], "texture": "#1"}, - "down": {"uv": [12, 7.5, 11.5, 8], "texture": "#1"} - } - }, - { - "from": [4, 3, 3], - "to": [12, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 3]}, - "faces": { - "north": {"uv": [4, 0, 8, 0.5], "texture": "#1"}, - "east": {"uv": [11.5, 9, 12, 9.5], "texture": "#1"}, - "south": {"uv": [4, 0.5, 8, 1], "texture": "#1"}, - "west": {"uv": [11.5, 9.5, 12, 10], "texture": "#1"}, - "up": {"uv": [9, 3.5, 5, 3], "texture": "#1"}, - "down": {"uv": [9, 3.5, 5, 4], "texture": "#1"} - } - }, - { - "from": [12, 3, 4], - "to": [13, 4, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 3, 4]}, - "faces": { - "north": {"uv": [11.5, 10, 12, 10.5], "texture": "#1"}, - "east": {"uv": [5, 4, 9, 4.5], "texture": "#1"}, - "south": {"uv": [11.5, 10.5, 12, 11], "texture": "#1"}, - "west": {"uv": [5, 4.5, 9, 5], "texture": "#1"}, - "up": {"uv": [0.5, 9, 0, 5], "texture": "#1"}, - "down": {"uv": [1, 5, 0.5, 9], "texture": "#1"} - } - }, - { - "from": [12, 12, 4], - "to": [13, 13, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 4]}, - "faces": { - "north": {"uv": [12, 0, 12.5, 0.5], "texture": "#1"}, - "east": {"uv": [5, 5, 9, 5.5], "texture": "#1"}, - "south": {"uv": [12, 0.5, 12.5, 1], "texture": "#1"}, - "west": {"uv": [5, 5.5, 9, 6], "texture": "#1"}, - "up": {"uv": [1.5, 9, 1, 5], "texture": "#1"}, - "down": {"uv": [2, 5, 1.5, 9], "texture": "#1"} - } - }, - { - "from": [12, 4, 12], - "to": [13, 12, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 4, 12]}, - "faces": { - "north": {"uv": [2, 5, 2.5, 9], "texture": "#1"}, - "east": {"uv": [2.5, 5, 3, 9], "texture": "#1"}, - "south": {"uv": [5, 6, 5.5, 10], "texture": "#1"}, - "west": {"uv": [5.5, 6, 6, 10], "texture": "#1"}, - "up": {"uv": [12.5, 1.5, 12, 1], "texture": "#1"}, - "down": {"uv": [12.5, 1.5, 12, 2], "texture": "#1"} - } - }, - { - "from": [7, 7, 1], - "to": [9, 9, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 1]}, - "faces": { - "north": {"uv": [2, 11.5, 3, 12.5], "texture": "#1"}, - "east": {"uv": [0, 10.5, 1.5, 11.5], "texture": "#1"}, - "south": {"uv": [11.5, 2.5, 12.5, 3.5], "texture": "#1"}, - "west": {"uv": [1.5, 10.5, 3, 11.5], "texture": "#1"}, - "up": {"uv": [6, 11.5, 5, 10], "texture": "#1"}, - "down": {"uv": [11.5, 3, 10.5, 4.5], "texture": "#1"} - } - }, - { - "from": [4, 12, 12], - "to": [12, 13, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 12, 12]}, - "faces": { - "north": {"uv": [6, 6, 10, 6.5], "texture": "#1"}, - "east": {"uv": [12, 2, 12.5, 2.5], "texture": "#1"}, - "south": {"uv": [6, 6.5, 10, 7], "texture": "#1"}, - "west": {"uv": [3, 12, 3.5, 12.5], "texture": "#1"}, - "up": {"uv": [11, 1.5, 7, 1], "texture": "#1"}, - "down": {"uv": [11, 1.5, 7, 2], "texture": "#1"} - } - }, - { - "from": [4, 3, 12], - "to": [12, 4, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 12]}, - "faces": { - "north": {"uv": [7, 2, 11, 2.5], "texture": "#1"}, - "east": {"uv": [3.5, 12, 4, 12.5], "texture": "#1"}, - "south": {"uv": [7, 2.5, 11, 3], "texture": "#1"}, - "west": {"uv": [4, 12, 4.5, 12.5], "texture": "#1"}, - "up": {"uv": [10, 7.5, 6, 7], "texture": "#1"}, - "down": {"uv": [10, 7.5, 6, 8], "texture": "#1"} - } - }, - { - "from": [7, 7, 12], - "to": [9, 9, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 12]}, - "faces": { - "north": {"uv": [11.5, 3.5, 12.5, 4.5], "texture": "#1"}, - "east": {"uv": [10.5, 4.5, 12, 5.5], "texture": "#1"}, - "south": {"uv": [5, 11.5, 6, 12.5], "texture": "#1"}, - "west": {"uv": [10.5, 8, 12, 9], "texture": "#1"}, - "up": {"uv": [10, 12, 9, 10.5], "texture": "#1"}, - "down": {"uv": [12, 1, 11, 2.5], "texture": "#1"} - } - }, - { - "from": [3, 4, 12], - "to": [4, 12, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 4, 12]}, - "faces": { - "north": {"uv": [3, 7, 3.5, 11], "texture": "#1"}, - "east": {"uv": [3.5, 7, 4, 11], "texture": "#1"}, - "south": {"uv": [4, 7, 4.5, 11], "texture": "#1"}, - "west": {"uv": [4.5, 7, 5, 11], "texture": "#1"}, - "up": {"uv": [5, 12.5, 4.5, 12], "texture": "#1"}, - "down": {"uv": [12.5, 4.5, 12, 5], "texture": "#1"} - } - }, - { - "from": [3, 3, 4], - "to": [4, 4, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 3, 4]}, - "faces": { - "north": {"uv": [12, 5, 12.5, 5.5], "texture": "#1"}, - "east": {"uv": [8, 0, 12, 0.5], "texture": "#1"}, - "south": {"uv": [12, 5.5, 12.5, 6], "texture": "#1"}, - "west": {"uv": [8, 0.5, 12, 1], "texture": "#1"}, - "up": {"uv": [6.5, 12, 6, 8], "texture": "#1"}, - "down": {"uv": [7, 8, 6.5, 12], "texture": "#1"} - } - }, - { - "from": [0, 0, 4], - "to": [1, 1, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 4]}, - "faces": { - "north": {"uv": [8, 6.5, 8.25, 6.75], "texture": "#0"}, - "east": {"uv": [4.5, 4.5, 6.5, 4.75], "texture": "#0"}, - "south": {"uv": [8, 7, 8.25, 7.25], "texture": "#0"}, - "west": {"uv": [4.5, 4.75, 6.5, 5], "texture": "#0"}, - "up": {"uv": [4.75, 7, 4.5, 5], "texture": "#0"}, - "down": {"uv": [5, 5, 4.75, 7], "texture": "#0"} - } - }, - { - "from": [0, 15, 4], - "to": [1, 16, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 15, 4]}, - "faces": { - "north": {"uv": [8.25, 0, 8.5, 0.25], "texture": "#0"}, - "east": {"uv": [5, 5, 7, 5.25], "texture": "#0"}, - "south": {"uv": [8.25, 0.75, 8.5, 1], "texture": "#0"}, - "west": {"uv": [0, 5.25, 2, 5.5], "texture": "#0"}, - "up": {"uv": [5.5, 2, 5.25, 0], "texture": "#0"}, - "down": {"uv": [2.25, 5.25, 2, 7.25], "texture": "#0"} - } - }, - { - "from": [4, 0, 0], - "to": [12, 1, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 0]}, - "faces": { - "north": {"uv": [5.25, 2, 7.25, 2.25], "texture": "#0"}, - "east": {"uv": [5.25, 8.5, 5.5, 8.75], "texture": "#0"}, - "south": {"uv": [2.25, 5.25, 4.25, 5.5], "texture": "#0"}, - "west": {"uv": [5.5, 8.5, 5.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 2.5, 5.25, 2.25], "texture": "#0"}, - "down": {"uv": [7.25, 2.5, 5.25, 2.75], "texture": "#0"} - } - }, - { - "from": [4, 15, 0], - "to": [12, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 15, 0]}, - "faces": { - "north": {"uv": [5.25, 2.75, 7.25, 3], "texture": "#0"}, - "east": {"uv": [8.5, 5.5, 8.75, 5.75], "texture": "#0"}, - "south": {"uv": [5.25, 3, 7.25, 3.25], "texture": "#0"}, - "west": {"uv": [5.75, 8.5, 6, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 3.5, 5.25, 3.25], "texture": "#0"}, - "down": {"uv": [7.25, 3.5, 5.25, 3.75], "texture": "#0"} - } - }, - { - "from": [15, 0, 4], - "to": [16, 1, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 0, 4]}, - "faces": { - "north": {"uv": [8.5, 5.75, 8.75, 6], "texture": "#0"}, - "east": {"uv": [5.25, 3.75, 7.25, 4], "texture": "#0"}, - "south": {"uv": [6, 8.5, 6.25, 8.75], "texture": "#0"}, - "west": {"uv": [5.25, 4, 7.25, 4.25], "texture": "#0"}, - "up": {"uv": [4.5, 7.25, 4.25, 5.25], "texture": "#0"}, - "down": {"uv": [5.25, 5.25, 5, 7.25], "texture": "#0"} - } - }, - { - "from": [15, 15, 4], - "to": [16, 16, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 15, 4]}, - "faces": { - "north": {"uv": [8.5, 6, 8.75, 6.25], "texture": "#0"}, - "east": {"uv": [5.25, 4.25, 7.25, 4.5], "texture": "#0"}, - "south": {"uv": [6.25, 8.5, 6.5, 8.75], "texture": "#0"}, - "west": {"uv": [5.25, 5.25, 7.25, 5.5], "texture": "#0"}, - "up": {"uv": [0.25, 7.5, 0, 5.5], "texture": "#0"}, - "down": {"uv": [5.75, 0, 5.5, 2], "texture": "#0"} - } - }, - { - "from": [4, 0, 15], - "to": [12, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 15]}, - "faces": { - "north": {"uv": [2.25, 5.5, 4.25, 5.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.25, 8.75, 6.5], "texture": "#0"}, - "south": {"uv": [5.25, 5.5, 7.25, 5.75], "texture": "#0"}, - "west": {"uv": [6.5, 8.5, 6.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.75, 0.25, 5.75, 0], "texture": "#0"}, - "down": {"uv": [7.75, 0.25, 5.75, 0.5], "texture": "#0"} - } - }, - { - "from": [4, 15, 15], - "to": [12, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 15, 15]}, - "faces": { - "north": {"uv": [5.75, 0.5, 7.75, 0.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.5, 8.75, 6.75], "texture": "#0"}, - "south": {"uv": [5.75, 0.75, 7.75, 1], "texture": "#0"}, - "west": {"uv": [6.75, 8.5, 7, 8.75], "texture": "#0"}, - "up": {"uv": [7.75, 1.25, 5.75, 1], "texture": "#0"}, - "down": {"uv": [7.75, 1.25, 5.75, 1.5], "texture": "#0"} - } - }, - { - "from": [2, 0, 1], - "to": [4, 1, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 0, 1]}, - "faces": { - "north": {"uv": [5.75, 1.5, 6.25, 1.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.75, 8.75, 7], "texture": "#0"}, - "south": {"uv": [5.75, 1.75, 6.25, 2], "texture": "#0"}, - "west": {"uv": [8.5, 7, 8.75, 7.25], "texture": "#0"}, - "up": {"uv": [6, 6, 5.5, 5.75], "texture": "#0"}, - "down": {"uv": [6, 6, 5.5, 6.25], "texture": "#0"} - } - }, - { - "from": [2, 15, 1], - "to": [4, 16, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 15, 1]}, - "faces": { - "north": {"uv": [6, 5.75, 6.5, 6], "texture": "#0"}, - "east": {"uv": [7.25, 8.5, 7.5, 8.75], "texture": "#0"}, - "south": {"uv": [6, 6, 6.5, 6.25], "texture": "#0"}, - "west": {"uv": [8.5, 7.25, 8.75, 7.5], "texture": "#0"}, - "up": {"uv": [6.75, 1.75, 6.25, 1.5], "texture": "#0"}, - "down": {"uv": [6.75, 1.75, 6.25, 2], "texture": "#0"} - } - }, - { - "from": [1, 0, 2], - "to": [2, 1, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 2]}, - "faces": { - "north": {"uv": [7.5, 8.5, 7.75, 8.75], "texture": "#0"}, - "east": {"uv": [5.5, 6.25, 6, 6.5], "texture": "#0"}, - "south": {"uv": [8.5, 7.5, 8.75, 7.75], "texture": "#0"}, - "west": {"uv": [6, 6.25, 6.5, 6.5], "texture": "#0"}, - "up": {"uv": [6.75, 5, 6.5, 4.5], "texture": "#0"}, - "down": {"uv": [5.75, 6.5, 5.5, 7], "texture": "#0"} - } - }, - { - "from": [1, 15, 2], - "to": [2, 16, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 15, 2]}, - "faces": { - "north": {"uv": [7.75, 8.5, 8, 8.75], "texture": "#0"}, - "east": {"uv": [5.75, 6.5, 6.25, 6.75], "texture": "#0"}, - "south": {"uv": [8.5, 7.75, 8.75, 8], "texture": "#0"}, - "west": {"uv": [6.5, 5.75, 7, 6], "texture": "#0"}, - "up": {"uv": [6.75, 6.5, 6.5, 6], "texture": "#0"}, - "down": {"uv": [6.5, 6.5, 6.25, 7], "texture": "#0"} - } - }, - { - "from": [12, 0, 1], - "to": [14, 1, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 0, 1]}, - "faces": { - "north": {"uv": [6.5, 6.5, 7, 6.75], "texture": "#0"}, - "east": {"uv": [8.5, 8, 8.75, 8.25], "texture": "#0"}, - "south": {"uv": [6.75, 1.5, 7.25, 1.75], "texture": "#0"}, - "west": {"uv": [8.25, 8.5, 8.5, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 2, 6.75, 1.75], "texture": "#0"}, - "down": {"uv": [7.25, 4.5, 6.75, 4.75], "texture": "#0"} - } - }, - { - "from": [12, 15, 1], - "to": [14, 16, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 15, 1]}, - "faces": { - "north": {"uv": [6.75, 4.75, 7.25, 5], "texture": "#0"}, - "east": {"uv": [8.5, 8.25, 8.75, 8.5], "texture": "#0"}, - "south": {"uv": [5.75, 6.75, 6.25, 7], "texture": "#0"}, - "west": {"uv": [8.5, 8.5, 8.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 6.25, 6.75, 6], "texture": "#0"}, - "down": {"uv": [7.25, 6.25, 6.75, 6.5], "texture": "#0"} - } - }, - { - "from": [14, 0, 2], - "to": [15, 1, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 2]}, - "faces": { - "north": {"uv": [0, 8.75, 0.25, 9], "texture": "#0"}, - "east": {"uv": [6.5, 6.75, 7, 7], "texture": "#0"}, - "south": {"uv": [8.75, 0, 9, 0.25], "texture": "#0"}, - "west": {"uv": [4.5, 7, 5, 7.25], "texture": "#0"}, - "up": {"uv": [5.75, 7.5, 5.5, 7], "texture": "#0"}, - "down": {"uv": [6, 7, 5.75, 7.5], "texture": "#0"} - } - }, - { - "from": [14, 15, 2], - "to": [15, 16, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 15, 2]}, - "faces": { - "north": {"uv": [0.25, 8.75, 0.5, 9], "texture": "#0"}, - "east": {"uv": [7, 5, 7.5, 5.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.25, 9, 0.5], "texture": "#0"}, - "west": {"uv": [7, 5.75, 7.5, 6], "texture": "#0"}, - "up": {"uv": [6.25, 7.5, 6, 7], "texture": "#0"}, - "down": {"uv": [6.5, 7, 6.25, 7.5], "texture": "#0"} - } - }, - { - "from": [1, 0, 12], - "to": [2, 1, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 12]}, - "faces": { - "north": {"uv": [0.5, 8.75, 0.75, 9], "texture": "#0"}, - "east": {"uv": [6.5, 7, 7, 7.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.5, 9, 0.75], "texture": "#0"}, - "west": {"uv": [7, 6.5, 7.5, 6.75], "texture": "#0"}, - "up": {"uv": [7.25, 7.25, 7, 6.75], "texture": "#0"}, - "down": {"uv": [7.5, 1.5, 7.25, 2], "texture": "#0"} - } - }, - { - "from": [1, 15, 12], - "to": [2, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 15, 12]}, - "faces": { - "north": {"uv": [0.75, 8.75, 1, 9], "texture": "#0"}, - "east": {"uv": [7.25, 2, 7.75, 2.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.75, 9, 1], "texture": "#0"}, - "west": {"uv": [7.25, 2.25, 7.75, 2.5], "texture": "#0"}, - "up": {"uv": [2.25, 7.75, 2, 7.25], "texture": "#0"}, - "down": {"uv": [7.5, 2.5, 7.25, 3], "texture": "#0"} - } - }, - { - "from": [2, 0, 14], - "to": [4, 1, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 0, 14]}, - "faces": { - "north": {"uv": [7.25, 3, 7.75, 3.25], "texture": "#0"}, - "east": {"uv": [1, 8.75, 1.25, 9], "texture": "#0"}, - "south": {"uv": [7.25, 3.25, 7.75, 3.5], "texture": "#0"}, - "west": {"uv": [8.75, 1, 9, 1.25], "texture": "#0"}, - "up": {"uv": [7.75, 3.75, 7.25, 3.5], "texture": "#0"}, - "down": {"uv": [7.75, 3.75, 7.25, 4], "texture": "#0"} - } - }, - { - "from": [2, 15, 14], - "to": [4, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 15, 14]}, - "faces": { - "north": {"uv": [7.25, 4, 7.75, 4.25], "texture": "#0"}, - "east": {"uv": [1.25, 8.75, 1.5, 9], "texture": "#0"}, - "south": {"uv": [4.25, 7.25, 4.75, 7.5], "texture": "#0"}, - "west": {"uv": [8.75, 1.25, 9, 1.5], "texture": "#0"}, - "up": {"uv": [7.75, 4.5, 7.25, 4.25], "texture": "#0"}, - "down": {"uv": [7.75, 4.5, 7.25, 4.75], "texture": "#0"} - } - }, - { - "from": [14, 0, 12], - "to": [15, 1, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 12]}, - "faces": { - "north": {"uv": [1.5, 8.75, 1.75, 9], "texture": "#0"}, - "east": {"uv": [4.75, 7.25, 5.25, 7.5], "texture": "#0"}, - "south": {"uv": [8.75, 1.5, 9, 1.75], "texture": "#0"}, - "west": {"uv": [7.25, 4.75, 7.75, 5], "texture": "#0"}, - "up": {"uv": [7.5, 5.75, 7.25, 5.25], "texture": "#0"}, - "down": {"uv": [7.5, 6, 7.25, 6.5], "texture": "#0"} - } - }, - { - "from": [14, 15, 12], - "to": [15, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 15, 12]}, - "faces": { - "north": {"uv": [1.75, 8.75, 2, 9], "texture": "#0"}, - "east": {"uv": [6.5, 7.25, 7, 7.5], "texture": "#0"}, - "south": {"uv": [8.75, 1.75, 9, 2], "texture": "#0"}, - "west": {"uv": [7.25, 6.75, 7.75, 7], "texture": "#0"}, - "up": {"uv": [7.25, 7.75, 7, 7.25], "texture": "#0"}, - "down": {"uv": [7.5, 7, 7.25, 7.5], "texture": "#0"} - } - }, - { - "from": [12, 0, 14], - "to": [14, 1, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 0, 14]}, - "faces": { - "north": {"uv": [0, 7.5, 0.5, 7.75], "texture": "#0"}, - "east": {"uv": [2, 8.75, 2.25, 9], "texture": "#0"}, - "south": {"uv": [0.5, 7.5, 1, 7.75], "texture": "#0"}, - "west": {"uv": [8.75, 2, 9, 2.25], "texture": "#0"}, - "up": {"uv": [1.5, 7.75, 1, 7.5], "texture": "#0"}, - "down": {"uv": [2, 7.5, 1.5, 7.75], "texture": "#0"} - } - }, - { - "from": [12, 15, 14], - "to": [14, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 15, 14]}, - "faces": { - "north": {"uv": [7.5, 1.5, 8, 1.75], "texture": "#0"}, - "east": {"uv": [2.25, 8.75, 2.5, 9], "texture": "#0"}, - "south": {"uv": [7.5, 1.75, 8, 2], "texture": "#0"}, - "west": {"uv": [8.75, 2.25, 9, 2.5], "texture": "#0"}, - "up": {"uv": [8, 2.75, 7.5, 2.5], "texture": "#0"}, - "down": {"uv": [8, 2.75, 7.5, 3], "texture": "#0"} - } - }, - { - "from": [2, 1, 0], - "to": [4, 2, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 1, 0]}, - "faces": { - "north": {"uv": [4.25, 7.5, 4.75, 7.75], "texture": "#0"}, - "east": {"uv": [2.5, 8.75, 2.75, 9], "texture": "#0"}, - "south": {"uv": [4.75, 7.5, 5.25, 7.75], "texture": "#0"}, - "west": {"uv": [8.75, 2.5, 9, 2.75], "texture": "#0"}, - "up": {"uv": [8, 5.25, 7.5, 5], "texture": "#0"}, - "down": {"uv": [8, 5.25, 7.5, 5.5], "texture": "#0"} - } - }, - { - "from": [2, 14, 0], - "to": [4, 15, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 14, 0]}, - "faces": { - "north": {"uv": [5.5, 7.5, 6, 7.75], "texture": "#0"}, - "east": {"uv": [2.75, 8.75, 3, 9], "texture": "#0"}, - "south": {"uv": [7.5, 5.5, 8, 5.75], "texture": "#0"}, - "west": {"uv": [8.75, 2.75, 9, 3], "texture": "#0"}, - "up": {"uv": [8, 6, 7.5, 5.75], "texture": "#0"}, - "down": {"uv": [6.5, 7.5, 6, 7.75], "texture": "#0"} - } - }, - { - "from": [0, 1, 2], - "to": [1, 2, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 2]}, - "faces": { - "north": {"uv": [3, 8.75, 3.25, 9], "texture": "#0"}, - "east": {"uv": [7.5, 6, 8, 6.25], "texture": "#0"}, - "south": {"uv": [8.75, 3, 9, 3.25], "texture": "#0"}, - "west": {"uv": [7.5, 6.25, 8, 6.5], "texture": "#0"}, - "up": {"uv": [6.75, 8, 6.5, 7.5], "texture": "#0"}, - "down": {"uv": [7, 7.5, 6.75, 8], "texture": "#0"} - } - }, - { - "from": [0, 14, 2], - "to": [1, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 14, 2]}, - "faces": { - "north": {"uv": [3.25, 8.75, 3.5, 9], "texture": "#0"}, - "east": {"uv": [7.5, 6.5, 8, 6.75], "texture": "#0"}, - "south": {"uv": [8.75, 3.25, 9, 3.5], "texture": "#0"}, - "west": {"uv": [7.5, 7, 8, 7.25], "texture": "#0"}, - "up": {"uv": [7.5, 8, 7.25, 7.5], "texture": "#0"}, - "down": {"uv": [7.75, 7.25, 7.5, 7.75], "texture": "#0"} - } - }, - { - "from": [0, 1, 12], - "to": [1, 2, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 12]}, - "faces": { - "north": {"uv": [3.5, 8.75, 3.75, 9], "texture": "#0"}, - "east": {"uv": [0, 7.75, 0.5, 8], "texture": "#0"}, - "south": {"uv": [8.75, 3.5, 9, 3.75], "texture": "#0"}, - "west": {"uv": [7.75, 0, 8.25, 0.25], "texture": "#0"}, - "up": {"uv": [8, 0.75, 7.75, 0.25], "texture": "#0"}, - "down": {"uv": [0.75, 7.75, 0.5, 8.25], "texture": "#0"} - } - }, - { - "from": [0, 14, 12], - "to": [1, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 14, 12]}, - "faces": { - "north": {"uv": [3.75, 8.75, 4, 9], "texture": "#0"}, - "east": {"uv": [0.75, 7.75, 1.25, 8], "texture": "#0"}, - "south": {"uv": [8.75, 3.75, 9, 4], "texture": "#0"}, - "west": {"uv": [7.75, 0.75, 8.25, 1], "texture": "#0"}, - "up": {"uv": [8, 1.5, 7.75, 1], "texture": "#0"}, - "down": {"uv": [1.5, 7.75, 1.25, 8.25], "texture": "#0"} - } - }, - { - "from": [12, 1, 0], - "to": [14, 2, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 0]}, - "faces": { - "north": {"uv": [1.5, 7.75, 2, 8], "texture": "#0"}, - "east": {"uv": [4, 8.75, 4.25, 9], "texture": "#0"}, - "south": {"uv": [2, 7.75, 2.5, 8], "texture": "#0"}, - "west": {"uv": [8.75, 4, 9, 4.25], "texture": "#0"}, - "up": {"uv": [8.25, 2.25, 7.75, 2], "texture": "#0"}, - "down": {"uv": [8.25, 2.25, 7.75, 2.5], "texture": "#0"} - } - }, - { - "from": [12, 14, 0], - "to": [14, 15, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 0]}, - "faces": { - "north": {"uv": [2.5, 7.75, 3, 8], "texture": "#0"}, - "east": {"uv": [8.75, 4.25, 9, 4.5], "texture": "#0"}, - "south": {"uv": [3, 7.75, 3.5, 8], "texture": "#0"}, - "west": {"uv": [8.75, 4.5, 9, 4.75], "texture": "#0"}, - "up": {"uv": [8.25, 3.25, 7.75, 3], "texture": "#0"}, - "down": {"uv": [8.25, 3.25, 7.75, 3.5], "texture": "#0"} - } - }, - { - "from": [15, 1, 2], - "to": [16, 2, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 1, 2]}, - "faces": { - "north": {"uv": [4.75, 8.75, 5, 9], "texture": "#0"}, - "east": {"uv": [3.5, 7.75, 4, 8], "texture": "#0"}, - "south": {"uv": [8.75, 4.75, 9, 5], "texture": "#0"}, - "west": {"uv": [7.75, 3.5, 8.25, 3.75], "texture": "#0"}, - "up": {"uv": [8, 4.25, 7.75, 3.75], "texture": "#0"}, - "down": {"uv": [4.25, 7.75, 4, 8.25], "texture": "#0"} - } - }, - { - "from": [15, 14, 2], - "to": [16, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 14, 2]}, - "faces": { - "north": {"uv": [8.75, 5, 9, 5.25], "texture": "#0"}, - "east": {"uv": [4.25, 7.75, 4.75, 8], "texture": "#0"}, - "south": {"uv": [5.25, 8.75, 5.5, 9], "texture": "#0"}, - "west": {"uv": [7.75, 4.25, 8.25, 4.5], "texture": "#0"}, - "up": {"uv": [8, 5, 7.75, 4.5], "texture": "#0"}, - "down": {"uv": [5, 7.75, 4.75, 8.25], "texture": "#0"} - } - }, - { - "from": [2, 1, 15], - "to": [4, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 1, 15]}, - "faces": { - "north": {"uv": [5, 7.75, 5.5, 8], "texture": "#0"}, - "east": {"uv": [8.75, 5.25, 9, 5.5], "texture": "#0"}, - "south": {"uv": [5.5, 7.75, 6, 8], "texture": "#0"}, - "west": {"uv": [5.5, 8.75, 5.75, 9], "texture": "#0"}, - "up": {"uv": [6.5, 8, 6, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 6.75, 7.75, 7], "texture": "#0"} - } - }, - { - "from": [2, 14, 15], - "to": [4, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 14, 15]}, - "faces": { - "north": {"uv": [7.75, 7.25, 8.25, 7.5], "texture": "#0"}, - "east": {"uv": [8.75, 5.5, 9, 5.75], "texture": "#0"}, - "south": {"uv": [7.5, 7.75, 8, 8], "texture": "#0"}, - "west": {"uv": [5.75, 8.75, 6, 9], "texture": "#0"}, - "up": {"uv": [8.25, 7.75, 7.75, 7.5], "texture": "#0"}, - "down": {"uv": [0.5, 8, 0, 8.25], "texture": "#0"} - } - }, - { - "from": [12, 1, 15], - "to": [14, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 15]}, - "faces": { - "north": {"uv": [8, 0.25, 8.5, 0.5], "texture": "#0"}, - "east": {"uv": [8.75, 5.75, 9, 6], "texture": "#0"}, - "south": {"uv": [8, 0.5, 8.5, 0.75], "texture": "#0"}, - "west": {"uv": [6, 8.75, 6.25, 9], "texture": "#0"}, - "up": {"uv": [1.25, 8.25, 0.75, 8], "texture": "#0"}, - "down": {"uv": [8.5, 1, 8, 1.25], "texture": "#0"} - } - }, - { - "from": [12, 14, 15], - "to": [14, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 15]}, - "faces": { - "north": {"uv": [8, 1.25, 8.5, 1.5], "texture": "#0"}, - "east": {"uv": [8.75, 6, 9, 6.25], "texture": "#0"}, - "south": {"uv": [1.5, 8, 2, 8.25], "texture": "#0"}, - "west": {"uv": [6.25, 8.75, 6.5, 9], "texture": "#0"}, - "up": {"uv": [8.5, 1.75, 8, 1.5], "texture": "#0"}, - "down": {"uv": [8.5, 1.75, 8, 2], "texture": "#0"} - } - }, - { - "from": [15, 1, 12], - "to": [16, 2, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 1, 13]}, - "faces": { - "north": {"uv": [8.75, 6.25, 9, 6.5], "texture": "#0"}, - "east": {"uv": [2, 8, 2.5, 8.25], "texture": "#0"}, - "south": {"uv": [6.5, 8.75, 6.75, 9], "texture": "#0"}, - "west": {"uv": [2.5, 8, 3, 8.25], "texture": "#0"}, - "up": {"uv": [7.25, 8.25, 7, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 2.5, 8, 3], "texture": "#0"} - } - }, - { - "from": [15, 14, 12], - "to": [16, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 14, 13]}, - "faces": { - "north": {"uv": [8.75, 6.5, 9, 6.75], "texture": "#0"}, - "east": {"uv": [3, 8, 3.5, 8.25], "texture": "#0"}, - "south": {"uv": [6.75, 8.75, 7, 9], "texture": "#0"}, - "west": {"uv": [3.5, 8, 4, 8.25], "texture": "#0"}, - "up": {"uv": [8.25, 4.25, 8, 3.75], "texture": "#0"}, - "down": {"uv": [4.5, 8, 4.25, 8.5], "texture": "#0"} - } - }, - { - "from": [0, 2, 1], - "to": [1, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 1]}, - "faces": { - "north": {"uv": [4.5, 8, 4.75, 8.5], "texture": "#0"}, - "east": {"uv": [8, 4.5, 8.25, 5], "texture": "#0"}, - "south": {"uv": [5, 8, 5.25, 8.5], "texture": "#0"}, - "west": {"uv": [8, 5, 8.25, 5.5], "texture": "#0"}, - "up": {"uv": [9, 7, 8.75, 6.75], "texture": "#0"}, - "down": {"uv": [7.25, 8.75, 7, 9], "texture": "#0"} - } - }, - { - "from": [0, 12, 1], - "to": [1, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 12, 1]}, - "faces": { - "north": {"uv": [5.25, 8, 5.5, 8.5], "texture": "#0"}, - "east": {"uv": [5.5, 8, 5.75, 8.5], "texture": "#0"}, - "south": {"uv": [8, 5.5, 8.25, 6], "texture": "#0"}, - "west": {"uv": [5.75, 8, 6, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.25, 8.75, 7], "texture": "#0"}, - "down": {"uv": [7.5, 8.75, 7.25, 9], "texture": "#0"} - } - }, - { - "from": [1, 2, 0], - "to": [2, 4, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 2, 0]}, - "faces": { - "north": {"uv": [6, 8, 6.25, 8.5], "texture": "#0"}, - "east": {"uv": [8, 6, 8.25, 6.5], "texture": "#0"}, - "south": {"uv": [6.25, 8, 6.5, 8.5], "texture": "#0"}, - "west": {"uv": [6.5, 8, 6.75, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.5, 8.75, 7.25], "texture": "#0"}, - "down": {"uv": [7.75, 8.75, 7.5, 9], "texture": "#0"} - } - }, - { - "from": [1, 12, 0], - "to": [2, 14, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 0]}, - "faces": { - "north": {"uv": [6.75, 8, 7, 8.5], "texture": "#0"}, - "east": {"uv": [7.25, 8, 7.5, 8.5], "texture": "#0"}, - "south": {"uv": [7.5, 8, 7.75, 8.5], "texture": "#0"}, - "west": {"uv": [7.75, 8, 8, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.75, 8.75, 7.5], "texture": "#0"}, - "down": {"uv": [8, 8.75, 7.75, 9], "texture": "#0"} - } - }, - { - "from": [0, 2, 14], - "to": [1, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 14]}, - "faces": { - "north": {"uv": [8, 7.75, 8.25, 8.25], "texture": "#0"}, - "east": {"uv": [0, 8.25, 0.25, 8.75], "texture": "#0"}, - "south": {"uv": [0.25, 8.25, 0.5, 8.75], "texture": "#0"}, - "west": {"uv": [0.5, 8.25, 0.75, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8, 8.75, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 8.75, 8, 9], "texture": "#0"} - } - }, - { - "from": [0, 12, 14], - "to": [1, 14, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 12, 14]}, - "faces": { - "north": {"uv": [0.75, 8.25, 1, 8.75], "texture": "#0"}, - "east": {"uv": [1, 8.25, 1.25, 8.75], "texture": "#0"}, - "south": {"uv": [1.25, 8.25, 1.5, 8.75], "texture": "#0"}, - "west": {"uv": [1.5, 8.25, 1.75, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.25, 8.75, 8], "texture": "#0"}, - "down": {"uv": [8.5, 8.75, 8.25, 9], "texture": "#0"} - } - }, - { - "from": [1, 2, 15], - "to": [2, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 2, 15]}, - "faces": { - "north": {"uv": [1.75, 8.25, 2, 8.75], "texture": "#0"}, - "east": {"uv": [2, 8.25, 2.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 2, 8.5, 2.5], "texture": "#0"}, - "west": {"uv": [2.25, 8.25, 2.5, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.5, 8.75, 8.25], "texture": "#0"}, - "down": {"uv": [8.75, 8.75, 8.5, 9], "texture": "#0"} - } - }, - { - "from": [1, 12, 15], - "to": [2, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 15]}, - "faces": { - "north": {"uv": [2.5, 8.25, 2.75, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 2.5, 8.5, 3], "texture": "#0"}, - "south": {"uv": [2.75, 8.25, 3, 8.75], "texture": "#0"}, - "west": {"uv": [3, 8.25, 3.25, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.75, 8.75, 8.5], "texture": "#0"}, - "down": {"uv": [9, 8.75, 8.75, 9], "texture": "#0"} - } - }, - { - "from": [14, 2, 15], - "to": [15, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 2, 15]}, - "faces": { - "north": {"uv": [8.25, 3, 8.5, 3.5], "texture": "#0"}, - "east": {"uv": [3.25, 8.25, 3.5, 8.75], "texture": "#0"}, - "south": {"uv": [3.5, 8.25, 3.75, 8.75], "texture": "#0"}, - "west": {"uv": [8.25, 3.5, 8.5, 4], "texture": "#0"}, - "up": {"uv": [0.25, 9.25, 0, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0, 9, 0.25], "texture": "#0"} - } - }, - { - "from": [14, 12, 15], - "to": [15, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 15]}, - "faces": { - "north": {"uv": [3.75, 8.25, 4, 8.75], "texture": "#0"}, - "east": {"uv": [4, 8.25, 4.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 4, 8.5, 4.5], "texture": "#0"}, - "west": {"uv": [8.25, 4.5, 8.5, 5], "texture": "#0"}, - "up": {"uv": [0.5, 9.25, 0.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.25, 9, 0.5], "texture": "#0"} - } - }, - { - "from": [15, 2, 14], - "to": [16, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 2, 14]}, - "faces": { - "north": {"uv": [4.75, 8.25, 5, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 5, 8.5, 5.5], "texture": "#0"}, - "south": {"uv": [8.25, 5.5, 8.5, 6], "texture": "#0"}, - "west": {"uv": [8.25, 6, 8.5, 6.5], "texture": "#0"}, - "up": {"uv": [0.75, 9.25, 0.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.5, 9, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 12, 14], - "to": [16, 14, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 14]}, - "faces": { - "north": {"uv": [8.25, 6.5, 8.5, 7], "texture": "#0"}, - "east": {"uv": [7, 8.25, 7.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 7, 8.5, 7.5], "texture": "#0"}, - "west": {"uv": [8.25, 7.5, 8.5, 8], "texture": "#0"}, - "up": {"uv": [1, 9.25, 0.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.75, 9, 1], "texture": "#0"} - } - }, - { - "from": [14, 2, 0], - "to": [15, 4, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 2, 0]}, - "faces": { - "north": {"uv": [8, 8.25, 8.25, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 8, 8.5, 8.5], "texture": "#0"}, - "south": {"uv": [8.5, 0, 8.75, 0.5], "texture": "#0"}, - "west": {"uv": [8.5, 0.5, 8.75, 1], "texture": "#0"}, - "up": {"uv": [1.25, 9.25, 1, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1, 9, 1.25], "texture": "#0"} - } - }, - { - "from": [14, 12, 0], - "to": [15, 14, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 0]}, - "faces": { - "north": {"uv": [8.5, 1, 8.75, 1.5], "texture": "#0"}, - "east": {"uv": [8.5, 1.5, 8.75, 2], "texture": "#0"}, - "south": {"uv": [8.5, 2, 8.75, 2.5], "texture": "#0"}, - "west": {"uv": [8.5, 2.5, 8.75, 3], "texture": "#0"}, - "up": {"uv": [1.5, 9.25, 1.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.25, 9, 1.5], "texture": "#0"} - } - }, - { - "from": [15, 2, 1], - "to": [16, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 2, 1]}, - "faces": { - "north": {"uv": [8.5, 3, 8.75, 3.5], "texture": "#0"}, - "east": {"uv": [8.5, 3.5, 8.75, 4], "texture": "#0"}, - "south": {"uv": [8.5, 4, 8.75, 4.5], "texture": "#0"}, - "west": {"uv": [4.25, 8.5, 4.5, 9], "texture": "#0"}, - "up": {"uv": [1.75, 9.25, 1.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.5, 9, 1.75], "texture": "#0"} - } - }, - { - "from": [15, 12, 1], - "to": [16, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 1]}, - "faces": { - "north": {"uv": [4.5, 8.5, 4.75, 9], "texture": "#0"}, - "east": {"uv": [8.5, 4.5, 8.75, 5], "texture": "#0"}, - "south": {"uv": [5, 8.5, 5.25, 9], "texture": "#0"}, - "west": {"uv": [8.5, 5, 8.75, 5.5], "texture": "#0"}, - "up": {"uv": [2, 9.25, 1.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.75, 9, 2], "texture": "#0"} - } - }, - { - "from": [0, 4, 0], - "to": [1, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 4, 0]}, - "faces": { - "north": {"uv": [0.25, 5.5, 0.5, 7.5], "texture": "#0"}, - "east": {"uv": [0.5, 5.5, 0.75, 7.5], "texture": "#0"}, - "south": {"uv": [0.75, 5.5, 1, 7.5], "texture": "#0"}, - "west": {"uv": [1, 5.5, 1.25, 7.5], "texture": "#0"}, - "up": {"uv": [2.25, 9.25, 2, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2, 9, 2.25], "texture": "#0"} - } - }, - { - "from": [15, 4, 0], - "to": [16, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 4, 0]}, - "faces": { - "north": {"uv": [1.25, 5.5, 1.5, 7.5], "texture": "#0"}, - "east": {"uv": [1.5, 5.5, 1.75, 7.5], "texture": "#0"}, - "south": {"uv": [1.75, 5.5, 2, 7.5], "texture": "#0"}, - "west": {"uv": [2.25, 5.75, 2.5, 7.75], "texture": "#0"}, - "up": {"uv": [2.5, 9.25, 2.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.25, 9, 2.5], "texture": "#0"} - } - }, - { - "from": [15, 4, 15], - "to": [16, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 4, 15]}, - "faces": { - "north": {"uv": [2.5, 5.75, 2.75, 7.75], "texture": "#0"}, - "east": {"uv": [2.75, 5.75, 3, 7.75], "texture": "#0"}, - "south": {"uv": [3, 5.75, 3.25, 7.75], "texture": "#0"}, - "west": {"uv": [3.25, 5.75, 3.5, 7.75], "texture": "#0"}, - "up": {"uv": [2.75, 9.25, 2.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.5, 9, 2.75], "texture": "#0"} - } - }, - { - "from": [0, 4, 15], - "to": [1, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 4, 15]}, - "faces": { - "north": {"uv": [3.5, 5.75, 3.75, 7.75], "texture": "#0"}, - "east": {"uv": [3.75, 5.75, 4, 7.75], "texture": "#0"}, - "south": {"uv": [4, 5.75, 4.25, 7.75], "texture": "#0"}, - "west": {"uv": [5.25, 5.75, 5.5, 7.75], "texture": "#0"}, - "up": {"uv": [3, 9.25, 2.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.75, 9, 3], "texture": "#0"} - } - }, - { - "from": [1, 1, 1], - "to": [4, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 1, 1]}, - "faces": { - "north": {"uv": [0, 0, 0.75, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1.5], "texture": "#0"}, - "south": {"uv": [0.75, 0, 1.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.75, 0.75, 1.5, 1.5], "texture": "#0"}, - "up": {"uv": [0.75, 2.25, 0, 1.5], "texture": "#0"}, - "down": {"uv": [2.25, 0, 1.5, 0.75], "texture": "#0"} - } - }, - { - "from": [1, 12, 1], - "to": [4, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 1]}, - "faces": { - "north": {"uv": [0.75, 1.5, 1.5, 2.25], "texture": "#0"}, - "east": {"uv": [1.5, 0.75, 2.25, 1.5], "texture": "#0"}, - "south": {"uv": [1.5, 1.5, 2.25, 2.25], "texture": "#0"}, - "west": {"uv": [0, 2.25, 0.75, 3], "texture": "#0"}, - "up": {"uv": [3, 0.75, 2.25, 0], "texture": "#0"}, - "down": {"uv": [1.5, 2.25, 0.75, 3], "texture": "#0"} - } - }, - { - "from": [12, 1, 1], - "to": [15, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 1]}, - "faces": { - "north": {"uv": [2.25, 0.75, 3, 1.5], "texture": "#0"}, - "east": {"uv": [1.5, 2.25, 2.25, 3], "texture": "#0"}, - "south": {"uv": [2.25, 1.5, 3, 2.25], "texture": "#0"}, - "west": {"uv": [2.25, 2.25, 3, 3], "texture": "#0"}, - "up": {"uv": [0.75, 3.75, 0, 3], "texture": "#0"}, - "down": {"uv": [3.75, 0, 3, 0.75], "texture": "#0"} - } - }, - { - "from": [12, 12, 1], - "to": [15, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 1]}, - "faces": { - "north": {"uv": [0.75, 3, 1.5, 3.75], "texture": "#0"}, - "east": {"uv": [3, 0.75, 3.75, 1.5], "texture": "#0"}, - "south": {"uv": [1.5, 3, 2.25, 3.75], "texture": "#0"}, - "west": {"uv": [3, 1.5, 3.75, 2.25], "texture": "#0"}, - "up": {"uv": [3, 3.75, 2.25, 3], "texture": "#0"}, - "down": {"uv": [3.75, 2.25, 3, 3], "texture": "#0"} - } - }, - { - "from": [12, 1, 12], - "to": [15, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 12]}, - "faces": { - "north": {"uv": [3, 3, 3.75, 3.75], "texture": "#0"}, - "east": {"uv": [0, 3.75, 0.75, 4.5], "texture": "#0"}, - "south": {"uv": [3.75, 0, 4.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.75, 3.75, 1.5, 4.5], "texture": "#0"}, - "up": {"uv": [4.5, 1.5, 3.75, 0.75], "texture": "#0"}, - "down": {"uv": [2.25, 3.75, 1.5, 4.5], "texture": "#0"} - } - }, - { - "from": [12, 12, 12], - "to": [15, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 12]}, - "faces": { - "north": {"uv": [3.75, 1.5, 4.5, 2.25], "texture": "#0"}, - "east": {"uv": [2.25, 3.75, 3, 4.5], "texture": "#0"}, - "south": {"uv": [3.75, 2.25, 4.5, 3], "texture": "#0"}, - "west": {"uv": [3, 3.75, 3.75, 4.5], "texture": "#0"}, - "up": {"uv": [4.5, 3.75, 3.75, 3], "texture": "#0"}, - "down": {"uv": [4.5, 3.75, 3.75, 4.5], "texture": "#0"} - } - }, - { - "from": [1, 1, 12], - "to": [4, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 1, 12]}, - "faces": { - "north": {"uv": [0, 4.5, 0.75, 5.25], "texture": "#0"}, - "east": {"uv": [4.5, 0, 5.25, 0.75], "texture": "#0"}, - "south": {"uv": [0.75, 4.5, 1.5, 5.25], "texture": "#0"}, - "west": {"uv": [4.5, 0.75, 5.25, 1.5], "texture": "#0"}, - "up": {"uv": [2.25, 5.25, 1.5, 4.5], "texture": "#0"}, - "down": {"uv": [5.25, 1.5, 4.5, 2.25], "texture": "#0"} - } - }, - { - "from": [1, 12, 12], - "to": [4, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 12]}, - "faces": { - "north": {"uv": [2.25, 4.5, 3, 5.25], "texture": "#0"}, - "east": {"uv": [4.5, 2.25, 5.25, 3], "texture": "#0"}, - "south": {"uv": [3, 4.5, 3.75, 5.25], "texture": "#0"}, - "west": {"uv": [4.5, 3, 5.25, 3.75], "texture": "#0"}, - "up": {"uv": [4.5, 5.25, 3.75, 4.5], "texture": "#0"}, - "down": {"uv": [5.25, 3.75, 4.5, 4.5], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [-16, -13, 0], - "translation": [0, 4, 0], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [-16, -13, 0], - "translation": [0, 4, 0], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [10, 16, 3], - "translation": [2, -1, 2], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_lefthand": { - "rotation": [10, 16, 3], - "translation": [2, -1, 2], - "scale": [0.6, 0.6, 0.6] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [20, 20, 0], - "translation": [0, -0.25, 0], - "scale": [0.7, 0.7, 0.7] - }, - "head": { - "translation": [0, 14.5, 0] - }, - "fixed": { - "translation": [0, 0, 3.5] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [1, 12, 12], - "children": [ - { - "name": "core", - "origin": [4, 4, 4], - "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] - }, - { - "name": "core_support", - "origin": [3, 3, 4], - "children": [25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42] - }, - { - "name": "frame", - "origin": [1, 12, 12], - "children": [43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110] - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/thatldu_singularity_power_generator_lit.json b/src/main/resources/assets/cuboidmod/models/block/thatldu_singularity_power_generator_lit.json deleted file mode 100644 index e0d8c2b..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/thatldu_singularity_power_generator_lit.json +++ /dev/null @@ -1,1515 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/thatldu_singularity_power_gen_frame", - "1": "cuboidmod:model/singularity_power_gen_support", - "2": "cuboidmod:model/singularity_power_gen_core_lit", - "particle": "cuboidmod:model/thatldu_singularity_power_gen_frame" - }, - "elements": [ - { - "from": [4, 4, 4], - "to": [12, 12, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 4, 4]}, - "faces": { - "north": {"uv": [0, 0, 4, 4], "texture": "#2"}, - "east": {"uv": [0, 4, 4, 8], "texture": "#2"}, - "south": {"uv": [4, 0, 8, 4], "texture": "#2"}, - "west": {"uv": [4, 4, 8, 8], "texture": "#2"}, - "up": {"uv": [4, 12, 0, 8], "texture": "#2"}, - "down": {"uv": [12, 0, 8, 4], "texture": "#2"} - } - }, - { - "from": [0, 6, 7], - "to": [1, 7, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 7]}, - "faces": { - "north": {"uv": [7, 9.5, 7.5, 10], "texture": "#2"}, - "east": {"uv": [4, 8, 5, 8.5], "texture": "#2"}, - "south": {"uv": [11, 7, 11.5, 7.5], "texture": "#2"}, - "west": {"uv": [8, 4, 9, 4.5], "texture": "#2"}, - "up": {"uv": [8.5, 5.5, 8, 4.5], "texture": "#2"}, - "down": {"uv": [5.5, 8, 5, 9], "texture": "#2"} - } - }, - { - "from": [15, 6, 7], - "to": [16, 7, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 6, 7]}, - "faces": { - "north": {"uv": [11.5, 9, 12, 9.5], "texture": "#2"}, - "east": {"uv": [5.5, 8, 6.5, 8.5], "texture": "#2"}, - "south": {"uv": [11.5, 9.5, 12, 10], "texture": "#2"}, - "west": {"uv": [8, 5.5, 9, 6], "texture": "#2"}, - "up": {"uv": [8.5, 7, 8, 6], "texture": "#2"}, - "down": {"uv": [7, 8, 6.5, 9], "texture": "#2"} - } - }, - { - "from": [0, 9, 7], - "to": [1, 10, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 9, 7]}, - "faces": { - "north": {"uv": [11.5, 10, 12, 10.5], "texture": "#2"}, - "east": {"uv": [7, 8, 8, 8.5], "texture": "#2"}, - "south": {"uv": [11.5, 10.5, 12, 11], "texture": "#2"}, - "west": {"uv": [8, 7, 9, 7.5], "texture": "#2"}, - "up": {"uv": [8.5, 8.5, 8, 7.5], "texture": "#2"}, - "down": {"uv": [4.5, 8.5, 4, 9.5], "texture": "#2"} - } - }, - { - "from": [6, 15, 7], - "to": [7, 16, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 15, 7]}, - "faces": { - "north": {"uv": [11.5, 11, 12, 11.5], "texture": "#2"}, - "east": {"uv": [8.5, 4.5, 9.5, 5], "texture": "#2"}, - "south": {"uv": [11.5, 11.5, 12, 12], "texture": "#2"}, - "west": {"uv": [8.5, 5, 9.5, 5.5], "texture": "#2"}, - "up": {"uv": [5, 9.5, 4.5, 8.5], "texture": "#2"}, - "down": {"uv": [6, 8.5, 5.5, 9.5], "texture": "#2"} - } - }, - { - "from": [6, 0, 7], - "to": [7, 1, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 0, 7]}, - "faces": { - "north": {"uv": [0, 12, 0.5, 12.5], "texture": "#2"}, - "east": {"uv": [8.5, 6, 9.5, 6.5], "texture": "#2"}, - "south": {"uv": [12, 0, 12.5, 0.5], "texture": "#2"}, - "west": {"uv": [8.5, 6.5, 9.5, 7], "texture": "#2"}, - "up": {"uv": [6.5, 9.5, 6, 8.5], "texture": "#2"}, - "down": {"uv": [7.5, 8.5, 7, 9.5], "texture": "#2"} - } - }, - { - "from": [9, 15, 7], - "to": [10, 16, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 15, 7]}, - "faces": { - "north": {"uv": [0.5, 12, 1, 12.5], "texture": "#2"}, - "east": {"uv": [7.5, 8.5, 8.5, 9], "texture": "#2"}, - "south": {"uv": [12, 0.5, 12.5, 1], "texture": "#2"}, - "west": {"uv": [8.5, 7.5, 9.5, 8], "texture": "#2"}, - "up": {"uv": [9, 9, 8.5, 8], "texture": "#2"}, - "down": {"uv": [5.5, 9, 5, 10], "texture": "#2"} - } - }, - { - "from": [9, 0, 7], - "to": [10, 1, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 0, 7]}, - "faces": { - "north": {"uv": [1, 12, 1.5, 12.5], "texture": "#2"}, - "east": {"uv": [9, 4, 10, 4.5], "texture": "#2"}, - "south": {"uv": [12, 1, 12.5, 1.5], "texture": "#2"}, - "west": {"uv": [9, 5.5, 10, 6], "texture": "#2"}, - "up": {"uv": [7, 10, 6.5, 9], "texture": "#2"}, - "down": {"uv": [8, 9, 7.5, 10], "texture": "#2"} - } - }, - { - "from": [7, 15, 9], - "to": [9, 16, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 9]}, - "faces": { - "north": {"uv": [9, 7, 10, 7.5], "texture": "#2"}, - "east": {"uv": [1.5, 12, 2, 12.5], "texture": "#2"}, - "south": {"uv": [8, 9, 9, 9.5], "texture": "#2"}, - "west": {"uv": [12, 1.5, 12.5, 2], "texture": "#2"}, - "up": {"uv": [10, 8.5, 9, 8], "texture": "#2"}, - "down": {"uv": [10, 8.5, 9, 9], "texture": "#2"} - } - }, - { - "from": [7, 9, 15], - "to": [9, 10, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 15]}, - "faces": { - "north": {"uv": [9, 9, 10, 9.5], "texture": "#2"}, - "east": {"uv": [2, 12, 2.5, 12.5], "texture": "#2"}, - "south": {"uv": [4, 9.5, 5, 10], "texture": "#2"}, - "west": {"uv": [12, 2, 12.5, 2.5], "texture": "#2"}, - "up": {"uv": [10.5, 5, 9.5, 4.5], "texture": "#2"}, - "down": {"uv": [10.5, 5, 9.5, 5.5], "texture": "#2"} - } - }, - { - "from": [7, 9, 0], - "to": [9, 10, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 0]}, - "faces": { - "north": {"uv": [5.5, 9.5, 6.5, 10], "texture": "#2"}, - "east": {"uv": [2.5, 12, 3, 12.5], "texture": "#2"}, - "south": {"uv": [9.5, 6, 10.5, 6.5], "texture": "#2"}, - "west": {"uv": [12, 2.5, 12.5, 3], "texture": "#2"}, - "up": {"uv": [10.5, 7, 9.5, 6.5], "texture": "#2"}, - "down": {"uv": [10.5, 7.5, 9.5, 8], "texture": "#2"} - } - }, - { - "from": [7, 6, 15], - "to": [9, 7, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 6, 15]}, - "faces": { - "north": {"uv": [8, 9.5, 9, 10], "texture": "#2"}, - "east": {"uv": [3, 12, 3.5, 12.5], "texture": "#2"}, - "south": {"uv": [9, 9.5, 10, 10], "texture": "#2"}, - "west": {"uv": [12, 3, 12.5, 3.5], "texture": "#2"}, - "up": {"uv": [5, 10.5, 4, 10], "texture": "#2"}, - "down": {"uv": [11, 4, 10, 4.5], "texture": "#2"} - } - }, - { - "from": [7, 6, 0], - "to": [9, 7, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 6, 0]}, - "faces": { - "north": {"uv": [5, 10, 6, 10.5], "texture": "#2"}, - "east": {"uv": [3.5, 12, 4, 12.5], "texture": "#2"}, - "south": {"uv": [10, 5.5, 11, 6], "texture": "#2"}, - "west": {"uv": [12, 3.5, 12.5, 4], "texture": "#2"}, - "up": {"uv": [7, 10.5, 6, 10], "texture": "#2"}, - "down": {"uv": [8, 10, 7, 10.5], "texture": "#2"} - } - }, - { - "from": [9, 7, 15], - "to": [10, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 7, 15]}, - "faces": { - "north": {"uv": [8, 10, 8.5, 11], "texture": "#2"}, - "east": {"uv": [10, 8, 10.5, 9], "texture": "#2"}, - "south": {"uv": [8.5, 10, 9, 11], "texture": "#2"}, - "west": {"uv": [9, 10, 9.5, 11], "texture": "#2"}, - "up": {"uv": [12.5, 4.5, 12, 4], "texture": "#2"}, - "down": {"uv": [12.5, 4.5, 12, 5], "texture": "#2"} - } - }, - { - "from": [9, 7, 0], - "to": [10, 9, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 7, 0]}, - "faces": { - "north": {"uv": [10, 9, 10.5, 10], "texture": "#2"}, - "east": {"uv": [9.5, 10, 10, 11], "texture": "#2"}, - "south": {"uv": [10, 10, 10.5, 11], "texture": "#2"}, - "west": {"uv": [4, 10.5, 4.5, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 5.5, 12, 5], "texture": "#2"}, - "down": {"uv": [12.5, 5.5, 12, 6], "texture": "#2"} - } - }, - { - "from": [6, 7, 15], - "to": [7, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 15]}, - "faces": { - "north": {"uv": [4.5, 10.5, 5, 11.5], "texture": "#2"}, - "east": {"uv": [10.5, 4.5, 11, 5.5], "texture": "#2"}, - "south": {"uv": [5, 10.5, 5.5, 11.5], "texture": "#2"}, - "west": {"uv": [5.5, 10.5, 6, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 6.5, 12, 6], "texture": "#2"}, - "down": {"uv": [12.5, 6.5, 12, 7], "texture": "#2"} - } - }, - { - "from": [6, 7, 0], - "to": [7, 9, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 0]}, - "faces": { - "north": {"uv": [6, 10.5, 6.5, 11.5], "texture": "#2"}, - "east": {"uv": [10.5, 6, 11, 7], "texture": "#2"}, - "south": {"uv": [6.5, 10.5, 7, 11.5], "texture": "#2"}, - "west": {"uv": [7, 10.5, 7.5, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 7.5, 12, 7], "texture": "#2"}, - "down": {"uv": [12.5, 7.5, 12, 8], "texture": "#2"} - } - }, - { - "from": [7, 0, 9], - "to": [9, 1, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 9]}, - "faces": { - "north": {"uv": [10, 7, 11, 7.5], "texture": "#2"}, - "east": {"uv": [8, 12, 8.5, 12.5], "texture": "#2"}, - "south": {"uv": [10.5, 7.5, 11.5, 8], "texture": "#2"}, - "west": {"uv": [12, 8, 12.5, 8.5], "texture": "#2"}, - "up": {"uv": [11.5, 8.5, 10.5, 8], "texture": "#2"}, - "down": {"uv": [11.5, 8.5, 10.5, 9], "texture": "#2"} - } - }, - { - "from": [7, 15, 6], - "to": [9, 16, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 6]}, - "faces": { - "north": {"uv": [10.5, 9, 11.5, 9.5], "texture": "#2"}, - "east": {"uv": [8.5, 12, 9, 12.5], "texture": "#2"}, - "south": {"uv": [10.5, 9.5, 11.5, 10], "texture": "#2"}, - "west": {"uv": [12, 8.5, 12.5, 9], "texture": "#2"}, - "up": {"uv": [11.5, 10.5, 10.5, 10], "texture": "#2"}, - "down": {"uv": [11.5, 10.5, 10.5, 11], "texture": "#2"} - } - }, - { - "from": [7, 0, 6], - "to": [9, 1, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 6]}, - "faces": { - "north": {"uv": [11, 4, 12, 4.5], "texture": "#2"}, - "east": {"uv": [9, 12, 9.5, 12.5], "texture": "#2"}, - "south": {"uv": [11, 4.5, 12, 5], "texture": "#2"}, - "west": {"uv": [12, 9, 12.5, 9.5], "texture": "#2"}, - "up": {"uv": [12, 5.5, 11, 5], "texture": "#2"}, - "down": {"uv": [12, 5.5, 11, 6], "texture": "#2"} - } - }, - { - "from": [15, 9, 7], - "to": [16, 10, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 9, 7]}, - "faces": { - "north": {"uv": [9.5, 12, 10, 12.5], "texture": "#2"}, - "east": {"uv": [11, 6, 12, 6.5], "texture": "#2"}, - "south": {"uv": [12, 9.5, 12.5, 10], "texture": "#2"}, - "west": {"uv": [11, 6.5, 12, 7], "texture": "#2"}, - "up": {"uv": [8, 11.5, 7.5, 10.5], "texture": "#2"}, - "down": {"uv": [8.5, 11, 8, 12], "texture": "#2"} - } - }, - { - "from": [0, 7, 9], - "to": [1, 9, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 9]}, - "faces": { - "north": {"uv": [8.5, 11, 9, 12], "texture": "#2"}, - "east": {"uv": [9, 11, 9.5, 12], "texture": "#2"}, - "south": {"uv": [9.5, 11, 10, 12], "texture": "#2"}, - "west": {"uv": [10, 11, 10.5, 12], "texture": "#2"}, - "up": {"uv": [10.5, 12.5, 10, 12], "texture": "#2"}, - "down": {"uv": [12.5, 10, 12, 10.5], "texture": "#2"} - } - }, - { - "from": [15, 7, 9], - "to": [16, 9, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 9]}, - "faces": { - "north": {"uv": [10.5, 11, 11, 12], "texture": "#2"}, - "east": {"uv": [11, 11, 11.5, 12], "texture": "#2"}, - "south": {"uv": [4, 11.5, 4.5, 12.5], "texture": "#2"}, - "west": {"uv": [4.5, 11.5, 5, 12.5], "texture": "#2"}, - "up": {"uv": [11, 12.5, 10.5, 12], "texture": "#2"}, - "down": {"uv": [12.5, 10.5, 12, 11], "texture": "#2"} - } - }, - { - "from": [0, 7, 6], - "to": [1, 9, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 6]}, - "faces": { - "north": {"uv": [5, 11.5, 5.5, 12.5], "texture": "#2"}, - "east": {"uv": [5.5, 11.5, 6, 12.5], "texture": "#2"}, - "south": {"uv": [6, 11.5, 6.5, 12.5], "texture": "#2"}, - "west": {"uv": [6.5, 11.5, 7, 12.5], "texture": "#2"}, - "up": {"uv": [11.5, 12.5, 11, 12], "texture": "#2"}, - "down": {"uv": [12.5, 11, 12, 11.5], "texture": "#2"} - } - }, - { - "from": [15, 7, 6], - "to": [16, 9, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 6]}, - "faces": { - "north": {"uv": [7, 11.5, 7.5, 12.5], "texture": "#2"}, - "east": {"uv": [11.5, 7, 12, 8], "texture": "#2"}, - "south": {"uv": [7.5, 11.5, 8, 12.5], "texture": "#2"}, - "west": {"uv": [11.5, 8, 12, 9], "texture": "#2"}, - "up": {"uv": [12, 12.5, 11.5, 12], "texture": "#2"}, - "down": {"uv": [12.5, 11.5, 12, 12], "texture": "#2"} - } - }, - { - "from": [3, 12, 4], - "to": [4, 13, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 12, 4]}, - "faces": { - "north": {"uv": [10.5, 5.5, 11, 6], "texture": "#1"}, - "east": {"uv": [0, 0, 4, 0.5], "texture": "#1"}, - "south": {"uv": [11, 2.5, 11.5, 3], "texture": "#1"}, - "west": {"uv": [0, 0.5, 4, 1], "texture": "#1"}, - "up": {"uv": [0.5, 5, 0, 1], "texture": "#1"}, - "down": {"uv": [1, 1, 0.5, 5], "texture": "#1"} - } - }, - { - "from": [7, 1, 7], - "to": [9, 4, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 1, 7]}, - "faces": { - "north": {"uv": [7, 8, 8, 9.5], "texture": "#1"}, - "east": {"uv": [8, 8, 9, 9.5], "texture": "#1"}, - "south": {"uv": [0, 9, 1, 10.5], "texture": "#1"}, - "west": {"uv": [1, 9, 2, 10.5], "texture": "#1"}, - "up": {"uv": [4, 12, 3, 11], "texture": "#1"}, - "down": {"uv": [5, 11, 4, 12], "texture": "#1"} - } - }, - { - "from": [12, 7, 7], - "to": [15, 9, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 7, 7]}, - "faces": { - "north": {"uv": [9, 3, 10.5, 4], "texture": "#1"}, - "east": {"uv": [7, 11, 8, 12], "texture": "#1"}, - "south": {"uv": [9, 4, 10.5, 5], "texture": "#1"}, - "west": {"uv": [8, 11, 9, 12], "texture": "#1"}, - "up": {"uv": [10.5, 6, 9, 5], "texture": "#1"}, - "down": {"uv": [10.5, 8, 9, 9], "texture": "#1"} - } - }, - { - "from": [7, 12, 7], - "to": [9, 15, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 12, 7]}, - "faces": { - "north": {"uv": [2, 9, 3, 10.5], "texture": "#1"}, - "east": {"uv": [9, 9, 10, 10.5], "texture": "#1"}, - "south": {"uv": [7, 9.5, 8, 11], "texture": "#1"}, - "west": {"uv": [8, 9.5, 9, 11], "texture": "#1"}, - "up": {"uv": [11, 12, 10, 11], "texture": "#1"}, - "down": {"uv": [12, 11, 11, 12], "texture": "#1"} - } - }, - { - "from": [1, 7, 7], - "to": [4, 9, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 7, 7]}, - "faces": { - "north": {"uv": [10, 6, 11.5, 7], "texture": "#1"}, - "east": {"uv": [0, 11.5, 1, 12.5], "texture": "#1"}, - "south": {"uv": [10, 7, 11.5, 8], "texture": "#1"}, - "west": {"uv": [1, 11.5, 2, 12.5], "texture": "#1"}, - "up": {"uv": [11.5, 10, 10, 9], "texture": "#1"}, - "down": {"uv": [11.5, 10, 10, 11], "texture": "#1"} - } - }, - { - "from": [3, 4, 3], - "to": [4, 12, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 4, 3]}, - "faces": { - "north": {"uv": [1, 1, 1.5, 5], "texture": "#1"}, - "east": {"uv": [1.5, 1, 2, 5], "texture": "#1"}, - "south": {"uv": [2, 1, 2.5, 5], "texture": "#1"}, - "west": {"uv": [2.5, 1, 3, 5], "texture": "#1"}, - "up": {"uv": [11.5, 6, 11, 5.5], "texture": "#1"}, - "down": {"uv": [12, 5.5, 11.5, 6], "texture": "#1"} - } - }, - { - "from": [4, 12, 3], - "to": [12, 13, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 12, 3]}, - "faces": { - "north": {"uv": [3, 1, 7, 1.5], "texture": "#1"}, - "east": {"uv": [11.5, 6, 12, 6.5], "texture": "#1"}, - "south": {"uv": [3, 1.5, 7, 2], "texture": "#1"}, - "west": {"uv": [11.5, 6.5, 12, 7], "texture": "#1"}, - "up": {"uv": [7, 2.5, 3, 2], "texture": "#1"}, - "down": {"uv": [7, 2.5, 3, 3], "texture": "#1"} - } - }, - { - "from": [12, 4, 3], - "to": [13, 12, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 4, 3]}, - "faces": { - "north": {"uv": [3, 3, 3.5, 7], "texture": "#1"}, - "east": {"uv": [3.5, 3, 4, 7], "texture": "#1"}, - "south": {"uv": [4, 3, 4.5, 7], "texture": "#1"}, - "west": {"uv": [4.5, 3, 5, 7], "texture": "#1"}, - "up": {"uv": [12, 7.5, 11.5, 7], "texture": "#1"}, - "down": {"uv": [12, 7.5, 11.5, 8], "texture": "#1"} - } - }, - { - "from": [4, 3, 3], - "to": [12, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 3]}, - "faces": { - "north": {"uv": [4, 0, 8, 0.5], "texture": "#1"}, - "east": {"uv": [11.5, 9, 12, 9.5], "texture": "#1"}, - "south": {"uv": [4, 0.5, 8, 1], "texture": "#1"}, - "west": {"uv": [11.5, 9.5, 12, 10], "texture": "#1"}, - "up": {"uv": [9, 3.5, 5, 3], "texture": "#1"}, - "down": {"uv": [9, 3.5, 5, 4], "texture": "#1"} - } - }, - { - "from": [12, 3, 4], - "to": [13, 4, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 3, 4]}, - "faces": { - "north": {"uv": [11.5, 10, 12, 10.5], "texture": "#1"}, - "east": {"uv": [5, 4, 9, 4.5], "texture": "#1"}, - "south": {"uv": [11.5, 10.5, 12, 11], "texture": "#1"}, - "west": {"uv": [5, 4.5, 9, 5], "texture": "#1"}, - "up": {"uv": [0.5, 9, 0, 5], "texture": "#1"}, - "down": {"uv": [1, 5, 0.5, 9], "texture": "#1"} - } - }, - { - "from": [12, 12, 4], - "to": [13, 13, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 4]}, - "faces": { - "north": {"uv": [12, 0, 12.5, 0.5], "texture": "#1"}, - "east": {"uv": [5, 5, 9, 5.5], "texture": "#1"}, - "south": {"uv": [12, 0.5, 12.5, 1], "texture": "#1"}, - "west": {"uv": [5, 5.5, 9, 6], "texture": "#1"}, - "up": {"uv": [1.5, 9, 1, 5], "texture": "#1"}, - "down": {"uv": [2, 5, 1.5, 9], "texture": "#1"} - } - }, - { - "from": [12, 4, 12], - "to": [13, 12, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 4, 12]}, - "faces": { - "north": {"uv": [2, 5, 2.5, 9], "texture": "#1"}, - "east": {"uv": [2.5, 5, 3, 9], "texture": "#1"}, - "south": {"uv": [5, 6, 5.5, 10], "texture": "#1"}, - "west": {"uv": [5.5, 6, 6, 10], "texture": "#1"}, - "up": {"uv": [12.5, 1.5, 12, 1], "texture": "#1"}, - "down": {"uv": [12.5, 1.5, 12, 2], "texture": "#1"} - } - }, - { - "from": [7, 7, 1], - "to": [9, 9, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 1]}, - "faces": { - "north": {"uv": [2, 11.5, 3, 12.5], "texture": "#1"}, - "east": {"uv": [0, 10.5, 1.5, 11.5], "texture": "#1"}, - "south": {"uv": [11.5, 2.5, 12.5, 3.5], "texture": "#1"}, - "west": {"uv": [1.5, 10.5, 3, 11.5], "texture": "#1"}, - "up": {"uv": [6, 11.5, 5, 10], "texture": "#1"}, - "down": {"uv": [11.5, 3, 10.5, 4.5], "texture": "#1"} - } - }, - { - "from": [4, 12, 12], - "to": [12, 13, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 12, 12]}, - "faces": { - "north": {"uv": [6, 6, 10, 6.5], "texture": "#1"}, - "east": {"uv": [12, 2, 12.5, 2.5], "texture": "#1"}, - "south": {"uv": [6, 6.5, 10, 7], "texture": "#1"}, - "west": {"uv": [3, 12, 3.5, 12.5], "texture": "#1"}, - "up": {"uv": [11, 1.5, 7, 1], "texture": "#1"}, - "down": {"uv": [11, 1.5, 7, 2], "texture": "#1"} - } - }, - { - "from": [4, 3, 12], - "to": [12, 4, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 12]}, - "faces": { - "north": {"uv": [7, 2, 11, 2.5], "texture": "#1"}, - "east": {"uv": [3.5, 12, 4, 12.5], "texture": "#1"}, - "south": {"uv": [7, 2.5, 11, 3], "texture": "#1"}, - "west": {"uv": [4, 12, 4.5, 12.5], "texture": "#1"}, - "up": {"uv": [10, 7.5, 6, 7], "texture": "#1"}, - "down": {"uv": [10, 7.5, 6, 8], "texture": "#1"} - } - }, - { - "from": [7, 7, 12], - "to": [9, 9, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 12]}, - "faces": { - "north": {"uv": [11.5, 3.5, 12.5, 4.5], "texture": "#1"}, - "east": {"uv": [10.5, 4.5, 12, 5.5], "texture": "#1"}, - "south": {"uv": [5, 11.5, 6, 12.5], "texture": "#1"}, - "west": {"uv": [10.5, 8, 12, 9], "texture": "#1"}, - "up": {"uv": [10, 12, 9, 10.5], "texture": "#1"}, - "down": {"uv": [12, 1, 11, 2.5], "texture": "#1"} - } - }, - { - "from": [3, 4, 12], - "to": [4, 12, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 4, 12]}, - "faces": { - "north": {"uv": [3, 7, 3.5, 11], "texture": "#1"}, - "east": {"uv": [3.5, 7, 4, 11], "texture": "#1"}, - "south": {"uv": [4, 7, 4.5, 11], "texture": "#1"}, - "west": {"uv": [4.5, 7, 5, 11], "texture": "#1"}, - "up": {"uv": [5, 12.5, 4.5, 12], "texture": "#1"}, - "down": {"uv": [12.5, 4.5, 12, 5], "texture": "#1"} - } - }, - { - "from": [3, 3, 4], - "to": [4, 4, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 3, 4]}, - "faces": { - "north": {"uv": [12, 5, 12.5, 5.5], "texture": "#1"}, - "east": {"uv": [8, 0, 12, 0.5], "texture": "#1"}, - "south": {"uv": [12, 5.5, 12.5, 6], "texture": "#1"}, - "west": {"uv": [8, 0.5, 12, 1], "texture": "#1"}, - "up": {"uv": [6.5, 12, 6, 8], "texture": "#1"}, - "down": {"uv": [7, 8, 6.5, 12], "texture": "#1"} - } - }, - { - "from": [0, 0, 4], - "to": [1, 1, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 4]}, - "faces": { - "north": {"uv": [8, 6.5, 8.25, 6.75], "texture": "#0"}, - "east": {"uv": [4.5, 4.5, 6.5, 4.75], "texture": "#0"}, - "south": {"uv": [8, 7, 8.25, 7.25], "texture": "#0"}, - "west": {"uv": [4.5, 4.75, 6.5, 5], "texture": "#0"}, - "up": {"uv": [4.75, 7, 4.5, 5], "texture": "#0"}, - "down": {"uv": [5, 5, 4.75, 7], "texture": "#0"} - } - }, - { - "from": [0, 15, 4], - "to": [1, 16, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 15, 4]}, - "faces": { - "north": {"uv": [8.25, 0, 8.5, 0.25], "texture": "#0"}, - "east": {"uv": [5, 5, 7, 5.25], "texture": "#0"}, - "south": {"uv": [8.25, 0.75, 8.5, 1], "texture": "#0"}, - "west": {"uv": [0, 5.25, 2, 5.5], "texture": "#0"}, - "up": {"uv": [5.5, 2, 5.25, 0], "texture": "#0"}, - "down": {"uv": [2.25, 5.25, 2, 7.25], "texture": "#0"} - } - }, - { - "from": [4, 0, 0], - "to": [12, 1, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 0]}, - "faces": { - "north": {"uv": [5.25, 2, 7.25, 2.25], "texture": "#0"}, - "east": {"uv": [5.25, 8.5, 5.5, 8.75], "texture": "#0"}, - "south": {"uv": [2.25, 5.25, 4.25, 5.5], "texture": "#0"}, - "west": {"uv": [5.5, 8.5, 5.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 2.5, 5.25, 2.25], "texture": "#0"}, - "down": {"uv": [7.25, 2.5, 5.25, 2.75], "texture": "#0"} - } - }, - { - "from": [4, 15, 0], - "to": [12, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 15, 0]}, - "faces": { - "north": {"uv": [5.25, 2.75, 7.25, 3], "texture": "#0"}, - "east": {"uv": [8.5, 5.5, 8.75, 5.75], "texture": "#0"}, - "south": {"uv": [5.25, 3, 7.25, 3.25], "texture": "#0"}, - "west": {"uv": [5.75, 8.5, 6, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 3.5, 5.25, 3.25], "texture": "#0"}, - "down": {"uv": [7.25, 3.5, 5.25, 3.75], "texture": "#0"} - } - }, - { - "from": [15, 0, 4], - "to": [16, 1, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 0, 4]}, - "faces": { - "north": {"uv": [8.5, 5.75, 8.75, 6], "texture": "#0"}, - "east": {"uv": [5.25, 3.75, 7.25, 4], "texture": "#0"}, - "south": {"uv": [6, 8.5, 6.25, 8.75], "texture": "#0"}, - "west": {"uv": [5.25, 4, 7.25, 4.25], "texture": "#0"}, - "up": {"uv": [4.5, 7.25, 4.25, 5.25], "texture": "#0"}, - "down": {"uv": [5.25, 5.25, 5, 7.25], "texture": "#0"} - } - }, - { - "from": [15, 15, 4], - "to": [16, 16, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 15, 4]}, - "faces": { - "north": {"uv": [8.5, 6, 8.75, 6.25], "texture": "#0"}, - "east": {"uv": [5.25, 4.25, 7.25, 4.5], "texture": "#0"}, - "south": {"uv": [6.25, 8.5, 6.5, 8.75], "texture": "#0"}, - "west": {"uv": [5.25, 5.25, 7.25, 5.5], "texture": "#0"}, - "up": {"uv": [0.25, 7.5, 0, 5.5], "texture": "#0"}, - "down": {"uv": [5.75, 0, 5.5, 2], "texture": "#0"} - } - }, - { - "from": [4, 0, 15], - "to": [12, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 15]}, - "faces": { - "north": {"uv": [2.25, 5.5, 4.25, 5.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.25, 8.75, 6.5], "texture": "#0"}, - "south": {"uv": [5.25, 5.5, 7.25, 5.75], "texture": "#0"}, - "west": {"uv": [6.5, 8.5, 6.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.75, 0.25, 5.75, 0], "texture": "#0"}, - "down": {"uv": [7.75, 0.25, 5.75, 0.5], "texture": "#0"} - } - }, - { - "from": [4, 15, 15], - "to": [12, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 15, 15]}, - "faces": { - "north": {"uv": [5.75, 0.5, 7.75, 0.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.5, 8.75, 6.75], "texture": "#0"}, - "south": {"uv": [5.75, 0.75, 7.75, 1], "texture": "#0"}, - "west": {"uv": [6.75, 8.5, 7, 8.75], "texture": "#0"}, - "up": {"uv": [7.75, 1.25, 5.75, 1], "texture": "#0"}, - "down": {"uv": [7.75, 1.25, 5.75, 1.5], "texture": "#0"} - } - }, - { - "from": [2, 0, 1], - "to": [4, 1, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 0, 1]}, - "faces": { - "north": {"uv": [5.75, 1.5, 6.25, 1.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.75, 8.75, 7], "texture": "#0"}, - "south": {"uv": [5.75, 1.75, 6.25, 2], "texture": "#0"}, - "west": {"uv": [8.5, 7, 8.75, 7.25], "texture": "#0"}, - "up": {"uv": [6, 6, 5.5, 5.75], "texture": "#0"}, - "down": {"uv": [6, 6, 5.5, 6.25], "texture": "#0"} - } - }, - { - "from": [2, 15, 1], - "to": [4, 16, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 15, 1]}, - "faces": { - "north": {"uv": [6, 5.75, 6.5, 6], "texture": "#0"}, - "east": {"uv": [7.25, 8.5, 7.5, 8.75], "texture": "#0"}, - "south": {"uv": [6, 6, 6.5, 6.25], "texture": "#0"}, - "west": {"uv": [8.5, 7.25, 8.75, 7.5], "texture": "#0"}, - "up": {"uv": [6.75, 1.75, 6.25, 1.5], "texture": "#0"}, - "down": {"uv": [6.75, 1.75, 6.25, 2], "texture": "#0"} - } - }, - { - "from": [1, 0, 2], - "to": [2, 1, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 2]}, - "faces": { - "north": {"uv": [7.5, 8.5, 7.75, 8.75], "texture": "#0"}, - "east": {"uv": [5.5, 6.25, 6, 6.5], "texture": "#0"}, - "south": {"uv": [8.5, 7.5, 8.75, 7.75], "texture": "#0"}, - "west": {"uv": [6, 6.25, 6.5, 6.5], "texture": "#0"}, - "up": {"uv": [6.75, 5, 6.5, 4.5], "texture": "#0"}, - "down": {"uv": [5.75, 6.5, 5.5, 7], "texture": "#0"} - } - }, - { - "from": [1, 15, 2], - "to": [2, 16, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 15, 2]}, - "faces": { - "north": {"uv": [7.75, 8.5, 8, 8.75], "texture": "#0"}, - "east": {"uv": [5.75, 6.5, 6.25, 6.75], "texture": "#0"}, - "south": {"uv": [8.5, 7.75, 8.75, 8], "texture": "#0"}, - "west": {"uv": [6.5, 5.75, 7, 6], "texture": "#0"}, - "up": {"uv": [6.75, 6.5, 6.5, 6], "texture": "#0"}, - "down": {"uv": [6.5, 6.5, 6.25, 7], "texture": "#0"} - } - }, - { - "from": [12, 0, 1], - "to": [14, 1, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 0, 1]}, - "faces": { - "north": {"uv": [6.5, 6.5, 7, 6.75], "texture": "#0"}, - "east": {"uv": [8.5, 8, 8.75, 8.25], "texture": "#0"}, - "south": {"uv": [6.75, 1.5, 7.25, 1.75], "texture": "#0"}, - "west": {"uv": [8.25, 8.5, 8.5, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 2, 6.75, 1.75], "texture": "#0"}, - "down": {"uv": [7.25, 4.5, 6.75, 4.75], "texture": "#0"} - } - }, - { - "from": [12, 15, 1], - "to": [14, 16, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 15, 1]}, - "faces": { - "north": {"uv": [6.75, 4.75, 7.25, 5], "texture": "#0"}, - "east": {"uv": [8.5, 8.25, 8.75, 8.5], "texture": "#0"}, - "south": {"uv": [5.75, 6.75, 6.25, 7], "texture": "#0"}, - "west": {"uv": [8.5, 8.5, 8.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 6.25, 6.75, 6], "texture": "#0"}, - "down": {"uv": [7.25, 6.25, 6.75, 6.5], "texture": "#0"} - } - }, - { - "from": [14, 0, 2], - "to": [15, 1, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 2]}, - "faces": { - "north": {"uv": [0, 8.75, 0.25, 9], "texture": "#0"}, - "east": {"uv": [6.5, 6.75, 7, 7], "texture": "#0"}, - "south": {"uv": [8.75, 0, 9, 0.25], "texture": "#0"}, - "west": {"uv": [4.5, 7, 5, 7.25], "texture": "#0"}, - "up": {"uv": [5.75, 7.5, 5.5, 7], "texture": "#0"}, - "down": {"uv": [6, 7, 5.75, 7.5], "texture": "#0"} - } - }, - { - "from": [14, 15, 2], - "to": [15, 16, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 15, 2]}, - "faces": { - "north": {"uv": [0.25, 8.75, 0.5, 9], "texture": "#0"}, - "east": {"uv": [7, 5, 7.5, 5.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.25, 9, 0.5], "texture": "#0"}, - "west": {"uv": [7, 5.75, 7.5, 6], "texture": "#0"}, - "up": {"uv": [6.25, 7.5, 6, 7], "texture": "#0"}, - "down": {"uv": [6.5, 7, 6.25, 7.5], "texture": "#0"} - } - }, - { - "from": [1, 0, 12], - "to": [2, 1, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 12]}, - "faces": { - "north": {"uv": [0.5, 8.75, 0.75, 9], "texture": "#0"}, - "east": {"uv": [6.5, 7, 7, 7.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.5, 9, 0.75], "texture": "#0"}, - "west": {"uv": [7, 6.5, 7.5, 6.75], "texture": "#0"}, - "up": {"uv": [7.25, 7.25, 7, 6.75], "texture": "#0"}, - "down": {"uv": [7.5, 1.5, 7.25, 2], "texture": "#0"} - } - }, - { - "from": [1, 15, 12], - "to": [2, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 15, 12]}, - "faces": { - "north": {"uv": [0.75, 8.75, 1, 9], "texture": "#0"}, - "east": {"uv": [7.25, 2, 7.75, 2.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.75, 9, 1], "texture": "#0"}, - "west": {"uv": [7.25, 2.25, 7.75, 2.5], "texture": "#0"}, - "up": {"uv": [2.25, 7.75, 2, 7.25], "texture": "#0"}, - "down": {"uv": [7.5, 2.5, 7.25, 3], "texture": "#0"} - } - }, - { - "from": [2, 0, 14], - "to": [4, 1, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 0, 14]}, - "faces": { - "north": {"uv": [7.25, 3, 7.75, 3.25], "texture": "#0"}, - "east": {"uv": [1, 8.75, 1.25, 9], "texture": "#0"}, - "south": {"uv": [7.25, 3.25, 7.75, 3.5], "texture": "#0"}, - "west": {"uv": [8.75, 1, 9, 1.25], "texture": "#0"}, - "up": {"uv": [7.75, 3.75, 7.25, 3.5], "texture": "#0"}, - "down": {"uv": [7.75, 3.75, 7.25, 4], "texture": "#0"} - } - }, - { - "from": [2, 15, 14], - "to": [4, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 15, 14]}, - "faces": { - "north": {"uv": [7.25, 4, 7.75, 4.25], "texture": "#0"}, - "east": {"uv": [1.25, 8.75, 1.5, 9], "texture": "#0"}, - "south": {"uv": [4.25, 7.25, 4.75, 7.5], "texture": "#0"}, - "west": {"uv": [8.75, 1.25, 9, 1.5], "texture": "#0"}, - "up": {"uv": [7.75, 4.5, 7.25, 4.25], "texture": "#0"}, - "down": {"uv": [7.75, 4.5, 7.25, 4.75], "texture": "#0"} - } - }, - { - "from": [14, 0, 12], - "to": [15, 1, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 12]}, - "faces": { - "north": {"uv": [1.5, 8.75, 1.75, 9], "texture": "#0"}, - "east": {"uv": [4.75, 7.25, 5.25, 7.5], "texture": "#0"}, - "south": {"uv": [8.75, 1.5, 9, 1.75], "texture": "#0"}, - "west": {"uv": [7.25, 4.75, 7.75, 5], "texture": "#0"}, - "up": {"uv": [7.5, 5.75, 7.25, 5.25], "texture": "#0"}, - "down": {"uv": [7.5, 6, 7.25, 6.5], "texture": "#0"} - } - }, - { - "from": [14, 15, 12], - "to": [15, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 15, 12]}, - "faces": { - "north": {"uv": [1.75, 8.75, 2, 9], "texture": "#0"}, - "east": {"uv": [6.5, 7.25, 7, 7.5], "texture": "#0"}, - "south": {"uv": [8.75, 1.75, 9, 2], "texture": "#0"}, - "west": {"uv": [7.25, 6.75, 7.75, 7], "texture": "#0"}, - "up": {"uv": [7.25, 7.75, 7, 7.25], "texture": "#0"}, - "down": {"uv": [7.5, 7, 7.25, 7.5], "texture": "#0"} - } - }, - { - "from": [12, 0, 14], - "to": [14, 1, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 0, 14]}, - "faces": { - "north": {"uv": [0, 7.5, 0.5, 7.75], "texture": "#0"}, - "east": {"uv": [2, 8.75, 2.25, 9], "texture": "#0"}, - "south": {"uv": [0.5, 7.5, 1, 7.75], "texture": "#0"}, - "west": {"uv": [8.75, 2, 9, 2.25], "texture": "#0"}, - "up": {"uv": [1.5, 7.75, 1, 7.5], "texture": "#0"}, - "down": {"uv": [2, 7.5, 1.5, 7.75], "texture": "#0"} - } - }, - { - "from": [12, 15, 14], - "to": [14, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 15, 14]}, - "faces": { - "north": {"uv": [7.5, 1.5, 8, 1.75], "texture": "#0"}, - "east": {"uv": [2.25, 8.75, 2.5, 9], "texture": "#0"}, - "south": {"uv": [7.5, 1.75, 8, 2], "texture": "#0"}, - "west": {"uv": [8.75, 2.25, 9, 2.5], "texture": "#0"}, - "up": {"uv": [8, 2.75, 7.5, 2.5], "texture": "#0"}, - "down": {"uv": [8, 2.75, 7.5, 3], "texture": "#0"} - } - }, - { - "from": [2, 1, 0], - "to": [4, 2, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 1, 0]}, - "faces": { - "north": {"uv": [4.25, 7.5, 4.75, 7.75], "texture": "#0"}, - "east": {"uv": [2.5, 8.75, 2.75, 9], "texture": "#0"}, - "south": {"uv": [4.75, 7.5, 5.25, 7.75], "texture": "#0"}, - "west": {"uv": [8.75, 2.5, 9, 2.75], "texture": "#0"}, - "up": {"uv": [8, 5.25, 7.5, 5], "texture": "#0"}, - "down": {"uv": [8, 5.25, 7.5, 5.5], "texture": "#0"} - } - }, - { - "from": [2, 14, 0], - "to": [4, 15, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 14, 0]}, - "faces": { - "north": {"uv": [5.5, 7.5, 6, 7.75], "texture": "#0"}, - "east": {"uv": [2.75, 8.75, 3, 9], "texture": "#0"}, - "south": {"uv": [7.5, 5.5, 8, 5.75], "texture": "#0"}, - "west": {"uv": [8.75, 2.75, 9, 3], "texture": "#0"}, - "up": {"uv": [8, 6, 7.5, 5.75], "texture": "#0"}, - "down": {"uv": [6.5, 7.5, 6, 7.75], "texture": "#0"} - } - }, - { - "from": [0, 1, 2], - "to": [1, 2, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 2]}, - "faces": { - "north": {"uv": [3, 8.75, 3.25, 9], "texture": "#0"}, - "east": {"uv": [7.5, 6, 8, 6.25], "texture": "#0"}, - "south": {"uv": [8.75, 3, 9, 3.25], "texture": "#0"}, - "west": {"uv": [7.5, 6.25, 8, 6.5], "texture": "#0"}, - "up": {"uv": [6.75, 8, 6.5, 7.5], "texture": "#0"}, - "down": {"uv": [7, 7.5, 6.75, 8], "texture": "#0"} - } - }, - { - "from": [0, 14, 2], - "to": [1, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 14, 2]}, - "faces": { - "north": {"uv": [3.25, 8.75, 3.5, 9], "texture": "#0"}, - "east": {"uv": [7.5, 6.5, 8, 6.75], "texture": "#0"}, - "south": {"uv": [8.75, 3.25, 9, 3.5], "texture": "#0"}, - "west": {"uv": [7.5, 7, 8, 7.25], "texture": "#0"}, - "up": {"uv": [7.5, 8, 7.25, 7.5], "texture": "#0"}, - "down": {"uv": [7.75, 7.25, 7.5, 7.75], "texture": "#0"} - } - }, - { - "from": [0, 1, 12], - "to": [1, 2, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 12]}, - "faces": { - "north": {"uv": [3.5, 8.75, 3.75, 9], "texture": "#0"}, - "east": {"uv": [0, 7.75, 0.5, 8], "texture": "#0"}, - "south": {"uv": [8.75, 3.5, 9, 3.75], "texture": "#0"}, - "west": {"uv": [7.75, 0, 8.25, 0.25], "texture": "#0"}, - "up": {"uv": [8, 0.75, 7.75, 0.25], "texture": "#0"}, - "down": {"uv": [0.75, 7.75, 0.5, 8.25], "texture": "#0"} - } - }, - { - "from": [0, 14, 12], - "to": [1, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 14, 12]}, - "faces": { - "north": {"uv": [3.75, 8.75, 4, 9], "texture": "#0"}, - "east": {"uv": [0.75, 7.75, 1.25, 8], "texture": "#0"}, - "south": {"uv": [8.75, 3.75, 9, 4], "texture": "#0"}, - "west": {"uv": [7.75, 0.75, 8.25, 1], "texture": "#0"}, - "up": {"uv": [8, 1.5, 7.75, 1], "texture": "#0"}, - "down": {"uv": [1.5, 7.75, 1.25, 8.25], "texture": "#0"} - } - }, - { - "from": [12, 1, 0], - "to": [14, 2, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 0]}, - "faces": { - "north": {"uv": [1.5, 7.75, 2, 8], "texture": "#0"}, - "east": {"uv": [4, 8.75, 4.25, 9], "texture": "#0"}, - "south": {"uv": [2, 7.75, 2.5, 8], "texture": "#0"}, - "west": {"uv": [8.75, 4, 9, 4.25], "texture": "#0"}, - "up": {"uv": [8.25, 2.25, 7.75, 2], "texture": "#0"}, - "down": {"uv": [8.25, 2.25, 7.75, 2.5], "texture": "#0"} - } - }, - { - "from": [12, 14, 0], - "to": [14, 15, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 0]}, - "faces": { - "north": {"uv": [2.5, 7.75, 3, 8], "texture": "#0"}, - "east": {"uv": [8.75, 4.25, 9, 4.5], "texture": "#0"}, - "south": {"uv": [3, 7.75, 3.5, 8], "texture": "#0"}, - "west": {"uv": [8.75, 4.5, 9, 4.75], "texture": "#0"}, - "up": {"uv": [8.25, 3.25, 7.75, 3], "texture": "#0"}, - "down": {"uv": [8.25, 3.25, 7.75, 3.5], "texture": "#0"} - } - }, - { - "from": [15, 1, 2], - "to": [16, 2, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 1, 2]}, - "faces": { - "north": {"uv": [4.75, 8.75, 5, 9], "texture": "#0"}, - "east": {"uv": [3.5, 7.75, 4, 8], "texture": "#0"}, - "south": {"uv": [8.75, 4.75, 9, 5], "texture": "#0"}, - "west": {"uv": [7.75, 3.5, 8.25, 3.75], "texture": "#0"}, - "up": {"uv": [8, 4.25, 7.75, 3.75], "texture": "#0"}, - "down": {"uv": [4.25, 7.75, 4, 8.25], "texture": "#0"} - } - }, - { - "from": [15, 14, 2], - "to": [16, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 14, 2]}, - "faces": { - "north": {"uv": [8.75, 5, 9, 5.25], "texture": "#0"}, - "east": {"uv": [4.25, 7.75, 4.75, 8], "texture": "#0"}, - "south": {"uv": [5.25, 8.75, 5.5, 9], "texture": "#0"}, - "west": {"uv": [7.75, 4.25, 8.25, 4.5], "texture": "#0"}, - "up": {"uv": [8, 5, 7.75, 4.5], "texture": "#0"}, - "down": {"uv": [5, 7.75, 4.75, 8.25], "texture": "#0"} - } - }, - { - "from": [2, 1, 15], - "to": [4, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 1, 15]}, - "faces": { - "north": {"uv": [5, 7.75, 5.5, 8], "texture": "#0"}, - "east": {"uv": [8.75, 5.25, 9, 5.5], "texture": "#0"}, - "south": {"uv": [5.5, 7.75, 6, 8], "texture": "#0"}, - "west": {"uv": [5.5, 8.75, 5.75, 9], "texture": "#0"}, - "up": {"uv": [6.5, 8, 6, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 6.75, 7.75, 7], "texture": "#0"} - } - }, - { - "from": [2, 14, 15], - "to": [4, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 14, 15]}, - "faces": { - "north": {"uv": [7.75, 7.25, 8.25, 7.5], "texture": "#0"}, - "east": {"uv": [8.75, 5.5, 9, 5.75], "texture": "#0"}, - "south": {"uv": [7.5, 7.75, 8, 8], "texture": "#0"}, - "west": {"uv": [5.75, 8.75, 6, 9], "texture": "#0"}, - "up": {"uv": [8.25, 7.75, 7.75, 7.5], "texture": "#0"}, - "down": {"uv": [0.5, 8, 0, 8.25], "texture": "#0"} - } - }, - { - "from": [12, 1, 15], - "to": [14, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 15]}, - "faces": { - "north": {"uv": [8, 0.25, 8.5, 0.5], "texture": "#0"}, - "east": {"uv": [8.75, 5.75, 9, 6], "texture": "#0"}, - "south": {"uv": [8, 0.5, 8.5, 0.75], "texture": "#0"}, - "west": {"uv": [6, 8.75, 6.25, 9], "texture": "#0"}, - "up": {"uv": [1.25, 8.25, 0.75, 8], "texture": "#0"}, - "down": {"uv": [8.5, 1, 8, 1.25], "texture": "#0"} - } - }, - { - "from": [12, 14, 15], - "to": [14, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 15]}, - "faces": { - "north": {"uv": [8, 1.25, 8.5, 1.5], "texture": "#0"}, - "east": {"uv": [8.75, 6, 9, 6.25], "texture": "#0"}, - "south": {"uv": [1.5, 8, 2, 8.25], "texture": "#0"}, - "west": {"uv": [6.25, 8.75, 6.5, 9], "texture": "#0"}, - "up": {"uv": [8.5, 1.75, 8, 1.5], "texture": "#0"}, - "down": {"uv": [8.5, 1.75, 8, 2], "texture": "#0"} - } - }, - { - "from": [15, 1, 12], - "to": [16, 2, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 1, 13]}, - "faces": { - "north": {"uv": [8.75, 6.25, 9, 6.5], "texture": "#0"}, - "east": {"uv": [2, 8, 2.5, 8.25], "texture": "#0"}, - "south": {"uv": [6.5, 8.75, 6.75, 9], "texture": "#0"}, - "west": {"uv": [2.5, 8, 3, 8.25], "texture": "#0"}, - "up": {"uv": [7.25, 8.25, 7, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 2.5, 8, 3], "texture": "#0"} - } - }, - { - "from": [15, 14, 12], - "to": [16, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 14, 13]}, - "faces": { - "north": {"uv": [8.75, 6.5, 9, 6.75], "texture": "#0"}, - "east": {"uv": [3, 8, 3.5, 8.25], "texture": "#0"}, - "south": {"uv": [6.75, 8.75, 7, 9], "texture": "#0"}, - "west": {"uv": [3.5, 8, 4, 8.25], "texture": "#0"}, - "up": {"uv": [8.25, 4.25, 8, 3.75], "texture": "#0"}, - "down": {"uv": [4.5, 8, 4.25, 8.5], "texture": "#0"} - } - }, - { - "from": [0, 2, 1], - "to": [1, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 1]}, - "faces": { - "north": {"uv": [4.5, 8, 4.75, 8.5], "texture": "#0"}, - "east": {"uv": [8, 4.5, 8.25, 5], "texture": "#0"}, - "south": {"uv": [5, 8, 5.25, 8.5], "texture": "#0"}, - "west": {"uv": [8, 5, 8.25, 5.5], "texture": "#0"}, - "up": {"uv": [9, 7, 8.75, 6.75], "texture": "#0"}, - "down": {"uv": [7.25, 8.75, 7, 9], "texture": "#0"} - } - }, - { - "from": [0, 12, 1], - "to": [1, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 12, 1]}, - "faces": { - "north": {"uv": [5.25, 8, 5.5, 8.5], "texture": "#0"}, - "east": {"uv": [5.5, 8, 5.75, 8.5], "texture": "#0"}, - "south": {"uv": [8, 5.5, 8.25, 6], "texture": "#0"}, - "west": {"uv": [5.75, 8, 6, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.25, 8.75, 7], "texture": "#0"}, - "down": {"uv": [7.5, 8.75, 7.25, 9], "texture": "#0"} - } - }, - { - "from": [1, 2, 0], - "to": [2, 4, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 2, 0]}, - "faces": { - "north": {"uv": [6, 8, 6.25, 8.5], "texture": "#0"}, - "east": {"uv": [8, 6, 8.25, 6.5], "texture": "#0"}, - "south": {"uv": [6.25, 8, 6.5, 8.5], "texture": "#0"}, - "west": {"uv": [6.5, 8, 6.75, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.5, 8.75, 7.25], "texture": "#0"}, - "down": {"uv": [7.75, 8.75, 7.5, 9], "texture": "#0"} - } - }, - { - "from": [1, 12, 0], - "to": [2, 14, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 0]}, - "faces": { - "north": {"uv": [6.75, 8, 7, 8.5], "texture": "#0"}, - "east": {"uv": [7.25, 8, 7.5, 8.5], "texture": "#0"}, - "south": {"uv": [7.5, 8, 7.75, 8.5], "texture": "#0"}, - "west": {"uv": [7.75, 8, 8, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.75, 8.75, 7.5], "texture": "#0"}, - "down": {"uv": [8, 8.75, 7.75, 9], "texture": "#0"} - } - }, - { - "from": [0, 2, 14], - "to": [1, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 14]}, - "faces": { - "north": {"uv": [8, 7.75, 8.25, 8.25], "texture": "#0"}, - "east": {"uv": [0, 8.25, 0.25, 8.75], "texture": "#0"}, - "south": {"uv": [0.25, 8.25, 0.5, 8.75], "texture": "#0"}, - "west": {"uv": [0.5, 8.25, 0.75, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8, 8.75, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 8.75, 8, 9], "texture": "#0"} - } - }, - { - "from": [0, 12, 14], - "to": [1, 14, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 12, 14]}, - "faces": { - "north": {"uv": [0.75, 8.25, 1, 8.75], "texture": "#0"}, - "east": {"uv": [1, 8.25, 1.25, 8.75], "texture": "#0"}, - "south": {"uv": [1.25, 8.25, 1.5, 8.75], "texture": "#0"}, - "west": {"uv": [1.5, 8.25, 1.75, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.25, 8.75, 8], "texture": "#0"}, - "down": {"uv": [8.5, 8.75, 8.25, 9], "texture": "#0"} - } - }, - { - "from": [1, 2, 15], - "to": [2, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 2, 15]}, - "faces": { - "north": {"uv": [1.75, 8.25, 2, 8.75], "texture": "#0"}, - "east": {"uv": [2, 8.25, 2.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 2, 8.5, 2.5], "texture": "#0"}, - "west": {"uv": [2.25, 8.25, 2.5, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.5, 8.75, 8.25], "texture": "#0"}, - "down": {"uv": [8.75, 8.75, 8.5, 9], "texture": "#0"} - } - }, - { - "from": [1, 12, 15], - "to": [2, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 15]}, - "faces": { - "north": {"uv": [2.5, 8.25, 2.75, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 2.5, 8.5, 3], "texture": "#0"}, - "south": {"uv": [2.75, 8.25, 3, 8.75], "texture": "#0"}, - "west": {"uv": [3, 8.25, 3.25, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.75, 8.75, 8.5], "texture": "#0"}, - "down": {"uv": [9, 8.75, 8.75, 9], "texture": "#0"} - } - }, - { - "from": [14, 2, 15], - "to": [15, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 2, 15]}, - "faces": { - "north": {"uv": [8.25, 3, 8.5, 3.5], "texture": "#0"}, - "east": {"uv": [3.25, 8.25, 3.5, 8.75], "texture": "#0"}, - "south": {"uv": [3.5, 8.25, 3.75, 8.75], "texture": "#0"}, - "west": {"uv": [8.25, 3.5, 8.5, 4], "texture": "#0"}, - "up": {"uv": [0.25, 9.25, 0, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0, 9, 0.25], "texture": "#0"} - } - }, - { - "from": [14, 12, 15], - "to": [15, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 15]}, - "faces": { - "north": {"uv": [3.75, 8.25, 4, 8.75], "texture": "#0"}, - "east": {"uv": [4, 8.25, 4.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 4, 8.5, 4.5], "texture": "#0"}, - "west": {"uv": [8.25, 4.5, 8.5, 5], "texture": "#0"}, - "up": {"uv": [0.5, 9.25, 0.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.25, 9, 0.5], "texture": "#0"} - } - }, - { - "from": [15, 2, 14], - "to": [16, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 2, 14]}, - "faces": { - "north": {"uv": [4.75, 8.25, 5, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 5, 8.5, 5.5], "texture": "#0"}, - "south": {"uv": [8.25, 5.5, 8.5, 6], "texture": "#0"}, - "west": {"uv": [8.25, 6, 8.5, 6.5], "texture": "#0"}, - "up": {"uv": [0.75, 9.25, 0.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.5, 9, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 12, 14], - "to": [16, 14, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 14]}, - "faces": { - "north": {"uv": [8.25, 6.5, 8.5, 7], "texture": "#0"}, - "east": {"uv": [7, 8.25, 7.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 7, 8.5, 7.5], "texture": "#0"}, - "west": {"uv": [8.25, 7.5, 8.5, 8], "texture": "#0"}, - "up": {"uv": [1, 9.25, 0.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.75, 9, 1], "texture": "#0"} - } - }, - { - "from": [14, 2, 0], - "to": [15, 4, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 2, 0]}, - "faces": { - "north": {"uv": [8, 8.25, 8.25, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 8, 8.5, 8.5], "texture": "#0"}, - "south": {"uv": [8.5, 0, 8.75, 0.5], "texture": "#0"}, - "west": {"uv": [8.5, 0.5, 8.75, 1], "texture": "#0"}, - "up": {"uv": [1.25, 9.25, 1, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1, 9, 1.25], "texture": "#0"} - } - }, - { - "from": [14, 12, 0], - "to": [15, 14, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 0]}, - "faces": { - "north": {"uv": [8.5, 1, 8.75, 1.5], "texture": "#0"}, - "east": {"uv": [8.5, 1.5, 8.75, 2], "texture": "#0"}, - "south": {"uv": [8.5, 2, 8.75, 2.5], "texture": "#0"}, - "west": {"uv": [8.5, 2.5, 8.75, 3], "texture": "#0"}, - "up": {"uv": [1.5, 9.25, 1.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.25, 9, 1.5], "texture": "#0"} - } - }, - { - "from": [15, 2, 1], - "to": [16, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 2, 1]}, - "faces": { - "north": {"uv": [8.5, 3, 8.75, 3.5], "texture": "#0"}, - "east": {"uv": [8.5, 3.5, 8.75, 4], "texture": "#0"}, - "south": {"uv": [8.5, 4, 8.75, 4.5], "texture": "#0"}, - "west": {"uv": [4.25, 8.5, 4.5, 9], "texture": "#0"}, - "up": {"uv": [1.75, 9.25, 1.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.5, 9, 1.75], "texture": "#0"} - } - }, - { - "from": [15, 12, 1], - "to": [16, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 1]}, - "faces": { - "north": {"uv": [4.5, 8.5, 4.75, 9], "texture": "#0"}, - "east": {"uv": [8.5, 4.5, 8.75, 5], "texture": "#0"}, - "south": {"uv": [5, 8.5, 5.25, 9], "texture": "#0"}, - "west": {"uv": [8.5, 5, 8.75, 5.5], "texture": "#0"}, - "up": {"uv": [2, 9.25, 1.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.75, 9, 2], "texture": "#0"} - } - }, - { - "from": [0, 4, 0], - "to": [1, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 4, 0]}, - "faces": { - "north": {"uv": [0.25, 5.5, 0.5, 7.5], "texture": "#0"}, - "east": {"uv": [0.5, 5.5, 0.75, 7.5], "texture": "#0"}, - "south": {"uv": [0.75, 5.5, 1, 7.5], "texture": "#0"}, - "west": {"uv": [1, 5.5, 1.25, 7.5], "texture": "#0"}, - "up": {"uv": [2.25, 9.25, 2, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2, 9, 2.25], "texture": "#0"} - } - }, - { - "from": [15, 4, 0], - "to": [16, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 4, 0]}, - "faces": { - "north": {"uv": [1.25, 5.5, 1.5, 7.5], "texture": "#0"}, - "east": {"uv": [1.5, 5.5, 1.75, 7.5], "texture": "#0"}, - "south": {"uv": [1.75, 5.5, 2, 7.5], "texture": "#0"}, - "west": {"uv": [2.25, 5.75, 2.5, 7.75], "texture": "#0"}, - "up": {"uv": [2.5, 9.25, 2.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.25, 9, 2.5], "texture": "#0"} - } - }, - { - "from": [15, 4, 15], - "to": [16, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 4, 15]}, - "faces": { - "north": {"uv": [2.5, 5.75, 2.75, 7.75], "texture": "#0"}, - "east": {"uv": [2.75, 5.75, 3, 7.75], "texture": "#0"}, - "south": {"uv": [3, 5.75, 3.25, 7.75], "texture": "#0"}, - "west": {"uv": [3.25, 5.75, 3.5, 7.75], "texture": "#0"}, - "up": {"uv": [2.75, 9.25, 2.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.5, 9, 2.75], "texture": "#0"} - } - }, - { - "from": [0, 4, 15], - "to": [1, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 4, 15]}, - "faces": { - "north": {"uv": [3.5, 5.75, 3.75, 7.75], "texture": "#0"}, - "east": {"uv": [3.75, 5.75, 4, 7.75], "texture": "#0"}, - "south": {"uv": [4, 5.75, 4.25, 7.75], "texture": "#0"}, - "west": {"uv": [5.25, 5.75, 5.5, 7.75], "texture": "#0"}, - "up": {"uv": [3, 9.25, 2.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.75, 9, 3], "texture": "#0"} - } - }, - { - "from": [1, 1, 1], - "to": [4, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 1, 1]}, - "faces": { - "north": {"uv": [0, 0, 0.75, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1.5], "texture": "#0"}, - "south": {"uv": [0.75, 0, 1.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.75, 0.75, 1.5, 1.5], "texture": "#0"}, - "up": {"uv": [0.75, 2.25, 0, 1.5], "texture": "#0"}, - "down": {"uv": [2.25, 0, 1.5, 0.75], "texture": "#0"} - } - }, - { - "from": [1, 12, 1], - "to": [4, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 1]}, - "faces": { - "north": {"uv": [0.75, 1.5, 1.5, 2.25], "texture": "#0"}, - "east": {"uv": [1.5, 0.75, 2.25, 1.5], "texture": "#0"}, - "south": {"uv": [1.5, 1.5, 2.25, 2.25], "texture": "#0"}, - "west": {"uv": [0, 2.25, 0.75, 3], "texture": "#0"}, - "up": {"uv": [3, 0.75, 2.25, 0], "texture": "#0"}, - "down": {"uv": [1.5, 2.25, 0.75, 3], "texture": "#0"} - } - }, - { - "from": [12, 1, 1], - "to": [15, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 1]}, - "faces": { - "north": {"uv": [2.25, 0.75, 3, 1.5], "texture": "#0"}, - "east": {"uv": [1.5, 2.25, 2.25, 3], "texture": "#0"}, - "south": {"uv": [2.25, 1.5, 3, 2.25], "texture": "#0"}, - "west": {"uv": [2.25, 2.25, 3, 3], "texture": "#0"}, - "up": {"uv": [0.75, 3.75, 0, 3], "texture": "#0"}, - "down": {"uv": [3.75, 0, 3, 0.75], "texture": "#0"} - } - }, - { - "from": [12, 12, 1], - "to": [15, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 1]}, - "faces": { - "north": {"uv": [0.75, 3, 1.5, 3.75], "texture": "#0"}, - "east": {"uv": [3, 0.75, 3.75, 1.5], "texture": "#0"}, - "south": {"uv": [1.5, 3, 2.25, 3.75], "texture": "#0"}, - "west": {"uv": [3, 1.5, 3.75, 2.25], "texture": "#0"}, - "up": {"uv": [3, 3.75, 2.25, 3], "texture": "#0"}, - "down": {"uv": [3.75, 2.25, 3, 3], "texture": "#0"} - } - }, - { - "from": [12, 1, 12], - "to": [15, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 12]}, - "faces": { - "north": {"uv": [3, 3, 3.75, 3.75], "texture": "#0"}, - "east": {"uv": [0, 3.75, 0.75, 4.5], "texture": "#0"}, - "south": {"uv": [3.75, 0, 4.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.75, 3.75, 1.5, 4.5], "texture": "#0"}, - "up": {"uv": [4.5, 1.5, 3.75, 0.75], "texture": "#0"}, - "down": {"uv": [2.25, 3.75, 1.5, 4.5], "texture": "#0"} - } - }, - { - "from": [12, 12, 12], - "to": [15, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 12]}, - "faces": { - "north": {"uv": [3.75, 1.5, 4.5, 2.25], "texture": "#0"}, - "east": {"uv": [2.25, 3.75, 3, 4.5], "texture": "#0"}, - "south": {"uv": [3.75, 2.25, 4.5, 3], "texture": "#0"}, - "west": {"uv": [3, 3.75, 3.75, 4.5], "texture": "#0"}, - "up": {"uv": [4.5, 3.75, 3.75, 3], "texture": "#0"}, - "down": {"uv": [4.5, 3.75, 3.75, 4.5], "texture": "#0"} - } - }, - { - "from": [1, 1, 12], - "to": [4, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 1, 12]}, - "faces": { - "north": {"uv": [0, 4.5, 0.75, 5.25], "texture": "#0"}, - "east": {"uv": [4.5, 0, 5.25, 0.75], "texture": "#0"}, - "south": {"uv": [0.75, 4.5, 1.5, 5.25], "texture": "#0"}, - "west": {"uv": [4.5, 0.75, 5.25, 1.5], "texture": "#0"}, - "up": {"uv": [2.25, 5.25, 1.5, 4.5], "texture": "#0"}, - "down": {"uv": [5.25, 1.5, 4.5, 2.25], "texture": "#0"} - } - }, - { - "from": [1, 12, 12], - "to": [4, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 12]}, - "faces": { - "north": {"uv": [2.25, 4.5, 3, 5.25], "texture": "#0"}, - "east": {"uv": [4.5, 2.25, 5.25, 3], "texture": "#0"}, - "south": {"uv": [3, 4.5, 3.75, 5.25], "texture": "#0"}, - "west": {"uv": [4.5, 3, 5.25, 3.75], "texture": "#0"}, - "up": {"uv": [4.5, 5.25, 3.75, 4.5], "texture": "#0"}, - "down": {"uv": [5.25, 3.75, 4.5, 4.5], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [-16, -13, 0], - "translation": [0, 4, 0], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [-16, -13, 0], - "translation": [0, 4, 0], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [10, 16, 3], - "translation": [2, -1, 2], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_lefthand": { - "rotation": [10, 16, 3], - "translation": [2, -1, 2], - "scale": [0.6, 0.6, 0.6] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [20, 20, 0], - "translation": [0, -0.25, 0], - "scale": [0.7, 0.7, 0.7] - }, - "head": { - "translation": [0, 14.5, 0] - }, - "fixed": { - "translation": [0, 0, 3.5] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [1, 12, 12], - "children": [ - { - "name": "core", - "origin": [4, 4, 4], - "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] - }, - { - "name": "core_support", - "origin": [3, 3, 4], - "children": [25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42] - }, - { - "name": "frame", - "origin": [1, 12, 12], - "children": [43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110] - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/thatldu_singularity_resource_generator.json b/src/main/resources/assets/cuboidmod/models/block/thatldu_singularity_resource_generator.json deleted file mode 100644 index 1e9c60b..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/thatldu_singularity_resource_generator.json +++ /dev/null @@ -1,1061 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "texture_size": [64, 64], - "textures": { - "0": "cuboidmod:model/thatldu_singularity_resource_generator_casing", - "1": "cuboidmod:model/singularity_resource_generator_pillar", - "particle": "cuboidmod:model/thatldu_singularity_resource_generator_casing" - }, - "elements": [ - { - "from": [10, 14, 3], - "to": [13, 15, 6], - "faces": { - "north": {"uv": [4.5, 6.75, 5.25, 7], "texture": "#1"}, - "east": {"uv": [5.5, 7.5, 6.25, 7.75], "texture": "#1"}, - "south": {"uv": [6.5, 7.75, 7.25, 8], "texture": "#1"}, - "west": {"uv": [3.25, 9.25, 4, 9.5], "texture": "#1"}, - "up": {"uv": [1.75, 8.75, 1, 8], "texture": "#1"}, - "down": {"uv": [2.5, 8, 1.75, 8.75], "texture": "#1"} - } - }, - { - "from": [10, 1, 3], - "to": [13, 2, 6], - "faces": { - "north": {"uv": [4.25, 9.5, 5, 9.75], "texture": "#1"}, - "east": {"uv": [5.5, 11.25, 6.25, 11.5], "texture": "#1"}, - "south": {"uv": [9.25, 11.25, 10, 11.5], "texture": "#1"}, - "west": {"uv": [10, 11.25, 10.75, 11.5], "texture": "#1"}, - "up": {"uv": [4.75, 9, 4, 8.25], "texture": "#1"}, - "down": {"uv": [5.5, 8.25, 4.75, 9], "texture": "#1"} - } - }, - { - "from": [9.8, 4, 5.3], - "to": [10.7, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [2.25, 8.75, 2.5, 9.25], "texture": "#1"}, - "east": {"uv": [5.25, 11.75, 5.5, 12.25], "texture": "#1"}, - "south": {"uv": [5.5, 11.75, 5.75, 12.25], "texture": "#1"}, - "west": {"uv": [5.75, 11.75, 6, 12.25], "texture": "#1"}, - "up": {"uv": [6.25, 6, 6, 5.75], "texture": "#1"}, - "down": {"uv": [9.5, 0.75, 9.25, 1], "texture": "#1"} - } - }, - { - "from": [9.539, 7, 5.6915], - "to": [10.3085, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [12.25, 7, 12.4375, 7.5], "texture": "#1"}, - "east": {"uv": [7.5, 12.25, 7.6875, 12.75], "texture": "#1"}, - "south": {"uv": [12.25, 7.5, 12.4375, 8], "texture": "#1"}, - "west": {"uv": [7.75, 12.25, 7.9375, 12.75], "texture": "#1"}, - "up": {"uv": [10.4375, 12.6875, 10.25, 12.5], "texture": "#1"}, - "down": {"uv": [12.6875, 10.25, 12.5, 10.4375], "texture": "#1"} - } - }, - { - "from": [9.62, 6, 5.57], - "to": [10.43, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 4.25, 12.6875, 4.5], "texture": "#1"}, - "east": {"uv": [12.5, 4.5, 12.6875, 4.75], "texture": "#1"}, - "south": {"uv": [12.5, 4.75, 12.6875, 5], "texture": "#1"}, - "west": {"uv": [12.5, 5, 12.6875, 5.25], "texture": "#1"}, - "up": {"uv": [10.6875, 12.6875, 10.5, 12.5], "texture": "#1"}, - "down": {"uv": [12.6875, 10.5, 12.5, 10.6875], "texture": "#1"} - } - }, - { - "from": [9.62, 9, 5.57], - "to": [10.43, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 5.25, 12.6875, 5.5], "texture": "#1"}, - "east": {"uv": [12.5, 5.5, 12.6875, 5.75], "texture": "#1"}, - "south": {"uv": [12.5, 5.75, 12.6875, 6], "texture": "#1"}, - "west": {"uv": [6, 12.5, 6.1875, 12.75], "texture": "#1"}, - "up": {"uv": [12.6875, 10.9375, 12.5, 10.75], "texture": "#1"}, - "down": {"uv": [12.6875, 11, 12.5, 11.1875], "texture": "#1"} - } - }, - { - "from": [9.8, 10, 5.3], - "to": [10.7, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [6, 11.75, 6.25, 12.25], "texture": "#1"}, - "east": {"uv": [6.25, 11.75, 6.5, 12.25], "texture": "#1"}, - "south": {"uv": [6.5, 11.75, 6.75, 12.25], "texture": "#1"}, - "west": {"uv": [6.75, 11.75, 7, 12.25], "texture": "#1"}, - "up": {"uv": [2.25, 9.75, 2, 9.5], "texture": "#1"}, - "down": {"uv": [3.25, 9.75, 3, 10], "texture": "#1"} - } - }, - { - "from": [10, 11, 5], - "to": [11, 13, 6], - "faces": { - "north": {"uv": [7, 11.75, 7.25, 12.25], "texture": "#1"}, - "east": {"uv": [7.25, 11.75, 7.5, 12.25], "texture": "#1"}, - "south": {"uv": [11.75, 7.25, 12, 7.75], "texture": "#1"}, - "west": {"uv": [7.5, 11.75, 7.75, 12.25], "texture": "#1"}, - "up": {"uv": [2, 10.25, 1.75, 10], "texture": "#1"}, - "down": {"uv": [4.25, 10, 4, 10.25], "texture": "#1"} - } - }, - { - "from": [10, 3, 5], - "to": [11, 5, 6], - "faces": { - "north": {"uv": [7.75, 11.75, 8, 12.25], "texture": "#1"}, - "east": {"uv": [8, 11.75, 8.25, 12.25], "texture": "#1"}, - "south": {"uv": [8.25, 11.75, 8.5, 12.25], "texture": "#1"}, - "west": {"uv": [8.5, 11.75, 8.75, 12.25], "texture": "#1"}, - "up": {"uv": [3, 10.5, 2.75, 10.25], "texture": "#1"}, - "down": {"uv": [4, 10.5, 3.75, 10.75], "texture": "#1"} - } - }, - { - "from": [10, 13, 4], - "to": [12, 14, 6], - "faces": { - "north": {"uv": [3, 7.5, 3.5, 7.75], "texture": "#1"}, - "east": {"uv": [5, 9, 5.5, 9.25], "texture": "#1"}, - "south": {"uv": [2, 11.25, 2.5, 11.5], "texture": "#1"}, - "west": {"uv": [11.75, 7.75, 12.25, 8], "texture": "#1"}, - "up": {"uv": [3.5, 7.5, 3, 7], "texture": "#1"}, - "down": {"uv": [4.5, 7.75, 4, 8.25], "texture": "#1"} - } - }, - { - "from": [10, 2, 4], - "to": [12, 3, 6], - "faces": { - "north": {"uv": [8.75, 11.75, 9.25, 12], "texture": "#1"}, - "east": {"uv": [9.25, 11.75, 9.75, 12], "texture": "#1"}, - "south": {"uv": [9.75, 11.75, 10.25, 12], "texture": "#1"}, - "west": {"uv": [10.25, 11.75, 10.75, 12], "texture": "#1"}, - "up": {"uv": [3, 8.5, 2.5, 8], "texture": "#1"}, - "down": {"uv": [3.25, 10.5, 2.75, 11], "texture": "#1"} - } - }, - { - "from": [3, 14, 3], - "to": [6, 15, 6], - "faces": { - "north": {"uv": [10.75, 11.25, 11.5, 11.5], "texture": "#1"}, - "east": {"uv": [11.25, 10.75, 12, 11], "texture": "#1"}, - "south": {"uv": [11.25, 11, 12, 11.25], "texture": "#1"}, - "west": {"uv": [2, 11.5, 2.75, 11.75], "texture": "#1"}, - "up": {"uv": [9.25, 1, 8.5, 0.25], "texture": "#1"}, - "down": {"uv": [3.25, 8.5, 2.5, 9.25], "texture": "#1"} - } - }, - { - "from": [3, 1, 3], - "to": [6, 2, 6], - "faces": { - "north": {"uv": [11.5, 2, 12.25, 2.25], "texture": "#1"}, - "east": {"uv": [11.5, 2.25, 12.25, 2.5], "texture": "#1"}, - "south": {"uv": [2.75, 11.5, 3.5, 11.75], "texture": "#1"}, - "west": {"uv": [3.5, 11.5, 4.25, 11.75], "texture": "#1"}, - "up": {"uv": [4, 9.25, 3.25, 8.5], "texture": "#1"}, - "down": {"uv": [6.25, 8.5, 5.5, 9.25], "texture": "#1"} - } - }, - { - "from": [5.3, 4, 5.3], - "to": [6.2, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [10.75, 11.75, 11, 12.25], "texture": "#1"}, - "east": {"uv": [11, 11.75, 11.25, 12.25], "texture": "#1"}, - "south": {"uv": [11.25, 11.75, 11.5, 12.25], "texture": "#1"}, - "west": {"uv": [11.5, 11.75, 11.75, 12.25], "texture": "#1"}, - "up": {"uv": [2.75, 11, 2.5, 10.75], "texture": "#1"}, - "down": {"uv": [3.75, 11, 3.5, 11.25], "texture": "#1"} - } - }, - { - "from": [5.6915, 7, 5.6915], - "to": [6.461, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [8, 12.25, 8.1875, 12.75], "texture": "#1"}, - "east": {"uv": [12.25, 8, 12.4375, 8.5], "texture": "#1"}, - "south": {"uv": [8.25, 12.25, 8.4375, 12.75], "texture": "#1"}, - "west": {"uv": [8.5, 12.25, 8.6875, 12.75], "texture": "#1"}, - "up": {"uv": [11.6875, 12.6875, 11.5, 12.5], "texture": "#1"}, - "down": {"uv": [11.9375, 12.5, 11.75, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.57, 6, 5.57], - "to": [6.38, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [6.25, 12.5, 6.4375, 12.75], "texture": "#1"}, - "east": {"uv": [6.5, 12.5, 6.6875, 12.75], "texture": "#1"}, - "south": {"uv": [6.75, 12.5, 6.9375, 12.75], "texture": "#1"}, - "west": {"uv": [7, 12.5, 7.1875, 12.75], "texture": "#1"}, - "up": {"uv": [12.1875, 12.6875, 12, 12.5], "texture": "#1"}, - "down": {"uv": [12.4375, 12.5, 12.25, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.57, 9, 5.57], - "to": [6.38, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 7, 12.6875, 7.25], "texture": "#1"}, - "east": {"uv": [7.25, 12.5, 7.4375, 12.75], "texture": "#1"}, - "south": {"uv": [12.5, 7.25, 12.6875, 7.5], "texture": "#1"}, - "west": {"uv": [12.5, 7.5, 12.6875, 7.75], "texture": "#1"}, - "up": {"uv": [12.6875, 12.4375, 12.5, 12.25], "texture": "#1"}, - "down": {"uv": [12.6875, 12.5, 12.5, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.3, 10, 5.3], - "to": [6.2, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [11.75, 11.5, 12, 12], "texture": "#1"}, - "east": {"uv": [0, 12, 0.25, 12.5], "texture": "#1"}, - "south": {"uv": [0.25, 12, 0.5, 12.5], "texture": "#1"}, - "west": {"uv": [0.5, 12, 0.75, 12.5], "texture": "#1"}, - "up": {"uv": [0.75, 12.75, 0.5, 12.5], "texture": "#1"}, - "down": {"uv": [1, 12.5, 0.75, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 11, 5], - "to": [6, 13, 6], - "faces": { - "north": {"uv": [1.25, 12, 1.5, 12.5], "texture": "#1"}, - "east": {"uv": [1.5, 12, 1.75, 12.5], "texture": "#1"}, - "south": {"uv": [1.75, 12, 2, 12.5], "texture": "#1"}, - "west": {"uv": [12, 2.5, 12.25, 3], "texture": "#1"}, - "up": {"uv": [12.75, 1, 12.5, 0.75], "texture": "#1"}, - "down": {"uv": [1.25, 12.5, 1, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 3, 5], - "to": [6, 5, 6], - "faces": { - "north": {"uv": [3, 12, 3.25, 12.5], "texture": "#1"}, - "east": {"uv": [12, 3, 12.25, 3.5], "texture": "#1"}, - "south": {"uv": [3.25, 12, 3.5, 12.5], "texture": "#1"}, - "west": {"uv": [3.5, 12, 3.75, 12.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.25, 12.5, 1], "texture": "#1"}, - "down": {"uv": [1.5, 12.5, 1.25, 12.75], "texture": "#1"} - } - }, - { - "from": [4, 13, 4], - "to": [6, 14, 6], - "faces": { - "north": {"uv": [12, 0, 12.5, 0.25], "texture": "#1"}, - "east": {"uv": [12, 3.5, 12.5, 3.75], "texture": "#1"}, - "south": {"uv": [3.75, 12, 4.25, 12.25], "texture": "#1"}, - "west": {"uv": [12, 3.75, 12.5, 4], "texture": "#1"}, - "up": {"uv": [3.75, 11, 3.25, 10.5], "texture": "#1"}, - "down": {"uv": [11, 4, 10.5, 4.5], "texture": "#1"} - } - }, - { - "from": [4, 2, 4], - "to": [6, 3, 6], - "faces": { - "north": {"uv": [12, 4, 12.5, 4.25], "texture": "#1"}, - "east": {"uv": [4.25, 12, 4.75, 12.25], "texture": "#1"}, - "south": {"uv": [12, 4.25, 12.5, 4.5], "texture": "#1"}, - "west": {"uv": [4.75, 12, 5.25, 12.25], "texture": "#1"}, - "up": {"uv": [11, 8.5, 10.5, 8], "texture": "#1"}, - "down": {"uv": [11, 10.25, 10.5, 10.75], "texture": "#1"} - } - }, - { - "from": [3, 14, 10], - "to": [6, 15, 13], - "faces": { - "north": {"uv": [4.25, 11.5, 5, 11.75], "texture": "#1"}, - "east": {"uv": [5, 11.5, 5.75, 11.75], "texture": "#1"}, - "south": {"uv": [11.5, 5.25, 12.25, 5.5], "texture": "#1"}, - "west": {"uv": [11.5, 5.5, 12.25, 5.75], "texture": "#1"}, - "up": {"uv": [7, 9.25, 6.25, 8.5], "texture": "#1"}, - "down": {"uv": [7.75, 8.5, 7, 9.25], "texture": "#1"} - } - }, - { - "from": [3, 1, 10], - "to": [6, 2, 13], - "faces": { - "north": {"uv": [5.75, 11.5, 6.5, 11.75], "texture": "#1"}, - "east": {"uv": [6.5, 11.5, 7.25, 11.75], "texture": "#1"}, - "south": {"uv": [7.25, 11.5, 8, 11.75], "texture": "#1"}, - "west": {"uv": [8, 11.5, 8.75, 11.75], "texture": "#1"}, - "up": {"uv": [8.5, 9.25, 7.75, 8.5], "texture": "#1"}, - "down": {"uv": [9.25, 8.5, 8.5, 9.25], "texture": "#1"} - } - }, - { - "from": [5.3, 4, 9.8], - "to": [6.2, 5.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [12, 4.75, 12.25, 5.25], "texture": "#1"}, - "east": {"uv": [12, 6.75, 12.25, 7.25], "texture": "#1"}, - "south": {"uv": [12, 7.25, 12.25, 7.75], "texture": "#1"}, - "west": {"uv": [12, 8, 12.25, 8.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.5, 12.5, 1.25], "texture": "#1"}, - "down": {"uv": [1.75, 12.5, 1.5, 12.75], "texture": "#1"} - } - }, - { - "from": [5.6915, 7, 9.539], - "to": [6.461, 9, 10.3085], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [12.25, 8.5, 12.4375, 9], "texture": "#1"}, - "east": {"uv": [12.25, 9, 12.4375, 9.5], "texture": "#1"}, - "south": {"uv": [12.25, 9.5, 12.4375, 10], "texture": "#1"}, - "west": {"uv": [12.25, 10.25, 12.4375, 10.75], "texture": "#1"}, - "up": {"uv": [0.1875, 12.9375, 0, 12.75], "texture": "#1"}, - "down": {"uv": [0.4375, 12.75, 0.25, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.57, 6, 9.62], - "to": [6.38, 7, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 7.75, 12.6875, 8], "texture": "#1"}, - "east": {"uv": [12.5, 8, 12.6875, 8.25], "texture": "#1"}, - "south": {"uv": [12.5, 8.25, 12.6875, 8.5], "texture": "#1"}, - "west": {"uv": [12.5, 8.5, 12.6875, 8.75], "texture": "#1"}, - "up": {"uv": [12.9375, 0.4375, 12.75, 0.25], "texture": "#1"}, - "down": {"uv": [0.6875, 12.75, 0.5, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.57, 9, 9.62], - "to": [6.38, 10, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [8.75, 12.5, 8.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 8.75, 12.6875, 9], "texture": "#1"}, - "south": {"uv": [9, 12.5, 9.1875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 9, 12.6875, 9.25], "texture": "#1"}, - "up": {"uv": [12.9375, 0.6875, 12.75, 0.5], "texture": "#1"}, - "down": {"uv": [0.9375, 12.75, 0.75, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.3, 10, 9.8], - "to": [6.2, 11.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [8.75, 12, 9, 12.5], "texture": "#1"}, - "east": {"uv": [9, 12, 9.25, 12.5], "texture": "#1"}, - "south": {"uv": [12, 9, 12.25, 9.5], "texture": "#1"}, - "west": {"uv": [9.25, 12, 9.5, 12.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.75, 12.5, 1.5], "texture": "#1"}, - "down": {"uv": [2, 12.5, 1.75, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 11, 10], - "to": [6, 13, 11], - "faces": { - "north": {"uv": [9.5, 12, 9.75, 12.5], "texture": "#1"}, - "east": {"uv": [12, 9.5, 12.25, 10], "texture": "#1"}, - "south": {"uv": [9.75, 12, 10, 12.5], "texture": "#1"}, - "west": {"uv": [10, 12, 10.25, 12.5], "texture": "#1"}, - "up": {"uv": [2.25, 12.75, 2, 12.5], "texture": "#1"}, - "down": {"uv": [2.5, 12.5, 2.25, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 3, 10], - "to": [6, 5, 11], - "faces": { - "north": {"uv": [10.25, 12, 10.5, 12.5], "texture": "#1"}, - "east": {"uv": [10.5, 12, 10.75, 12.5], "texture": "#1"}, - "south": {"uv": [12, 10.75, 12.25, 11.25], "texture": "#1"}, - "west": {"uv": [12, 11.5, 12.25, 12], "texture": "#1"}, - "up": {"uv": [12.75, 2.5, 12.5, 2.25], "texture": "#1"}, - "down": {"uv": [12.75, 2.5, 12.5, 2.75], "texture": "#1"} - } - }, - { - "from": [4, 13, 10], - "to": [6, 14, 12], - "faces": { - "north": {"uv": [12, 10, 12.5, 10.25], "texture": "#1"}, - "east": {"uv": [11.75, 12, 12.25, 12.25], "texture": "#1"}, - "south": {"uv": [12.25, 0.25, 12.75, 0.5], "texture": "#1"}, - "west": {"uv": [12.25, 0.5, 12.75, 0.75], "texture": "#1"}, - "up": {"uv": [0.5, 11.25, 0, 10.75], "texture": "#1"}, - "down": {"uv": [1, 10.75, 0.5, 11.25], "texture": "#1"} - } - }, - { - "from": [4, 2, 10], - "to": [6, 3, 12], - "faces": { - "north": {"uv": [0.75, 12.25, 1.25, 12.5], "texture": "#1"}, - "east": {"uv": [12.25, 1.75, 12.75, 2], "texture": "#1"}, - "south": {"uv": [2, 12.25, 2.5, 12.5], "texture": "#1"}, - "west": {"uv": [12.25, 2, 12.75, 2.25], "texture": "#1"}, - "up": {"uv": [1.5, 11.25, 1, 10.75], "texture": "#1"}, - "down": {"uv": [2, 10.75, 1.5, 11.25], "texture": "#1"} - } - }, - { - "from": [10, 14, 10], - "to": [13, 15, 13], - "faces": { - "north": {"uv": [8.75, 11.5, 9.5, 11.75], "texture": "#1"}, - "east": {"uv": [9.5, 11.5, 10.25, 11.75], "texture": "#1"}, - "south": {"uv": [10.25, 11.5, 11, 11.75], "texture": "#1"}, - "west": {"uv": [11.5, 10.25, 12.25, 10.5], "texture": "#1"}, - "up": {"uv": [0.75, 9.5, 0, 8.75], "texture": "#1"}, - "down": {"uv": [1.5, 8.75, 0.75, 9.5], "texture": "#1"} - } - }, - { - "from": [10, 1, 10], - "to": [13, 2, 13], - "faces": { - "north": {"uv": [11.5, 10.5, 12.25, 10.75], "texture": "#1"}, - "east": {"uv": [11, 11.5, 11.75, 11.75], "texture": "#1"}, - "south": {"uv": [11.5, 11.25, 12.25, 11.5], "texture": "#1"}, - "west": {"uv": [0, 11.75, 0.75, 12], "texture": "#1"}, - "up": {"uv": [2.25, 9.5, 1.5, 8.75], "texture": "#1"}, - "down": {"uv": [9.5, 4, 8.75, 4.75], "texture": "#1"} - } - }, - { - "from": [9.8, 4, 9.8], - "to": [10.7, 5.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [12.25, 2.25, 12.5, 2.75], "texture": "#1"}, - "east": {"uv": [2.5, 12.25, 2.75, 12.75], "texture": "#1"}, - "south": {"uv": [2.75, 12.25, 3, 12.75], "texture": "#1"}, - "west": {"uv": [12.25, 2.75, 12.5, 3.25], "texture": "#1"}, - "up": {"uv": [12.75, 3, 12.5, 2.75], "texture": "#1"}, - "down": {"uv": [3.25, 12.5, 3, 12.75], "texture": "#1"} - } - }, - { - "from": [9.539, 7, 9.539], - "to": [10.3085, 9, 10.3085], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [10.75, 12.25, 10.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.25, 10.75, 12.4375, 11.25], "texture": "#1"}, - "south": {"uv": [11, 12.25, 11.1875, 12.75], "texture": "#1"}, - "west": {"uv": [11.25, 12.25, 11.4375, 12.75], "texture": "#1"}, - "up": {"uv": [12.9375, 0.9375, 12.75, 0.75], "texture": "#1"}, - "down": {"uv": [1.1875, 12.75, 1, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.62, 6, 9.62], - "to": [10.43, 7, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.25, 12.5, 9.4375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 9.25, 12.6875, 9.5], "texture": "#1"}, - "south": {"uv": [9.5, 12.5, 9.6875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 9.5, 12.6875, 9.75], "texture": "#1"}, - "up": {"uv": [12.9375, 1.1875, 12.75, 1], "texture": "#1"}, - "down": {"uv": [1.4375, 12.75, 1.25, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.62, 9, 9.62], - "to": [10.43, 10, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.75, 12.5, 9.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 9.75, 12.6875, 10], "texture": "#1"}, - "south": {"uv": [10, 12.5, 10.1875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 10, 12.6875, 10.25], "texture": "#1"}, - "up": {"uv": [12.9375, 1.4375, 12.75, 1.25], "texture": "#1"}, - "down": {"uv": [1.6875, 12.75, 1.5, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.8, 10, 9.8], - "to": [10.7, 11.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [3.75, 12.25, 4, 12.75], "texture": "#1"}, - "east": {"uv": [4, 12.25, 4.25, 12.75], "texture": "#1"}, - "south": {"uv": [4.25, 12.25, 4.5, 12.75], "texture": "#1"}, - "west": {"uv": [4.5, 12.25, 4.75, 12.75], "texture": "#1"}, - "up": {"uv": [12.75, 3.25, 12.5, 3], "texture": "#1"}, - "down": {"uv": [3.5, 12.5, 3.25, 12.75], "texture": "#1"} - } - }, - { - "from": [10, 11, 10], - "to": [11, 13, 11], - "faces": { - "north": {"uv": [12.25, 4.5, 12.5, 5], "texture": "#1"}, - "east": {"uv": [4.75, 12.25, 5, 12.75], "texture": "#1"}, - "south": {"uv": [5, 12.25, 5.25, 12.75], "texture": "#1"}, - "west": {"uv": [12.25, 5, 12.5, 5.5], "texture": "#1"}, - "up": {"uv": [3.75, 12.75, 3.5, 12.5], "texture": "#1"}, - "down": {"uv": [12.75, 3.5, 12.5, 3.75], "texture": "#1"} - } - }, - { - "from": [10, 3, 10], - "to": [11, 5, 11], - "faces": { - "north": {"uv": [5.25, 12.25, 5.5, 12.75], "texture": "#1"}, - "east": {"uv": [5.5, 12.25, 5.75, 12.75], "texture": "#1"}, - "south": {"uv": [12.25, 5.5, 12.5, 6], "texture": "#1"}, - "west": {"uv": [5.75, 12.25, 6, 12.75], "texture": "#1"}, - "up": {"uv": [12.75, 4, 12.5, 3.75], "texture": "#1"}, - "down": {"uv": [12.75, 4, 12.5, 4.25], "texture": "#1"} - } - }, - { - "from": [10, 13, 10], - "to": [12, 14, 12], - "faces": { - "north": {"uv": [12.25, 3.25, 12.75, 3.5], "texture": "#1"}, - "east": {"uv": [6, 12.25, 6.5, 12.5], "texture": "#1"}, - "south": {"uv": [12.25, 6, 12.75, 6.25], "texture": "#1"}, - "west": {"uv": [12.25, 6.25, 12.75, 6.5], "texture": "#1"}, - "up": {"uv": [2.5, 11.25, 2, 10.75], "texture": "#1"}, - "down": {"uv": [4.25, 10.75, 3.75, 11.25], "texture": "#1"} - } - }, - { - "from": [10, 2, 10], - "to": [12, 3, 12], - "faces": { - "north": {"uv": [6.5, 12.25, 7, 12.5], "texture": "#1"}, - "east": {"uv": [12.25, 6.5, 12.75, 6.75], "texture": "#1"}, - "south": {"uv": [12.25, 6.75, 12.75, 7], "texture": "#1"}, - "west": {"uv": [7, 12.25, 7.5, 12.5], "texture": "#1"}, - "up": {"uv": [4.75, 11.25, 4.25, 10.75], "texture": "#1"}, - "down": {"uv": [5.25, 10.75, 4.75, 11.25], "texture": "#1"} - } - }, - { - "from": [6, 14, 10], - "to": [10, 15, 14], - "faces": { - "north": {"uv": [5.25, 10.75, 6.25, 11], "texture": "#1"}, - "east": {"uv": [6.25, 10.75, 7.25, 11], "texture": "#1"}, - "south": {"uv": [7.25, 10.75, 8.25, 11], "texture": "#1"}, - "west": {"uv": [10.75, 7.25, 11.75, 7.5], "texture": "#1"}, - "up": {"uv": [7, 5.75, 6, 4.75], "texture": "#1"}, - "down": {"uv": [6.25, 6, 5.25, 7], "texture": "#1"} - } - }, - { - "from": [6, 1, 10], - "to": [10, 2, 14], - "faces": { - "north": {"uv": [10.75, 7.5, 11.75, 7.75], "texture": "#1"}, - "east": {"uv": [10.75, 7.75, 11.75, 8], "texture": "#1"}, - "south": {"uv": [8.25, 10.75, 9.25, 11], "texture": "#1"}, - "west": {"uv": [9.25, 10.75, 10.25, 11], "texture": "#1"}, - "up": {"uv": [7.25, 6.75, 6.25, 5.75], "texture": "#1"}, - "down": {"uv": [4.5, 6.75, 3.5, 7.75], "texture": "#1"} - } - }, - { - "from": [6.2, 4, 9.8], - "to": [9.8, 5.9, 11.6], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [9.5, 0.75, 10.375, 1.25], "texture": "#1"}, - "east": {"uv": [11, 10.25, 11.4375, 10.75], "texture": "#1"}, - "south": {"uv": [1, 9.5, 1.875, 10], "texture": "#1"}, - "west": {"uv": [0, 11.25, 0.4375, 11.75], "texture": "#1"}, - "up": {"uv": [3.875, 10.4375, 3, 10], "texture": "#1"}, - "down": {"uv": [10.875, 4.75, 10, 5.1875], "texture": "#1"} - } - }, - { - "from": [6.461, 7, 9.539], - "to": [9.539, 9, 11.078], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [2, 10.25, 2.75, 10.75], "texture": "#1"}, - "east": {"uv": [11.75, 0.25, 12.125, 0.75], "texture": "#1"}, - "south": {"uv": [10.25, 2, 11, 2.5], "texture": "#1"}, - "west": {"uv": [0.75, 11.75, 1.125, 12.25], "texture": "#1"}, - "up": {"uv": [10.5, 10.625, 9.75, 10.25], "texture": "#1"}, - "down": {"uv": [11, 9.75, 10.25, 10.125], "texture": "#1"} - } - }, - { - "from": [6.38, 6, 9.62], - "to": [9.62, 7, 11.24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 1.75, 12.0625, 2], "texture": "#1"}, - "east": {"uv": [12.25, 11.25, 12.625, 11.5], "texture": "#1"}, - "south": {"uv": [3.5, 11.25, 4.3125, 11.5], "texture": "#1"}, - "west": {"uv": [11.5, 12.25, 11.875, 12.5], "texture": "#1"}, - "up": {"uv": [5.5625, 10.625, 4.75, 10.25], "texture": "#1"}, - "down": {"uv": [6.5625, 10.25, 5.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.38, 9, 9.62], - "to": [9.62, 10, 11.24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [4.5, 11.25, 5.3125, 11.5], "texture": "#1"}, - "east": {"uv": [12.25, 11.5, 12.625, 11.75], "texture": "#1"}, - "south": {"uv": [11.25, 4.5, 12.0625, 4.75], "texture": "#1"}, - "west": {"uv": [12.25, 11.75, 12.625, 12], "texture": "#1"}, - "up": {"uv": [11.0625, 6.125, 10.25, 5.75], "texture": "#1"}, - "down": {"uv": [11.0625, 6.25, 10.25, 6.625], "texture": "#1"} - } - }, - { - "from": [6.2, 10, 9.8], - "to": [9.8, 11.9, 11.6], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [3.25, 9.5, 4.125, 10], "texture": "#1"}, - "east": {"uv": [11.25, 0.25, 11.6875, 0.75], "texture": "#1"}, - "south": {"uv": [9.5, 4, 10.375, 4.5], "texture": "#1"}, - "west": {"uv": [0.5, 11.25, 0.9375, 11.75], "texture": "#1"}, - "up": {"uv": [10.875, 5.6875, 10, 5.25], "texture": "#1"}, - "down": {"uv": [10.875, 6.75, 10, 7.1875], "texture": "#1"} - } - }, - { - "from": [6, 11, 10], - "to": [10, 13, 12], - "faces": { - "north": {"uv": [8.5, 1, 9.5, 1.5], "texture": "#1"}, - "east": {"uv": [10.25, 10.75, 10.75, 11.25], "texture": "#1"}, - "south": {"uv": [4, 9, 5, 9.5], "texture": "#1"}, - "west": {"uv": [10.75, 10.75, 11.25, 11.25], "texture": "#1"}, - "up": {"uv": [10, 5.25, 9, 4.75], "texture": "#1"}, - "down": {"uv": [10, 5.25, 9, 5.75], "texture": "#1"} - } - }, - { - "from": [6, 3, 10], - "to": [10, 5, 12], - "faces": { - "north": {"uv": [9, 6.75, 10, 7.25], "texture": "#1"}, - "east": {"uv": [11, 2, 11.5, 2.5], "texture": "#1"}, - "south": {"uv": [9.25, 0.25, 10.25, 0.75], "texture": "#1"}, - "west": {"uv": [2.5, 11, 3, 11.5], "texture": "#1"}, - "up": {"uv": [10.25, 2.5, 9.25, 2], "texture": "#1"}, - "down": {"uv": [3.25, 9.25, 2.25, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 13, 10], - "to": [10, 14, 13], - "faces": { - "north": {"uv": [11, 0, 12, 0.25], "texture": "#1"}, - "east": {"uv": [11.75, 0.75, 12.5, 1], "texture": "#1"}, - "south": {"uv": [11, 2.5, 12, 2.75], "texture": "#1"}, - "west": {"uv": [11.75, 1, 12.5, 1.25], "texture": "#1"}, - "up": {"uv": [8.25, 8, 7.25, 7.25], "texture": "#1"}, - "down": {"uv": [8.5, 0, 7.5, 0.75], "texture": "#1"} - } - }, - { - "from": [6, 2, 10], - "to": [10, 3, 13], - "faces": { - "north": {"uv": [11, 2.75, 12, 3], "texture": "#1"}, - "east": {"uv": [1.25, 11.75, 2, 12], "texture": "#1"}, - "south": {"uv": [11, 3, 12, 3.25], "texture": "#1"}, - "west": {"uv": [11.75, 1.25, 12.5, 1.5], "texture": "#1"}, - "up": {"uv": [8.5, 1.5, 7.5, 0.75], "texture": "#1"}, - "down": {"uv": [5.5, 7.5, 4.5, 8.25], "texture": "#1"} - } - }, - { - "from": [6, 14, 2], - "to": [10, 15, 6], - "faces": { - "north": {"uv": [11, 3.25, 12, 3.5], "texture": "#1"}, - "east": {"uv": [11, 3.5, 12, 3.75], "texture": "#1"}, - "south": {"uv": [11, 3.75, 12, 4], "texture": "#1"}, - "west": {"uv": [11, 4, 12, 4.25], "texture": "#1"}, - "up": {"uv": [7.25, 7.75, 6.25, 6.75], "texture": "#1"}, - "down": {"uv": [1, 7, 0, 8], "texture": "#1"} - } - }, - { - "from": [6, 1, 2], - "to": [10, 2, 6], - "faces": { - "north": {"uv": [11, 4.25, 12, 4.5], "texture": "#1"}, - "east": {"uv": [11, 4.75, 12, 5], "texture": "#1"}, - "south": {"uv": [11, 5, 12, 5.25], "texture": "#1"}, - "west": {"uv": [5.25, 11, 6.25, 11.25], "texture": "#1"}, - "up": {"uv": [2, 8, 1, 7], "texture": "#1"}, - "down": {"uv": [3, 7, 2, 8], "texture": "#1"} - } - }, - { - "from": [6.2, 4, 4.4], - "to": [9.8, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [9.5, 8, 10.375, 8.5], "texture": "#1"}, - "east": {"uv": [11.25, 0.75, 11.6875, 1.25], "texture": "#1"}, - "south": {"uv": [2, 9.75, 2.875, 10.25], "texture": "#1"}, - "west": {"uv": [1, 11.25, 1.4375, 11.75], "texture": "#1"}, - "up": {"uv": [10.875, 9.6875, 10, 9.25], "texture": "#1"}, - "down": {"uv": [0.875, 10.25, 0, 10.6875], "texture": "#1"} - } - }, - { - "from": [6.461, 7, 4.922], - "to": [9.539, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [10.25, 2.5, 11, 3], "texture": "#1"}, - "east": {"uv": [2, 11.75, 2.375, 12.25], "texture": "#1"}, - "south": {"uv": [10.25, 3, 11, 3.5], "texture": "#1"}, - "west": {"uv": [2.5, 11.75, 2.875, 12.25], "texture": "#1"}, - "up": {"uv": [11.25, 1.125, 10.5, 0.75], "texture": "#1"}, - "down": {"uv": [11.25, 1.5, 10.5, 1.875], "texture": "#1"} - } - }, - { - "from": [6.38, 6, 4.76], - "to": [9.62, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 5.75, 12.0625, 6], "texture": "#1"}, - "east": {"uv": [12, 12.25, 12.375, 12.5], "texture": "#1"}, - "south": {"uv": [11.25, 6, 12.0625, 6.25], "texture": "#1"}, - "west": {"uv": [12.25, 12, 12.625, 12.25], "texture": "#1"}, - "up": {"uv": [7.5625, 10.625, 6.75, 10.25], "texture": "#1"}, - "down": {"uv": [8.5625, 10.25, 7.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.38, 9, 4.76], - "to": [9.62, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 6.25, 12.0625, 6.5], "texture": "#1"}, - "east": {"uv": [0, 12.5, 0.375, 12.75], "texture": "#1"}, - "south": {"uv": [11.25, 6.5, 12.0625, 6.75], "texture": "#1"}, - "west": {"uv": [12.5, 0, 12.875, 0.25], "texture": "#1"}, - "up": {"uv": [11.0625, 8.875, 10.25, 8.5], "texture": "#1"}, - "down": {"uv": [9.5625, 10.25, 8.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.2, 10, 4.4], - "to": [9.8, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [4.25, 9.75, 5.125, 10.25], "texture": "#1"}, - "east": {"uv": [11.25, 1.25, 11.6875, 1.75], "texture": "#1"}, - "south": {"uv": [5.25, 9.75, 6.125, 10.25], "texture": "#1"}, - "west": {"uv": [1.5, 11.25, 1.9375, 11.75], "texture": "#1"}, - "up": {"uv": [11.125, 0.6875, 10.25, 0.25], "texture": "#1"}, - "down": {"uv": [1.875, 10.25, 1, 10.6875], "texture": "#1"} - } - }, - { - "from": [6, 11, 4], - "to": [10, 13, 6], - "faces": { - "north": {"uv": [9.25, 2.5, 10.25, 3], "texture": "#1"}, - "east": {"uv": [3, 11, 3.5, 11.5], "texture": "#1"}, - "south": {"uv": [9.25, 3, 10.25, 3.5], "texture": "#1"}, - "west": {"uv": [11, 5.25, 11.5, 5.75], "texture": "#1"}, - "up": {"uv": [10.25, 4, 9.25, 3.5], "texture": "#1"}, - "down": {"uv": [6, 9.25, 5, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 3, 4], - "to": [10, 5, 6], - "faces": { - "north": {"uv": [9.25, 5.75, 10.25, 6.25], "texture": "#1"}, - "east": {"uv": [6.25, 11, 6.75, 11.5], "texture": "#1"}, - "south": {"uv": [6, 9.25, 7, 9.75], "texture": "#1"}, - "west": {"uv": [6.75, 11, 7.25, 11.5], "texture": "#1"}, - "up": {"uv": [10.25, 6.75, 9.25, 6.25], "texture": "#1"}, - "down": {"uv": [8, 9.25, 7, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 13, 3], - "to": [10, 14, 6], - "faces": { - "north": {"uv": [11, 6.75, 12, 7], "texture": "#1"}, - "east": {"uv": [11.75, 1.5, 12.5, 1.75], "texture": "#1"}, - "south": {"uv": [11, 7, 12, 7.25], "texture": "#1"}, - "west": {"uv": [3, 11.75, 3.75, 12], "texture": "#1"}, - "up": {"uv": [4, 8.5, 3, 7.75], "texture": "#1"}, - "down": {"uv": [8.75, 4, 7.75, 4.75], "texture": "#1"} - } - }, - { - "from": [6, 2, 3], - "to": [10, 3, 6], - "faces": { - "north": {"uv": [7.25, 11, 8.25, 11.25], "texture": "#1"}, - "east": {"uv": [3.75, 11.75, 4.5, 12], "texture": "#1"}, - "south": {"uv": [11, 8, 12, 8.25], "texture": "#1"}, - "west": {"uv": [4.5, 11.75, 5.25, 12], "texture": "#1"}, - "up": {"uv": [6.5, 8.5, 5.5, 7.75], "texture": "#1"}, - "down": {"uv": [1, 8, 0, 8.75], "texture": "#1"} - } - }, - { - "from": [2, 14, 6], - "to": [14, 15, 10], - "faces": { - "north": {"uv": [7.5, 1.5, 10.5, 1.75], "texture": "#1"}, - "east": {"uv": [8.25, 11, 9.25, 11.25], "texture": "#1"}, - "south": {"uv": [7.5, 1.75, 10.5, 2], "texture": "#1"}, - "west": {"uv": [11, 8.25, 12, 8.5], "texture": "#1"}, - "up": {"uv": [3, 1, 0, 0], "texture": "#1"}, - "down": {"uv": [3, 1, 0, 2], "texture": "#1"} - } - }, - { - "from": [2, 1, 6], - "to": [14, 2, 10], - "faces": { - "north": {"uv": [6.5, 8, 9.5, 8.25], "texture": "#1"}, - "east": {"uv": [11, 9, 12, 9.25], "texture": "#1"}, - "south": {"uv": [6.5, 8.25, 9.5, 8.5], "texture": "#1"}, - "west": {"uv": [9.25, 11, 10.25, 11.25], "texture": "#1"}, - "up": {"uv": [3, 3, 0, 2], "texture": "#1"}, - "down": {"uv": [3, 3, 0, 4], "texture": "#1"} - } - }, - { - "from": [4.4, 4, 6.2], - "to": [11.6, 5.9, 9.8], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [7.25, 3, 9.0625, 3.5], "texture": "#1"}, - "east": {"uv": [6.25, 9.75, 7.125, 10.25], "texture": "#1"}, - "south": {"uv": [7.25, 3.5, 9.0625, 4], "texture": "#1"}, - "west": {"uv": [7.25, 9.75, 8.125, 10.25], "texture": "#1"}, - "up": {"uv": [3.8125, 5.875, 2, 5], "texture": "#1"}, - "down": {"uv": [5.8125, 5, 4, 5.875], "texture": "#1"} - } - }, - { - "from": [4.922, 7, 6.461], - "to": [11.078, 9, 9.539], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [4.5, 7, 6.0625, 7.5], "texture": "#1"}, - "east": {"uv": [10.25, 3.5, 11, 4], "texture": "#1"}, - "south": {"uv": [7.25, 6.75, 8.8125, 7.25], "texture": "#1"}, - "west": {"uv": [4, 10.25, 4.75, 10.75], "texture": "#1"}, - "up": {"uv": [5.0625, 6.75, 3.5, 6], "texture": "#1"}, - "down": {"uv": [7.5625, 4, 6, 4.75], "texture": "#1"} - } - }, - { - "from": [4.76, 6, 6.38], - "to": [11.24, 7, 9.62], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.25, 9, 10.875, 9.25], "texture": "#1"}, - "east": {"uv": [7.25, 11.25, 8.0625, 11.5], "texture": "#1"}, - "south": {"uv": [9.5, 1.25, 11.125, 1.5], "texture": "#1"}, - "west": {"uv": [8.25, 11.25, 9.0625, 11.5], "texture": "#1"}, - "up": {"uv": [7.125, 2.8125, 5.5, 2], "texture": "#1"}, - "down": {"uv": [7.125, 3, 5.5, 3.8125], "texture": "#1"} - } - }, - { - "from": [4.76, 9, 6.38], - "to": [11.24, 10, 9.62], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.5, 4.5, 11.125, 4.75], "texture": "#1"}, - "east": {"uv": [11.25, 8.5, 12.0625, 8.75], "texture": "#1"}, - "south": {"uv": [0, 10, 1.625, 10.25], "texture": "#1"}, - "west": {"uv": [11.25, 8.75, 12.0625, 9], "texture": "#1"}, - "up": {"uv": [1.625, 6.8125, 0, 6], "texture": "#1"}, - "down": {"uv": [3.375, 6, 1.75, 6.8125], "texture": "#1"} - } - }, - { - "from": [4.4, 10, 6.2], - "to": [11.6, 11.9, 9.8], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [7.25, 5.75, 9.0625, 6.25], "texture": "#1"}, - "east": {"uv": [8.25, 9.75, 9.125, 10.25], "texture": "#1"}, - "south": {"uv": [7.25, 6.25, 9.0625, 6.75], "texture": "#1"}, - "west": {"uv": [9.25, 9.75, 10.125, 10.25], "texture": "#1"}, - "up": {"uv": [7.3125, 0.875, 5.5, 0], "texture": "#1"}, - "down": {"uv": [7.3125, 1, 5.5, 1.875], "texture": "#1"} - } - }, - { - "from": [4, 11, 6], - "to": [12, 13, 10], - "faces": { - "north": {"uv": [7, 4.75, 9, 5.25], "texture": "#1"}, - "east": {"uv": [8, 9.25, 9, 9.75], "texture": "#1"}, - "south": {"uv": [7, 5.25, 9, 5.75], "texture": "#1"}, - "west": {"uv": [9.25, 8.5, 10.25, 9], "texture": "#1"}, - "up": {"uv": [2, 5, 0, 4], "texture": "#1"}, - "down": {"uv": [4, 4, 2, 5], "texture": "#1"} - } - }, - { - "from": [4, 3, 6], - "to": [12, 5, 10], - "faces": { - "north": {"uv": [7.25, 2, 9.25, 2.5], "texture": "#1"}, - "east": {"uv": [9, 9.25, 10, 9.75], "texture": "#1"}, - "south": {"uv": [7.25, 2.5, 9.25, 3], "texture": "#1"}, - "west": {"uv": [0, 9.5, 1, 10], "texture": "#1"}, - "up": {"uv": [6, 5, 4, 4], "texture": "#1"}, - "down": {"uv": [2, 5, 0, 6], "texture": "#1"} - } - }, - { - "from": [3, 13, 6], - "to": [13, 14, 10], - "faces": { - "north": {"uv": [8.25, 7.25, 10.75, 7.5], "texture": "#1"}, - "east": {"uv": [11, 9.25, 12, 9.5], "texture": "#1"}, - "south": {"uv": [8.25, 7.5, 10.75, 7.75], "texture": "#1"}, - "west": {"uv": [11, 9.5, 12, 9.75], "texture": "#1"}, - "up": {"uv": [5.5, 1, 3, 0], "texture": "#1"}, - "down": {"uv": [5.5, 1, 3, 2], "texture": "#1"} - } - }, - { - "from": [3, 2, 6], - "to": [13, 3, 10], - "faces": { - "north": {"uv": [8.25, 7.75, 10.75, 8], "texture": "#1"}, - "east": {"uv": [11, 9.75, 12, 10], "texture": "#1"}, - "south": {"uv": [8.5, 0, 11, 0.25], "texture": "#1"}, - "west": {"uv": [11, 10, 12, 10.25], "texture": "#1"}, - "up": {"uv": [5.5, 3, 3, 2], "texture": "#1"}, - "down": {"uv": [5.5, 3, 3, 4], "texture": "#1"} - } - }, - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [7, 8, 11, 8.25], "texture": "#0"}, - "east": {"uv": [8, 7, 12, 7.25], "texture": "#0"}, - "south": {"uv": [8, 7.25, 12, 7.5], "texture": "#0"}, - "west": {"uv": [8, 7.5, 12, 7.75], "texture": "#0"}, - "up": {"uv": [4, 4, 0, 0], "texture": "#0"}, - "down": {"uv": [4, 4, 0, 8], "texture": "#0"} - } - }, - { - "from": [0, 15, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [8, 7.75, 12, 8], "texture": "#0"}, - "east": {"uv": [7, 8.25, 11, 8.5], "texture": "#0"}, - "south": {"uv": [8.5, 0, 12.5, 0.25], "texture": "#0"}, - "west": {"uv": [8.5, 0.25, 12.5, 0.5], "texture": "#0"}, - "up": {"uv": [8, 4, 4, 0], "texture": "#0"}, - "down": {"uv": [8, 4, 4, 8], "texture": "#0"} - } - }, - { - "from": [14, 1, 0], - "to": [16, 15, 2], - "faces": { - "north": {"uv": [0, 8, 0.5, 11.5], "texture": "#0"}, - "east": {"uv": [8, 0, 8.5, 3.5], "texture": "#0"}, - "south": {"uv": [0.5, 8, 1, 11.5], "texture": "#0"}, - "west": {"uv": [1, 8, 1.5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 1, 8.5, 0.5], "texture": "#0"}, - "down": {"uv": [9, 1, 8.5, 1.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 0], - "to": [2, 15, 2], - "faces": { - "north": {"uv": [1.5, 8, 2, 11.5], "texture": "#0"}, - "east": {"uv": [2, 8, 2.5, 11.5], "texture": "#0"}, - "south": {"uv": [2.5, 8, 3, 11.5], "texture": "#0"}, - "west": {"uv": [3, 8, 3.5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 2, 8.5, 1.5], "texture": "#0"}, - "down": {"uv": [9, 2, 8.5, 2.5], "texture": "#0"} - } - }, - { - "from": [14, 1, 14], - "to": [16, 15, 16], - "faces": { - "north": {"uv": [3.5, 8, 4, 11.5], "texture": "#0"}, - "east": {"uv": [8, 3.5, 8.5, 7], "texture": "#0"}, - "south": {"uv": [4, 8, 4.5, 11.5], "texture": "#0"}, - "west": {"uv": [4.5, 8, 5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 3, 8.5, 2.5], "texture": "#0"}, - "down": {"uv": [9, 3, 8.5, 3.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 14], - "to": [2, 15, 16], - "faces": { - "north": {"uv": [5, 8, 5.5, 11.5], "texture": "#0"}, - "east": {"uv": [5.5, 8, 6, 11.5], "texture": "#0"}, - "south": {"uv": [6, 8, 6.5, 11.5], "texture": "#0"}, - "west": {"uv": [6.5, 8, 7, 11.5], "texture": "#0"}, - "up": {"uv": [9, 4, 8.5, 3.5], "texture": "#0"}, - "down": {"uv": [9, 4, 8.5, 4.5], "texture": "#0"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "children": [ - { - "name": "Pillar", - "origin": [0, 0, 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, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76] - }, - { - "name": "Casing", - "origin": [0, 0, 0], - "children": [77, 78, 79, 80, 81, 82] - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/thatldu_singularity_resource_generator_lit.json b/src/main/resources/assets/cuboidmod/models/block/thatldu_singularity_resource_generator_lit.json deleted file mode 100644 index 0203ef3..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/thatldu_singularity_resource_generator_lit.json +++ /dev/null @@ -1,1061 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "texture_size": [64, 64], - "textures": { - "0": "cuboidmod:model/thatldu_singularity_resource_generator_casing", - "1": "cuboidmod:model/singularity_resource_generator_pillar_lit", - "particle": "cuboidmod:model/thatldu_singularity_resource_generator_casing" - }, - "elements": [ - { - "from": [10, 14, 3], - "to": [13, 15, 6], - "faces": { - "north": {"uv": [4.5, 6.75, 5.25, 7], "texture": "#1"}, - "east": {"uv": [5.5, 7.5, 6.25, 7.75], "texture": "#1"}, - "south": {"uv": [6.5, 7.75, 7.25, 8], "texture": "#1"}, - "west": {"uv": [3.25, 9.25, 4, 9.5], "texture": "#1"}, - "up": {"uv": [1.75, 8.75, 1, 8], "texture": "#1"}, - "down": {"uv": [2.5, 8, 1.75, 8.75], "texture": "#1"} - } - }, - { - "from": [10, 1, 3], - "to": [13, 2, 6], - "faces": { - "north": {"uv": [4.25, 9.5, 5, 9.75], "texture": "#1"}, - "east": {"uv": [5.5, 11.25, 6.25, 11.5], "texture": "#1"}, - "south": {"uv": [9.25, 11.25, 10, 11.5], "texture": "#1"}, - "west": {"uv": [10, 11.25, 10.75, 11.5], "texture": "#1"}, - "up": {"uv": [4.75, 9, 4, 8.25], "texture": "#1"}, - "down": {"uv": [5.5, 8.25, 4.75, 9], "texture": "#1"} - } - }, - { - "from": [9.8, 4, 5.3], - "to": [10.7, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [2.25, 8.75, 2.5, 9.25], "texture": "#1"}, - "east": {"uv": [5.25, 11.75, 5.5, 12.25], "texture": "#1"}, - "south": {"uv": [5.5, 11.75, 5.75, 12.25], "texture": "#1"}, - "west": {"uv": [5.75, 11.75, 6, 12.25], "texture": "#1"}, - "up": {"uv": [6.25, 6, 6, 5.75], "texture": "#1"}, - "down": {"uv": [9.5, 0.75, 9.25, 1], "texture": "#1"} - } - }, - { - "from": [9.539, 7, 5.6915], - "to": [10.3085, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [12.25, 7, 12.4375, 7.5], "texture": "#1"}, - "east": {"uv": [7.5, 12.25, 7.6875, 12.75], "texture": "#1"}, - "south": {"uv": [12.25, 7.5, 12.4375, 8], "texture": "#1"}, - "west": {"uv": [7.75, 12.25, 7.9375, 12.75], "texture": "#1"}, - "up": {"uv": [10.4375, 12.6875, 10.25, 12.5], "texture": "#1"}, - "down": {"uv": [12.6875, 10.25, 12.5, 10.4375], "texture": "#1"} - } - }, - { - "from": [9.62, 6, 5.57], - "to": [10.43, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 4.25, 12.6875, 4.5], "texture": "#1"}, - "east": {"uv": [12.5, 4.5, 12.6875, 4.75], "texture": "#1"}, - "south": {"uv": [12.5, 4.75, 12.6875, 5], "texture": "#1"}, - "west": {"uv": [12.5, 5, 12.6875, 5.25], "texture": "#1"}, - "up": {"uv": [10.6875, 12.6875, 10.5, 12.5], "texture": "#1"}, - "down": {"uv": [12.6875, 10.5, 12.5, 10.6875], "texture": "#1"} - } - }, - { - "from": [9.62, 9, 5.57], - "to": [10.43, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 5.25, 12.6875, 5.5], "texture": "#1"}, - "east": {"uv": [12.5, 5.5, 12.6875, 5.75], "texture": "#1"}, - "south": {"uv": [12.5, 5.75, 12.6875, 6], "texture": "#1"}, - "west": {"uv": [6, 12.5, 6.1875, 12.75], "texture": "#1"}, - "up": {"uv": [12.6875, 10.9375, 12.5, 10.75], "texture": "#1"}, - "down": {"uv": [12.6875, 11, 12.5, 11.1875], "texture": "#1"} - } - }, - { - "from": [9.8, 10, 5.3], - "to": [10.7, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [6, 11.75, 6.25, 12.25], "texture": "#1"}, - "east": {"uv": [6.25, 11.75, 6.5, 12.25], "texture": "#1"}, - "south": {"uv": [6.5, 11.75, 6.75, 12.25], "texture": "#1"}, - "west": {"uv": [6.75, 11.75, 7, 12.25], "texture": "#1"}, - "up": {"uv": [2.25, 9.75, 2, 9.5], "texture": "#1"}, - "down": {"uv": [3.25, 9.75, 3, 10], "texture": "#1"} - } - }, - { - "from": [10, 11, 5], - "to": [11, 13, 6], - "faces": { - "north": {"uv": [7, 11.75, 7.25, 12.25], "texture": "#1"}, - "east": {"uv": [7.25, 11.75, 7.5, 12.25], "texture": "#1"}, - "south": {"uv": [11.75, 7.25, 12, 7.75], "texture": "#1"}, - "west": {"uv": [7.5, 11.75, 7.75, 12.25], "texture": "#1"}, - "up": {"uv": [2, 10.25, 1.75, 10], "texture": "#1"}, - "down": {"uv": [4.25, 10, 4, 10.25], "texture": "#1"} - } - }, - { - "from": [10, 3, 5], - "to": [11, 5, 6], - "faces": { - "north": {"uv": [7.75, 11.75, 8, 12.25], "texture": "#1"}, - "east": {"uv": [8, 11.75, 8.25, 12.25], "texture": "#1"}, - "south": {"uv": [8.25, 11.75, 8.5, 12.25], "texture": "#1"}, - "west": {"uv": [8.5, 11.75, 8.75, 12.25], "texture": "#1"}, - "up": {"uv": [3, 10.5, 2.75, 10.25], "texture": "#1"}, - "down": {"uv": [4, 10.5, 3.75, 10.75], "texture": "#1"} - } - }, - { - "from": [10, 13, 4], - "to": [12, 14, 6], - "faces": { - "north": {"uv": [3, 7.5, 3.5, 7.75], "texture": "#1"}, - "east": {"uv": [5, 9, 5.5, 9.25], "texture": "#1"}, - "south": {"uv": [2, 11.25, 2.5, 11.5], "texture": "#1"}, - "west": {"uv": [11.75, 7.75, 12.25, 8], "texture": "#1"}, - "up": {"uv": [3.5, 7.5, 3, 7], "texture": "#1"}, - "down": {"uv": [4.5, 7.75, 4, 8.25], "texture": "#1"} - } - }, - { - "from": [10, 2, 4], - "to": [12, 3, 6], - "faces": { - "north": {"uv": [8.75, 11.75, 9.25, 12], "texture": "#1"}, - "east": {"uv": [9.25, 11.75, 9.75, 12], "texture": "#1"}, - "south": {"uv": [9.75, 11.75, 10.25, 12], "texture": "#1"}, - "west": {"uv": [10.25, 11.75, 10.75, 12], "texture": "#1"}, - "up": {"uv": [3, 8.5, 2.5, 8], "texture": "#1"}, - "down": {"uv": [3.25, 10.5, 2.75, 11], "texture": "#1"} - } - }, - { - "from": [3, 14, 3], - "to": [6, 15, 6], - "faces": { - "north": {"uv": [10.75, 11.25, 11.5, 11.5], "texture": "#1"}, - "east": {"uv": [11.25, 10.75, 12, 11], "texture": "#1"}, - "south": {"uv": [11.25, 11, 12, 11.25], "texture": "#1"}, - "west": {"uv": [2, 11.5, 2.75, 11.75], "texture": "#1"}, - "up": {"uv": [9.25, 1, 8.5, 0.25], "texture": "#1"}, - "down": {"uv": [3.25, 8.5, 2.5, 9.25], "texture": "#1"} - } - }, - { - "from": [3, 1, 3], - "to": [6, 2, 6], - "faces": { - "north": {"uv": [11.5, 2, 12.25, 2.25], "texture": "#1"}, - "east": {"uv": [11.5, 2.25, 12.25, 2.5], "texture": "#1"}, - "south": {"uv": [2.75, 11.5, 3.5, 11.75], "texture": "#1"}, - "west": {"uv": [3.5, 11.5, 4.25, 11.75], "texture": "#1"}, - "up": {"uv": [4, 9.25, 3.25, 8.5], "texture": "#1"}, - "down": {"uv": [6.25, 8.5, 5.5, 9.25], "texture": "#1"} - } - }, - { - "from": [5.3, 4, 5.3], - "to": [6.2, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [10.75, 11.75, 11, 12.25], "texture": "#1"}, - "east": {"uv": [11, 11.75, 11.25, 12.25], "texture": "#1"}, - "south": {"uv": [11.25, 11.75, 11.5, 12.25], "texture": "#1"}, - "west": {"uv": [11.5, 11.75, 11.75, 12.25], "texture": "#1"}, - "up": {"uv": [2.75, 11, 2.5, 10.75], "texture": "#1"}, - "down": {"uv": [3.75, 11, 3.5, 11.25], "texture": "#1"} - } - }, - { - "from": [5.6915, 7, 5.6915], - "to": [6.461, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [8, 12.25, 8.1875, 12.75], "texture": "#1"}, - "east": {"uv": [12.25, 8, 12.4375, 8.5], "texture": "#1"}, - "south": {"uv": [8.25, 12.25, 8.4375, 12.75], "texture": "#1"}, - "west": {"uv": [8.5, 12.25, 8.6875, 12.75], "texture": "#1"}, - "up": {"uv": [11.6875, 12.6875, 11.5, 12.5], "texture": "#1"}, - "down": {"uv": [11.9375, 12.5, 11.75, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.57, 6, 5.57], - "to": [6.38, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [6.25, 12.5, 6.4375, 12.75], "texture": "#1"}, - "east": {"uv": [6.5, 12.5, 6.6875, 12.75], "texture": "#1"}, - "south": {"uv": [6.75, 12.5, 6.9375, 12.75], "texture": "#1"}, - "west": {"uv": [7, 12.5, 7.1875, 12.75], "texture": "#1"}, - "up": {"uv": [12.1875, 12.6875, 12, 12.5], "texture": "#1"}, - "down": {"uv": [12.4375, 12.5, 12.25, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.57, 9, 5.57], - "to": [6.38, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 7, 12.6875, 7.25], "texture": "#1"}, - "east": {"uv": [7.25, 12.5, 7.4375, 12.75], "texture": "#1"}, - "south": {"uv": [12.5, 7.25, 12.6875, 7.5], "texture": "#1"}, - "west": {"uv": [12.5, 7.5, 12.6875, 7.75], "texture": "#1"}, - "up": {"uv": [12.6875, 12.4375, 12.5, 12.25], "texture": "#1"}, - "down": {"uv": [12.6875, 12.5, 12.5, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.3, 10, 5.3], - "to": [6.2, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [11.75, 11.5, 12, 12], "texture": "#1"}, - "east": {"uv": [0, 12, 0.25, 12.5], "texture": "#1"}, - "south": {"uv": [0.25, 12, 0.5, 12.5], "texture": "#1"}, - "west": {"uv": [0.5, 12, 0.75, 12.5], "texture": "#1"}, - "up": {"uv": [0.75, 12.75, 0.5, 12.5], "texture": "#1"}, - "down": {"uv": [1, 12.5, 0.75, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 11, 5], - "to": [6, 13, 6], - "faces": { - "north": {"uv": [1.25, 12, 1.5, 12.5], "texture": "#1"}, - "east": {"uv": [1.5, 12, 1.75, 12.5], "texture": "#1"}, - "south": {"uv": [1.75, 12, 2, 12.5], "texture": "#1"}, - "west": {"uv": [12, 2.5, 12.25, 3], "texture": "#1"}, - "up": {"uv": [12.75, 1, 12.5, 0.75], "texture": "#1"}, - "down": {"uv": [1.25, 12.5, 1, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 3, 5], - "to": [6, 5, 6], - "faces": { - "north": {"uv": [3, 12, 3.25, 12.5], "texture": "#1"}, - "east": {"uv": [12, 3, 12.25, 3.5], "texture": "#1"}, - "south": {"uv": [3.25, 12, 3.5, 12.5], "texture": "#1"}, - "west": {"uv": [3.5, 12, 3.75, 12.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.25, 12.5, 1], "texture": "#1"}, - "down": {"uv": [1.5, 12.5, 1.25, 12.75], "texture": "#1"} - } - }, - { - "from": [4, 13, 4], - "to": [6, 14, 6], - "faces": { - "north": {"uv": [12, 0, 12.5, 0.25], "texture": "#1"}, - "east": {"uv": [12, 3.5, 12.5, 3.75], "texture": "#1"}, - "south": {"uv": [3.75, 12, 4.25, 12.25], "texture": "#1"}, - "west": {"uv": [12, 3.75, 12.5, 4], "texture": "#1"}, - "up": {"uv": [3.75, 11, 3.25, 10.5], "texture": "#1"}, - "down": {"uv": [11, 4, 10.5, 4.5], "texture": "#1"} - } - }, - { - "from": [4, 2, 4], - "to": [6, 3, 6], - "faces": { - "north": {"uv": [12, 4, 12.5, 4.25], "texture": "#1"}, - "east": {"uv": [4.25, 12, 4.75, 12.25], "texture": "#1"}, - "south": {"uv": [12, 4.25, 12.5, 4.5], "texture": "#1"}, - "west": {"uv": [4.75, 12, 5.25, 12.25], "texture": "#1"}, - "up": {"uv": [11, 8.5, 10.5, 8], "texture": "#1"}, - "down": {"uv": [11, 10.25, 10.5, 10.75], "texture": "#1"} - } - }, - { - "from": [3, 14, 10], - "to": [6, 15, 13], - "faces": { - "north": {"uv": [4.25, 11.5, 5, 11.75], "texture": "#1"}, - "east": {"uv": [5, 11.5, 5.75, 11.75], "texture": "#1"}, - "south": {"uv": [11.5, 5.25, 12.25, 5.5], "texture": "#1"}, - "west": {"uv": [11.5, 5.5, 12.25, 5.75], "texture": "#1"}, - "up": {"uv": [7, 9.25, 6.25, 8.5], "texture": "#1"}, - "down": {"uv": [7.75, 8.5, 7, 9.25], "texture": "#1"} - } - }, - { - "from": [3, 1, 10], - "to": [6, 2, 13], - "faces": { - "north": {"uv": [5.75, 11.5, 6.5, 11.75], "texture": "#1"}, - "east": {"uv": [6.5, 11.5, 7.25, 11.75], "texture": "#1"}, - "south": {"uv": [7.25, 11.5, 8, 11.75], "texture": "#1"}, - "west": {"uv": [8, 11.5, 8.75, 11.75], "texture": "#1"}, - "up": {"uv": [8.5, 9.25, 7.75, 8.5], "texture": "#1"}, - "down": {"uv": [9.25, 8.5, 8.5, 9.25], "texture": "#1"} - } - }, - { - "from": [5.3, 4, 9.8], - "to": [6.2, 5.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [12, 4.75, 12.25, 5.25], "texture": "#1"}, - "east": {"uv": [12, 6.75, 12.25, 7.25], "texture": "#1"}, - "south": {"uv": [12, 7.25, 12.25, 7.75], "texture": "#1"}, - "west": {"uv": [12, 8, 12.25, 8.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.5, 12.5, 1.25], "texture": "#1"}, - "down": {"uv": [1.75, 12.5, 1.5, 12.75], "texture": "#1"} - } - }, - { - "from": [5.6915, 7, 9.539], - "to": [6.461, 9, 10.3085], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [12.25, 8.5, 12.4375, 9], "texture": "#1"}, - "east": {"uv": [12.25, 9, 12.4375, 9.5], "texture": "#1"}, - "south": {"uv": [12.25, 9.5, 12.4375, 10], "texture": "#1"}, - "west": {"uv": [12.25, 10.25, 12.4375, 10.75], "texture": "#1"}, - "up": {"uv": [0.1875, 12.9375, 0, 12.75], "texture": "#1"}, - "down": {"uv": [0.4375, 12.75, 0.25, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.57, 6, 9.62], - "to": [6.38, 7, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 7.75, 12.6875, 8], "texture": "#1"}, - "east": {"uv": [12.5, 8, 12.6875, 8.25], "texture": "#1"}, - "south": {"uv": [12.5, 8.25, 12.6875, 8.5], "texture": "#1"}, - "west": {"uv": [12.5, 8.5, 12.6875, 8.75], "texture": "#1"}, - "up": {"uv": [12.9375, 0.4375, 12.75, 0.25], "texture": "#1"}, - "down": {"uv": [0.6875, 12.75, 0.5, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.57, 9, 9.62], - "to": [6.38, 10, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [8.75, 12.5, 8.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 8.75, 12.6875, 9], "texture": "#1"}, - "south": {"uv": [9, 12.5, 9.1875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 9, 12.6875, 9.25], "texture": "#1"}, - "up": {"uv": [12.9375, 0.6875, 12.75, 0.5], "texture": "#1"}, - "down": {"uv": [0.9375, 12.75, 0.75, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.3, 10, 9.8], - "to": [6.2, 11.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [8.75, 12, 9, 12.5], "texture": "#1"}, - "east": {"uv": [9, 12, 9.25, 12.5], "texture": "#1"}, - "south": {"uv": [12, 9, 12.25, 9.5], "texture": "#1"}, - "west": {"uv": [9.25, 12, 9.5, 12.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.75, 12.5, 1.5], "texture": "#1"}, - "down": {"uv": [2, 12.5, 1.75, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 11, 10], - "to": [6, 13, 11], - "faces": { - "north": {"uv": [9.5, 12, 9.75, 12.5], "texture": "#1"}, - "east": {"uv": [12, 9.5, 12.25, 10], "texture": "#1"}, - "south": {"uv": [9.75, 12, 10, 12.5], "texture": "#1"}, - "west": {"uv": [10, 12, 10.25, 12.5], "texture": "#1"}, - "up": {"uv": [2.25, 12.75, 2, 12.5], "texture": "#1"}, - "down": {"uv": [2.5, 12.5, 2.25, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 3, 10], - "to": [6, 5, 11], - "faces": { - "north": {"uv": [10.25, 12, 10.5, 12.5], "texture": "#1"}, - "east": {"uv": [10.5, 12, 10.75, 12.5], "texture": "#1"}, - "south": {"uv": [12, 10.75, 12.25, 11.25], "texture": "#1"}, - "west": {"uv": [12, 11.5, 12.25, 12], "texture": "#1"}, - "up": {"uv": [12.75, 2.5, 12.5, 2.25], "texture": "#1"}, - "down": {"uv": [12.75, 2.5, 12.5, 2.75], "texture": "#1"} - } - }, - { - "from": [4, 13, 10], - "to": [6, 14, 12], - "faces": { - "north": {"uv": [12, 10, 12.5, 10.25], "texture": "#1"}, - "east": {"uv": [11.75, 12, 12.25, 12.25], "texture": "#1"}, - "south": {"uv": [12.25, 0.25, 12.75, 0.5], "texture": "#1"}, - "west": {"uv": [12.25, 0.5, 12.75, 0.75], "texture": "#1"}, - "up": {"uv": [0.5, 11.25, 0, 10.75], "texture": "#1"}, - "down": {"uv": [1, 10.75, 0.5, 11.25], "texture": "#1"} - } - }, - { - "from": [4, 2, 10], - "to": [6, 3, 12], - "faces": { - "north": {"uv": [0.75, 12.25, 1.25, 12.5], "texture": "#1"}, - "east": {"uv": [12.25, 1.75, 12.75, 2], "texture": "#1"}, - "south": {"uv": [2, 12.25, 2.5, 12.5], "texture": "#1"}, - "west": {"uv": [12.25, 2, 12.75, 2.25], "texture": "#1"}, - "up": {"uv": [1.5, 11.25, 1, 10.75], "texture": "#1"}, - "down": {"uv": [2, 10.75, 1.5, 11.25], "texture": "#1"} - } - }, - { - "from": [10, 14, 10], - "to": [13, 15, 13], - "faces": { - "north": {"uv": [8.75, 11.5, 9.5, 11.75], "texture": "#1"}, - "east": {"uv": [9.5, 11.5, 10.25, 11.75], "texture": "#1"}, - "south": {"uv": [10.25, 11.5, 11, 11.75], "texture": "#1"}, - "west": {"uv": [11.5, 10.25, 12.25, 10.5], "texture": "#1"}, - "up": {"uv": [0.75, 9.5, 0, 8.75], "texture": "#1"}, - "down": {"uv": [1.5, 8.75, 0.75, 9.5], "texture": "#1"} - } - }, - { - "from": [10, 1, 10], - "to": [13, 2, 13], - "faces": { - "north": {"uv": [11.5, 10.5, 12.25, 10.75], "texture": "#1"}, - "east": {"uv": [11, 11.5, 11.75, 11.75], "texture": "#1"}, - "south": {"uv": [11.5, 11.25, 12.25, 11.5], "texture": "#1"}, - "west": {"uv": [0, 11.75, 0.75, 12], "texture": "#1"}, - "up": {"uv": [2.25, 9.5, 1.5, 8.75], "texture": "#1"}, - "down": {"uv": [9.5, 4, 8.75, 4.75], "texture": "#1"} - } - }, - { - "from": [9.8, 4, 9.8], - "to": [10.7, 5.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [12.25, 2.25, 12.5, 2.75], "texture": "#1"}, - "east": {"uv": [2.5, 12.25, 2.75, 12.75], "texture": "#1"}, - "south": {"uv": [2.75, 12.25, 3, 12.75], "texture": "#1"}, - "west": {"uv": [12.25, 2.75, 12.5, 3.25], "texture": "#1"}, - "up": {"uv": [12.75, 3, 12.5, 2.75], "texture": "#1"}, - "down": {"uv": [3.25, 12.5, 3, 12.75], "texture": "#1"} - } - }, - { - "from": [9.539, 7, 9.539], - "to": [10.3085, 9, 10.3085], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [10.75, 12.25, 10.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.25, 10.75, 12.4375, 11.25], "texture": "#1"}, - "south": {"uv": [11, 12.25, 11.1875, 12.75], "texture": "#1"}, - "west": {"uv": [11.25, 12.25, 11.4375, 12.75], "texture": "#1"}, - "up": {"uv": [12.9375, 0.9375, 12.75, 0.75], "texture": "#1"}, - "down": {"uv": [1.1875, 12.75, 1, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.62, 6, 9.62], - "to": [10.43, 7, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.25, 12.5, 9.4375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 9.25, 12.6875, 9.5], "texture": "#1"}, - "south": {"uv": [9.5, 12.5, 9.6875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 9.5, 12.6875, 9.75], "texture": "#1"}, - "up": {"uv": [12.9375, 1.1875, 12.75, 1], "texture": "#1"}, - "down": {"uv": [1.4375, 12.75, 1.25, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.62, 9, 9.62], - "to": [10.43, 10, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.75, 12.5, 9.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 9.75, 12.6875, 10], "texture": "#1"}, - "south": {"uv": [10, 12.5, 10.1875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 10, 12.6875, 10.25], "texture": "#1"}, - "up": {"uv": [12.9375, 1.4375, 12.75, 1.25], "texture": "#1"}, - "down": {"uv": [1.6875, 12.75, 1.5, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.8, 10, 9.8], - "to": [10.7, 11.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [3.75, 12.25, 4, 12.75], "texture": "#1"}, - "east": {"uv": [4, 12.25, 4.25, 12.75], "texture": "#1"}, - "south": {"uv": [4.25, 12.25, 4.5, 12.75], "texture": "#1"}, - "west": {"uv": [4.5, 12.25, 4.75, 12.75], "texture": "#1"}, - "up": {"uv": [12.75, 3.25, 12.5, 3], "texture": "#1"}, - "down": {"uv": [3.5, 12.5, 3.25, 12.75], "texture": "#1"} - } - }, - { - "from": [10, 11, 10], - "to": [11, 13, 11], - "faces": { - "north": {"uv": [12.25, 4.5, 12.5, 5], "texture": "#1"}, - "east": {"uv": [4.75, 12.25, 5, 12.75], "texture": "#1"}, - "south": {"uv": [5, 12.25, 5.25, 12.75], "texture": "#1"}, - "west": {"uv": [12.25, 5, 12.5, 5.5], "texture": "#1"}, - "up": {"uv": [3.75, 12.75, 3.5, 12.5], "texture": "#1"}, - "down": {"uv": [12.75, 3.5, 12.5, 3.75], "texture": "#1"} - } - }, - { - "from": [10, 3, 10], - "to": [11, 5, 11], - "faces": { - "north": {"uv": [5.25, 12.25, 5.5, 12.75], "texture": "#1"}, - "east": {"uv": [5.5, 12.25, 5.75, 12.75], "texture": "#1"}, - "south": {"uv": [12.25, 5.5, 12.5, 6], "texture": "#1"}, - "west": {"uv": [5.75, 12.25, 6, 12.75], "texture": "#1"}, - "up": {"uv": [12.75, 4, 12.5, 3.75], "texture": "#1"}, - "down": {"uv": [12.75, 4, 12.5, 4.25], "texture": "#1"} - } - }, - { - "from": [10, 13, 10], - "to": [12, 14, 12], - "faces": { - "north": {"uv": [12.25, 3.25, 12.75, 3.5], "texture": "#1"}, - "east": {"uv": [6, 12.25, 6.5, 12.5], "texture": "#1"}, - "south": {"uv": [12.25, 6, 12.75, 6.25], "texture": "#1"}, - "west": {"uv": [12.25, 6.25, 12.75, 6.5], "texture": "#1"}, - "up": {"uv": [2.5, 11.25, 2, 10.75], "texture": "#1"}, - "down": {"uv": [4.25, 10.75, 3.75, 11.25], "texture": "#1"} - } - }, - { - "from": [10, 2, 10], - "to": [12, 3, 12], - "faces": { - "north": {"uv": [6.5, 12.25, 7, 12.5], "texture": "#1"}, - "east": {"uv": [12.25, 6.5, 12.75, 6.75], "texture": "#1"}, - "south": {"uv": [12.25, 6.75, 12.75, 7], "texture": "#1"}, - "west": {"uv": [7, 12.25, 7.5, 12.5], "texture": "#1"}, - "up": {"uv": [4.75, 11.25, 4.25, 10.75], "texture": "#1"}, - "down": {"uv": [5.25, 10.75, 4.75, 11.25], "texture": "#1"} - } - }, - { - "from": [6, 14, 10], - "to": [10, 15, 14], - "faces": { - "north": {"uv": [5.25, 10.75, 6.25, 11], "texture": "#1"}, - "east": {"uv": [6.25, 10.75, 7.25, 11], "texture": "#1"}, - "south": {"uv": [7.25, 10.75, 8.25, 11], "texture": "#1"}, - "west": {"uv": [10.75, 7.25, 11.75, 7.5], "texture": "#1"}, - "up": {"uv": [7, 5.75, 6, 4.75], "texture": "#1"}, - "down": {"uv": [6.25, 6, 5.25, 7], "texture": "#1"} - } - }, - { - "from": [6, 1, 10], - "to": [10, 2, 14], - "faces": { - "north": {"uv": [10.75, 7.5, 11.75, 7.75], "texture": "#1"}, - "east": {"uv": [10.75, 7.75, 11.75, 8], "texture": "#1"}, - "south": {"uv": [8.25, 10.75, 9.25, 11], "texture": "#1"}, - "west": {"uv": [9.25, 10.75, 10.25, 11], "texture": "#1"}, - "up": {"uv": [7.25, 6.75, 6.25, 5.75], "texture": "#1"}, - "down": {"uv": [4.5, 6.75, 3.5, 7.75], "texture": "#1"} - } - }, - { - "from": [6.2, 4, 9.8], - "to": [9.8, 5.9, 11.6], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [9.5, 0.75, 10.375, 1.25], "texture": "#1"}, - "east": {"uv": [11, 10.25, 11.4375, 10.75], "texture": "#1"}, - "south": {"uv": [1, 9.5, 1.875, 10], "texture": "#1"}, - "west": {"uv": [0, 11.25, 0.4375, 11.75], "texture": "#1"}, - "up": {"uv": [3.875, 10.4375, 3, 10], "texture": "#1"}, - "down": {"uv": [10.875, 4.75, 10, 5.1875], "texture": "#1"} - } - }, - { - "from": [6.461, 7, 9.539], - "to": [9.539, 9, 11.078], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [2, 10.25, 2.75, 10.75], "texture": "#1"}, - "east": {"uv": [11.75, 0.25, 12.125, 0.75], "texture": "#1"}, - "south": {"uv": [10.25, 2, 11, 2.5], "texture": "#1"}, - "west": {"uv": [0.75, 11.75, 1.125, 12.25], "texture": "#1"}, - "up": {"uv": [10.5, 10.625, 9.75, 10.25], "texture": "#1"}, - "down": {"uv": [11, 9.75, 10.25, 10.125], "texture": "#1"} - } - }, - { - "from": [6.38, 6, 9.62], - "to": [9.62, 7, 11.24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 1.75, 12.0625, 2], "texture": "#1"}, - "east": {"uv": [12.25, 11.25, 12.625, 11.5], "texture": "#1"}, - "south": {"uv": [3.5, 11.25, 4.3125, 11.5], "texture": "#1"}, - "west": {"uv": [11.5, 12.25, 11.875, 12.5], "texture": "#1"}, - "up": {"uv": [5.5625, 10.625, 4.75, 10.25], "texture": "#1"}, - "down": {"uv": [6.5625, 10.25, 5.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.38, 9, 9.62], - "to": [9.62, 10, 11.24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [4.5, 11.25, 5.3125, 11.5], "texture": "#1"}, - "east": {"uv": [12.25, 11.5, 12.625, 11.75], "texture": "#1"}, - "south": {"uv": [11.25, 4.5, 12.0625, 4.75], "texture": "#1"}, - "west": {"uv": [12.25, 11.75, 12.625, 12], "texture": "#1"}, - "up": {"uv": [11.0625, 6.125, 10.25, 5.75], "texture": "#1"}, - "down": {"uv": [11.0625, 6.25, 10.25, 6.625], "texture": "#1"} - } - }, - { - "from": [6.2, 10, 9.8], - "to": [9.8, 11.9, 11.6], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [3.25, 9.5, 4.125, 10], "texture": "#1"}, - "east": {"uv": [11.25, 0.25, 11.6875, 0.75], "texture": "#1"}, - "south": {"uv": [9.5, 4, 10.375, 4.5], "texture": "#1"}, - "west": {"uv": [0.5, 11.25, 0.9375, 11.75], "texture": "#1"}, - "up": {"uv": [10.875, 5.6875, 10, 5.25], "texture": "#1"}, - "down": {"uv": [10.875, 6.75, 10, 7.1875], "texture": "#1"} - } - }, - { - "from": [6, 11, 10], - "to": [10, 13, 12], - "faces": { - "north": {"uv": [8.5, 1, 9.5, 1.5], "texture": "#1"}, - "east": {"uv": [10.25, 10.75, 10.75, 11.25], "texture": "#1"}, - "south": {"uv": [4, 9, 5, 9.5], "texture": "#1"}, - "west": {"uv": [10.75, 10.75, 11.25, 11.25], "texture": "#1"}, - "up": {"uv": [10, 5.25, 9, 4.75], "texture": "#1"}, - "down": {"uv": [10, 5.25, 9, 5.75], "texture": "#1"} - } - }, - { - "from": [6, 3, 10], - "to": [10, 5, 12], - "faces": { - "north": {"uv": [9, 6.75, 10, 7.25], "texture": "#1"}, - "east": {"uv": [11, 2, 11.5, 2.5], "texture": "#1"}, - "south": {"uv": [9.25, 0.25, 10.25, 0.75], "texture": "#1"}, - "west": {"uv": [2.5, 11, 3, 11.5], "texture": "#1"}, - "up": {"uv": [10.25, 2.5, 9.25, 2], "texture": "#1"}, - "down": {"uv": [3.25, 9.25, 2.25, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 13, 10], - "to": [10, 14, 13], - "faces": { - "north": {"uv": [11, 0, 12, 0.25], "texture": "#1"}, - "east": {"uv": [11.75, 0.75, 12.5, 1], "texture": "#1"}, - "south": {"uv": [11, 2.5, 12, 2.75], "texture": "#1"}, - "west": {"uv": [11.75, 1, 12.5, 1.25], "texture": "#1"}, - "up": {"uv": [8.25, 8, 7.25, 7.25], "texture": "#1"}, - "down": {"uv": [8.5, 0, 7.5, 0.75], "texture": "#1"} - } - }, - { - "from": [6, 2, 10], - "to": [10, 3, 13], - "faces": { - "north": {"uv": [11, 2.75, 12, 3], "texture": "#1"}, - "east": {"uv": [1.25, 11.75, 2, 12], "texture": "#1"}, - "south": {"uv": [11, 3, 12, 3.25], "texture": "#1"}, - "west": {"uv": [11.75, 1.25, 12.5, 1.5], "texture": "#1"}, - "up": {"uv": [8.5, 1.5, 7.5, 0.75], "texture": "#1"}, - "down": {"uv": [5.5, 7.5, 4.5, 8.25], "texture": "#1"} - } - }, - { - "from": [6, 14, 2], - "to": [10, 15, 6], - "faces": { - "north": {"uv": [11, 3.25, 12, 3.5], "texture": "#1"}, - "east": {"uv": [11, 3.5, 12, 3.75], "texture": "#1"}, - "south": {"uv": [11, 3.75, 12, 4], "texture": "#1"}, - "west": {"uv": [11, 4, 12, 4.25], "texture": "#1"}, - "up": {"uv": [7.25, 7.75, 6.25, 6.75], "texture": "#1"}, - "down": {"uv": [1, 7, 0, 8], "texture": "#1"} - } - }, - { - "from": [6, 1, 2], - "to": [10, 2, 6], - "faces": { - "north": {"uv": [11, 4.25, 12, 4.5], "texture": "#1"}, - "east": {"uv": [11, 4.75, 12, 5], "texture": "#1"}, - "south": {"uv": [11, 5, 12, 5.25], "texture": "#1"}, - "west": {"uv": [5.25, 11, 6.25, 11.25], "texture": "#1"}, - "up": {"uv": [2, 8, 1, 7], "texture": "#1"}, - "down": {"uv": [3, 7, 2, 8], "texture": "#1"} - } - }, - { - "from": [6.2, 4, 4.4], - "to": [9.8, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [9.5, 8, 10.375, 8.5], "texture": "#1"}, - "east": {"uv": [11.25, 0.75, 11.6875, 1.25], "texture": "#1"}, - "south": {"uv": [2, 9.75, 2.875, 10.25], "texture": "#1"}, - "west": {"uv": [1, 11.25, 1.4375, 11.75], "texture": "#1"}, - "up": {"uv": [10.875, 9.6875, 10, 9.25], "texture": "#1"}, - "down": {"uv": [0.875, 10.25, 0, 10.6875], "texture": "#1"} - } - }, - { - "from": [6.461, 7, 4.922], - "to": [9.539, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [10.25, 2.5, 11, 3], "texture": "#1"}, - "east": {"uv": [2, 11.75, 2.375, 12.25], "texture": "#1"}, - "south": {"uv": [10.25, 3, 11, 3.5], "texture": "#1"}, - "west": {"uv": [2.5, 11.75, 2.875, 12.25], "texture": "#1"}, - "up": {"uv": [11.25, 1.125, 10.5, 0.75], "texture": "#1"}, - "down": {"uv": [11.25, 1.5, 10.5, 1.875], "texture": "#1"} - } - }, - { - "from": [6.38, 6, 4.76], - "to": [9.62, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 5.75, 12.0625, 6], "texture": "#1"}, - "east": {"uv": [12, 12.25, 12.375, 12.5], "texture": "#1"}, - "south": {"uv": [11.25, 6, 12.0625, 6.25], "texture": "#1"}, - "west": {"uv": [12.25, 12, 12.625, 12.25], "texture": "#1"}, - "up": {"uv": [7.5625, 10.625, 6.75, 10.25], "texture": "#1"}, - "down": {"uv": [8.5625, 10.25, 7.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.38, 9, 4.76], - "to": [9.62, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 6.25, 12.0625, 6.5], "texture": "#1"}, - "east": {"uv": [0, 12.5, 0.375, 12.75], "texture": "#1"}, - "south": {"uv": [11.25, 6.5, 12.0625, 6.75], "texture": "#1"}, - "west": {"uv": [12.5, 0, 12.875, 0.25], "texture": "#1"}, - "up": {"uv": [11.0625, 8.875, 10.25, 8.5], "texture": "#1"}, - "down": {"uv": [9.5625, 10.25, 8.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.2, 10, 4.4], - "to": [9.8, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [4.25, 9.75, 5.125, 10.25], "texture": "#1"}, - "east": {"uv": [11.25, 1.25, 11.6875, 1.75], "texture": "#1"}, - "south": {"uv": [5.25, 9.75, 6.125, 10.25], "texture": "#1"}, - "west": {"uv": [1.5, 11.25, 1.9375, 11.75], "texture": "#1"}, - "up": {"uv": [11.125, 0.6875, 10.25, 0.25], "texture": "#1"}, - "down": {"uv": [1.875, 10.25, 1, 10.6875], "texture": "#1"} - } - }, - { - "from": [6, 11, 4], - "to": [10, 13, 6], - "faces": { - "north": {"uv": [9.25, 2.5, 10.25, 3], "texture": "#1"}, - "east": {"uv": [3, 11, 3.5, 11.5], "texture": "#1"}, - "south": {"uv": [9.25, 3, 10.25, 3.5], "texture": "#1"}, - "west": {"uv": [11, 5.25, 11.5, 5.75], "texture": "#1"}, - "up": {"uv": [10.25, 4, 9.25, 3.5], "texture": "#1"}, - "down": {"uv": [6, 9.25, 5, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 3, 4], - "to": [10, 5, 6], - "faces": { - "north": {"uv": [9.25, 5.75, 10.25, 6.25], "texture": "#1"}, - "east": {"uv": [6.25, 11, 6.75, 11.5], "texture": "#1"}, - "south": {"uv": [6, 9.25, 7, 9.75], "texture": "#1"}, - "west": {"uv": [6.75, 11, 7.25, 11.5], "texture": "#1"}, - "up": {"uv": [10.25, 6.75, 9.25, 6.25], "texture": "#1"}, - "down": {"uv": [8, 9.25, 7, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 13, 3], - "to": [10, 14, 6], - "faces": { - "north": {"uv": [11, 6.75, 12, 7], "texture": "#1"}, - "east": {"uv": [11.75, 1.5, 12.5, 1.75], "texture": "#1"}, - "south": {"uv": [11, 7, 12, 7.25], "texture": "#1"}, - "west": {"uv": [3, 11.75, 3.75, 12], "texture": "#1"}, - "up": {"uv": [4, 8.5, 3, 7.75], "texture": "#1"}, - "down": {"uv": [8.75, 4, 7.75, 4.75], "texture": "#1"} - } - }, - { - "from": [6, 2, 3], - "to": [10, 3, 6], - "faces": { - "north": {"uv": [7.25, 11, 8.25, 11.25], "texture": "#1"}, - "east": {"uv": [3.75, 11.75, 4.5, 12], "texture": "#1"}, - "south": {"uv": [11, 8, 12, 8.25], "texture": "#1"}, - "west": {"uv": [4.5, 11.75, 5.25, 12], "texture": "#1"}, - "up": {"uv": [6.5, 8.5, 5.5, 7.75], "texture": "#1"}, - "down": {"uv": [1, 8, 0, 8.75], "texture": "#1"} - } - }, - { - "from": [2, 14, 6], - "to": [14, 15, 10], - "faces": { - "north": {"uv": [7.5, 1.5, 10.5, 1.75], "texture": "#1"}, - "east": {"uv": [8.25, 11, 9.25, 11.25], "texture": "#1"}, - "south": {"uv": [7.5, 1.75, 10.5, 2], "texture": "#1"}, - "west": {"uv": [11, 8.25, 12, 8.5], "texture": "#1"}, - "up": {"uv": [3, 1, 0, 0], "texture": "#1"}, - "down": {"uv": [3, 1, 0, 2], "texture": "#1"} - } - }, - { - "from": [2, 1, 6], - "to": [14, 2, 10], - "faces": { - "north": {"uv": [6.5, 8, 9.5, 8.25], "texture": "#1"}, - "east": {"uv": [11, 9, 12, 9.25], "texture": "#1"}, - "south": {"uv": [6.5, 8.25, 9.5, 8.5], "texture": "#1"}, - "west": {"uv": [9.25, 11, 10.25, 11.25], "texture": "#1"}, - "up": {"uv": [3, 3, 0, 2], "texture": "#1"}, - "down": {"uv": [3, 3, 0, 4], "texture": "#1"} - } - }, - { - "from": [4.4, 4, 6.2], - "to": [11.6, 5.9, 9.8], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [7.25, 3, 9.0625, 3.5], "texture": "#1"}, - "east": {"uv": [6.25, 9.75, 7.125, 10.25], "texture": "#1"}, - "south": {"uv": [7.25, 3.5, 9.0625, 4], "texture": "#1"}, - "west": {"uv": [7.25, 9.75, 8.125, 10.25], "texture": "#1"}, - "up": {"uv": [3.8125, 5.875, 2, 5], "texture": "#1"}, - "down": {"uv": [5.8125, 5, 4, 5.875], "texture": "#1"} - } - }, - { - "from": [4.922, 7, 6.461], - "to": [11.078, 9, 9.539], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [4.5, 7, 6.0625, 7.5], "texture": "#1"}, - "east": {"uv": [10.25, 3.5, 11, 4], "texture": "#1"}, - "south": {"uv": [7.25, 6.75, 8.8125, 7.25], "texture": "#1"}, - "west": {"uv": [4, 10.25, 4.75, 10.75], "texture": "#1"}, - "up": {"uv": [5.0625, 6.75, 3.5, 6], "texture": "#1"}, - "down": {"uv": [7.5625, 4, 6, 4.75], "texture": "#1"} - } - }, - { - "from": [4.76, 6, 6.38], - "to": [11.24, 7, 9.62], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.25, 9, 10.875, 9.25], "texture": "#1"}, - "east": {"uv": [7.25, 11.25, 8.0625, 11.5], "texture": "#1"}, - "south": {"uv": [9.5, 1.25, 11.125, 1.5], "texture": "#1"}, - "west": {"uv": [8.25, 11.25, 9.0625, 11.5], "texture": "#1"}, - "up": {"uv": [7.125, 2.8125, 5.5, 2], "texture": "#1"}, - "down": {"uv": [7.125, 3, 5.5, 3.8125], "texture": "#1"} - } - }, - { - "from": [4.76, 9, 6.38], - "to": [11.24, 10, 9.62], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.5, 4.5, 11.125, 4.75], "texture": "#1"}, - "east": {"uv": [11.25, 8.5, 12.0625, 8.75], "texture": "#1"}, - "south": {"uv": [0, 10, 1.625, 10.25], "texture": "#1"}, - "west": {"uv": [11.25, 8.75, 12.0625, 9], "texture": "#1"}, - "up": {"uv": [1.625, 6.8125, 0, 6], "texture": "#1"}, - "down": {"uv": [3.375, 6, 1.75, 6.8125], "texture": "#1"} - } - }, - { - "from": [4.4, 10, 6.2], - "to": [11.6, 11.9, 9.8], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [7.25, 5.75, 9.0625, 6.25], "texture": "#1"}, - "east": {"uv": [8.25, 9.75, 9.125, 10.25], "texture": "#1"}, - "south": {"uv": [7.25, 6.25, 9.0625, 6.75], "texture": "#1"}, - "west": {"uv": [9.25, 9.75, 10.125, 10.25], "texture": "#1"}, - "up": {"uv": [7.3125, 0.875, 5.5, 0], "texture": "#1"}, - "down": {"uv": [7.3125, 1, 5.5, 1.875], "texture": "#1"} - } - }, - { - "from": [4, 11, 6], - "to": [12, 13, 10], - "faces": { - "north": {"uv": [7, 4.75, 9, 5.25], "texture": "#1"}, - "east": {"uv": [8, 9.25, 9, 9.75], "texture": "#1"}, - "south": {"uv": [7, 5.25, 9, 5.75], "texture": "#1"}, - "west": {"uv": [9.25, 8.5, 10.25, 9], "texture": "#1"}, - "up": {"uv": [2, 5, 0, 4], "texture": "#1"}, - "down": {"uv": [4, 4, 2, 5], "texture": "#1"} - } - }, - { - "from": [4, 3, 6], - "to": [12, 5, 10], - "faces": { - "north": {"uv": [7.25, 2, 9.25, 2.5], "texture": "#1"}, - "east": {"uv": [9, 9.25, 10, 9.75], "texture": "#1"}, - "south": {"uv": [7.25, 2.5, 9.25, 3], "texture": "#1"}, - "west": {"uv": [0, 9.5, 1, 10], "texture": "#1"}, - "up": {"uv": [6, 5, 4, 4], "texture": "#1"}, - "down": {"uv": [2, 5, 0, 6], "texture": "#1"} - } - }, - { - "from": [3, 13, 6], - "to": [13, 14, 10], - "faces": { - "north": {"uv": [8.25, 7.25, 10.75, 7.5], "texture": "#1"}, - "east": {"uv": [11, 9.25, 12, 9.5], "texture": "#1"}, - "south": {"uv": [8.25, 7.5, 10.75, 7.75], "texture": "#1"}, - "west": {"uv": [11, 9.5, 12, 9.75], "texture": "#1"}, - "up": {"uv": [5.5, 1, 3, 0], "texture": "#1"}, - "down": {"uv": [5.5, 1, 3, 2], "texture": "#1"} - } - }, - { - "from": [3, 2, 6], - "to": [13, 3, 10], - "faces": { - "north": {"uv": [8.25, 7.75, 10.75, 8], "texture": "#1"}, - "east": {"uv": [11, 9.75, 12, 10], "texture": "#1"}, - "south": {"uv": [8.5, 0, 11, 0.25], "texture": "#1"}, - "west": {"uv": [11, 10, 12, 10.25], "texture": "#1"}, - "up": {"uv": [5.5, 3, 3, 2], "texture": "#1"}, - "down": {"uv": [5.5, 3, 3, 4], "texture": "#1"} - } - }, - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [7, 8, 11, 8.25], "texture": "#0"}, - "east": {"uv": [8, 7, 12, 7.25], "texture": "#0"}, - "south": {"uv": [8, 7.25, 12, 7.5], "texture": "#0"}, - "west": {"uv": [8, 7.5, 12, 7.75], "texture": "#0"}, - "up": {"uv": [4, 4, 0, 0], "texture": "#0"}, - "down": {"uv": [4, 4, 0, 8], "texture": "#0"} - } - }, - { - "from": [0, 15, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [8, 7.75, 12, 8], "texture": "#0"}, - "east": {"uv": [7, 8.25, 11, 8.5], "texture": "#0"}, - "south": {"uv": [8.5, 0, 12.5, 0.25], "texture": "#0"}, - "west": {"uv": [8.5, 0.25, 12.5, 0.5], "texture": "#0"}, - "up": {"uv": [8, 4, 4, 0], "texture": "#0"}, - "down": {"uv": [8, 4, 4, 8], "texture": "#0"} - } - }, - { - "from": [14, 1, 0], - "to": [16, 15, 2], - "faces": { - "north": {"uv": [0, 8, 0.5, 11.5], "texture": "#0"}, - "east": {"uv": [8, 0, 8.5, 3.5], "texture": "#0"}, - "south": {"uv": [0.5, 8, 1, 11.5], "texture": "#0"}, - "west": {"uv": [1, 8, 1.5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 1, 8.5, 0.5], "texture": "#0"}, - "down": {"uv": [9, 1, 8.5, 1.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 0], - "to": [2, 15, 2], - "faces": { - "north": {"uv": [1.5, 8, 2, 11.5], "texture": "#0"}, - "east": {"uv": [2, 8, 2.5, 11.5], "texture": "#0"}, - "south": {"uv": [2.5, 8, 3, 11.5], "texture": "#0"}, - "west": {"uv": [3, 8, 3.5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 2, 8.5, 1.5], "texture": "#0"}, - "down": {"uv": [9, 2, 8.5, 2.5], "texture": "#0"} - } - }, - { - "from": [14, 1, 14], - "to": [16, 15, 16], - "faces": { - "north": {"uv": [3.5, 8, 4, 11.5], "texture": "#0"}, - "east": {"uv": [8, 3.5, 8.5, 7], "texture": "#0"}, - "south": {"uv": [4, 8, 4.5, 11.5], "texture": "#0"}, - "west": {"uv": [4.5, 8, 5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 3, 8.5, 2.5], "texture": "#0"}, - "down": {"uv": [9, 3, 8.5, 3.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 14], - "to": [2, 15, 16], - "faces": { - "north": {"uv": [5, 8, 5.5, 11.5], "texture": "#0"}, - "east": {"uv": [5.5, 8, 6, 11.5], "texture": "#0"}, - "south": {"uv": [6, 8, 6.5, 11.5], "texture": "#0"}, - "west": {"uv": [6.5, 8, 7, 11.5], "texture": "#0"}, - "up": {"uv": [9, 4, 8.5, 3.5], "texture": "#0"}, - "down": {"uv": [9, 4, 8.5, 4.5], "texture": "#0"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "children": [ - { - "name": "Pillar", - "origin": [0, 0, 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, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76] - }, - { - "name": "Casing", - "origin": [0, 0, 0], - "children": [77, 78, 79, 80, 81, 82] - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/wikidium_chest.json b/src/main/resources/assets/cuboidmod/models/block/wikidium_chest.json deleted file mode 100644 index 986d76d..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/wikidium_chest.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "parent": "minecraft:block/block", - "textures": { - "texture": "cuboidmod:model/wikidium_chest", - "particle": "cuboidmod:block/wikidium_break" - }, - "elements": [ - { "from": [ 1, 0, 1 ], - "to": [ 15, 10, 15 ], - "faces": { - "down": { "uv": [ 7, 4.75, 10.5, 8.25 ], "texture": "#texture" }, - "up": { "uv": [ 3.5, 4.75, 7, 8.25 ], "texture": "#texture" }, - "north": { "uv": [ 3.5, 8.25, 7, 10.75 ], "texture": "#texture" }, - "south": { "uv": [ 10.5, 8.25, 14, 10.75 ], "texture": "#texture" }, - "west": { "uv": [ 7, 8.25, 10.5, 10.75 ], "texture": "#texture" }, - "east": { "uv": [ 0, 8.25, 3.5, 10.75 ], "texture": "#texture" } - } - }, - { "from": [ 1, 9, 1 ], - "to": [ 15, 14, 15 ], - "faces": { - "down": { "uv": [ 7, 0, 10.5, 3.5 ], "texture": "#texture" }, - "up": { "uv": [ 3.5, 0, 7, 3.5 ], "texture": "#texture" }, - "north": { "uv": [ 3.5, 3.5, 7, 4.75 ], "texture": "#texture" }, - "south": { "uv": [ 10.5, 3.5, 14, 4.75 ], "texture": "#texture" }, - "west": { "uv": [ 7, 3.5, 10.5, 4.75 ], "texture": "#texture" }, - "east": { "uv": [ 0, 3.5, 3.5, 4.75 ], "texture": "#texture" } - } - }, - { "from": [ 7, 7, 0 ], - "to": [ 9, 11, 1 ], - "faces": { - "down": { "uv": [ 0, 0.75, 1.25, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0.25, 0.75, 0.5 ], "texture": "#texture" }, - "north": { "uv": [ 0.25, 0.25, 0.75, 1.25 ], "texture": "#texture" }, - "south": { "uv": [ 1, 0.25, 1.5, 1.25 ], "texture": "#texture" }, - "west": { "uv": [ 0.75, 0.25, 1, 1.25 ], "texture": "#texture" }, - "east": { "uv": [ 0, 0.25, 0.25, 1.25 ], "texture": "#texture" } - } - } - ] -} diff --git a/src/main/resources/assets/cuboidmod/models/block/wikidium_quantum_collapser.json b/src/main/resources/assets/cuboidmod/models/block/wikidium_quantum_collapser.json deleted file mode 100644 index e5f6b37..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/wikidium_quantum_collapser.json +++ /dev/null @@ -1,502 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/wikidium_quantum_collapser", - "2": "cuboidmod:model/quantum_collapser_panel", - "particle": "cuboidmod:block/wikidium_break" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 5.375, 8.75, 5.5], "texture": "#0"}, - "east": {"uv": [6.75, 5.625, 8.75, 5.75], "texture": "#0"}, - "south": {"uv": [6.75, 5.875, 8.75, 6], "texture": "#0"}, - "west": {"uv": [6.75, 6.125, 8.75, 6.25], "texture": "#0"}, - "up": {"uv": [2, 2, 0, 0], "texture": "#0"}, - "down": {"uv": [2, 2.125, 0, 4.125], "texture": "#0"} - } - }, - { - "from": [2, 1, 2], - "to": [14, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.125, 3.75, 3.625, 5.5], "texture": "#0"}, - "east": {"uv": [3.75, 3.75, 5.25, 5.5], "texture": "#0"}, - "south": {"uv": [4, 0, 5.5, 1.75], "texture": "#0"}, - "west": {"uv": [4, 1.875, 5.5, 3.625], "texture": "#0"}, - "up": {"uv": [1.5, 5.75, 0, 4.25], "texture": "#0"}, - "down": {"uv": [6.875, 3.75, 5.375, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 15, 1], - "to": [15, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 6.375, 8.5, 6.5], "texture": "#0"}, - "east": {"uv": [6.75, 6.625, 8.5, 6.75], "texture": "#0"}, - "south": {"uv": [6.75, 6.875, 8.5, 7], "texture": "#0"}, - "west": {"uv": [7, 0, 8.75, 0.125], "texture": "#0"}, - "up": {"uv": [3.875, 1.75, 2.125, 0], "texture": "#0"}, - "down": {"uv": [3.875, 1.875, 2.125, 3.625], "texture": "#0"} - } - }, - { - "from": [0, 1, 0], - "to": [3, 2, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7.5, 1.625, 7.875, 1.75], "texture": "#0"}, - "east": {"uv": [8.75, 7.125, 9.125, 7.25], "texture": "#0"}, - "south": {"uv": [8.75, 7.375, 9.125, 7.5], "texture": "#0"}, - "west": {"uv": [8.75, 7.625, 9.125, 7.75], "texture": "#0"}, - "up": {"uv": [1.125, 8.125, 0.75, 7.75], "texture": "#0"}, - "down": {"uv": [8.125, 7.125, 7.75, 7.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [3, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.75, 7.875, 9.125, 8], "texture": "#0"}, - "east": {"uv": [8.75, 8.125, 9.125, 8.25], "texture": "#0"}, - "south": {"uv": [8.75, 8.375, 9.125, 8.5], "texture": "#0"}, - "west": {"uv": [8.875, 0, 9.25, 0.125], "texture": "#0"}, - "up": {"uv": [8.125, 8, 7.75, 7.625], "texture": "#0"}, - "down": {"uv": [8.375, 0.25, 8, 0.625], "texture": "#0"} - } - }, - { - "from": [13, 1, 0], - "to": [16, 2, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.125, 8.875, 1.5, 9], "texture": "#0"}, - "east": {"uv": [1.625, 8.875, 2, 9], "texture": "#0"}, - "south": {"uv": [2.125, 8.875, 2.5, 9], "texture": "#0"}, - "west": {"uv": [2.625, 8.875, 3, 9], "texture": "#0"}, - "up": {"uv": [8.375, 1.125, 8, 0.75], "texture": "#0"}, - "down": {"uv": [8.375, 1.25, 8, 1.625], "texture": "#0"} - } - }, - { - "from": [13, 1, 13], - "to": [16, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [3.125, 8.875, 3.5, 9], "texture": "#0"}, - "east": {"uv": [3.625, 8.875, 4, 9], "texture": "#0"}, - "south": {"uv": [4.125, 8.875, 4.5, 9], "texture": "#0"}, - "west": {"uv": [4.625, 8.875, 5, 9], "texture": "#0"}, - "up": {"uv": [8.125, 8.5, 7.75, 8.125], "texture": "#0"}, - "down": {"uv": [1.125, 8.25, 0.75, 8.625], "texture": "#0"} - } - }, - { - "from": [0, 3, 0], - "to": [1, 13, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.625, 4.25, 1.75, 5.5], "texture": "#0"}, - "east": {"uv": [1.875, 4.25, 2, 5.5], "texture": "#0"}, - "south": {"uv": [5.625, 7.25, 5.75, 8.5], "texture": "#0"}, - "west": {"uv": [5.875, 7.25, 6, 8.5], "texture": "#0"}, - "up": {"uv": [6.625, 9.375, 6.5, 9.25], "texture": "#0"}, - "down": {"uv": [7.25, 9.25, 7.125, 9.375], "texture": "#0"} - } - }, - { - "from": [0, 14, 0], - "to": [3, 15, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [5.125, 8.875, 5.5, 9], "texture": "#0"}, - "east": {"uv": [8.875, 5.375, 9.25, 5.5], "texture": "#0"}, - "south": {"uv": [8.875, 5.625, 9.25, 5.75], "texture": "#0"}, - "west": {"uv": [8.875, 5.875, 9.25, 6], "texture": "#0"}, - "up": {"uv": [8.625, 7.5, 8.25, 7.125], "texture": "#0"}, - "down": {"uv": [8.625, 7.625, 8.25, 8], "texture": "#0"} - } - }, - { - "from": [0, 2, 0], - "to": [2, 3, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 4.75, 9.25, 4.875], "texture": "#0"}, - "east": {"uv": [5.625, 9, 5.875, 9.125], "texture": "#0"}, - "south": {"uv": [6, 9, 6.25, 9.125], "texture": "#0"}, - "west": {"uv": [6.375, 9, 6.625, 9.125], "texture": "#0"}, - "up": {"uv": [1.5, 8, 1.25, 7.75], "texture": "#0"}, - "down": {"uv": [1.5, 8.125, 1.25, 8.375], "texture": "#0"} - } - }, - { - "from": [0, 13, 0], - "to": [2, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 6.375, 9.25, 6.5], "texture": "#0"}, - "east": {"uv": [9, 6.625, 9.25, 6.75], "texture": "#0"}, - "south": {"uv": [9, 6.875, 9.25, 7], "texture": "#0"}, - "west": {"uv": [7.125, 9, 7.375, 9.125], "texture": "#0"}, - "up": {"uv": [1.5, 8.75, 1.25, 8.5], "texture": "#0"}, - "down": {"uv": [8.875, 4, 8.625, 4.25], "texture": "#0"} - } - }, - { - "from": [0, 2, 14], - "to": [2, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7.5, 9, 7.75, 9.125], "texture": "#0"}, - "east": {"uv": [7.875, 9, 8.125, 9.125], "texture": "#0"}, - "south": {"uv": [8.25, 9, 8.5, 9.125], "texture": "#0"}, - "west": {"uv": [0, 9.125, 0.25, 9.25], "texture": "#0"}, - "up": {"uv": [8.875, 4.625, 8.625, 4.375], "texture": "#0"}, - "down": {"uv": [8.875, 4.75, 8.625, 5], "texture": "#0"} - } - }, - { - "from": [14, 2, 14], - "to": [16, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [0.375, 9.125, 0.625, 9.25], "texture": "#0"}, - "east": {"uv": [0.75, 9.125, 1, 9.25], "texture": "#0"}, - "south": {"uv": [1.125, 9.125, 1.375, 9.25], "texture": "#0"}, - "west": {"uv": [1.5, 9.125, 1.75, 9.25], "texture": "#0"}, - "up": {"uv": [5.875, 8.875, 5.625, 8.625], "texture": "#0"}, - "down": {"uv": [6.25, 8.625, 6, 8.875], "texture": "#0"} - } - }, - { - "from": [14, 2, 0], - "to": [16, 3, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9.125, 1.75, 9.375, 1.875], "texture": "#0"}, - "east": {"uv": [1.875, 9.125, 2.125, 9.25], "texture": "#0"}, - "south": {"uv": [9.125, 2, 9.375, 2.125], "texture": "#0"}, - "west": {"uv": [2.25, 9.125, 2.5, 9.25], "texture": "#0"}, - "up": {"uv": [6.625, 8.875, 6.375, 8.625], "texture": "#0"}, - "down": {"uv": [8.875, 6.375, 8.625, 6.625], "texture": "#0"} - } - }, - { - "from": [13, 14, 0], - "to": [16, 15, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.875, 6.125, 9.25, 6.25], "texture": "#0"}, - "east": {"uv": [8.875, 8.625, 9.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.875, 8.875, 9.25, 9], "texture": "#0"}, - "west": {"uv": [9, 0.25, 9.375, 0.375], "texture": "#0"}, - "up": {"uv": [8.625, 8.5, 8.25, 8.125], "texture": "#0"}, - "down": {"uv": [8.875, 0.25, 8.5, 0.625], "texture": "#0"} - } - }, - { - "from": [14, 13, 0], - "to": [16, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.625, 9.125, 2.875, 9.25], "texture": "#0"}, - "east": {"uv": [3, 9.125, 3.25, 9.25], "texture": "#0"}, - "south": {"uv": [3.375, 9.125, 3.625, 9.25], "texture": "#0"}, - "west": {"uv": [3.75, 9.125, 4, 9.25], "texture": "#0"}, - "up": {"uv": [8.875, 7, 8.625, 6.75], "texture": "#0"}, - "down": {"uv": [8, 8.625, 7.75, 8.875], "texture": "#0"} - } - }, - { - "from": [15, 3, 0], - "to": [16, 13, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.125, 7.25, 6.25, 8.5], "texture": "#0"}, - "east": {"uv": [6.375, 7.25, 6.5, 8.5], "texture": "#0"}, - "south": {"uv": [7.25, 7.125, 7.375, 8.375], "texture": "#0"}, - "west": {"uv": [7.5, 0.25, 7.625, 1.5], "texture": "#0"}, - "up": {"uv": [9.375, 7.25, 9.25, 7.125], "texture": "#0"}, - "down": {"uv": [7.5, 9.25, 7.375, 9.375], "texture": "#0"} - } - }, - { - "from": [13, 14, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 0.5, 9.375, 0.625], "texture": "#0"}, - "east": {"uv": [9, 0.75, 9.375, 0.875], "texture": "#0"}, - "south": {"uv": [9, 1, 9.375, 1.125], "texture": "#0"}, - "west": {"uv": [9, 1.25, 9.375, 1.375], "texture": "#0"}, - "up": {"uv": [8.875, 1.125, 8.5, 0.75], "texture": "#0"}, - "down": {"uv": [8.875, 1.25, 8.5, 1.625], "texture": "#0"} - } - }, - { - "from": [14, 13, 14], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.125, 9.125, 4.375, 9.25], "texture": "#0"}, - "east": {"uv": [4.5, 9.125, 4.75, 9.25], "texture": "#0"}, - "south": {"uv": [4.875, 9.125, 5.125, 9.25], "texture": "#0"}, - "west": {"uv": [5.25, 9.125, 5.5, 9.25], "texture": "#0"}, - "up": {"uv": [8.375, 8.875, 8.125, 8.625], "texture": "#0"}, - "down": {"uv": [8.75, 8.625, 8.5, 8.875], "texture": "#0"} - } - }, - { - "from": [0, 14, 13], - "to": [3, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 1.5, 9.375, 1.625], "texture": "#0"}, - "east": {"uv": [9, 4, 9.375, 4.125], "texture": "#0"}, - "south": {"uv": [9, 4.25, 9.375, 4.375], "texture": "#0"}, - "west": {"uv": [9, 4.5, 9.375, 4.625], "texture": "#0"}, - "up": {"uv": [7.625, 8.875, 7.25, 8.5], "texture": "#0"}, - "down": {"uv": [9, 1.75, 8.625, 2.125], "texture": "#0"} - } - }, - { - "from": [0, 13, 14], - "to": [2, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 9.125, 7, 9.25], "texture": "#0"}, - "east": {"uv": [8.625, 9.125, 8.875, 9.25], "texture": "#0"}, - "south": {"uv": [9, 9.125, 9.25, 9.25], "texture": "#0"}, - "west": {"uv": [5.625, 9.25, 5.875, 9.375], "texture": "#0"}, - "up": {"uv": [1, 9, 0.75, 8.75], "texture": "#0"}, - "down": {"uv": [7, 8.75, 6.75, 9], "texture": "#0"} - } - }, - { - "from": [0, 3, 15], - "to": [1, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.625, 7.5, 1.75, 8.75], "texture": "#0"}, - "east": {"uv": [1.875, 7.5, 2, 8.75], "texture": "#0"}, - "south": {"uv": [2.125, 7.5, 2.25, 8.75], "texture": "#0"}, - "west": {"uv": [2.375, 7.5, 2.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 7.5, 9.25, 7.375], "texture": "#0"}, - "down": {"uv": [7.75, 9.25, 7.625, 9.375], "texture": "#0"} - } - }, - { - "from": [15, 3, 15], - "to": [16, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.625, 7.5, 2.75, 8.75], "texture": "#0"}, - "east": {"uv": [2.875, 7.5, 3, 8.75], "texture": "#0"}, - "south": {"uv": [3.125, 7.5, 3.25, 8.75], "texture": "#0"}, - "west": {"uv": [3.375, 7.5, 3.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 7.75, 9.25, 7.625], "texture": "#0"}, - "down": {"uv": [8, 9.25, 7.875, 9.375], "texture": "#0"} - } - }, - { - "from": [3, 3, 1], - "to": [4, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [3.625, 7.5, 3.75, 8.75], "texture": "#0"}, - "east": {"uv": [3.875, 7.5, 4, 8.75], "texture": "#0"}, - "south": {"uv": [4.125, 7.5, 4.25, 8.75], "texture": "#0"}, - "west": {"uv": [4.375, 7.5, 4.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 8, 9.25, 7.875], "texture": "#0"}, - "down": {"uv": [8.25, 9.25, 8.125, 9.375], "texture": "#0"} - } - }, - { - "from": [12, 3, 1], - "to": [13, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.625, 7.5, 4.75, 8.75], "texture": "#0"}, - "east": {"uv": [4.875, 7.5, 5, 8.75], "texture": "#0"}, - "south": {"uv": [5.125, 7.5, 5.25, 8.75], "texture": "#0"}, - "west": {"uv": [7.5, 7.125, 7.625, 8.375], "texture": "#0"}, - "up": {"uv": [9.375, 8.25, 9.25, 8.125], "texture": "#0"}, - "down": {"uv": [8.5, 9.25, 8.375, 9.375], "texture": "#0"} - } - }, - { - "from": [14, 1, 3], - "to": [15, 15, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.375, 5.625, 4.5, 7.375], "texture": "#0"}, - "east": {"uv": [5.375, 5.375, 6.625, 7.125], "texture": "#0"}, - "south": {"uv": [4.625, 5.625, 4.75, 7.375], "texture": "#0"} - } - }, - { - "from": [1, 1, 3], - "to": [2, 15, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.875, 5.625, 5, 7.375], "texture": "#0"}, - "south": {"uv": [5.125, 5.625, 5.25, 7.375], "texture": "#0"}, - "west": {"uv": [5.625, 1.875, 6.875, 3.625], "texture": "#0"}, - "up": {"uv": [9.1875, 2.1875, 9.0625, 0.9375], "texture": "#0"}, - "down": {"uv": [0.625, 7.75, 0.5, 9], "texture": "#0"} - } - }, - { - "from": [4, 3, 1], - "to": [12, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.375, 5.125, 9.375, 5.25], "texture": "#0"}, - "east": {"uv": [9.25, 8.375, 9.375, 8.5], "texture": "#0"}, - "south": {"uv": [8.625, 2.25, 9.625, 2.375], "texture": "#0"}, - "west": {"uv": [0, 9.375, 0.125, 9.5], "texture": "#0"}, - "up": {"uv": [9.625, 2.625, 8.625, 2.5], "texture": "#0"}, - "down": {"uv": [9.625, 2.75, 8.625, 2.875], "texture": "#0"} - } - }, - { - "from": [4, 12, 1], - "to": [12, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.625, 3, 9.625, 3.125], "texture": "#0"}, - "east": {"uv": [9.375, 0, 9.5, 0.125], "texture": "#0"}, - "south": {"uv": [8.625, 3.25, 9.625, 3.375], "texture": "#0"}, - "west": {"uv": [0.25, 9.375, 0.375, 9.5], "texture": "#0"}, - "up": {"uv": [9.625, 3.625, 8.625, 3.5], "texture": "#0"}, - "down": {"uv": [9.625, 3.75, 8.625, 3.875], "texture": "#0"} - } - }, - { - "from": [3, 1, 14], - "to": [13, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "east": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "south": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "west": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "up": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "down": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"} - } - }, - { - "from": [2, 15, 0], - "to": [14, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7, 3.125, 8.5, 3.25], "texture": "#0"}, - "east": {"uv": [0.5, 9.375, 0.625, 9.5], "texture": "#0"}, - "south": {"uv": [7, 3.375, 8.5, 3.5], "texture": "#0"}, - "west": {"uv": [0.75, 9.375, 0.875, 9.5], "texture": "#0"}, - "up": {"uv": [8.5, 3.75, 7, 3.625], "texture": "#0"}, - "down": {"uv": [8.5, 3.875, 7, 4], "texture": "#0"} - } - }, - { - "from": [2, 15, 15], - "to": [14, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7, 2.125, 8.5, 2.25], "texture": "#0"}, - "east": {"uv": [6, 9.25, 6.125, 9.375], "texture": "#0"}, - "south": {"uv": [7, 2.375, 8.5, 2.5], "texture": "#0"}, - "west": {"uv": [6.25, 9.25, 6.375, 9.375], "texture": "#0"}, - "up": {"uv": [8.5, 2.75, 7, 2.625], "texture": "#0"}, - "down": {"uv": [8.5, 2.875, 7, 3], "texture": "#0"} - } - }, - { - "from": [0, 15, 2], - "to": [1, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1, 9.375, 1.125, 9.5], "texture": "#0"}, - "east": {"uv": [7, 4.125, 8.5, 4.25], "texture": "#0"}, - "south": {"uv": [1.25, 9.375, 1.375, 9.5], "texture": "#0"}, - "west": {"uv": [7, 4.375, 8.5, 4.5], "texture": "#0"}, - "up": {"uv": [6.875, 8.625, 6.75, 7.125], "texture": "#0"}, - "down": {"uv": [7.125, 7.125, 7, 8.625], "texture": "#0"} - } - }, - { - "from": [15, 15, 2], - "to": [16, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.5, 9.375, 1.625, 9.5], "texture": "#0"}, - "east": {"uv": [7, 4.625, 8.5, 4.75], "texture": "#0"}, - "south": {"uv": [1.75, 9.375, 1.875, 9.5], "texture": "#0"}, - "west": {"uv": [7, 4.875, 8.5, 5], "texture": "#0"}, - "up": {"uv": [7.375, 1.75, 7.25, 0.25], "texture": "#0"}, - "down": {"uv": [5.5, 7.25, 5.375, 8.75], "texture": "#0"} - } - }, - { - "from": [4, 4, 1], - "to": [12, 12, 2], - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#2"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [65, 16, 16], - "translation": [0, 4, 0], - "scale": [0.4, 0.4, 0.4] - }, - "thirdperson_lefthand": { - "rotation": [65, 16, 16], - "translation": [0, 4, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_righthand": { - "rotation": [15, 105, 0], - "translation": [2.25, -1, 0], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_lefthand": { - "rotation": [15, 105, 0], - "translation": [2.25, -1, 0], - "scale": [0.65, 0.65, 0.65] - }, - "ground": { - "translation": [0, 2.5, 0], - "scale": [0.5, 0.5, 0.5] - }, - "gui": { - "rotation": [10, -162, -4], - "scale": [0.69, 0.65, 0.65] - }, - "head": { - "translation": [0, 14, 0] - }, - "fixed": { - "rotation": [0, 8, -7], - "translation": [0, 0, -1.25], - "scale": [0.75, 0.75, 0.75] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [8, 8, 8], - "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, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/wikidium_quantum_collapser_lit.json b/src/main/resources/assets/cuboidmod/models/block/wikidium_quantum_collapser_lit.json deleted file mode 100644 index 2eeeb3d..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/wikidium_quantum_collapser_lit.json +++ /dev/null @@ -1,502 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/wikidium_quantum_collapser", - "2": "cuboidmod:model/quantum_collapser_panel_lit", - "particle": "cuboidmod:block/wikidium_break" - }, - "elements": [ - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 5.375, 8.75, 5.5], "texture": "#0"}, - "east": {"uv": [6.75, 5.625, 8.75, 5.75], "texture": "#0"}, - "south": {"uv": [6.75, 5.875, 8.75, 6], "texture": "#0"}, - "west": {"uv": [6.75, 6.125, 8.75, 6.25], "texture": "#0"}, - "up": {"uv": [2, 2, 0, 0], "texture": "#0"}, - "down": {"uv": [2, 2.125, 0, 4.125], "texture": "#0"} - } - }, - { - "from": [2, 1, 2], - "to": [14, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.125, 3.75, 3.625, 5.5], "texture": "#0"}, - "east": {"uv": [3.75, 3.75, 5.25, 5.5], "texture": "#0"}, - "south": {"uv": [4, 0, 5.5, 1.75], "texture": "#0"}, - "west": {"uv": [4, 1.875, 5.5, 3.625], "texture": "#0"}, - "up": {"uv": [1.5, 5.75, 0, 4.25], "texture": "#0"}, - "down": {"uv": [6.875, 3.75, 5.375, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 15, 1], - "to": [15, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 6.375, 8.5, 6.5], "texture": "#0"}, - "east": {"uv": [6.75, 6.625, 8.5, 6.75], "texture": "#0"}, - "south": {"uv": [6.75, 6.875, 8.5, 7], "texture": "#0"}, - "west": {"uv": [7, 0, 8.75, 0.125], "texture": "#0"}, - "up": {"uv": [3.875, 1.75, 2.125, 0], "texture": "#0"}, - "down": {"uv": [3.875, 1.875, 2.125, 3.625], "texture": "#0"} - } - }, - { - "from": [0, 1, 0], - "to": [3, 2, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7.5, 1.625, 7.875, 1.75], "texture": "#0"}, - "east": {"uv": [8.75, 7.125, 9.125, 7.25], "texture": "#0"}, - "south": {"uv": [8.75, 7.375, 9.125, 7.5], "texture": "#0"}, - "west": {"uv": [8.75, 7.625, 9.125, 7.75], "texture": "#0"}, - "up": {"uv": [1.125, 8.125, 0.75, 7.75], "texture": "#0"}, - "down": {"uv": [8.125, 7.125, 7.75, 7.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [3, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.75, 7.875, 9.125, 8], "texture": "#0"}, - "east": {"uv": [8.75, 8.125, 9.125, 8.25], "texture": "#0"}, - "south": {"uv": [8.75, 8.375, 9.125, 8.5], "texture": "#0"}, - "west": {"uv": [8.875, 0, 9.25, 0.125], "texture": "#0"}, - "up": {"uv": [8.125, 8, 7.75, 7.625], "texture": "#0"}, - "down": {"uv": [8.375, 0.25, 8, 0.625], "texture": "#0"} - } - }, - { - "from": [13, 1, 0], - "to": [16, 2, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.125, 8.875, 1.5, 9], "texture": "#0"}, - "east": {"uv": [1.625, 8.875, 2, 9], "texture": "#0"}, - "south": {"uv": [2.125, 8.875, 2.5, 9], "texture": "#0"}, - "west": {"uv": [2.625, 8.875, 3, 9], "texture": "#0"}, - "up": {"uv": [8.375, 1.125, 8, 0.75], "texture": "#0"}, - "down": {"uv": [8.375, 1.25, 8, 1.625], "texture": "#0"} - } - }, - { - "from": [13, 1, 13], - "to": [16, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [3.125, 8.875, 3.5, 9], "texture": "#0"}, - "east": {"uv": [3.625, 8.875, 4, 9], "texture": "#0"}, - "south": {"uv": [4.125, 8.875, 4.5, 9], "texture": "#0"}, - "west": {"uv": [4.625, 8.875, 5, 9], "texture": "#0"}, - "up": {"uv": [8.125, 8.5, 7.75, 8.125], "texture": "#0"}, - "down": {"uv": [1.125, 8.25, 0.75, 8.625], "texture": "#0"} - } - }, - { - "from": [0, 3, 0], - "to": [1, 13, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.625, 4.25, 1.75, 5.5], "texture": "#0"}, - "east": {"uv": [1.875, 4.25, 2, 5.5], "texture": "#0"}, - "south": {"uv": [5.625, 7.25, 5.75, 8.5], "texture": "#0"}, - "west": {"uv": [5.875, 7.25, 6, 8.5], "texture": "#0"}, - "up": {"uv": [6.625, 9.375, 6.5, 9.25], "texture": "#0"}, - "down": {"uv": [7.25, 9.25, 7.125, 9.375], "texture": "#0"} - } - }, - { - "from": [0, 14, 0], - "to": [3, 15, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [5.125, 8.875, 5.5, 9], "texture": "#0"}, - "east": {"uv": [8.875, 5.375, 9.25, 5.5], "texture": "#0"}, - "south": {"uv": [8.875, 5.625, 9.25, 5.75], "texture": "#0"}, - "west": {"uv": [8.875, 5.875, 9.25, 6], "texture": "#0"}, - "up": {"uv": [8.625, 7.5, 8.25, 7.125], "texture": "#0"}, - "down": {"uv": [8.625, 7.625, 8.25, 8], "texture": "#0"} - } - }, - { - "from": [0, 2, 0], - "to": [2, 3, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 4.75, 9.25, 4.875], "texture": "#0"}, - "east": {"uv": [5.625, 9, 5.875, 9.125], "texture": "#0"}, - "south": {"uv": [6, 9, 6.25, 9.125], "texture": "#0"}, - "west": {"uv": [6.375, 9, 6.625, 9.125], "texture": "#0"}, - "up": {"uv": [1.5, 8, 1.25, 7.75], "texture": "#0"}, - "down": {"uv": [1.5, 8.125, 1.25, 8.375], "texture": "#0"} - } - }, - { - "from": [0, 13, 0], - "to": [2, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 6.375, 9.25, 6.5], "texture": "#0"}, - "east": {"uv": [9, 6.625, 9.25, 6.75], "texture": "#0"}, - "south": {"uv": [9, 6.875, 9.25, 7], "texture": "#0"}, - "west": {"uv": [7.125, 9, 7.375, 9.125], "texture": "#0"}, - "up": {"uv": [1.5, 8.75, 1.25, 8.5], "texture": "#0"}, - "down": {"uv": [8.875, 4, 8.625, 4.25], "texture": "#0"} - } - }, - { - "from": [0, 2, 14], - "to": [2, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7.5, 9, 7.75, 9.125], "texture": "#0"}, - "east": {"uv": [7.875, 9, 8.125, 9.125], "texture": "#0"}, - "south": {"uv": [8.25, 9, 8.5, 9.125], "texture": "#0"}, - "west": {"uv": [0, 9.125, 0.25, 9.25], "texture": "#0"}, - "up": {"uv": [8.875, 4.625, 8.625, 4.375], "texture": "#0"}, - "down": {"uv": [8.875, 4.75, 8.625, 5], "texture": "#0"} - } - }, - { - "from": [14, 2, 14], - "to": [16, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [0.375, 9.125, 0.625, 9.25], "texture": "#0"}, - "east": {"uv": [0.75, 9.125, 1, 9.25], "texture": "#0"}, - "south": {"uv": [1.125, 9.125, 1.375, 9.25], "texture": "#0"}, - "west": {"uv": [1.5, 9.125, 1.75, 9.25], "texture": "#0"}, - "up": {"uv": [5.875, 8.875, 5.625, 8.625], "texture": "#0"}, - "down": {"uv": [6.25, 8.625, 6, 8.875], "texture": "#0"} - } - }, - { - "from": [14, 2, 0], - "to": [16, 3, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9.125, 1.75, 9.375, 1.875], "texture": "#0"}, - "east": {"uv": [1.875, 9.125, 2.125, 9.25], "texture": "#0"}, - "south": {"uv": [9.125, 2, 9.375, 2.125], "texture": "#0"}, - "west": {"uv": [2.25, 9.125, 2.5, 9.25], "texture": "#0"}, - "up": {"uv": [6.625, 8.875, 6.375, 8.625], "texture": "#0"}, - "down": {"uv": [8.875, 6.375, 8.625, 6.625], "texture": "#0"} - } - }, - { - "from": [13, 14, 0], - "to": [16, 15, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.875, 6.125, 9.25, 6.25], "texture": "#0"}, - "east": {"uv": [8.875, 8.625, 9.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.875, 8.875, 9.25, 9], "texture": "#0"}, - "west": {"uv": [9, 0.25, 9.375, 0.375], "texture": "#0"}, - "up": {"uv": [8.625, 8.5, 8.25, 8.125], "texture": "#0"}, - "down": {"uv": [8.875, 0.25, 8.5, 0.625], "texture": "#0"} - } - }, - { - "from": [14, 13, 0], - "to": [16, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.625, 9.125, 2.875, 9.25], "texture": "#0"}, - "east": {"uv": [3, 9.125, 3.25, 9.25], "texture": "#0"}, - "south": {"uv": [3.375, 9.125, 3.625, 9.25], "texture": "#0"}, - "west": {"uv": [3.75, 9.125, 4, 9.25], "texture": "#0"}, - "up": {"uv": [8.875, 7, 8.625, 6.75], "texture": "#0"}, - "down": {"uv": [8, 8.625, 7.75, 8.875], "texture": "#0"} - } - }, - { - "from": [15, 3, 0], - "to": [16, 13, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.125, 7.25, 6.25, 8.5], "texture": "#0"}, - "east": {"uv": [6.375, 7.25, 6.5, 8.5], "texture": "#0"}, - "south": {"uv": [7.25, 7.125, 7.375, 8.375], "texture": "#0"}, - "west": {"uv": [7.5, 0.25, 7.625, 1.5], "texture": "#0"}, - "up": {"uv": [9.375, 7.25, 9.25, 7.125], "texture": "#0"}, - "down": {"uv": [7.5, 9.25, 7.375, 9.375], "texture": "#0"} - } - }, - { - "from": [13, 14, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 0.5, 9.375, 0.625], "texture": "#0"}, - "east": {"uv": [9, 0.75, 9.375, 0.875], "texture": "#0"}, - "south": {"uv": [9, 1, 9.375, 1.125], "texture": "#0"}, - "west": {"uv": [9, 1.25, 9.375, 1.375], "texture": "#0"}, - "up": {"uv": [8.875, 1.125, 8.5, 0.75], "texture": "#0"}, - "down": {"uv": [8.875, 1.25, 8.5, 1.625], "texture": "#0"} - } - }, - { - "from": [14, 13, 14], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.125, 9.125, 4.375, 9.25], "texture": "#0"}, - "east": {"uv": [4.5, 9.125, 4.75, 9.25], "texture": "#0"}, - "south": {"uv": [4.875, 9.125, 5.125, 9.25], "texture": "#0"}, - "west": {"uv": [5.25, 9.125, 5.5, 9.25], "texture": "#0"}, - "up": {"uv": [8.375, 8.875, 8.125, 8.625], "texture": "#0"}, - "down": {"uv": [8.75, 8.625, 8.5, 8.875], "texture": "#0"} - } - }, - { - "from": [0, 14, 13], - "to": [3, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [9, 1.5, 9.375, 1.625], "texture": "#0"}, - "east": {"uv": [9, 4, 9.375, 4.125], "texture": "#0"}, - "south": {"uv": [9, 4.25, 9.375, 4.375], "texture": "#0"}, - "west": {"uv": [9, 4.5, 9.375, 4.625], "texture": "#0"}, - "up": {"uv": [7.625, 8.875, 7.25, 8.5], "texture": "#0"}, - "down": {"uv": [9, 1.75, 8.625, 2.125], "texture": "#0"} - } - }, - { - "from": [0, 13, 14], - "to": [2, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [6.75, 9.125, 7, 9.25], "texture": "#0"}, - "east": {"uv": [8.625, 9.125, 8.875, 9.25], "texture": "#0"}, - "south": {"uv": [9, 9.125, 9.25, 9.25], "texture": "#0"}, - "west": {"uv": [5.625, 9.25, 5.875, 9.375], "texture": "#0"}, - "up": {"uv": [1, 9, 0.75, 8.75], "texture": "#0"}, - "down": {"uv": [7, 8.75, 6.75, 9], "texture": "#0"} - } - }, - { - "from": [0, 3, 15], - "to": [1, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.625, 7.5, 1.75, 8.75], "texture": "#0"}, - "east": {"uv": [1.875, 7.5, 2, 8.75], "texture": "#0"}, - "south": {"uv": [2.125, 7.5, 2.25, 8.75], "texture": "#0"}, - "west": {"uv": [2.375, 7.5, 2.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 7.5, 9.25, 7.375], "texture": "#0"}, - "down": {"uv": [7.75, 9.25, 7.625, 9.375], "texture": "#0"} - } - }, - { - "from": [15, 3, 15], - "to": [16, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [2.625, 7.5, 2.75, 8.75], "texture": "#0"}, - "east": {"uv": [2.875, 7.5, 3, 8.75], "texture": "#0"}, - "south": {"uv": [3.125, 7.5, 3.25, 8.75], "texture": "#0"}, - "west": {"uv": [3.375, 7.5, 3.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 7.75, 9.25, 7.625], "texture": "#0"}, - "down": {"uv": [8, 9.25, 7.875, 9.375], "texture": "#0"} - } - }, - { - "from": [3, 3, 1], - "to": [4, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [3.625, 7.5, 3.75, 8.75], "texture": "#0"}, - "east": {"uv": [3.875, 7.5, 4, 8.75], "texture": "#0"}, - "south": {"uv": [4.125, 7.5, 4.25, 8.75], "texture": "#0"}, - "west": {"uv": [4.375, 7.5, 4.5, 8.75], "texture": "#0"}, - "up": {"uv": [9.375, 8, 9.25, 7.875], "texture": "#0"}, - "down": {"uv": [8.25, 9.25, 8.125, 9.375], "texture": "#0"} - } - }, - { - "from": [12, 3, 1], - "to": [13, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.625, 7.5, 4.75, 8.75], "texture": "#0"}, - "east": {"uv": [4.875, 7.5, 5, 8.75], "texture": "#0"}, - "south": {"uv": [5.125, 7.5, 5.25, 8.75], "texture": "#0"}, - "west": {"uv": [7.5, 7.125, 7.625, 8.375], "texture": "#0"}, - "up": {"uv": [9.375, 8.25, 9.25, 8.125], "texture": "#0"}, - "down": {"uv": [8.5, 9.25, 8.375, 9.375], "texture": "#0"} - } - }, - { - "from": [14, 1, 3], - "to": [15, 15, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.375, 5.625, 4.5, 7.375], "texture": "#0"}, - "east": {"uv": [5.375, 5.375, 6.625, 7.125], "texture": "#0"}, - "south": {"uv": [4.625, 5.625, 4.75, 7.375], "texture": "#0"} - } - }, - { - "from": [1, 1, 3], - "to": [2, 15, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [4.875, 5.625, 5, 7.375], "texture": "#0"}, - "south": {"uv": [5.125, 5.625, 5.25, 7.375], "texture": "#0"}, - "west": {"uv": [5.625, 1.875, 6.875, 3.625], "texture": "#0"}, - "up": {"uv": [9.1875, 2.1875, 9.0625, 0.9375], "texture": "#0"}, - "down": {"uv": [0.625, 7.75, 0.5, 9], "texture": "#0"} - } - }, - { - "from": [4, 3, 1], - "to": [12, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.375, 5.125, 9.375, 5.25], "texture": "#0"}, - "east": {"uv": [9.25, 8.375, 9.375, 8.5], "texture": "#0"}, - "south": {"uv": [8.625, 2.25, 9.625, 2.375], "texture": "#0"}, - "west": {"uv": [0, 9.375, 0.125, 9.5], "texture": "#0"}, - "up": {"uv": [9.625, 2.625, 8.625, 2.5], "texture": "#0"}, - "down": {"uv": [9.625, 2.75, 8.625, 2.875], "texture": "#0"} - } - }, - { - "from": [4, 12, 1], - "to": [12, 13, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [8.625, 3, 9.625, 3.125], "texture": "#0"}, - "east": {"uv": [9.375, 0, 9.5, 0.125], "texture": "#0"}, - "south": {"uv": [8.625, 3.25, 9.625, 3.375], "texture": "#0"}, - "west": {"uv": [0.25, 9.375, 0.375, 9.5], "texture": "#0"}, - "up": {"uv": [9.625, 3.625, 8.625, 3.5], "texture": "#0"}, - "down": {"uv": [9.625, 3.75, 8.625, 3.875], "texture": "#0"} - } - }, - { - "from": [3, 1, 14], - "to": [13, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "east": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "south": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "west": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "up": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"}, - "down": {"uv": [0, 5.875, 1.25, 7.625], "texture": "#0"} - } - }, - { - "from": [2, 15, 0], - "to": [14, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7, 3.125, 8.5, 3.25], "texture": "#0"}, - "east": {"uv": [0.5, 9.375, 0.625, 9.5], "texture": "#0"}, - "south": {"uv": [7, 3.375, 8.5, 3.5], "texture": "#0"}, - "west": {"uv": [0.75, 9.375, 0.875, 9.5], "texture": "#0"}, - "up": {"uv": [8.5, 3.75, 7, 3.625], "texture": "#0"}, - "down": {"uv": [8.5, 3.875, 7, 4], "texture": "#0"} - } - }, - { - "from": [2, 15, 15], - "to": [14, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [7, 2.125, 8.5, 2.25], "texture": "#0"}, - "east": {"uv": [6, 9.25, 6.125, 9.375], "texture": "#0"}, - "south": {"uv": [7, 2.375, 8.5, 2.5], "texture": "#0"}, - "west": {"uv": [6.25, 9.25, 6.375, 9.375], "texture": "#0"}, - "up": {"uv": [8.5, 2.75, 7, 2.625], "texture": "#0"}, - "down": {"uv": [8.5, 2.875, 7, 3], "texture": "#0"} - } - }, - { - "from": [0, 15, 2], - "to": [1, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1, 9.375, 1.125, 9.5], "texture": "#0"}, - "east": {"uv": [7, 4.125, 8.5, 4.25], "texture": "#0"}, - "south": {"uv": [1.25, 9.375, 1.375, 9.5], "texture": "#0"}, - "west": {"uv": [7, 4.375, 8.5, 4.5], "texture": "#0"}, - "up": {"uv": [6.875, 8.625, 6.75, 7.125], "texture": "#0"}, - "down": {"uv": [7.125, 7.125, 7, 8.625], "texture": "#0"} - } - }, - { - "from": [15, 15, 2], - "to": [16, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.88235, 7.42647]}, - "faces": { - "north": {"uv": [1.5, 9.375, 1.625, 9.5], "texture": "#0"}, - "east": {"uv": [7, 4.625, 8.5, 4.75], "texture": "#0"}, - "south": {"uv": [1.75, 9.375, 1.875, 9.5], "texture": "#0"}, - "west": {"uv": [7, 4.875, 8.5, 5], "texture": "#0"}, - "up": {"uv": [7.375, 1.75, 7.25, 0.25], "texture": "#0"}, - "down": {"uv": [5.5, 7.25, 5.375, 8.75], "texture": "#0"} - } - }, - { - "from": [4, 4, 1], - "to": [12, 12, 2], - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#2"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [65, 16, 16], - "translation": [0, 4, 0], - "scale": [0.4, 0.4, 0.4] - }, - "thirdperson_lefthand": { - "rotation": [65, 16, 16], - "translation": [0, 4, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_righthand": { - "rotation": [15, 105, 0], - "translation": [2.25, -1, 0], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_lefthand": { - "rotation": [15, 105, 0], - "translation": [2.25, -1, 0], - "scale": [0.65, 0.65, 0.65] - }, - "ground": { - "translation": [0, 2.5, 0], - "scale": [0.5, 0.5, 0.5] - }, - "gui": { - "rotation": [10, -162, -4], - "scale": [0.69, 0.65, 0.65] - }, - "head": { - "translation": [0, 14, 0] - }, - "fixed": { - "rotation": [0, 8, -7], - "translation": [0, 0, -1.25], - "scale": [0.75, 0.75, 0.75] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [8, 8, 8], - "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, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/wikidium_singularity_power_generator.json b/src/main/resources/assets/cuboidmod/models/block/wikidium_singularity_power_generator.json deleted file mode 100644 index 58e2d1c..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/wikidium_singularity_power_generator.json +++ /dev/null @@ -1,1515 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/wikidium_singularity_power_gen_frame", - "1": "cuboidmod:model/singularity_power_gen_support", - "2": "cuboidmod:model/singularity_power_gen_core", - "particle": "cuboidmod:model/thatldu_singularity_power_gen_frame" - }, - "elements": [ - { - "from": [4, 4, 4], - "to": [12, 12, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 4, 4]}, - "faces": { - "north": {"uv": [0, 0, 4, 4], "texture": "#2"}, - "east": {"uv": [0, 4, 4, 8], "texture": "#2"}, - "south": {"uv": [4, 0, 8, 4], "texture": "#2"}, - "west": {"uv": [4, 4, 8, 8], "texture": "#2"}, - "up": {"uv": [4, 12, 0, 8], "texture": "#2"}, - "down": {"uv": [12, 0, 8, 4], "texture": "#2"} - } - }, - { - "from": [0, 6, 7], - "to": [1, 7, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 7]}, - "faces": { - "north": {"uv": [7, 9.5, 7.5, 10], "texture": "#2"}, - "east": {"uv": [4, 8, 5, 8.5], "texture": "#2"}, - "south": {"uv": [11, 7, 11.5, 7.5], "texture": "#2"}, - "west": {"uv": [8, 4, 9, 4.5], "texture": "#2"}, - "up": {"uv": [8.5, 5.5, 8, 4.5], "texture": "#2"}, - "down": {"uv": [5.5, 8, 5, 9], "texture": "#2"} - } - }, - { - "from": [15, 6, 7], - "to": [16, 7, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 6, 7]}, - "faces": { - "north": {"uv": [11.5, 9, 12, 9.5], "texture": "#2"}, - "east": {"uv": [5.5, 8, 6.5, 8.5], "texture": "#2"}, - "south": {"uv": [11.5, 9.5, 12, 10], "texture": "#2"}, - "west": {"uv": [8, 5.5, 9, 6], "texture": "#2"}, - "up": {"uv": [8.5, 7, 8, 6], "texture": "#2"}, - "down": {"uv": [7, 8, 6.5, 9], "texture": "#2"} - } - }, - { - "from": [0, 9, 7], - "to": [1, 10, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 9, 7]}, - "faces": { - "north": {"uv": [11.5, 10, 12, 10.5], "texture": "#2"}, - "east": {"uv": [7, 8, 8, 8.5], "texture": "#2"}, - "south": {"uv": [11.5, 10.5, 12, 11], "texture": "#2"}, - "west": {"uv": [8, 7, 9, 7.5], "texture": "#2"}, - "up": {"uv": [8.5, 8.5, 8, 7.5], "texture": "#2"}, - "down": {"uv": [4.5, 8.5, 4, 9.5], "texture": "#2"} - } - }, - { - "from": [6, 15, 7], - "to": [7, 16, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 15, 7]}, - "faces": { - "north": {"uv": [11.5, 11, 12, 11.5], "texture": "#2"}, - "east": {"uv": [8.5, 4.5, 9.5, 5], "texture": "#2"}, - "south": {"uv": [11.5, 11.5, 12, 12], "texture": "#2"}, - "west": {"uv": [8.5, 5, 9.5, 5.5], "texture": "#2"}, - "up": {"uv": [5, 9.5, 4.5, 8.5], "texture": "#2"}, - "down": {"uv": [6, 8.5, 5.5, 9.5], "texture": "#2"} - } - }, - { - "from": [6, 0, 7], - "to": [7, 1, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 0, 7]}, - "faces": { - "north": {"uv": [0, 12, 0.5, 12.5], "texture": "#2"}, - "east": {"uv": [8.5, 6, 9.5, 6.5], "texture": "#2"}, - "south": {"uv": [12, 0, 12.5, 0.5], "texture": "#2"}, - "west": {"uv": [8.5, 6.5, 9.5, 7], "texture": "#2"}, - "up": {"uv": [6.5, 9.5, 6, 8.5], "texture": "#2"}, - "down": {"uv": [7.5, 8.5, 7, 9.5], "texture": "#2"} - } - }, - { - "from": [9, 15, 7], - "to": [10, 16, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 15, 7]}, - "faces": { - "north": {"uv": [0.5, 12, 1, 12.5], "texture": "#2"}, - "east": {"uv": [7.5, 8.5, 8.5, 9], "texture": "#2"}, - "south": {"uv": [12, 0.5, 12.5, 1], "texture": "#2"}, - "west": {"uv": [8.5, 7.5, 9.5, 8], "texture": "#2"}, - "up": {"uv": [9, 9, 8.5, 8], "texture": "#2"}, - "down": {"uv": [5.5, 9, 5, 10], "texture": "#2"} - } - }, - { - "from": [9, 0, 7], - "to": [10, 1, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 0, 7]}, - "faces": { - "north": {"uv": [1, 12, 1.5, 12.5], "texture": "#2"}, - "east": {"uv": [9, 4, 10, 4.5], "texture": "#2"}, - "south": {"uv": [12, 1, 12.5, 1.5], "texture": "#2"}, - "west": {"uv": [9, 5.5, 10, 6], "texture": "#2"}, - "up": {"uv": [7, 10, 6.5, 9], "texture": "#2"}, - "down": {"uv": [8, 9, 7.5, 10], "texture": "#2"} - } - }, - { - "from": [7, 15, 9], - "to": [9, 16, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 9]}, - "faces": { - "north": {"uv": [9, 7, 10, 7.5], "texture": "#2"}, - "east": {"uv": [1.5, 12, 2, 12.5], "texture": "#2"}, - "south": {"uv": [8, 9, 9, 9.5], "texture": "#2"}, - "west": {"uv": [12, 1.5, 12.5, 2], "texture": "#2"}, - "up": {"uv": [10, 8.5, 9, 8], "texture": "#2"}, - "down": {"uv": [10, 8.5, 9, 9], "texture": "#2"} - } - }, - { - "from": [7, 9, 15], - "to": [9, 10, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 15]}, - "faces": { - "north": {"uv": [9, 9, 10, 9.5], "texture": "#2"}, - "east": {"uv": [2, 12, 2.5, 12.5], "texture": "#2"}, - "south": {"uv": [4, 9.5, 5, 10], "texture": "#2"}, - "west": {"uv": [12, 2, 12.5, 2.5], "texture": "#2"}, - "up": {"uv": [10.5, 5, 9.5, 4.5], "texture": "#2"}, - "down": {"uv": [10.5, 5, 9.5, 5.5], "texture": "#2"} - } - }, - { - "from": [7, 9, 0], - "to": [9, 10, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 0]}, - "faces": { - "north": {"uv": [5.5, 9.5, 6.5, 10], "texture": "#2"}, - "east": {"uv": [2.5, 12, 3, 12.5], "texture": "#2"}, - "south": {"uv": [9.5, 6, 10.5, 6.5], "texture": "#2"}, - "west": {"uv": [12, 2.5, 12.5, 3], "texture": "#2"}, - "up": {"uv": [10.5, 7, 9.5, 6.5], "texture": "#2"}, - "down": {"uv": [10.5, 7.5, 9.5, 8], "texture": "#2"} - } - }, - { - "from": [7, 6, 15], - "to": [9, 7, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 6, 15]}, - "faces": { - "north": {"uv": [8, 9.5, 9, 10], "texture": "#2"}, - "east": {"uv": [3, 12, 3.5, 12.5], "texture": "#2"}, - "south": {"uv": [9, 9.5, 10, 10], "texture": "#2"}, - "west": {"uv": [12, 3, 12.5, 3.5], "texture": "#2"}, - "up": {"uv": [5, 10.5, 4, 10], "texture": "#2"}, - "down": {"uv": [11, 4, 10, 4.5], "texture": "#2"} - } - }, - { - "from": [7, 6, 0], - "to": [9, 7, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 6, 0]}, - "faces": { - "north": {"uv": [5, 10, 6, 10.5], "texture": "#2"}, - "east": {"uv": [3.5, 12, 4, 12.5], "texture": "#2"}, - "south": {"uv": [10, 5.5, 11, 6], "texture": "#2"}, - "west": {"uv": [12, 3.5, 12.5, 4], "texture": "#2"}, - "up": {"uv": [7, 10.5, 6, 10], "texture": "#2"}, - "down": {"uv": [8, 10, 7, 10.5], "texture": "#2"} - } - }, - { - "from": [9, 7, 15], - "to": [10, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 7, 15]}, - "faces": { - "north": {"uv": [8, 10, 8.5, 11], "texture": "#2"}, - "east": {"uv": [10, 8, 10.5, 9], "texture": "#2"}, - "south": {"uv": [8.5, 10, 9, 11], "texture": "#2"}, - "west": {"uv": [9, 10, 9.5, 11], "texture": "#2"}, - "up": {"uv": [12.5, 4.5, 12, 4], "texture": "#2"}, - "down": {"uv": [12.5, 4.5, 12, 5], "texture": "#2"} - } - }, - { - "from": [9, 7, 0], - "to": [10, 9, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 7, 0]}, - "faces": { - "north": {"uv": [10, 9, 10.5, 10], "texture": "#2"}, - "east": {"uv": [9.5, 10, 10, 11], "texture": "#2"}, - "south": {"uv": [10, 10, 10.5, 11], "texture": "#2"}, - "west": {"uv": [4, 10.5, 4.5, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 5.5, 12, 5], "texture": "#2"}, - "down": {"uv": [12.5, 5.5, 12, 6], "texture": "#2"} - } - }, - { - "from": [6, 7, 15], - "to": [7, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 15]}, - "faces": { - "north": {"uv": [4.5, 10.5, 5, 11.5], "texture": "#2"}, - "east": {"uv": [10.5, 4.5, 11, 5.5], "texture": "#2"}, - "south": {"uv": [5, 10.5, 5.5, 11.5], "texture": "#2"}, - "west": {"uv": [5.5, 10.5, 6, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 6.5, 12, 6], "texture": "#2"}, - "down": {"uv": [12.5, 6.5, 12, 7], "texture": "#2"} - } - }, - { - "from": [6, 7, 0], - "to": [7, 9, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 0]}, - "faces": { - "north": {"uv": [6, 10.5, 6.5, 11.5], "texture": "#2"}, - "east": {"uv": [10.5, 6, 11, 7], "texture": "#2"}, - "south": {"uv": [6.5, 10.5, 7, 11.5], "texture": "#2"}, - "west": {"uv": [7, 10.5, 7.5, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 7.5, 12, 7], "texture": "#2"}, - "down": {"uv": [12.5, 7.5, 12, 8], "texture": "#2"} - } - }, - { - "from": [7, 0, 9], - "to": [9, 1, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 9]}, - "faces": { - "north": {"uv": [10, 7, 11, 7.5], "texture": "#2"}, - "east": {"uv": [8, 12, 8.5, 12.5], "texture": "#2"}, - "south": {"uv": [10.5, 7.5, 11.5, 8], "texture": "#2"}, - "west": {"uv": [12, 8, 12.5, 8.5], "texture": "#2"}, - "up": {"uv": [11.5, 8.5, 10.5, 8], "texture": "#2"}, - "down": {"uv": [11.5, 8.5, 10.5, 9], "texture": "#2"} - } - }, - { - "from": [7, 15, 6], - "to": [9, 16, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 6]}, - "faces": { - "north": {"uv": [10.5, 9, 11.5, 9.5], "texture": "#2"}, - "east": {"uv": [8.5, 12, 9, 12.5], "texture": "#2"}, - "south": {"uv": [10.5, 9.5, 11.5, 10], "texture": "#2"}, - "west": {"uv": [12, 8.5, 12.5, 9], "texture": "#2"}, - "up": {"uv": [11.5, 10.5, 10.5, 10], "texture": "#2"}, - "down": {"uv": [11.5, 10.5, 10.5, 11], "texture": "#2"} - } - }, - { - "from": [7, 0, 6], - "to": [9, 1, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 6]}, - "faces": { - "north": {"uv": [11, 4, 12, 4.5], "texture": "#2"}, - "east": {"uv": [9, 12, 9.5, 12.5], "texture": "#2"}, - "south": {"uv": [11, 4.5, 12, 5], "texture": "#2"}, - "west": {"uv": [12, 9, 12.5, 9.5], "texture": "#2"}, - "up": {"uv": [12, 5.5, 11, 5], "texture": "#2"}, - "down": {"uv": [12, 5.5, 11, 6], "texture": "#2"} - } - }, - { - "from": [15, 9, 7], - "to": [16, 10, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 9, 7]}, - "faces": { - "north": {"uv": [9.5, 12, 10, 12.5], "texture": "#2"}, - "east": {"uv": [11, 6, 12, 6.5], "texture": "#2"}, - "south": {"uv": [12, 9.5, 12.5, 10], "texture": "#2"}, - "west": {"uv": [11, 6.5, 12, 7], "texture": "#2"}, - "up": {"uv": [8, 11.5, 7.5, 10.5], "texture": "#2"}, - "down": {"uv": [8.5, 11, 8, 12], "texture": "#2"} - } - }, - { - "from": [0, 7, 9], - "to": [1, 9, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 9]}, - "faces": { - "north": {"uv": [8.5, 11, 9, 12], "texture": "#2"}, - "east": {"uv": [9, 11, 9.5, 12], "texture": "#2"}, - "south": {"uv": [9.5, 11, 10, 12], "texture": "#2"}, - "west": {"uv": [10, 11, 10.5, 12], "texture": "#2"}, - "up": {"uv": [10.5, 12.5, 10, 12], "texture": "#2"}, - "down": {"uv": [12.5, 10, 12, 10.5], "texture": "#2"} - } - }, - { - "from": [15, 7, 9], - "to": [16, 9, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 9]}, - "faces": { - "north": {"uv": [10.5, 11, 11, 12], "texture": "#2"}, - "east": {"uv": [11, 11, 11.5, 12], "texture": "#2"}, - "south": {"uv": [4, 11.5, 4.5, 12.5], "texture": "#2"}, - "west": {"uv": [4.5, 11.5, 5, 12.5], "texture": "#2"}, - "up": {"uv": [11, 12.5, 10.5, 12], "texture": "#2"}, - "down": {"uv": [12.5, 10.5, 12, 11], "texture": "#2"} - } - }, - { - "from": [0, 7, 6], - "to": [1, 9, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 6]}, - "faces": { - "north": {"uv": [5, 11.5, 5.5, 12.5], "texture": "#2"}, - "east": {"uv": [5.5, 11.5, 6, 12.5], "texture": "#2"}, - "south": {"uv": [6, 11.5, 6.5, 12.5], "texture": "#2"}, - "west": {"uv": [6.5, 11.5, 7, 12.5], "texture": "#2"}, - "up": {"uv": [11.5, 12.5, 11, 12], "texture": "#2"}, - "down": {"uv": [12.5, 11, 12, 11.5], "texture": "#2"} - } - }, - { - "from": [15, 7, 6], - "to": [16, 9, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 6]}, - "faces": { - "north": {"uv": [7, 11.5, 7.5, 12.5], "texture": "#2"}, - "east": {"uv": [11.5, 7, 12, 8], "texture": "#2"}, - "south": {"uv": [7.5, 11.5, 8, 12.5], "texture": "#2"}, - "west": {"uv": [11.5, 8, 12, 9], "texture": "#2"}, - "up": {"uv": [12, 12.5, 11.5, 12], "texture": "#2"}, - "down": {"uv": [12.5, 11.5, 12, 12], "texture": "#2"} - } - }, - { - "from": [3, 12, 4], - "to": [4, 13, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 12, 4]}, - "faces": { - "north": {"uv": [10.5, 5.5, 11, 6], "texture": "#1"}, - "east": {"uv": [0, 0, 4, 0.5], "texture": "#1"}, - "south": {"uv": [11, 2.5, 11.5, 3], "texture": "#1"}, - "west": {"uv": [0, 0.5, 4, 1], "texture": "#1"}, - "up": {"uv": [0.5, 5, 0, 1], "texture": "#1"}, - "down": {"uv": [1, 1, 0.5, 5], "texture": "#1"} - } - }, - { - "from": [7, 1, 7], - "to": [9, 4, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 1, 7]}, - "faces": { - "north": {"uv": [7, 8, 8, 9.5], "texture": "#1"}, - "east": {"uv": [8, 8, 9, 9.5], "texture": "#1"}, - "south": {"uv": [0, 9, 1, 10.5], "texture": "#1"}, - "west": {"uv": [1, 9, 2, 10.5], "texture": "#1"}, - "up": {"uv": [4, 12, 3, 11], "texture": "#1"}, - "down": {"uv": [5, 11, 4, 12], "texture": "#1"} - } - }, - { - "from": [12, 7, 7], - "to": [15, 9, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 7, 7]}, - "faces": { - "north": {"uv": [9, 3, 10.5, 4], "texture": "#1"}, - "east": {"uv": [7, 11, 8, 12], "texture": "#1"}, - "south": {"uv": [9, 4, 10.5, 5], "texture": "#1"}, - "west": {"uv": [8, 11, 9, 12], "texture": "#1"}, - "up": {"uv": [10.5, 6, 9, 5], "texture": "#1"}, - "down": {"uv": [10.5, 8, 9, 9], "texture": "#1"} - } - }, - { - "from": [7, 12, 7], - "to": [9, 15, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 12, 7]}, - "faces": { - "north": {"uv": [2, 9, 3, 10.5], "texture": "#1"}, - "east": {"uv": [9, 9, 10, 10.5], "texture": "#1"}, - "south": {"uv": [7, 9.5, 8, 11], "texture": "#1"}, - "west": {"uv": [8, 9.5, 9, 11], "texture": "#1"}, - "up": {"uv": [11, 12, 10, 11], "texture": "#1"}, - "down": {"uv": [12, 11, 11, 12], "texture": "#1"} - } - }, - { - "from": [1, 7, 7], - "to": [4, 9, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 7, 7]}, - "faces": { - "north": {"uv": [10, 6, 11.5, 7], "texture": "#1"}, - "east": {"uv": [0, 11.5, 1, 12.5], "texture": "#1"}, - "south": {"uv": [10, 7, 11.5, 8], "texture": "#1"}, - "west": {"uv": [1, 11.5, 2, 12.5], "texture": "#1"}, - "up": {"uv": [11.5, 10, 10, 9], "texture": "#1"}, - "down": {"uv": [11.5, 10, 10, 11], "texture": "#1"} - } - }, - { - "from": [3, 4, 3], - "to": [4, 12, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 4, 3]}, - "faces": { - "north": {"uv": [1, 1, 1.5, 5], "texture": "#1"}, - "east": {"uv": [1.5, 1, 2, 5], "texture": "#1"}, - "south": {"uv": [2, 1, 2.5, 5], "texture": "#1"}, - "west": {"uv": [2.5, 1, 3, 5], "texture": "#1"}, - "up": {"uv": [11.5, 6, 11, 5.5], "texture": "#1"}, - "down": {"uv": [12, 5.5, 11.5, 6], "texture": "#1"} - } - }, - { - "from": [4, 12, 3], - "to": [12, 13, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 12, 3]}, - "faces": { - "north": {"uv": [3, 1, 7, 1.5], "texture": "#1"}, - "east": {"uv": [11.5, 6, 12, 6.5], "texture": "#1"}, - "south": {"uv": [3, 1.5, 7, 2], "texture": "#1"}, - "west": {"uv": [11.5, 6.5, 12, 7], "texture": "#1"}, - "up": {"uv": [7, 2.5, 3, 2], "texture": "#1"}, - "down": {"uv": [7, 2.5, 3, 3], "texture": "#1"} - } - }, - { - "from": [12, 4, 3], - "to": [13, 12, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 4, 3]}, - "faces": { - "north": {"uv": [3, 3, 3.5, 7], "texture": "#1"}, - "east": {"uv": [3.5, 3, 4, 7], "texture": "#1"}, - "south": {"uv": [4, 3, 4.5, 7], "texture": "#1"}, - "west": {"uv": [4.5, 3, 5, 7], "texture": "#1"}, - "up": {"uv": [12, 7.5, 11.5, 7], "texture": "#1"}, - "down": {"uv": [12, 7.5, 11.5, 8], "texture": "#1"} - } - }, - { - "from": [4, 3, 3], - "to": [12, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 3]}, - "faces": { - "north": {"uv": [4, 0, 8, 0.5], "texture": "#1"}, - "east": {"uv": [11.5, 9, 12, 9.5], "texture": "#1"}, - "south": {"uv": [4, 0.5, 8, 1], "texture": "#1"}, - "west": {"uv": [11.5, 9.5, 12, 10], "texture": "#1"}, - "up": {"uv": [9, 3.5, 5, 3], "texture": "#1"}, - "down": {"uv": [9, 3.5, 5, 4], "texture": "#1"} - } - }, - { - "from": [12, 3, 4], - "to": [13, 4, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 3, 4]}, - "faces": { - "north": {"uv": [11.5, 10, 12, 10.5], "texture": "#1"}, - "east": {"uv": [5, 4, 9, 4.5], "texture": "#1"}, - "south": {"uv": [11.5, 10.5, 12, 11], "texture": "#1"}, - "west": {"uv": [5, 4.5, 9, 5], "texture": "#1"}, - "up": {"uv": [0.5, 9, 0, 5], "texture": "#1"}, - "down": {"uv": [1, 5, 0.5, 9], "texture": "#1"} - } - }, - { - "from": [12, 12, 4], - "to": [13, 13, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 4]}, - "faces": { - "north": {"uv": [12, 0, 12.5, 0.5], "texture": "#1"}, - "east": {"uv": [5, 5, 9, 5.5], "texture": "#1"}, - "south": {"uv": [12, 0.5, 12.5, 1], "texture": "#1"}, - "west": {"uv": [5, 5.5, 9, 6], "texture": "#1"}, - "up": {"uv": [1.5, 9, 1, 5], "texture": "#1"}, - "down": {"uv": [2, 5, 1.5, 9], "texture": "#1"} - } - }, - { - "from": [12, 4, 12], - "to": [13, 12, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 4, 12]}, - "faces": { - "north": {"uv": [2, 5, 2.5, 9], "texture": "#1"}, - "east": {"uv": [2.5, 5, 3, 9], "texture": "#1"}, - "south": {"uv": [5, 6, 5.5, 10], "texture": "#1"}, - "west": {"uv": [5.5, 6, 6, 10], "texture": "#1"}, - "up": {"uv": [12.5, 1.5, 12, 1], "texture": "#1"}, - "down": {"uv": [12.5, 1.5, 12, 2], "texture": "#1"} - } - }, - { - "from": [7, 7, 1], - "to": [9, 9, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 1]}, - "faces": { - "north": {"uv": [2, 11.5, 3, 12.5], "texture": "#1"}, - "east": {"uv": [0, 10.5, 1.5, 11.5], "texture": "#1"}, - "south": {"uv": [11.5, 2.5, 12.5, 3.5], "texture": "#1"}, - "west": {"uv": [1.5, 10.5, 3, 11.5], "texture": "#1"}, - "up": {"uv": [6, 11.5, 5, 10], "texture": "#1"}, - "down": {"uv": [11.5, 3, 10.5, 4.5], "texture": "#1"} - } - }, - { - "from": [4, 12, 12], - "to": [12, 13, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 12, 12]}, - "faces": { - "north": {"uv": [6, 6, 10, 6.5], "texture": "#1"}, - "east": {"uv": [12, 2, 12.5, 2.5], "texture": "#1"}, - "south": {"uv": [6, 6.5, 10, 7], "texture": "#1"}, - "west": {"uv": [3, 12, 3.5, 12.5], "texture": "#1"}, - "up": {"uv": [11, 1.5, 7, 1], "texture": "#1"}, - "down": {"uv": [11, 1.5, 7, 2], "texture": "#1"} - } - }, - { - "from": [4, 3, 12], - "to": [12, 4, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 12]}, - "faces": { - "north": {"uv": [7, 2, 11, 2.5], "texture": "#1"}, - "east": {"uv": [3.5, 12, 4, 12.5], "texture": "#1"}, - "south": {"uv": [7, 2.5, 11, 3], "texture": "#1"}, - "west": {"uv": [4, 12, 4.5, 12.5], "texture": "#1"}, - "up": {"uv": [10, 7.5, 6, 7], "texture": "#1"}, - "down": {"uv": [10, 7.5, 6, 8], "texture": "#1"} - } - }, - { - "from": [7, 7, 12], - "to": [9, 9, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 12]}, - "faces": { - "north": {"uv": [11.5, 3.5, 12.5, 4.5], "texture": "#1"}, - "east": {"uv": [10.5, 4.5, 12, 5.5], "texture": "#1"}, - "south": {"uv": [5, 11.5, 6, 12.5], "texture": "#1"}, - "west": {"uv": [10.5, 8, 12, 9], "texture": "#1"}, - "up": {"uv": [10, 12, 9, 10.5], "texture": "#1"}, - "down": {"uv": [12, 1, 11, 2.5], "texture": "#1"} - } - }, - { - "from": [3, 4, 12], - "to": [4, 12, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 4, 12]}, - "faces": { - "north": {"uv": [3, 7, 3.5, 11], "texture": "#1"}, - "east": {"uv": [3.5, 7, 4, 11], "texture": "#1"}, - "south": {"uv": [4, 7, 4.5, 11], "texture": "#1"}, - "west": {"uv": [4.5, 7, 5, 11], "texture": "#1"}, - "up": {"uv": [5, 12.5, 4.5, 12], "texture": "#1"}, - "down": {"uv": [12.5, 4.5, 12, 5], "texture": "#1"} - } - }, - { - "from": [3, 3, 4], - "to": [4, 4, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 3, 4]}, - "faces": { - "north": {"uv": [12, 5, 12.5, 5.5], "texture": "#1"}, - "east": {"uv": [8, 0, 12, 0.5], "texture": "#1"}, - "south": {"uv": [12, 5.5, 12.5, 6], "texture": "#1"}, - "west": {"uv": [8, 0.5, 12, 1], "texture": "#1"}, - "up": {"uv": [6.5, 12, 6, 8], "texture": "#1"}, - "down": {"uv": [7, 8, 6.5, 12], "texture": "#1"} - } - }, - { - "from": [0, 0, 4], - "to": [1, 1, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 4]}, - "faces": { - "north": {"uv": [8, 6.5, 8.25, 6.75], "texture": "#0"}, - "east": {"uv": [4.5, 4.5, 6.5, 4.75], "texture": "#0"}, - "south": {"uv": [8, 7, 8.25, 7.25], "texture": "#0"}, - "west": {"uv": [4.5, 4.75, 6.5, 5], "texture": "#0"}, - "up": {"uv": [4.75, 7, 4.5, 5], "texture": "#0"}, - "down": {"uv": [5, 5, 4.75, 7], "texture": "#0"} - } - }, - { - "from": [0, 15, 4], - "to": [1, 16, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 15, 4]}, - "faces": { - "north": {"uv": [8.25, 0, 8.5, 0.25], "texture": "#0"}, - "east": {"uv": [5, 5, 7, 5.25], "texture": "#0"}, - "south": {"uv": [8.25, 0.75, 8.5, 1], "texture": "#0"}, - "west": {"uv": [0, 5.25, 2, 5.5], "texture": "#0"}, - "up": {"uv": [5.5, 2, 5.25, 0], "texture": "#0"}, - "down": {"uv": [2.25, 5.25, 2, 7.25], "texture": "#0"} - } - }, - { - "from": [4, 0, 0], - "to": [12, 1, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 0]}, - "faces": { - "north": {"uv": [5.25, 2, 7.25, 2.25], "texture": "#0"}, - "east": {"uv": [5.25, 8.5, 5.5, 8.75], "texture": "#0"}, - "south": {"uv": [2.25, 5.25, 4.25, 5.5], "texture": "#0"}, - "west": {"uv": [5.5, 8.5, 5.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 2.5, 5.25, 2.25], "texture": "#0"}, - "down": {"uv": [7.25, 2.5, 5.25, 2.75], "texture": "#0"} - } - }, - { - "from": [4, 15, 0], - "to": [12, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 15, 0]}, - "faces": { - "north": {"uv": [5.25, 2.75, 7.25, 3], "texture": "#0"}, - "east": {"uv": [8.5, 5.5, 8.75, 5.75], "texture": "#0"}, - "south": {"uv": [5.25, 3, 7.25, 3.25], "texture": "#0"}, - "west": {"uv": [5.75, 8.5, 6, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 3.5, 5.25, 3.25], "texture": "#0"}, - "down": {"uv": [7.25, 3.5, 5.25, 3.75], "texture": "#0"} - } - }, - { - "from": [15, 0, 4], - "to": [16, 1, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 0, 4]}, - "faces": { - "north": {"uv": [8.5, 5.75, 8.75, 6], "texture": "#0"}, - "east": {"uv": [5.25, 3.75, 7.25, 4], "texture": "#0"}, - "south": {"uv": [6, 8.5, 6.25, 8.75], "texture": "#0"}, - "west": {"uv": [5.25, 4, 7.25, 4.25], "texture": "#0"}, - "up": {"uv": [4.5, 7.25, 4.25, 5.25], "texture": "#0"}, - "down": {"uv": [5.25, 5.25, 5, 7.25], "texture": "#0"} - } - }, - { - "from": [15, 15, 4], - "to": [16, 16, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 15, 4]}, - "faces": { - "north": {"uv": [8.5, 6, 8.75, 6.25], "texture": "#0"}, - "east": {"uv": [5.25, 4.25, 7.25, 4.5], "texture": "#0"}, - "south": {"uv": [6.25, 8.5, 6.5, 8.75], "texture": "#0"}, - "west": {"uv": [5.25, 5.25, 7.25, 5.5], "texture": "#0"}, - "up": {"uv": [0.25, 7.5, 0, 5.5], "texture": "#0"}, - "down": {"uv": [5.75, 0, 5.5, 2], "texture": "#0"} - } - }, - { - "from": [4, 0, 15], - "to": [12, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 15]}, - "faces": { - "north": {"uv": [2.25, 5.5, 4.25, 5.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.25, 8.75, 6.5], "texture": "#0"}, - "south": {"uv": [5.25, 5.5, 7.25, 5.75], "texture": "#0"}, - "west": {"uv": [6.5, 8.5, 6.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.75, 0.25, 5.75, 0], "texture": "#0"}, - "down": {"uv": [7.75, 0.25, 5.75, 0.5], "texture": "#0"} - } - }, - { - "from": [4, 15, 15], - "to": [12, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 15, 15]}, - "faces": { - "north": {"uv": [5.75, 0.5, 7.75, 0.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.5, 8.75, 6.75], "texture": "#0"}, - "south": {"uv": [5.75, 0.75, 7.75, 1], "texture": "#0"}, - "west": {"uv": [6.75, 8.5, 7, 8.75], "texture": "#0"}, - "up": {"uv": [7.75, 1.25, 5.75, 1], "texture": "#0"}, - "down": {"uv": [7.75, 1.25, 5.75, 1.5], "texture": "#0"} - } - }, - { - "from": [2, 0, 1], - "to": [4, 1, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 0, 1]}, - "faces": { - "north": {"uv": [5.75, 1.5, 6.25, 1.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.75, 8.75, 7], "texture": "#0"}, - "south": {"uv": [5.75, 1.75, 6.25, 2], "texture": "#0"}, - "west": {"uv": [8.5, 7, 8.75, 7.25], "texture": "#0"}, - "up": {"uv": [6, 6, 5.5, 5.75], "texture": "#0"}, - "down": {"uv": [6, 6, 5.5, 6.25], "texture": "#0"} - } - }, - { - "from": [2, 15, 1], - "to": [4, 16, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 15, 1]}, - "faces": { - "north": {"uv": [6, 5.75, 6.5, 6], "texture": "#0"}, - "east": {"uv": [7.25, 8.5, 7.5, 8.75], "texture": "#0"}, - "south": {"uv": [6, 6, 6.5, 6.25], "texture": "#0"}, - "west": {"uv": [8.5, 7.25, 8.75, 7.5], "texture": "#0"}, - "up": {"uv": [6.75, 1.75, 6.25, 1.5], "texture": "#0"}, - "down": {"uv": [6.75, 1.75, 6.25, 2], "texture": "#0"} - } - }, - { - "from": [1, 0, 2], - "to": [2, 1, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 2]}, - "faces": { - "north": {"uv": [7.5, 8.5, 7.75, 8.75], "texture": "#0"}, - "east": {"uv": [5.5, 6.25, 6, 6.5], "texture": "#0"}, - "south": {"uv": [8.5, 7.5, 8.75, 7.75], "texture": "#0"}, - "west": {"uv": [6, 6.25, 6.5, 6.5], "texture": "#0"}, - "up": {"uv": [6.75, 5, 6.5, 4.5], "texture": "#0"}, - "down": {"uv": [5.75, 6.5, 5.5, 7], "texture": "#0"} - } - }, - { - "from": [1, 15, 2], - "to": [2, 16, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 15, 2]}, - "faces": { - "north": {"uv": [7.75, 8.5, 8, 8.75], "texture": "#0"}, - "east": {"uv": [5.75, 6.5, 6.25, 6.75], "texture": "#0"}, - "south": {"uv": [8.5, 7.75, 8.75, 8], "texture": "#0"}, - "west": {"uv": [6.5, 5.75, 7, 6], "texture": "#0"}, - "up": {"uv": [6.75, 6.5, 6.5, 6], "texture": "#0"}, - "down": {"uv": [6.5, 6.5, 6.25, 7], "texture": "#0"} - } - }, - { - "from": [12, 0, 1], - "to": [14, 1, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 0, 1]}, - "faces": { - "north": {"uv": [6.5, 6.5, 7, 6.75], "texture": "#0"}, - "east": {"uv": [8.5, 8, 8.75, 8.25], "texture": "#0"}, - "south": {"uv": [6.75, 1.5, 7.25, 1.75], "texture": "#0"}, - "west": {"uv": [8.25, 8.5, 8.5, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 2, 6.75, 1.75], "texture": "#0"}, - "down": {"uv": [7.25, 4.5, 6.75, 4.75], "texture": "#0"} - } - }, - { - "from": [12, 15, 1], - "to": [14, 16, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 15, 1]}, - "faces": { - "north": {"uv": [6.75, 4.75, 7.25, 5], "texture": "#0"}, - "east": {"uv": [8.5, 8.25, 8.75, 8.5], "texture": "#0"}, - "south": {"uv": [5.75, 6.75, 6.25, 7], "texture": "#0"}, - "west": {"uv": [8.5, 8.5, 8.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 6.25, 6.75, 6], "texture": "#0"}, - "down": {"uv": [7.25, 6.25, 6.75, 6.5], "texture": "#0"} - } - }, - { - "from": [14, 0, 2], - "to": [15, 1, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 2]}, - "faces": { - "north": {"uv": [0, 8.75, 0.25, 9], "texture": "#0"}, - "east": {"uv": [6.5, 6.75, 7, 7], "texture": "#0"}, - "south": {"uv": [8.75, 0, 9, 0.25], "texture": "#0"}, - "west": {"uv": [4.5, 7, 5, 7.25], "texture": "#0"}, - "up": {"uv": [5.75, 7.5, 5.5, 7], "texture": "#0"}, - "down": {"uv": [6, 7, 5.75, 7.5], "texture": "#0"} - } - }, - { - "from": [14, 15, 2], - "to": [15, 16, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 15, 2]}, - "faces": { - "north": {"uv": [0.25, 8.75, 0.5, 9], "texture": "#0"}, - "east": {"uv": [7, 5, 7.5, 5.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.25, 9, 0.5], "texture": "#0"}, - "west": {"uv": [7, 5.75, 7.5, 6], "texture": "#0"}, - "up": {"uv": [6.25, 7.5, 6, 7], "texture": "#0"}, - "down": {"uv": [6.5, 7, 6.25, 7.5], "texture": "#0"} - } - }, - { - "from": [1, 0, 12], - "to": [2, 1, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 12]}, - "faces": { - "north": {"uv": [0.5, 8.75, 0.75, 9], "texture": "#0"}, - "east": {"uv": [6.5, 7, 7, 7.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.5, 9, 0.75], "texture": "#0"}, - "west": {"uv": [7, 6.5, 7.5, 6.75], "texture": "#0"}, - "up": {"uv": [7.25, 7.25, 7, 6.75], "texture": "#0"}, - "down": {"uv": [7.5, 1.5, 7.25, 2], "texture": "#0"} - } - }, - { - "from": [1, 15, 12], - "to": [2, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 15, 12]}, - "faces": { - "north": {"uv": [0.75, 8.75, 1, 9], "texture": "#0"}, - "east": {"uv": [7.25, 2, 7.75, 2.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.75, 9, 1], "texture": "#0"}, - "west": {"uv": [7.25, 2.25, 7.75, 2.5], "texture": "#0"}, - "up": {"uv": [2.25, 7.75, 2, 7.25], "texture": "#0"}, - "down": {"uv": [7.5, 2.5, 7.25, 3], "texture": "#0"} - } - }, - { - "from": [2, 0, 14], - "to": [4, 1, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 0, 14]}, - "faces": { - "north": {"uv": [7.25, 3, 7.75, 3.25], "texture": "#0"}, - "east": {"uv": [1, 8.75, 1.25, 9], "texture": "#0"}, - "south": {"uv": [7.25, 3.25, 7.75, 3.5], "texture": "#0"}, - "west": {"uv": [8.75, 1, 9, 1.25], "texture": "#0"}, - "up": {"uv": [7.75, 3.75, 7.25, 3.5], "texture": "#0"}, - "down": {"uv": [7.75, 3.75, 7.25, 4], "texture": "#0"} - } - }, - { - "from": [2, 15, 14], - "to": [4, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 15, 14]}, - "faces": { - "north": {"uv": [7.25, 4, 7.75, 4.25], "texture": "#0"}, - "east": {"uv": [1.25, 8.75, 1.5, 9], "texture": "#0"}, - "south": {"uv": [4.25, 7.25, 4.75, 7.5], "texture": "#0"}, - "west": {"uv": [8.75, 1.25, 9, 1.5], "texture": "#0"}, - "up": {"uv": [7.75, 4.5, 7.25, 4.25], "texture": "#0"}, - "down": {"uv": [7.75, 4.5, 7.25, 4.75], "texture": "#0"} - } - }, - { - "from": [14, 0, 12], - "to": [15, 1, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 12]}, - "faces": { - "north": {"uv": [1.5, 8.75, 1.75, 9], "texture": "#0"}, - "east": {"uv": [4.75, 7.25, 5.25, 7.5], "texture": "#0"}, - "south": {"uv": [8.75, 1.5, 9, 1.75], "texture": "#0"}, - "west": {"uv": [7.25, 4.75, 7.75, 5], "texture": "#0"}, - "up": {"uv": [7.5, 5.75, 7.25, 5.25], "texture": "#0"}, - "down": {"uv": [7.5, 6, 7.25, 6.5], "texture": "#0"} - } - }, - { - "from": [14, 15, 12], - "to": [15, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 15, 12]}, - "faces": { - "north": {"uv": [1.75, 8.75, 2, 9], "texture": "#0"}, - "east": {"uv": [6.5, 7.25, 7, 7.5], "texture": "#0"}, - "south": {"uv": [8.75, 1.75, 9, 2], "texture": "#0"}, - "west": {"uv": [7.25, 6.75, 7.75, 7], "texture": "#0"}, - "up": {"uv": [7.25, 7.75, 7, 7.25], "texture": "#0"}, - "down": {"uv": [7.5, 7, 7.25, 7.5], "texture": "#0"} - } - }, - { - "from": [12, 0, 14], - "to": [14, 1, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 0, 14]}, - "faces": { - "north": {"uv": [0, 7.5, 0.5, 7.75], "texture": "#0"}, - "east": {"uv": [2, 8.75, 2.25, 9], "texture": "#0"}, - "south": {"uv": [0.5, 7.5, 1, 7.75], "texture": "#0"}, - "west": {"uv": [8.75, 2, 9, 2.25], "texture": "#0"}, - "up": {"uv": [1.5, 7.75, 1, 7.5], "texture": "#0"}, - "down": {"uv": [2, 7.5, 1.5, 7.75], "texture": "#0"} - } - }, - { - "from": [12, 15, 14], - "to": [14, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 15, 14]}, - "faces": { - "north": {"uv": [7.5, 1.5, 8, 1.75], "texture": "#0"}, - "east": {"uv": [2.25, 8.75, 2.5, 9], "texture": "#0"}, - "south": {"uv": [7.5, 1.75, 8, 2], "texture": "#0"}, - "west": {"uv": [8.75, 2.25, 9, 2.5], "texture": "#0"}, - "up": {"uv": [8, 2.75, 7.5, 2.5], "texture": "#0"}, - "down": {"uv": [8, 2.75, 7.5, 3], "texture": "#0"} - } - }, - { - "from": [2, 1, 0], - "to": [4, 2, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 1, 0]}, - "faces": { - "north": {"uv": [4.25, 7.5, 4.75, 7.75], "texture": "#0"}, - "east": {"uv": [2.5, 8.75, 2.75, 9], "texture": "#0"}, - "south": {"uv": [4.75, 7.5, 5.25, 7.75], "texture": "#0"}, - "west": {"uv": [8.75, 2.5, 9, 2.75], "texture": "#0"}, - "up": {"uv": [8, 5.25, 7.5, 5], "texture": "#0"}, - "down": {"uv": [8, 5.25, 7.5, 5.5], "texture": "#0"} - } - }, - { - "from": [2, 14, 0], - "to": [4, 15, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 14, 0]}, - "faces": { - "north": {"uv": [5.5, 7.5, 6, 7.75], "texture": "#0"}, - "east": {"uv": [2.75, 8.75, 3, 9], "texture": "#0"}, - "south": {"uv": [7.5, 5.5, 8, 5.75], "texture": "#0"}, - "west": {"uv": [8.75, 2.75, 9, 3], "texture": "#0"}, - "up": {"uv": [8, 6, 7.5, 5.75], "texture": "#0"}, - "down": {"uv": [6.5, 7.5, 6, 7.75], "texture": "#0"} - } - }, - { - "from": [0, 1, 2], - "to": [1, 2, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 2]}, - "faces": { - "north": {"uv": [3, 8.75, 3.25, 9], "texture": "#0"}, - "east": {"uv": [7.5, 6, 8, 6.25], "texture": "#0"}, - "south": {"uv": [8.75, 3, 9, 3.25], "texture": "#0"}, - "west": {"uv": [7.5, 6.25, 8, 6.5], "texture": "#0"}, - "up": {"uv": [6.75, 8, 6.5, 7.5], "texture": "#0"}, - "down": {"uv": [7, 7.5, 6.75, 8], "texture": "#0"} - } - }, - { - "from": [0, 14, 2], - "to": [1, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 14, 2]}, - "faces": { - "north": {"uv": [3.25, 8.75, 3.5, 9], "texture": "#0"}, - "east": {"uv": [7.5, 6.5, 8, 6.75], "texture": "#0"}, - "south": {"uv": [8.75, 3.25, 9, 3.5], "texture": "#0"}, - "west": {"uv": [7.5, 7, 8, 7.25], "texture": "#0"}, - "up": {"uv": [7.5, 8, 7.25, 7.5], "texture": "#0"}, - "down": {"uv": [7.75, 7.25, 7.5, 7.75], "texture": "#0"} - } - }, - { - "from": [0, 1, 12], - "to": [1, 2, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 12]}, - "faces": { - "north": {"uv": [3.5, 8.75, 3.75, 9], "texture": "#0"}, - "east": {"uv": [0, 7.75, 0.5, 8], "texture": "#0"}, - "south": {"uv": [8.75, 3.5, 9, 3.75], "texture": "#0"}, - "west": {"uv": [7.75, 0, 8.25, 0.25], "texture": "#0"}, - "up": {"uv": [8, 0.75, 7.75, 0.25], "texture": "#0"}, - "down": {"uv": [0.75, 7.75, 0.5, 8.25], "texture": "#0"} - } - }, - { - "from": [0, 14, 12], - "to": [1, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 14, 12]}, - "faces": { - "north": {"uv": [3.75, 8.75, 4, 9], "texture": "#0"}, - "east": {"uv": [0.75, 7.75, 1.25, 8], "texture": "#0"}, - "south": {"uv": [8.75, 3.75, 9, 4], "texture": "#0"}, - "west": {"uv": [7.75, 0.75, 8.25, 1], "texture": "#0"}, - "up": {"uv": [8, 1.5, 7.75, 1], "texture": "#0"}, - "down": {"uv": [1.5, 7.75, 1.25, 8.25], "texture": "#0"} - } - }, - { - "from": [12, 1, 0], - "to": [14, 2, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 0]}, - "faces": { - "north": {"uv": [1.5, 7.75, 2, 8], "texture": "#0"}, - "east": {"uv": [4, 8.75, 4.25, 9], "texture": "#0"}, - "south": {"uv": [2, 7.75, 2.5, 8], "texture": "#0"}, - "west": {"uv": [8.75, 4, 9, 4.25], "texture": "#0"}, - "up": {"uv": [8.25, 2.25, 7.75, 2], "texture": "#0"}, - "down": {"uv": [8.25, 2.25, 7.75, 2.5], "texture": "#0"} - } - }, - { - "from": [12, 14, 0], - "to": [14, 15, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 0]}, - "faces": { - "north": {"uv": [2.5, 7.75, 3, 8], "texture": "#0"}, - "east": {"uv": [8.75, 4.25, 9, 4.5], "texture": "#0"}, - "south": {"uv": [3, 7.75, 3.5, 8], "texture": "#0"}, - "west": {"uv": [8.75, 4.5, 9, 4.75], "texture": "#0"}, - "up": {"uv": [8.25, 3.25, 7.75, 3], "texture": "#0"}, - "down": {"uv": [8.25, 3.25, 7.75, 3.5], "texture": "#0"} - } - }, - { - "from": [15, 1, 2], - "to": [16, 2, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 1, 2]}, - "faces": { - "north": {"uv": [4.75, 8.75, 5, 9], "texture": "#0"}, - "east": {"uv": [3.5, 7.75, 4, 8], "texture": "#0"}, - "south": {"uv": [8.75, 4.75, 9, 5], "texture": "#0"}, - "west": {"uv": [7.75, 3.5, 8.25, 3.75], "texture": "#0"}, - "up": {"uv": [8, 4.25, 7.75, 3.75], "texture": "#0"}, - "down": {"uv": [4.25, 7.75, 4, 8.25], "texture": "#0"} - } - }, - { - "from": [15, 14, 2], - "to": [16, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 14, 2]}, - "faces": { - "north": {"uv": [8.75, 5, 9, 5.25], "texture": "#0"}, - "east": {"uv": [4.25, 7.75, 4.75, 8], "texture": "#0"}, - "south": {"uv": [5.25, 8.75, 5.5, 9], "texture": "#0"}, - "west": {"uv": [7.75, 4.25, 8.25, 4.5], "texture": "#0"}, - "up": {"uv": [8, 5, 7.75, 4.5], "texture": "#0"}, - "down": {"uv": [5, 7.75, 4.75, 8.25], "texture": "#0"} - } - }, - { - "from": [2, 1, 15], - "to": [4, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 1, 15]}, - "faces": { - "north": {"uv": [5, 7.75, 5.5, 8], "texture": "#0"}, - "east": {"uv": [8.75, 5.25, 9, 5.5], "texture": "#0"}, - "south": {"uv": [5.5, 7.75, 6, 8], "texture": "#0"}, - "west": {"uv": [5.5, 8.75, 5.75, 9], "texture": "#0"}, - "up": {"uv": [6.5, 8, 6, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 6.75, 7.75, 7], "texture": "#0"} - } - }, - { - "from": [2, 14, 15], - "to": [4, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 14, 15]}, - "faces": { - "north": {"uv": [7.75, 7.25, 8.25, 7.5], "texture": "#0"}, - "east": {"uv": [8.75, 5.5, 9, 5.75], "texture": "#0"}, - "south": {"uv": [7.5, 7.75, 8, 8], "texture": "#0"}, - "west": {"uv": [5.75, 8.75, 6, 9], "texture": "#0"}, - "up": {"uv": [8.25, 7.75, 7.75, 7.5], "texture": "#0"}, - "down": {"uv": [0.5, 8, 0, 8.25], "texture": "#0"} - } - }, - { - "from": [12, 1, 15], - "to": [14, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 15]}, - "faces": { - "north": {"uv": [8, 0.25, 8.5, 0.5], "texture": "#0"}, - "east": {"uv": [8.75, 5.75, 9, 6], "texture": "#0"}, - "south": {"uv": [8, 0.5, 8.5, 0.75], "texture": "#0"}, - "west": {"uv": [6, 8.75, 6.25, 9], "texture": "#0"}, - "up": {"uv": [1.25, 8.25, 0.75, 8], "texture": "#0"}, - "down": {"uv": [8.5, 1, 8, 1.25], "texture": "#0"} - } - }, - { - "from": [12, 14, 15], - "to": [14, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 15]}, - "faces": { - "north": {"uv": [8, 1.25, 8.5, 1.5], "texture": "#0"}, - "east": {"uv": [8.75, 6, 9, 6.25], "texture": "#0"}, - "south": {"uv": [1.5, 8, 2, 8.25], "texture": "#0"}, - "west": {"uv": [6.25, 8.75, 6.5, 9], "texture": "#0"}, - "up": {"uv": [8.5, 1.75, 8, 1.5], "texture": "#0"}, - "down": {"uv": [8.5, 1.75, 8, 2], "texture": "#0"} - } - }, - { - "from": [15, 1, 12], - "to": [16, 2, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 1, 13]}, - "faces": { - "north": {"uv": [8.75, 6.25, 9, 6.5], "texture": "#0"}, - "east": {"uv": [2, 8, 2.5, 8.25], "texture": "#0"}, - "south": {"uv": [6.5, 8.75, 6.75, 9], "texture": "#0"}, - "west": {"uv": [2.5, 8, 3, 8.25], "texture": "#0"}, - "up": {"uv": [7.25, 8.25, 7, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 2.5, 8, 3], "texture": "#0"} - } - }, - { - "from": [15, 14, 12], - "to": [16, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 14, 13]}, - "faces": { - "north": {"uv": [8.75, 6.5, 9, 6.75], "texture": "#0"}, - "east": {"uv": [3, 8, 3.5, 8.25], "texture": "#0"}, - "south": {"uv": [6.75, 8.75, 7, 9], "texture": "#0"}, - "west": {"uv": [3.5, 8, 4, 8.25], "texture": "#0"}, - "up": {"uv": [8.25, 4.25, 8, 3.75], "texture": "#0"}, - "down": {"uv": [4.5, 8, 4.25, 8.5], "texture": "#0"} - } - }, - { - "from": [0, 2, 1], - "to": [1, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 1]}, - "faces": { - "north": {"uv": [4.5, 8, 4.75, 8.5], "texture": "#0"}, - "east": {"uv": [8, 4.5, 8.25, 5], "texture": "#0"}, - "south": {"uv": [5, 8, 5.25, 8.5], "texture": "#0"}, - "west": {"uv": [8, 5, 8.25, 5.5], "texture": "#0"}, - "up": {"uv": [9, 7, 8.75, 6.75], "texture": "#0"}, - "down": {"uv": [7.25, 8.75, 7, 9], "texture": "#0"} - } - }, - { - "from": [0, 12, 1], - "to": [1, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 12, 1]}, - "faces": { - "north": {"uv": [5.25, 8, 5.5, 8.5], "texture": "#0"}, - "east": {"uv": [5.5, 8, 5.75, 8.5], "texture": "#0"}, - "south": {"uv": [8, 5.5, 8.25, 6], "texture": "#0"}, - "west": {"uv": [5.75, 8, 6, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.25, 8.75, 7], "texture": "#0"}, - "down": {"uv": [7.5, 8.75, 7.25, 9], "texture": "#0"} - } - }, - { - "from": [1, 2, 0], - "to": [2, 4, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 2, 0]}, - "faces": { - "north": {"uv": [6, 8, 6.25, 8.5], "texture": "#0"}, - "east": {"uv": [8, 6, 8.25, 6.5], "texture": "#0"}, - "south": {"uv": [6.25, 8, 6.5, 8.5], "texture": "#0"}, - "west": {"uv": [6.5, 8, 6.75, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.5, 8.75, 7.25], "texture": "#0"}, - "down": {"uv": [7.75, 8.75, 7.5, 9], "texture": "#0"} - } - }, - { - "from": [1, 12, 0], - "to": [2, 14, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 0]}, - "faces": { - "north": {"uv": [6.75, 8, 7, 8.5], "texture": "#0"}, - "east": {"uv": [7.25, 8, 7.5, 8.5], "texture": "#0"}, - "south": {"uv": [7.5, 8, 7.75, 8.5], "texture": "#0"}, - "west": {"uv": [7.75, 8, 8, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.75, 8.75, 7.5], "texture": "#0"}, - "down": {"uv": [8, 8.75, 7.75, 9], "texture": "#0"} - } - }, - { - "from": [0, 2, 14], - "to": [1, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 14]}, - "faces": { - "north": {"uv": [8, 7.75, 8.25, 8.25], "texture": "#0"}, - "east": {"uv": [0, 8.25, 0.25, 8.75], "texture": "#0"}, - "south": {"uv": [0.25, 8.25, 0.5, 8.75], "texture": "#0"}, - "west": {"uv": [0.5, 8.25, 0.75, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8, 8.75, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 8.75, 8, 9], "texture": "#0"} - } - }, - { - "from": [0, 12, 14], - "to": [1, 14, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 12, 14]}, - "faces": { - "north": {"uv": [0.75, 8.25, 1, 8.75], "texture": "#0"}, - "east": {"uv": [1, 8.25, 1.25, 8.75], "texture": "#0"}, - "south": {"uv": [1.25, 8.25, 1.5, 8.75], "texture": "#0"}, - "west": {"uv": [1.5, 8.25, 1.75, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.25, 8.75, 8], "texture": "#0"}, - "down": {"uv": [8.5, 8.75, 8.25, 9], "texture": "#0"} - } - }, - { - "from": [1, 2, 15], - "to": [2, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 2, 15]}, - "faces": { - "north": {"uv": [1.75, 8.25, 2, 8.75], "texture": "#0"}, - "east": {"uv": [2, 8.25, 2.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 2, 8.5, 2.5], "texture": "#0"}, - "west": {"uv": [2.25, 8.25, 2.5, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.5, 8.75, 8.25], "texture": "#0"}, - "down": {"uv": [8.75, 8.75, 8.5, 9], "texture": "#0"} - } - }, - { - "from": [1, 12, 15], - "to": [2, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 15]}, - "faces": { - "north": {"uv": [2.5, 8.25, 2.75, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 2.5, 8.5, 3], "texture": "#0"}, - "south": {"uv": [2.75, 8.25, 3, 8.75], "texture": "#0"}, - "west": {"uv": [3, 8.25, 3.25, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.75, 8.75, 8.5], "texture": "#0"}, - "down": {"uv": [9, 8.75, 8.75, 9], "texture": "#0"} - } - }, - { - "from": [14, 2, 15], - "to": [15, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 2, 15]}, - "faces": { - "north": {"uv": [8.25, 3, 8.5, 3.5], "texture": "#0"}, - "east": {"uv": [3.25, 8.25, 3.5, 8.75], "texture": "#0"}, - "south": {"uv": [3.5, 8.25, 3.75, 8.75], "texture": "#0"}, - "west": {"uv": [8.25, 3.5, 8.5, 4], "texture": "#0"}, - "up": {"uv": [0.25, 9.25, 0, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0, 9, 0.25], "texture": "#0"} - } - }, - { - "from": [14, 12, 15], - "to": [15, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 15]}, - "faces": { - "north": {"uv": [3.75, 8.25, 4, 8.75], "texture": "#0"}, - "east": {"uv": [4, 8.25, 4.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 4, 8.5, 4.5], "texture": "#0"}, - "west": {"uv": [8.25, 4.5, 8.5, 5], "texture": "#0"}, - "up": {"uv": [0.5, 9.25, 0.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.25, 9, 0.5], "texture": "#0"} - } - }, - { - "from": [15, 2, 14], - "to": [16, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 2, 14]}, - "faces": { - "north": {"uv": [4.75, 8.25, 5, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 5, 8.5, 5.5], "texture": "#0"}, - "south": {"uv": [8.25, 5.5, 8.5, 6], "texture": "#0"}, - "west": {"uv": [8.25, 6, 8.5, 6.5], "texture": "#0"}, - "up": {"uv": [0.75, 9.25, 0.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.5, 9, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 12, 14], - "to": [16, 14, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 14]}, - "faces": { - "north": {"uv": [8.25, 6.5, 8.5, 7], "texture": "#0"}, - "east": {"uv": [7, 8.25, 7.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 7, 8.5, 7.5], "texture": "#0"}, - "west": {"uv": [8.25, 7.5, 8.5, 8], "texture": "#0"}, - "up": {"uv": [1, 9.25, 0.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.75, 9, 1], "texture": "#0"} - } - }, - { - "from": [14, 2, 0], - "to": [15, 4, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 2, 0]}, - "faces": { - "north": {"uv": [8, 8.25, 8.25, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 8, 8.5, 8.5], "texture": "#0"}, - "south": {"uv": [8.5, 0, 8.75, 0.5], "texture": "#0"}, - "west": {"uv": [8.5, 0.5, 8.75, 1], "texture": "#0"}, - "up": {"uv": [1.25, 9.25, 1, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1, 9, 1.25], "texture": "#0"} - } - }, - { - "from": [14, 12, 0], - "to": [15, 14, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 0]}, - "faces": { - "north": {"uv": [8.5, 1, 8.75, 1.5], "texture": "#0"}, - "east": {"uv": [8.5, 1.5, 8.75, 2], "texture": "#0"}, - "south": {"uv": [8.5, 2, 8.75, 2.5], "texture": "#0"}, - "west": {"uv": [8.5, 2.5, 8.75, 3], "texture": "#0"}, - "up": {"uv": [1.5, 9.25, 1.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.25, 9, 1.5], "texture": "#0"} - } - }, - { - "from": [15, 2, 1], - "to": [16, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 2, 1]}, - "faces": { - "north": {"uv": [8.5, 3, 8.75, 3.5], "texture": "#0"}, - "east": {"uv": [8.5, 3.5, 8.75, 4], "texture": "#0"}, - "south": {"uv": [8.5, 4, 8.75, 4.5], "texture": "#0"}, - "west": {"uv": [4.25, 8.5, 4.5, 9], "texture": "#0"}, - "up": {"uv": [1.75, 9.25, 1.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.5, 9, 1.75], "texture": "#0"} - } - }, - { - "from": [15, 12, 1], - "to": [16, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 1]}, - "faces": { - "north": {"uv": [4.5, 8.5, 4.75, 9], "texture": "#0"}, - "east": {"uv": [8.5, 4.5, 8.75, 5], "texture": "#0"}, - "south": {"uv": [5, 8.5, 5.25, 9], "texture": "#0"}, - "west": {"uv": [8.5, 5, 8.75, 5.5], "texture": "#0"}, - "up": {"uv": [2, 9.25, 1.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.75, 9, 2], "texture": "#0"} - } - }, - { - "from": [0, 4, 0], - "to": [1, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 4, 0]}, - "faces": { - "north": {"uv": [0.25, 5.5, 0.5, 7.5], "texture": "#0"}, - "east": {"uv": [0.5, 5.5, 0.75, 7.5], "texture": "#0"}, - "south": {"uv": [0.75, 5.5, 1, 7.5], "texture": "#0"}, - "west": {"uv": [1, 5.5, 1.25, 7.5], "texture": "#0"}, - "up": {"uv": [2.25, 9.25, 2, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2, 9, 2.25], "texture": "#0"} - } - }, - { - "from": [15, 4, 0], - "to": [16, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 4, 0]}, - "faces": { - "north": {"uv": [1.25, 5.5, 1.5, 7.5], "texture": "#0"}, - "east": {"uv": [1.5, 5.5, 1.75, 7.5], "texture": "#0"}, - "south": {"uv": [1.75, 5.5, 2, 7.5], "texture": "#0"}, - "west": {"uv": [2.25, 5.75, 2.5, 7.75], "texture": "#0"}, - "up": {"uv": [2.5, 9.25, 2.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.25, 9, 2.5], "texture": "#0"} - } - }, - { - "from": [15, 4, 15], - "to": [16, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 4, 15]}, - "faces": { - "north": {"uv": [2.5, 5.75, 2.75, 7.75], "texture": "#0"}, - "east": {"uv": [2.75, 5.75, 3, 7.75], "texture": "#0"}, - "south": {"uv": [3, 5.75, 3.25, 7.75], "texture": "#0"}, - "west": {"uv": [3.25, 5.75, 3.5, 7.75], "texture": "#0"}, - "up": {"uv": [2.75, 9.25, 2.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.5, 9, 2.75], "texture": "#0"} - } - }, - { - "from": [0, 4, 15], - "to": [1, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 4, 15]}, - "faces": { - "north": {"uv": [3.5, 5.75, 3.75, 7.75], "texture": "#0"}, - "east": {"uv": [3.75, 5.75, 4, 7.75], "texture": "#0"}, - "south": {"uv": [4, 5.75, 4.25, 7.75], "texture": "#0"}, - "west": {"uv": [5.25, 5.75, 5.5, 7.75], "texture": "#0"}, - "up": {"uv": [3, 9.25, 2.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.75, 9, 3], "texture": "#0"} - } - }, - { - "from": [1, 1, 1], - "to": [4, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 1, 1]}, - "faces": { - "north": {"uv": [0, 0, 0.75, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1.5], "texture": "#0"}, - "south": {"uv": [0.75, 0, 1.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.75, 0.75, 1.5, 1.5], "texture": "#0"}, - "up": {"uv": [0.75, 2.25, 0, 1.5], "texture": "#0"}, - "down": {"uv": [2.25, 0, 1.5, 0.75], "texture": "#0"} - } - }, - { - "from": [1, 12, 1], - "to": [4, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 1]}, - "faces": { - "north": {"uv": [0.75, 1.5, 1.5, 2.25], "texture": "#0"}, - "east": {"uv": [1.5, 0.75, 2.25, 1.5], "texture": "#0"}, - "south": {"uv": [1.5, 1.5, 2.25, 2.25], "texture": "#0"}, - "west": {"uv": [0, 2.25, 0.75, 3], "texture": "#0"}, - "up": {"uv": [3, 0.75, 2.25, 0], "texture": "#0"}, - "down": {"uv": [1.5, 2.25, 0.75, 3], "texture": "#0"} - } - }, - { - "from": [12, 1, 1], - "to": [15, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 1]}, - "faces": { - "north": {"uv": [2.25, 0.75, 3, 1.5], "texture": "#0"}, - "east": {"uv": [1.5, 2.25, 2.25, 3], "texture": "#0"}, - "south": {"uv": [2.25, 1.5, 3, 2.25], "texture": "#0"}, - "west": {"uv": [2.25, 2.25, 3, 3], "texture": "#0"}, - "up": {"uv": [0.75, 3.75, 0, 3], "texture": "#0"}, - "down": {"uv": [3.75, 0, 3, 0.75], "texture": "#0"} - } - }, - { - "from": [12, 12, 1], - "to": [15, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 1]}, - "faces": { - "north": {"uv": [0.75, 3, 1.5, 3.75], "texture": "#0"}, - "east": {"uv": [3, 0.75, 3.75, 1.5], "texture": "#0"}, - "south": {"uv": [1.5, 3, 2.25, 3.75], "texture": "#0"}, - "west": {"uv": [3, 1.5, 3.75, 2.25], "texture": "#0"}, - "up": {"uv": [3, 3.75, 2.25, 3], "texture": "#0"}, - "down": {"uv": [3.75, 2.25, 3, 3], "texture": "#0"} - } - }, - { - "from": [12, 1, 12], - "to": [15, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 12]}, - "faces": { - "north": {"uv": [3, 3, 3.75, 3.75], "texture": "#0"}, - "east": {"uv": [0, 3.75, 0.75, 4.5], "texture": "#0"}, - "south": {"uv": [3.75, 0, 4.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.75, 3.75, 1.5, 4.5], "texture": "#0"}, - "up": {"uv": [4.5, 1.5, 3.75, 0.75], "texture": "#0"}, - "down": {"uv": [2.25, 3.75, 1.5, 4.5], "texture": "#0"} - } - }, - { - "from": [12, 12, 12], - "to": [15, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 12]}, - "faces": { - "north": {"uv": [3.75, 1.5, 4.5, 2.25], "texture": "#0"}, - "east": {"uv": [2.25, 3.75, 3, 4.5], "texture": "#0"}, - "south": {"uv": [3.75, 2.25, 4.5, 3], "texture": "#0"}, - "west": {"uv": [3, 3.75, 3.75, 4.5], "texture": "#0"}, - "up": {"uv": [4.5, 3.75, 3.75, 3], "texture": "#0"}, - "down": {"uv": [4.5, 3.75, 3.75, 4.5], "texture": "#0"} - } - }, - { - "from": [1, 1, 12], - "to": [4, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 1, 12]}, - "faces": { - "north": {"uv": [0, 4.5, 0.75, 5.25], "texture": "#0"}, - "east": {"uv": [4.5, 0, 5.25, 0.75], "texture": "#0"}, - "south": {"uv": [0.75, 4.5, 1.5, 5.25], "texture": "#0"}, - "west": {"uv": [4.5, 0.75, 5.25, 1.5], "texture": "#0"}, - "up": {"uv": [2.25, 5.25, 1.5, 4.5], "texture": "#0"}, - "down": {"uv": [5.25, 1.5, 4.5, 2.25], "texture": "#0"} - } - }, - { - "from": [1, 12, 12], - "to": [4, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 12]}, - "faces": { - "north": {"uv": [2.25, 4.5, 3, 5.25], "texture": "#0"}, - "east": {"uv": [4.5, 2.25, 5.25, 3], "texture": "#0"}, - "south": {"uv": [3, 4.5, 3.75, 5.25], "texture": "#0"}, - "west": {"uv": [4.5, 3, 5.25, 3.75], "texture": "#0"}, - "up": {"uv": [4.5, 5.25, 3.75, 4.5], "texture": "#0"}, - "down": {"uv": [5.25, 3.75, 4.5, 4.5], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [-16, -13, 0], - "translation": [0, 4, 0], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [-16, -13, 0], - "translation": [0, 4, 0], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [10, 16, 3], - "translation": [2, -1, 2], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_lefthand": { - "rotation": [10, 16, 3], - "translation": [2, -1, 2], - "scale": [0.6, 0.6, 0.6] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [20, 20, 0], - "translation": [0, -0.25, 0], - "scale": [0.7, 0.7, 0.7] - }, - "head": { - "translation": [0, 14.5, 0] - }, - "fixed": { - "translation": [0, 0, 3.5] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [1, 12, 12], - "children": [ - { - "name": "core", - "origin": [4, 4, 4], - "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] - }, - { - "name": "core_support", - "origin": [3, 3, 4], - "children": [25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42] - }, - { - "name": "frame", - "origin": [1, 12, 12], - "children": [43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110] - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/wikidium_singularity_power_generator_lit.json b/src/main/resources/assets/cuboidmod/models/block/wikidium_singularity_power_generator_lit.json deleted file mode 100644 index 9f72876..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/wikidium_singularity_power_generator_lit.json +++ /dev/null @@ -1,1515 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "cuboidmod:model/wikidium_singularity_power_gen_frame", - "1": "cuboidmod:model/singularity_power_gen_support", - "2": "cuboidmod:model/singularity_power_gen_core_lit", - "particle": "cuboidmod:model/thatldu_singularity_power_gen_frame" - }, - "elements": [ - { - "from": [4, 4, 4], - "to": [12, 12, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 4, 4]}, - "faces": { - "north": {"uv": [0, 0, 4, 4], "texture": "#2"}, - "east": {"uv": [0, 4, 4, 8], "texture": "#2"}, - "south": {"uv": [4, 0, 8, 4], "texture": "#2"}, - "west": {"uv": [4, 4, 8, 8], "texture": "#2"}, - "up": {"uv": [4, 12, 0, 8], "texture": "#2"}, - "down": {"uv": [12, 0, 8, 4], "texture": "#2"} - } - }, - { - "from": [0, 6, 7], - "to": [1, 7, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 7]}, - "faces": { - "north": {"uv": [7, 9.5, 7.5, 10], "texture": "#2"}, - "east": {"uv": [4, 8, 5, 8.5], "texture": "#2"}, - "south": {"uv": [11, 7, 11.5, 7.5], "texture": "#2"}, - "west": {"uv": [8, 4, 9, 4.5], "texture": "#2"}, - "up": {"uv": [8.5, 5.5, 8, 4.5], "texture": "#2"}, - "down": {"uv": [5.5, 8, 5, 9], "texture": "#2"} - } - }, - { - "from": [15, 6, 7], - "to": [16, 7, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 6, 7]}, - "faces": { - "north": {"uv": [11.5, 9, 12, 9.5], "texture": "#2"}, - "east": {"uv": [5.5, 8, 6.5, 8.5], "texture": "#2"}, - "south": {"uv": [11.5, 9.5, 12, 10], "texture": "#2"}, - "west": {"uv": [8, 5.5, 9, 6], "texture": "#2"}, - "up": {"uv": [8.5, 7, 8, 6], "texture": "#2"}, - "down": {"uv": [7, 8, 6.5, 9], "texture": "#2"} - } - }, - { - "from": [0, 9, 7], - "to": [1, 10, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 9, 7]}, - "faces": { - "north": {"uv": [11.5, 10, 12, 10.5], "texture": "#2"}, - "east": {"uv": [7, 8, 8, 8.5], "texture": "#2"}, - "south": {"uv": [11.5, 10.5, 12, 11], "texture": "#2"}, - "west": {"uv": [8, 7, 9, 7.5], "texture": "#2"}, - "up": {"uv": [8.5, 8.5, 8, 7.5], "texture": "#2"}, - "down": {"uv": [4.5, 8.5, 4, 9.5], "texture": "#2"} - } - }, - { - "from": [6, 15, 7], - "to": [7, 16, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 15, 7]}, - "faces": { - "north": {"uv": [11.5, 11, 12, 11.5], "texture": "#2"}, - "east": {"uv": [8.5, 4.5, 9.5, 5], "texture": "#2"}, - "south": {"uv": [11.5, 11.5, 12, 12], "texture": "#2"}, - "west": {"uv": [8.5, 5, 9.5, 5.5], "texture": "#2"}, - "up": {"uv": [5, 9.5, 4.5, 8.5], "texture": "#2"}, - "down": {"uv": [6, 8.5, 5.5, 9.5], "texture": "#2"} - } - }, - { - "from": [6, 0, 7], - "to": [7, 1, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 0, 7]}, - "faces": { - "north": {"uv": [0, 12, 0.5, 12.5], "texture": "#2"}, - "east": {"uv": [8.5, 6, 9.5, 6.5], "texture": "#2"}, - "south": {"uv": [12, 0, 12.5, 0.5], "texture": "#2"}, - "west": {"uv": [8.5, 6.5, 9.5, 7], "texture": "#2"}, - "up": {"uv": [6.5, 9.5, 6, 8.5], "texture": "#2"}, - "down": {"uv": [7.5, 8.5, 7, 9.5], "texture": "#2"} - } - }, - { - "from": [9, 15, 7], - "to": [10, 16, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 15, 7]}, - "faces": { - "north": {"uv": [0.5, 12, 1, 12.5], "texture": "#2"}, - "east": {"uv": [7.5, 8.5, 8.5, 9], "texture": "#2"}, - "south": {"uv": [12, 0.5, 12.5, 1], "texture": "#2"}, - "west": {"uv": [8.5, 7.5, 9.5, 8], "texture": "#2"}, - "up": {"uv": [9, 9, 8.5, 8], "texture": "#2"}, - "down": {"uv": [5.5, 9, 5, 10], "texture": "#2"} - } - }, - { - "from": [9, 0, 7], - "to": [10, 1, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 0, 7]}, - "faces": { - "north": {"uv": [1, 12, 1.5, 12.5], "texture": "#2"}, - "east": {"uv": [9, 4, 10, 4.5], "texture": "#2"}, - "south": {"uv": [12, 1, 12.5, 1.5], "texture": "#2"}, - "west": {"uv": [9, 5.5, 10, 6], "texture": "#2"}, - "up": {"uv": [7, 10, 6.5, 9], "texture": "#2"}, - "down": {"uv": [8, 9, 7.5, 10], "texture": "#2"} - } - }, - { - "from": [7, 15, 9], - "to": [9, 16, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 9]}, - "faces": { - "north": {"uv": [9, 7, 10, 7.5], "texture": "#2"}, - "east": {"uv": [1.5, 12, 2, 12.5], "texture": "#2"}, - "south": {"uv": [8, 9, 9, 9.5], "texture": "#2"}, - "west": {"uv": [12, 1.5, 12.5, 2], "texture": "#2"}, - "up": {"uv": [10, 8.5, 9, 8], "texture": "#2"}, - "down": {"uv": [10, 8.5, 9, 9], "texture": "#2"} - } - }, - { - "from": [7, 9, 15], - "to": [9, 10, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 15]}, - "faces": { - "north": {"uv": [9, 9, 10, 9.5], "texture": "#2"}, - "east": {"uv": [2, 12, 2.5, 12.5], "texture": "#2"}, - "south": {"uv": [4, 9.5, 5, 10], "texture": "#2"}, - "west": {"uv": [12, 2, 12.5, 2.5], "texture": "#2"}, - "up": {"uv": [10.5, 5, 9.5, 4.5], "texture": "#2"}, - "down": {"uv": [10.5, 5, 9.5, 5.5], "texture": "#2"} - } - }, - { - "from": [7, 9, 0], - "to": [9, 10, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, 0]}, - "faces": { - "north": {"uv": [5.5, 9.5, 6.5, 10], "texture": "#2"}, - "east": {"uv": [2.5, 12, 3, 12.5], "texture": "#2"}, - "south": {"uv": [9.5, 6, 10.5, 6.5], "texture": "#2"}, - "west": {"uv": [12, 2.5, 12.5, 3], "texture": "#2"}, - "up": {"uv": [10.5, 7, 9.5, 6.5], "texture": "#2"}, - "down": {"uv": [10.5, 7.5, 9.5, 8], "texture": "#2"} - } - }, - { - "from": [7, 6, 15], - "to": [9, 7, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 6, 15]}, - "faces": { - "north": {"uv": [8, 9.5, 9, 10], "texture": "#2"}, - "east": {"uv": [3, 12, 3.5, 12.5], "texture": "#2"}, - "south": {"uv": [9, 9.5, 10, 10], "texture": "#2"}, - "west": {"uv": [12, 3, 12.5, 3.5], "texture": "#2"}, - "up": {"uv": [5, 10.5, 4, 10], "texture": "#2"}, - "down": {"uv": [11, 4, 10, 4.5], "texture": "#2"} - } - }, - { - "from": [7, 6, 0], - "to": [9, 7, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 6, 0]}, - "faces": { - "north": {"uv": [5, 10, 6, 10.5], "texture": "#2"}, - "east": {"uv": [3.5, 12, 4, 12.5], "texture": "#2"}, - "south": {"uv": [10, 5.5, 11, 6], "texture": "#2"}, - "west": {"uv": [12, 3.5, 12.5, 4], "texture": "#2"}, - "up": {"uv": [7, 10.5, 6, 10], "texture": "#2"}, - "down": {"uv": [8, 10, 7, 10.5], "texture": "#2"} - } - }, - { - "from": [9, 7, 15], - "to": [10, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 7, 15]}, - "faces": { - "north": {"uv": [8, 10, 8.5, 11], "texture": "#2"}, - "east": {"uv": [10, 8, 10.5, 9], "texture": "#2"}, - "south": {"uv": [8.5, 10, 9, 11], "texture": "#2"}, - "west": {"uv": [9, 10, 9.5, 11], "texture": "#2"}, - "up": {"uv": [12.5, 4.5, 12, 4], "texture": "#2"}, - "down": {"uv": [12.5, 4.5, 12, 5], "texture": "#2"} - } - }, - { - "from": [9, 7, 0], - "to": [10, 9, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 7, 0]}, - "faces": { - "north": {"uv": [10, 9, 10.5, 10], "texture": "#2"}, - "east": {"uv": [9.5, 10, 10, 11], "texture": "#2"}, - "south": {"uv": [10, 10, 10.5, 11], "texture": "#2"}, - "west": {"uv": [4, 10.5, 4.5, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 5.5, 12, 5], "texture": "#2"}, - "down": {"uv": [12.5, 5.5, 12, 6], "texture": "#2"} - } - }, - { - "from": [6, 7, 15], - "to": [7, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 15]}, - "faces": { - "north": {"uv": [4.5, 10.5, 5, 11.5], "texture": "#2"}, - "east": {"uv": [10.5, 4.5, 11, 5.5], "texture": "#2"}, - "south": {"uv": [5, 10.5, 5.5, 11.5], "texture": "#2"}, - "west": {"uv": [5.5, 10.5, 6, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 6.5, 12, 6], "texture": "#2"}, - "down": {"uv": [12.5, 6.5, 12, 7], "texture": "#2"} - } - }, - { - "from": [6, 7, 0], - "to": [7, 9, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 0]}, - "faces": { - "north": {"uv": [6, 10.5, 6.5, 11.5], "texture": "#2"}, - "east": {"uv": [10.5, 6, 11, 7], "texture": "#2"}, - "south": {"uv": [6.5, 10.5, 7, 11.5], "texture": "#2"}, - "west": {"uv": [7, 10.5, 7.5, 11.5], "texture": "#2"}, - "up": {"uv": [12.5, 7.5, 12, 7], "texture": "#2"}, - "down": {"uv": [12.5, 7.5, 12, 8], "texture": "#2"} - } - }, - { - "from": [7, 0, 9], - "to": [9, 1, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 9]}, - "faces": { - "north": {"uv": [10, 7, 11, 7.5], "texture": "#2"}, - "east": {"uv": [8, 12, 8.5, 12.5], "texture": "#2"}, - "south": {"uv": [10.5, 7.5, 11.5, 8], "texture": "#2"}, - "west": {"uv": [12, 8, 12.5, 8.5], "texture": "#2"}, - "up": {"uv": [11.5, 8.5, 10.5, 8], "texture": "#2"}, - "down": {"uv": [11.5, 8.5, 10.5, 9], "texture": "#2"} - } - }, - { - "from": [7, 15, 6], - "to": [9, 16, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 6]}, - "faces": { - "north": {"uv": [10.5, 9, 11.5, 9.5], "texture": "#2"}, - "east": {"uv": [8.5, 12, 9, 12.5], "texture": "#2"}, - "south": {"uv": [10.5, 9.5, 11.5, 10], "texture": "#2"}, - "west": {"uv": [12, 8.5, 12.5, 9], "texture": "#2"}, - "up": {"uv": [11.5, 10.5, 10.5, 10], "texture": "#2"}, - "down": {"uv": [11.5, 10.5, 10.5, 11], "texture": "#2"} - } - }, - { - "from": [7, 0, 6], - "to": [9, 1, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 6]}, - "faces": { - "north": {"uv": [11, 4, 12, 4.5], "texture": "#2"}, - "east": {"uv": [9, 12, 9.5, 12.5], "texture": "#2"}, - "south": {"uv": [11, 4.5, 12, 5], "texture": "#2"}, - "west": {"uv": [12, 9, 12.5, 9.5], "texture": "#2"}, - "up": {"uv": [12, 5.5, 11, 5], "texture": "#2"}, - "down": {"uv": [12, 5.5, 11, 6], "texture": "#2"} - } - }, - { - "from": [15, 9, 7], - "to": [16, 10, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 9, 7]}, - "faces": { - "north": {"uv": [9.5, 12, 10, 12.5], "texture": "#2"}, - "east": {"uv": [11, 6, 12, 6.5], "texture": "#2"}, - "south": {"uv": [12, 9.5, 12.5, 10], "texture": "#2"}, - "west": {"uv": [11, 6.5, 12, 7], "texture": "#2"}, - "up": {"uv": [8, 11.5, 7.5, 10.5], "texture": "#2"}, - "down": {"uv": [8.5, 11, 8, 12], "texture": "#2"} - } - }, - { - "from": [0, 7, 9], - "to": [1, 9, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 9]}, - "faces": { - "north": {"uv": [8.5, 11, 9, 12], "texture": "#2"}, - "east": {"uv": [9, 11, 9.5, 12], "texture": "#2"}, - "south": {"uv": [9.5, 11, 10, 12], "texture": "#2"}, - "west": {"uv": [10, 11, 10.5, 12], "texture": "#2"}, - "up": {"uv": [10.5, 12.5, 10, 12], "texture": "#2"}, - "down": {"uv": [12.5, 10, 12, 10.5], "texture": "#2"} - } - }, - { - "from": [15, 7, 9], - "to": [16, 9, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 9]}, - "faces": { - "north": {"uv": [10.5, 11, 11, 12], "texture": "#2"}, - "east": {"uv": [11, 11, 11.5, 12], "texture": "#2"}, - "south": {"uv": [4, 11.5, 4.5, 12.5], "texture": "#2"}, - "west": {"uv": [4.5, 11.5, 5, 12.5], "texture": "#2"}, - "up": {"uv": [11, 12.5, 10.5, 12], "texture": "#2"}, - "down": {"uv": [12.5, 10.5, 12, 11], "texture": "#2"} - } - }, - { - "from": [0, 7, 6], - "to": [1, 9, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 8, 6]}, - "faces": { - "north": {"uv": [5, 11.5, 5.5, 12.5], "texture": "#2"}, - "east": {"uv": [5.5, 11.5, 6, 12.5], "texture": "#2"}, - "south": {"uv": [6, 11.5, 6.5, 12.5], "texture": "#2"}, - "west": {"uv": [6.5, 11.5, 7, 12.5], "texture": "#2"}, - "up": {"uv": [11.5, 12.5, 11, 12], "texture": "#2"}, - "down": {"uv": [12.5, 11, 12, 11.5], "texture": "#2"} - } - }, - { - "from": [15, 7, 6], - "to": [16, 9, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 6]}, - "faces": { - "north": {"uv": [7, 11.5, 7.5, 12.5], "texture": "#2"}, - "east": {"uv": [11.5, 7, 12, 8], "texture": "#2"}, - "south": {"uv": [7.5, 11.5, 8, 12.5], "texture": "#2"}, - "west": {"uv": [11.5, 8, 12, 9], "texture": "#2"}, - "up": {"uv": [12, 12.5, 11.5, 12], "texture": "#2"}, - "down": {"uv": [12.5, 11.5, 12, 12], "texture": "#2"} - } - }, - { - "from": [3, 12, 4], - "to": [4, 13, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 12, 4]}, - "faces": { - "north": {"uv": [10.5, 5.5, 11, 6], "texture": "#1"}, - "east": {"uv": [0, 0, 4, 0.5], "texture": "#1"}, - "south": {"uv": [11, 2.5, 11.5, 3], "texture": "#1"}, - "west": {"uv": [0, 0.5, 4, 1], "texture": "#1"}, - "up": {"uv": [0.5, 5, 0, 1], "texture": "#1"}, - "down": {"uv": [1, 1, 0.5, 5], "texture": "#1"} - } - }, - { - "from": [7, 1, 7], - "to": [9, 4, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 1, 7]}, - "faces": { - "north": {"uv": [7, 8, 8, 9.5], "texture": "#1"}, - "east": {"uv": [8, 8, 9, 9.5], "texture": "#1"}, - "south": {"uv": [0, 9, 1, 10.5], "texture": "#1"}, - "west": {"uv": [1, 9, 2, 10.5], "texture": "#1"}, - "up": {"uv": [4, 12, 3, 11], "texture": "#1"}, - "down": {"uv": [5, 11, 4, 12], "texture": "#1"} - } - }, - { - "from": [12, 7, 7], - "to": [15, 9, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 7, 7]}, - "faces": { - "north": {"uv": [9, 3, 10.5, 4], "texture": "#1"}, - "east": {"uv": [7, 11, 8, 12], "texture": "#1"}, - "south": {"uv": [9, 4, 10.5, 5], "texture": "#1"}, - "west": {"uv": [8, 11, 9, 12], "texture": "#1"}, - "up": {"uv": [10.5, 6, 9, 5], "texture": "#1"}, - "down": {"uv": [10.5, 8, 9, 9], "texture": "#1"} - } - }, - { - "from": [7, 12, 7], - "to": [9, 15, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 12, 7]}, - "faces": { - "north": {"uv": [2, 9, 3, 10.5], "texture": "#1"}, - "east": {"uv": [9, 9, 10, 10.5], "texture": "#1"}, - "south": {"uv": [7, 9.5, 8, 11], "texture": "#1"}, - "west": {"uv": [8, 9.5, 9, 11], "texture": "#1"}, - "up": {"uv": [11, 12, 10, 11], "texture": "#1"}, - "down": {"uv": [12, 11, 11, 12], "texture": "#1"} - } - }, - { - "from": [1, 7, 7], - "to": [4, 9, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 7, 7]}, - "faces": { - "north": {"uv": [10, 6, 11.5, 7], "texture": "#1"}, - "east": {"uv": [0, 11.5, 1, 12.5], "texture": "#1"}, - "south": {"uv": [10, 7, 11.5, 8], "texture": "#1"}, - "west": {"uv": [1, 11.5, 2, 12.5], "texture": "#1"}, - "up": {"uv": [11.5, 10, 10, 9], "texture": "#1"}, - "down": {"uv": [11.5, 10, 10, 11], "texture": "#1"} - } - }, - { - "from": [3, 4, 3], - "to": [4, 12, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 4, 3]}, - "faces": { - "north": {"uv": [1, 1, 1.5, 5], "texture": "#1"}, - "east": {"uv": [1.5, 1, 2, 5], "texture": "#1"}, - "south": {"uv": [2, 1, 2.5, 5], "texture": "#1"}, - "west": {"uv": [2.5, 1, 3, 5], "texture": "#1"}, - "up": {"uv": [11.5, 6, 11, 5.5], "texture": "#1"}, - "down": {"uv": [12, 5.5, 11.5, 6], "texture": "#1"} - } - }, - { - "from": [4, 12, 3], - "to": [12, 13, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 12, 3]}, - "faces": { - "north": {"uv": [3, 1, 7, 1.5], "texture": "#1"}, - "east": {"uv": [11.5, 6, 12, 6.5], "texture": "#1"}, - "south": {"uv": [3, 1.5, 7, 2], "texture": "#1"}, - "west": {"uv": [11.5, 6.5, 12, 7], "texture": "#1"}, - "up": {"uv": [7, 2.5, 3, 2], "texture": "#1"}, - "down": {"uv": [7, 2.5, 3, 3], "texture": "#1"} - } - }, - { - "from": [12, 4, 3], - "to": [13, 12, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 4, 3]}, - "faces": { - "north": {"uv": [3, 3, 3.5, 7], "texture": "#1"}, - "east": {"uv": [3.5, 3, 4, 7], "texture": "#1"}, - "south": {"uv": [4, 3, 4.5, 7], "texture": "#1"}, - "west": {"uv": [4.5, 3, 5, 7], "texture": "#1"}, - "up": {"uv": [12, 7.5, 11.5, 7], "texture": "#1"}, - "down": {"uv": [12, 7.5, 11.5, 8], "texture": "#1"} - } - }, - { - "from": [4, 3, 3], - "to": [12, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 3]}, - "faces": { - "north": {"uv": [4, 0, 8, 0.5], "texture": "#1"}, - "east": {"uv": [11.5, 9, 12, 9.5], "texture": "#1"}, - "south": {"uv": [4, 0.5, 8, 1], "texture": "#1"}, - "west": {"uv": [11.5, 9.5, 12, 10], "texture": "#1"}, - "up": {"uv": [9, 3.5, 5, 3], "texture": "#1"}, - "down": {"uv": [9, 3.5, 5, 4], "texture": "#1"} - } - }, - { - "from": [12, 3, 4], - "to": [13, 4, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 3, 4]}, - "faces": { - "north": {"uv": [11.5, 10, 12, 10.5], "texture": "#1"}, - "east": {"uv": [5, 4, 9, 4.5], "texture": "#1"}, - "south": {"uv": [11.5, 10.5, 12, 11], "texture": "#1"}, - "west": {"uv": [5, 4.5, 9, 5], "texture": "#1"}, - "up": {"uv": [0.5, 9, 0, 5], "texture": "#1"}, - "down": {"uv": [1, 5, 0.5, 9], "texture": "#1"} - } - }, - { - "from": [12, 12, 4], - "to": [13, 13, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 4]}, - "faces": { - "north": {"uv": [12, 0, 12.5, 0.5], "texture": "#1"}, - "east": {"uv": [5, 5, 9, 5.5], "texture": "#1"}, - "south": {"uv": [12, 0.5, 12.5, 1], "texture": "#1"}, - "west": {"uv": [5, 5.5, 9, 6], "texture": "#1"}, - "up": {"uv": [1.5, 9, 1, 5], "texture": "#1"}, - "down": {"uv": [2, 5, 1.5, 9], "texture": "#1"} - } - }, - { - "from": [12, 4, 12], - "to": [13, 12, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 4, 12]}, - "faces": { - "north": {"uv": [2, 5, 2.5, 9], "texture": "#1"}, - "east": {"uv": [2.5, 5, 3, 9], "texture": "#1"}, - "south": {"uv": [5, 6, 5.5, 10], "texture": "#1"}, - "west": {"uv": [5.5, 6, 6, 10], "texture": "#1"}, - "up": {"uv": [12.5, 1.5, 12, 1], "texture": "#1"}, - "down": {"uv": [12.5, 1.5, 12, 2], "texture": "#1"} - } - }, - { - "from": [7, 7, 1], - "to": [9, 9, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 1]}, - "faces": { - "north": {"uv": [2, 11.5, 3, 12.5], "texture": "#1"}, - "east": {"uv": [0, 10.5, 1.5, 11.5], "texture": "#1"}, - "south": {"uv": [11.5, 2.5, 12.5, 3.5], "texture": "#1"}, - "west": {"uv": [1.5, 10.5, 3, 11.5], "texture": "#1"}, - "up": {"uv": [6, 11.5, 5, 10], "texture": "#1"}, - "down": {"uv": [11.5, 3, 10.5, 4.5], "texture": "#1"} - } - }, - { - "from": [4, 12, 12], - "to": [12, 13, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 12, 12]}, - "faces": { - "north": {"uv": [6, 6, 10, 6.5], "texture": "#1"}, - "east": {"uv": [12, 2, 12.5, 2.5], "texture": "#1"}, - "south": {"uv": [6, 6.5, 10, 7], "texture": "#1"}, - "west": {"uv": [3, 12, 3.5, 12.5], "texture": "#1"}, - "up": {"uv": [11, 1.5, 7, 1], "texture": "#1"}, - "down": {"uv": [11, 1.5, 7, 2], "texture": "#1"} - } - }, - { - "from": [4, 3, 12], - "to": [12, 4, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 12]}, - "faces": { - "north": {"uv": [7, 2, 11, 2.5], "texture": "#1"}, - "east": {"uv": [3.5, 12, 4, 12.5], "texture": "#1"}, - "south": {"uv": [7, 2.5, 11, 3], "texture": "#1"}, - "west": {"uv": [4, 12, 4.5, 12.5], "texture": "#1"}, - "up": {"uv": [10, 7.5, 6, 7], "texture": "#1"}, - "down": {"uv": [10, 7.5, 6, 8], "texture": "#1"} - } - }, - { - "from": [7, 7, 12], - "to": [9, 9, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 12]}, - "faces": { - "north": {"uv": [11.5, 3.5, 12.5, 4.5], "texture": "#1"}, - "east": {"uv": [10.5, 4.5, 12, 5.5], "texture": "#1"}, - "south": {"uv": [5, 11.5, 6, 12.5], "texture": "#1"}, - "west": {"uv": [10.5, 8, 12, 9], "texture": "#1"}, - "up": {"uv": [10, 12, 9, 10.5], "texture": "#1"}, - "down": {"uv": [12, 1, 11, 2.5], "texture": "#1"} - } - }, - { - "from": [3, 4, 12], - "to": [4, 12, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 4, 12]}, - "faces": { - "north": {"uv": [3, 7, 3.5, 11], "texture": "#1"}, - "east": {"uv": [3.5, 7, 4, 11], "texture": "#1"}, - "south": {"uv": [4, 7, 4.5, 11], "texture": "#1"}, - "west": {"uv": [4.5, 7, 5, 11], "texture": "#1"}, - "up": {"uv": [5, 12.5, 4.5, 12], "texture": "#1"}, - "down": {"uv": [12.5, 4.5, 12, 5], "texture": "#1"} - } - }, - { - "from": [3, 3, 4], - "to": [4, 4, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 3, 4]}, - "faces": { - "north": {"uv": [12, 5, 12.5, 5.5], "texture": "#1"}, - "east": {"uv": [8, 0, 12, 0.5], "texture": "#1"}, - "south": {"uv": [12, 5.5, 12.5, 6], "texture": "#1"}, - "west": {"uv": [8, 0.5, 12, 1], "texture": "#1"}, - "up": {"uv": [6.5, 12, 6, 8], "texture": "#1"}, - "down": {"uv": [7, 8, 6.5, 12], "texture": "#1"} - } - }, - { - "from": [0, 0, 4], - "to": [1, 1, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 4]}, - "faces": { - "north": {"uv": [8, 6.5, 8.25, 6.75], "texture": "#0"}, - "east": {"uv": [4.5, 4.5, 6.5, 4.75], "texture": "#0"}, - "south": {"uv": [8, 7, 8.25, 7.25], "texture": "#0"}, - "west": {"uv": [4.5, 4.75, 6.5, 5], "texture": "#0"}, - "up": {"uv": [4.75, 7, 4.5, 5], "texture": "#0"}, - "down": {"uv": [5, 5, 4.75, 7], "texture": "#0"} - } - }, - { - "from": [0, 15, 4], - "to": [1, 16, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 15, 4]}, - "faces": { - "north": {"uv": [8.25, 0, 8.5, 0.25], "texture": "#0"}, - "east": {"uv": [5, 5, 7, 5.25], "texture": "#0"}, - "south": {"uv": [8.25, 0.75, 8.5, 1], "texture": "#0"}, - "west": {"uv": [0, 5.25, 2, 5.5], "texture": "#0"}, - "up": {"uv": [5.5, 2, 5.25, 0], "texture": "#0"}, - "down": {"uv": [2.25, 5.25, 2, 7.25], "texture": "#0"} - } - }, - { - "from": [4, 0, 0], - "to": [12, 1, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 0]}, - "faces": { - "north": {"uv": [5.25, 2, 7.25, 2.25], "texture": "#0"}, - "east": {"uv": [5.25, 8.5, 5.5, 8.75], "texture": "#0"}, - "south": {"uv": [2.25, 5.25, 4.25, 5.5], "texture": "#0"}, - "west": {"uv": [5.5, 8.5, 5.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 2.5, 5.25, 2.25], "texture": "#0"}, - "down": {"uv": [7.25, 2.5, 5.25, 2.75], "texture": "#0"} - } - }, - { - "from": [4, 15, 0], - "to": [12, 16, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 15, 0]}, - "faces": { - "north": {"uv": [5.25, 2.75, 7.25, 3], "texture": "#0"}, - "east": {"uv": [8.5, 5.5, 8.75, 5.75], "texture": "#0"}, - "south": {"uv": [5.25, 3, 7.25, 3.25], "texture": "#0"}, - "west": {"uv": [5.75, 8.5, 6, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 3.5, 5.25, 3.25], "texture": "#0"}, - "down": {"uv": [7.25, 3.5, 5.25, 3.75], "texture": "#0"} - } - }, - { - "from": [15, 0, 4], - "to": [16, 1, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 0, 4]}, - "faces": { - "north": {"uv": [8.5, 5.75, 8.75, 6], "texture": "#0"}, - "east": {"uv": [5.25, 3.75, 7.25, 4], "texture": "#0"}, - "south": {"uv": [6, 8.5, 6.25, 8.75], "texture": "#0"}, - "west": {"uv": [5.25, 4, 7.25, 4.25], "texture": "#0"}, - "up": {"uv": [4.5, 7.25, 4.25, 5.25], "texture": "#0"}, - "down": {"uv": [5.25, 5.25, 5, 7.25], "texture": "#0"} - } - }, - { - "from": [15, 15, 4], - "to": [16, 16, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 15, 4]}, - "faces": { - "north": {"uv": [8.5, 6, 8.75, 6.25], "texture": "#0"}, - "east": {"uv": [5.25, 4.25, 7.25, 4.5], "texture": "#0"}, - "south": {"uv": [6.25, 8.5, 6.5, 8.75], "texture": "#0"}, - "west": {"uv": [5.25, 5.25, 7.25, 5.5], "texture": "#0"}, - "up": {"uv": [0.25, 7.5, 0, 5.5], "texture": "#0"}, - "down": {"uv": [5.75, 0, 5.5, 2], "texture": "#0"} - } - }, - { - "from": [4, 0, 15], - "to": [12, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 15]}, - "faces": { - "north": {"uv": [2.25, 5.5, 4.25, 5.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.25, 8.75, 6.5], "texture": "#0"}, - "south": {"uv": [5.25, 5.5, 7.25, 5.75], "texture": "#0"}, - "west": {"uv": [6.5, 8.5, 6.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.75, 0.25, 5.75, 0], "texture": "#0"}, - "down": {"uv": [7.75, 0.25, 5.75, 0.5], "texture": "#0"} - } - }, - { - "from": [4, 15, 15], - "to": [12, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 15, 15]}, - "faces": { - "north": {"uv": [5.75, 0.5, 7.75, 0.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.5, 8.75, 6.75], "texture": "#0"}, - "south": {"uv": [5.75, 0.75, 7.75, 1], "texture": "#0"}, - "west": {"uv": [6.75, 8.5, 7, 8.75], "texture": "#0"}, - "up": {"uv": [7.75, 1.25, 5.75, 1], "texture": "#0"}, - "down": {"uv": [7.75, 1.25, 5.75, 1.5], "texture": "#0"} - } - }, - { - "from": [2, 0, 1], - "to": [4, 1, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 0, 1]}, - "faces": { - "north": {"uv": [5.75, 1.5, 6.25, 1.75], "texture": "#0"}, - "east": {"uv": [8.5, 6.75, 8.75, 7], "texture": "#0"}, - "south": {"uv": [5.75, 1.75, 6.25, 2], "texture": "#0"}, - "west": {"uv": [8.5, 7, 8.75, 7.25], "texture": "#0"}, - "up": {"uv": [6, 6, 5.5, 5.75], "texture": "#0"}, - "down": {"uv": [6, 6, 5.5, 6.25], "texture": "#0"} - } - }, - { - "from": [2, 15, 1], - "to": [4, 16, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 15, 1]}, - "faces": { - "north": {"uv": [6, 5.75, 6.5, 6], "texture": "#0"}, - "east": {"uv": [7.25, 8.5, 7.5, 8.75], "texture": "#0"}, - "south": {"uv": [6, 6, 6.5, 6.25], "texture": "#0"}, - "west": {"uv": [8.5, 7.25, 8.75, 7.5], "texture": "#0"}, - "up": {"uv": [6.75, 1.75, 6.25, 1.5], "texture": "#0"}, - "down": {"uv": [6.75, 1.75, 6.25, 2], "texture": "#0"} - } - }, - { - "from": [1, 0, 2], - "to": [2, 1, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 2]}, - "faces": { - "north": {"uv": [7.5, 8.5, 7.75, 8.75], "texture": "#0"}, - "east": {"uv": [5.5, 6.25, 6, 6.5], "texture": "#0"}, - "south": {"uv": [8.5, 7.5, 8.75, 7.75], "texture": "#0"}, - "west": {"uv": [6, 6.25, 6.5, 6.5], "texture": "#0"}, - "up": {"uv": [6.75, 5, 6.5, 4.5], "texture": "#0"}, - "down": {"uv": [5.75, 6.5, 5.5, 7], "texture": "#0"} - } - }, - { - "from": [1, 15, 2], - "to": [2, 16, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 15, 2]}, - "faces": { - "north": {"uv": [7.75, 8.5, 8, 8.75], "texture": "#0"}, - "east": {"uv": [5.75, 6.5, 6.25, 6.75], "texture": "#0"}, - "south": {"uv": [8.5, 7.75, 8.75, 8], "texture": "#0"}, - "west": {"uv": [6.5, 5.75, 7, 6], "texture": "#0"}, - "up": {"uv": [6.75, 6.5, 6.5, 6], "texture": "#0"}, - "down": {"uv": [6.5, 6.5, 6.25, 7], "texture": "#0"} - } - }, - { - "from": [12, 0, 1], - "to": [14, 1, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 0, 1]}, - "faces": { - "north": {"uv": [6.5, 6.5, 7, 6.75], "texture": "#0"}, - "east": {"uv": [8.5, 8, 8.75, 8.25], "texture": "#0"}, - "south": {"uv": [6.75, 1.5, 7.25, 1.75], "texture": "#0"}, - "west": {"uv": [8.25, 8.5, 8.5, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 2, 6.75, 1.75], "texture": "#0"}, - "down": {"uv": [7.25, 4.5, 6.75, 4.75], "texture": "#0"} - } - }, - { - "from": [12, 15, 1], - "to": [14, 16, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 15, 1]}, - "faces": { - "north": {"uv": [6.75, 4.75, 7.25, 5], "texture": "#0"}, - "east": {"uv": [8.5, 8.25, 8.75, 8.5], "texture": "#0"}, - "south": {"uv": [5.75, 6.75, 6.25, 7], "texture": "#0"}, - "west": {"uv": [8.5, 8.5, 8.75, 8.75], "texture": "#0"}, - "up": {"uv": [7.25, 6.25, 6.75, 6], "texture": "#0"}, - "down": {"uv": [7.25, 6.25, 6.75, 6.5], "texture": "#0"} - } - }, - { - "from": [14, 0, 2], - "to": [15, 1, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 2]}, - "faces": { - "north": {"uv": [0, 8.75, 0.25, 9], "texture": "#0"}, - "east": {"uv": [6.5, 6.75, 7, 7], "texture": "#0"}, - "south": {"uv": [8.75, 0, 9, 0.25], "texture": "#0"}, - "west": {"uv": [4.5, 7, 5, 7.25], "texture": "#0"}, - "up": {"uv": [5.75, 7.5, 5.5, 7], "texture": "#0"}, - "down": {"uv": [6, 7, 5.75, 7.5], "texture": "#0"} - } - }, - { - "from": [14, 15, 2], - "to": [15, 16, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 15, 2]}, - "faces": { - "north": {"uv": [0.25, 8.75, 0.5, 9], "texture": "#0"}, - "east": {"uv": [7, 5, 7.5, 5.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.25, 9, 0.5], "texture": "#0"}, - "west": {"uv": [7, 5.75, 7.5, 6], "texture": "#0"}, - "up": {"uv": [6.25, 7.5, 6, 7], "texture": "#0"}, - "down": {"uv": [6.5, 7, 6.25, 7.5], "texture": "#0"} - } - }, - { - "from": [1, 0, 12], - "to": [2, 1, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 12]}, - "faces": { - "north": {"uv": [0.5, 8.75, 0.75, 9], "texture": "#0"}, - "east": {"uv": [6.5, 7, 7, 7.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.5, 9, 0.75], "texture": "#0"}, - "west": {"uv": [7, 6.5, 7.5, 6.75], "texture": "#0"}, - "up": {"uv": [7.25, 7.25, 7, 6.75], "texture": "#0"}, - "down": {"uv": [7.5, 1.5, 7.25, 2], "texture": "#0"} - } - }, - { - "from": [1, 15, 12], - "to": [2, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 15, 12]}, - "faces": { - "north": {"uv": [0.75, 8.75, 1, 9], "texture": "#0"}, - "east": {"uv": [7.25, 2, 7.75, 2.25], "texture": "#0"}, - "south": {"uv": [8.75, 0.75, 9, 1], "texture": "#0"}, - "west": {"uv": [7.25, 2.25, 7.75, 2.5], "texture": "#0"}, - "up": {"uv": [2.25, 7.75, 2, 7.25], "texture": "#0"}, - "down": {"uv": [7.5, 2.5, 7.25, 3], "texture": "#0"} - } - }, - { - "from": [2, 0, 14], - "to": [4, 1, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 0, 14]}, - "faces": { - "north": {"uv": [7.25, 3, 7.75, 3.25], "texture": "#0"}, - "east": {"uv": [1, 8.75, 1.25, 9], "texture": "#0"}, - "south": {"uv": [7.25, 3.25, 7.75, 3.5], "texture": "#0"}, - "west": {"uv": [8.75, 1, 9, 1.25], "texture": "#0"}, - "up": {"uv": [7.75, 3.75, 7.25, 3.5], "texture": "#0"}, - "down": {"uv": [7.75, 3.75, 7.25, 4], "texture": "#0"} - } - }, - { - "from": [2, 15, 14], - "to": [4, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 15, 14]}, - "faces": { - "north": {"uv": [7.25, 4, 7.75, 4.25], "texture": "#0"}, - "east": {"uv": [1.25, 8.75, 1.5, 9], "texture": "#0"}, - "south": {"uv": [4.25, 7.25, 4.75, 7.5], "texture": "#0"}, - "west": {"uv": [8.75, 1.25, 9, 1.5], "texture": "#0"}, - "up": {"uv": [7.75, 4.5, 7.25, 4.25], "texture": "#0"}, - "down": {"uv": [7.75, 4.5, 7.25, 4.75], "texture": "#0"} - } - }, - { - "from": [14, 0, 12], - "to": [15, 1, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 12]}, - "faces": { - "north": {"uv": [1.5, 8.75, 1.75, 9], "texture": "#0"}, - "east": {"uv": [4.75, 7.25, 5.25, 7.5], "texture": "#0"}, - "south": {"uv": [8.75, 1.5, 9, 1.75], "texture": "#0"}, - "west": {"uv": [7.25, 4.75, 7.75, 5], "texture": "#0"}, - "up": {"uv": [7.5, 5.75, 7.25, 5.25], "texture": "#0"}, - "down": {"uv": [7.5, 6, 7.25, 6.5], "texture": "#0"} - } - }, - { - "from": [14, 15, 12], - "to": [15, 16, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 15, 12]}, - "faces": { - "north": {"uv": [1.75, 8.75, 2, 9], "texture": "#0"}, - "east": {"uv": [6.5, 7.25, 7, 7.5], "texture": "#0"}, - "south": {"uv": [8.75, 1.75, 9, 2], "texture": "#0"}, - "west": {"uv": [7.25, 6.75, 7.75, 7], "texture": "#0"}, - "up": {"uv": [7.25, 7.75, 7, 7.25], "texture": "#0"}, - "down": {"uv": [7.5, 7, 7.25, 7.5], "texture": "#0"} - } - }, - { - "from": [12, 0, 14], - "to": [14, 1, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 0, 14]}, - "faces": { - "north": {"uv": [0, 7.5, 0.5, 7.75], "texture": "#0"}, - "east": {"uv": [2, 8.75, 2.25, 9], "texture": "#0"}, - "south": {"uv": [0.5, 7.5, 1, 7.75], "texture": "#0"}, - "west": {"uv": [8.75, 2, 9, 2.25], "texture": "#0"}, - "up": {"uv": [1.5, 7.75, 1, 7.5], "texture": "#0"}, - "down": {"uv": [2, 7.5, 1.5, 7.75], "texture": "#0"} - } - }, - { - "from": [12, 15, 14], - "to": [14, 16, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 15, 14]}, - "faces": { - "north": {"uv": [7.5, 1.5, 8, 1.75], "texture": "#0"}, - "east": {"uv": [2.25, 8.75, 2.5, 9], "texture": "#0"}, - "south": {"uv": [7.5, 1.75, 8, 2], "texture": "#0"}, - "west": {"uv": [8.75, 2.25, 9, 2.5], "texture": "#0"}, - "up": {"uv": [8, 2.75, 7.5, 2.5], "texture": "#0"}, - "down": {"uv": [8, 2.75, 7.5, 3], "texture": "#0"} - } - }, - { - "from": [2, 1, 0], - "to": [4, 2, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 1, 0]}, - "faces": { - "north": {"uv": [4.25, 7.5, 4.75, 7.75], "texture": "#0"}, - "east": {"uv": [2.5, 8.75, 2.75, 9], "texture": "#0"}, - "south": {"uv": [4.75, 7.5, 5.25, 7.75], "texture": "#0"}, - "west": {"uv": [8.75, 2.5, 9, 2.75], "texture": "#0"}, - "up": {"uv": [8, 5.25, 7.5, 5], "texture": "#0"}, - "down": {"uv": [8, 5.25, 7.5, 5.5], "texture": "#0"} - } - }, - { - "from": [2, 14, 0], - "to": [4, 15, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 14, 0]}, - "faces": { - "north": {"uv": [5.5, 7.5, 6, 7.75], "texture": "#0"}, - "east": {"uv": [2.75, 8.75, 3, 9], "texture": "#0"}, - "south": {"uv": [7.5, 5.5, 8, 5.75], "texture": "#0"}, - "west": {"uv": [8.75, 2.75, 9, 3], "texture": "#0"}, - "up": {"uv": [8, 6, 7.5, 5.75], "texture": "#0"}, - "down": {"uv": [6.5, 7.5, 6, 7.75], "texture": "#0"} - } - }, - { - "from": [0, 1, 2], - "to": [1, 2, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 2]}, - "faces": { - "north": {"uv": [3, 8.75, 3.25, 9], "texture": "#0"}, - "east": {"uv": [7.5, 6, 8, 6.25], "texture": "#0"}, - "south": {"uv": [8.75, 3, 9, 3.25], "texture": "#0"}, - "west": {"uv": [7.5, 6.25, 8, 6.5], "texture": "#0"}, - "up": {"uv": [6.75, 8, 6.5, 7.5], "texture": "#0"}, - "down": {"uv": [7, 7.5, 6.75, 8], "texture": "#0"} - } - }, - { - "from": [0, 14, 2], - "to": [1, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 14, 2]}, - "faces": { - "north": {"uv": [3.25, 8.75, 3.5, 9], "texture": "#0"}, - "east": {"uv": [7.5, 6.5, 8, 6.75], "texture": "#0"}, - "south": {"uv": [8.75, 3.25, 9, 3.5], "texture": "#0"}, - "west": {"uv": [7.5, 7, 8, 7.25], "texture": "#0"}, - "up": {"uv": [7.5, 8, 7.25, 7.5], "texture": "#0"}, - "down": {"uv": [7.75, 7.25, 7.5, 7.75], "texture": "#0"} - } - }, - { - "from": [0, 1, 12], - "to": [1, 2, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 12]}, - "faces": { - "north": {"uv": [3.5, 8.75, 3.75, 9], "texture": "#0"}, - "east": {"uv": [0, 7.75, 0.5, 8], "texture": "#0"}, - "south": {"uv": [8.75, 3.5, 9, 3.75], "texture": "#0"}, - "west": {"uv": [7.75, 0, 8.25, 0.25], "texture": "#0"}, - "up": {"uv": [8, 0.75, 7.75, 0.25], "texture": "#0"}, - "down": {"uv": [0.75, 7.75, 0.5, 8.25], "texture": "#0"} - } - }, - { - "from": [0, 14, 12], - "to": [1, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 14, 12]}, - "faces": { - "north": {"uv": [3.75, 8.75, 4, 9], "texture": "#0"}, - "east": {"uv": [0.75, 7.75, 1.25, 8], "texture": "#0"}, - "south": {"uv": [8.75, 3.75, 9, 4], "texture": "#0"}, - "west": {"uv": [7.75, 0.75, 8.25, 1], "texture": "#0"}, - "up": {"uv": [8, 1.5, 7.75, 1], "texture": "#0"}, - "down": {"uv": [1.5, 7.75, 1.25, 8.25], "texture": "#0"} - } - }, - { - "from": [12, 1, 0], - "to": [14, 2, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 0]}, - "faces": { - "north": {"uv": [1.5, 7.75, 2, 8], "texture": "#0"}, - "east": {"uv": [4, 8.75, 4.25, 9], "texture": "#0"}, - "south": {"uv": [2, 7.75, 2.5, 8], "texture": "#0"}, - "west": {"uv": [8.75, 4, 9, 4.25], "texture": "#0"}, - "up": {"uv": [8.25, 2.25, 7.75, 2], "texture": "#0"}, - "down": {"uv": [8.25, 2.25, 7.75, 2.5], "texture": "#0"} - } - }, - { - "from": [12, 14, 0], - "to": [14, 15, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 0]}, - "faces": { - "north": {"uv": [2.5, 7.75, 3, 8], "texture": "#0"}, - "east": {"uv": [8.75, 4.25, 9, 4.5], "texture": "#0"}, - "south": {"uv": [3, 7.75, 3.5, 8], "texture": "#0"}, - "west": {"uv": [8.75, 4.5, 9, 4.75], "texture": "#0"}, - "up": {"uv": [8.25, 3.25, 7.75, 3], "texture": "#0"}, - "down": {"uv": [8.25, 3.25, 7.75, 3.5], "texture": "#0"} - } - }, - { - "from": [15, 1, 2], - "to": [16, 2, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 1, 2]}, - "faces": { - "north": {"uv": [4.75, 8.75, 5, 9], "texture": "#0"}, - "east": {"uv": [3.5, 7.75, 4, 8], "texture": "#0"}, - "south": {"uv": [8.75, 4.75, 9, 5], "texture": "#0"}, - "west": {"uv": [7.75, 3.5, 8.25, 3.75], "texture": "#0"}, - "up": {"uv": [8, 4.25, 7.75, 3.75], "texture": "#0"}, - "down": {"uv": [4.25, 7.75, 4, 8.25], "texture": "#0"} - } - }, - { - "from": [15, 14, 2], - "to": [16, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 14, 2]}, - "faces": { - "north": {"uv": [8.75, 5, 9, 5.25], "texture": "#0"}, - "east": {"uv": [4.25, 7.75, 4.75, 8], "texture": "#0"}, - "south": {"uv": [5.25, 8.75, 5.5, 9], "texture": "#0"}, - "west": {"uv": [7.75, 4.25, 8.25, 4.5], "texture": "#0"}, - "up": {"uv": [8, 5, 7.75, 4.5], "texture": "#0"}, - "down": {"uv": [5, 7.75, 4.75, 8.25], "texture": "#0"} - } - }, - { - "from": [2, 1, 15], - "to": [4, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 1, 15]}, - "faces": { - "north": {"uv": [5, 7.75, 5.5, 8], "texture": "#0"}, - "east": {"uv": [8.75, 5.25, 9, 5.5], "texture": "#0"}, - "south": {"uv": [5.5, 7.75, 6, 8], "texture": "#0"}, - "west": {"uv": [5.5, 8.75, 5.75, 9], "texture": "#0"}, - "up": {"uv": [6.5, 8, 6, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 6.75, 7.75, 7], "texture": "#0"} - } - }, - { - "from": [2, 14, 15], - "to": [4, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [2, 14, 15]}, - "faces": { - "north": {"uv": [7.75, 7.25, 8.25, 7.5], "texture": "#0"}, - "east": {"uv": [8.75, 5.5, 9, 5.75], "texture": "#0"}, - "south": {"uv": [7.5, 7.75, 8, 8], "texture": "#0"}, - "west": {"uv": [5.75, 8.75, 6, 9], "texture": "#0"}, - "up": {"uv": [8.25, 7.75, 7.75, 7.5], "texture": "#0"}, - "down": {"uv": [0.5, 8, 0, 8.25], "texture": "#0"} - } - }, - { - "from": [12, 1, 15], - "to": [14, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 15]}, - "faces": { - "north": {"uv": [8, 0.25, 8.5, 0.5], "texture": "#0"}, - "east": {"uv": [8.75, 5.75, 9, 6], "texture": "#0"}, - "south": {"uv": [8, 0.5, 8.5, 0.75], "texture": "#0"}, - "west": {"uv": [6, 8.75, 6.25, 9], "texture": "#0"}, - "up": {"uv": [1.25, 8.25, 0.75, 8], "texture": "#0"}, - "down": {"uv": [8.5, 1, 8, 1.25], "texture": "#0"} - } - }, - { - "from": [12, 14, 15], - "to": [14, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 15]}, - "faces": { - "north": {"uv": [8, 1.25, 8.5, 1.5], "texture": "#0"}, - "east": {"uv": [8.75, 6, 9, 6.25], "texture": "#0"}, - "south": {"uv": [1.5, 8, 2, 8.25], "texture": "#0"}, - "west": {"uv": [6.25, 8.75, 6.5, 9], "texture": "#0"}, - "up": {"uv": [8.5, 1.75, 8, 1.5], "texture": "#0"}, - "down": {"uv": [8.5, 1.75, 8, 2], "texture": "#0"} - } - }, - { - "from": [15, 1, 12], - "to": [16, 2, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 1, 13]}, - "faces": { - "north": {"uv": [8.75, 6.25, 9, 6.5], "texture": "#0"}, - "east": {"uv": [2, 8, 2.5, 8.25], "texture": "#0"}, - "south": {"uv": [6.5, 8.75, 6.75, 9], "texture": "#0"}, - "west": {"uv": [2.5, 8, 3, 8.25], "texture": "#0"}, - "up": {"uv": [7.25, 8.25, 7, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 2.5, 8, 3], "texture": "#0"} - } - }, - { - "from": [15, 14, 12], - "to": [16, 15, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 14, 13]}, - "faces": { - "north": {"uv": [8.75, 6.5, 9, 6.75], "texture": "#0"}, - "east": {"uv": [3, 8, 3.5, 8.25], "texture": "#0"}, - "south": {"uv": [6.75, 8.75, 7, 9], "texture": "#0"}, - "west": {"uv": [3.5, 8, 4, 8.25], "texture": "#0"}, - "up": {"uv": [8.25, 4.25, 8, 3.75], "texture": "#0"}, - "down": {"uv": [4.5, 8, 4.25, 8.5], "texture": "#0"} - } - }, - { - "from": [0, 2, 1], - "to": [1, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 1]}, - "faces": { - "north": {"uv": [4.5, 8, 4.75, 8.5], "texture": "#0"}, - "east": {"uv": [8, 4.5, 8.25, 5], "texture": "#0"}, - "south": {"uv": [5, 8, 5.25, 8.5], "texture": "#0"}, - "west": {"uv": [8, 5, 8.25, 5.5], "texture": "#0"}, - "up": {"uv": [9, 7, 8.75, 6.75], "texture": "#0"}, - "down": {"uv": [7.25, 8.75, 7, 9], "texture": "#0"} - } - }, - { - "from": [0, 12, 1], - "to": [1, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 12, 1]}, - "faces": { - "north": {"uv": [5.25, 8, 5.5, 8.5], "texture": "#0"}, - "east": {"uv": [5.5, 8, 5.75, 8.5], "texture": "#0"}, - "south": {"uv": [8, 5.5, 8.25, 6], "texture": "#0"}, - "west": {"uv": [5.75, 8, 6, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.25, 8.75, 7], "texture": "#0"}, - "down": {"uv": [7.5, 8.75, 7.25, 9], "texture": "#0"} - } - }, - { - "from": [1, 2, 0], - "to": [2, 4, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 2, 0]}, - "faces": { - "north": {"uv": [6, 8, 6.25, 8.5], "texture": "#0"}, - "east": {"uv": [8, 6, 8.25, 6.5], "texture": "#0"}, - "south": {"uv": [6.25, 8, 6.5, 8.5], "texture": "#0"}, - "west": {"uv": [6.5, 8, 6.75, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.5, 8.75, 7.25], "texture": "#0"}, - "down": {"uv": [7.75, 8.75, 7.5, 9], "texture": "#0"} - } - }, - { - "from": [1, 12, 0], - "to": [2, 14, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 0]}, - "faces": { - "north": {"uv": [6.75, 8, 7, 8.5], "texture": "#0"}, - "east": {"uv": [7.25, 8, 7.5, 8.5], "texture": "#0"}, - "south": {"uv": [7.5, 8, 7.75, 8.5], "texture": "#0"}, - "west": {"uv": [7.75, 8, 8, 8.5], "texture": "#0"}, - "up": {"uv": [9, 7.75, 8.75, 7.5], "texture": "#0"}, - "down": {"uv": [8, 8.75, 7.75, 9], "texture": "#0"} - } - }, - { - "from": [0, 2, 14], - "to": [1, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 14]}, - "faces": { - "north": {"uv": [8, 7.75, 8.25, 8.25], "texture": "#0"}, - "east": {"uv": [0, 8.25, 0.25, 8.75], "texture": "#0"}, - "south": {"uv": [0.25, 8.25, 0.5, 8.75], "texture": "#0"}, - "west": {"uv": [0.5, 8.25, 0.75, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8, 8.75, 7.75], "texture": "#0"}, - "down": {"uv": [8.25, 8.75, 8, 9], "texture": "#0"} - } - }, - { - "from": [0, 12, 14], - "to": [1, 14, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 12, 14]}, - "faces": { - "north": {"uv": [0.75, 8.25, 1, 8.75], "texture": "#0"}, - "east": {"uv": [1, 8.25, 1.25, 8.75], "texture": "#0"}, - "south": {"uv": [1.25, 8.25, 1.5, 8.75], "texture": "#0"}, - "west": {"uv": [1.5, 8.25, 1.75, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.25, 8.75, 8], "texture": "#0"}, - "down": {"uv": [8.5, 8.75, 8.25, 9], "texture": "#0"} - } - }, - { - "from": [1, 2, 15], - "to": [2, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 2, 15]}, - "faces": { - "north": {"uv": [1.75, 8.25, 2, 8.75], "texture": "#0"}, - "east": {"uv": [2, 8.25, 2.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 2, 8.5, 2.5], "texture": "#0"}, - "west": {"uv": [2.25, 8.25, 2.5, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.5, 8.75, 8.25], "texture": "#0"}, - "down": {"uv": [8.75, 8.75, 8.5, 9], "texture": "#0"} - } - }, - { - "from": [1, 12, 15], - "to": [2, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 15]}, - "faces": { - "north": {"uv": [2.5, 8.25, 2.75, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 2.5, 8.5, 3], "texture": "#0"}, - "south": {"uv": [2.75, 8.25, 3, 8.75], "texture": "#0"}, - "west": {"uv": [3, 8.25, 3.25, 8.75], "texture": "#0"}, - "up": {"uv": [9, 8.75, 8.75, 8.5], "texture": "#0"}, - "down": {"uv": [9, 8.75, 8.75, 9], "texture": "#0"} - } - }, - { - "from": [14, 2, 15], - "to": [15, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 2, 15]}, - "faces": { - "north": {"uv": [8.25, 3, 8.5, 3.5], "texture": "#0"}, - "east": {"uv": [3.25, 8.25, 3.5, 8.75], "texture": "#0"}, - "south": {"uv": [3.5, 8.25, 3.75, 8.75], "texture": "#0"}, - "west": {"uv": [8.25, 3.5, 8.5, 4], "texture": "#0"}, - "up": {"uv": [0.25, 9.25, 0, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0, 9, 0.25], "texture": "#0"} - } - }, - { - "from": [14, 12, 15], - "to": [15, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 15]}, - "faces": { - "north": {"uv": [3.75, 8.25, 4, 8.75], "texture": "#0"}, - "east": {"uv": [4, 8.25, 4.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 4, 8.5, 4.5], "texture": "#0"}, - "west": {"uv": [8.25, 4.5, 8.5, 5], "texture": "#0"}, - "up": {"uv": [0.5, 9.25, 0.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.25, 9, 0.5], "texture": "#0"} - } - }, - { - "from": [15, 2, 14], - "to": [16, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 2, 14]}, - "faces": { - "north": {"uv": [4.75, 8.25, 5, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 5, 8.5, 5.5], "texture": "#0"}, - "south": {"uv": [8.25, 5.5, 8.5, 6], "texture": "#0"}, - "west": {"uv": [8.25, 6, 8.5, 6.5], "texture": "#0"}, - "up": {"uv": [0.75, 9.25, 0.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.5, 9, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 12, 14], - "to": [16, 14, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 14]}, - "faces": { - "north": {"uv": [8.25, 6.5, 8.5, 7], "texture": "#0"}, - "east": {"uv": [7, 8.25, 7.25, 8.75], "texture": "#0"}, - "south": {"uv": [8.25, 7, 8.5, 7.5], "texture": "#0"}, - "west": {"uv": [8.25, 7.5, 8.5, 8], "texture": "#0"}, - "up": {"uv": [1, 9.25, 0.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 0.75, 9, 1], "texture": "#0"} - } - }, - { - "from": [14, 2, 0], - "to": [15, 4, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 2, 0]}, - "faces": { - "north": {"uv": [8, 8.25, 8.25, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 8, 8.5, 8.5], "texture": "#0"}, - "south": {"uv": [8.5, 0, 8.75, 0.5], "texture": "#0"}, - "west": {"uv": [8.5, 0.5, 8.75, 1], "texture": "#0"}, - "up": {"uv": [1.25, 9.25, 1, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1, 9, 1.25], "texture": "#0"} - } - }, - { - "from": [14, 12, 0], - "to": [15, 14, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 0]}, - "faces": { - "north": {"uv": [8.5, 1, 8.75, 1.5], "texture": "#0"}, - "east": {"uv": [8.5, 1.5, 8.75, 2], "texture": "#0"}, - "south": {"uv": [8.5, 2, 8.75, 2.5], "texture": "#0"}, - "west": {"uv": [8.5, 2.5, 8.75, 3], "texture": "#0"}, - "up": {"uv": [1.5, 9.25, 1.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.25, 9, 1.5], "texture": "#0"} - } - }, - { - "from": [15, 2, 1], - "to": [16, 4, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 2, 1]}, - "faces": { - "north": {"uv": [8.5, 3, 8.75, 3.5], "texture": "#0"}, - "east": {"uv": [8.5, 3.5, 8.75, 4], "texture": "#0"}, - "south": {"uv": [8.5, 4, 8.75, 4.5], "texture": "#0"}, - "west": {"uv": [4.25, 8.5, 4.5, 9], "texture": "#0"}, - "up": {"uv": [1.75, 9.25, 1.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.5, 9, 1.75], "texture": "#0"} - } - }, - { - "from": [15, 12, 1], - "to": [16, 14, 2], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 1]}, - "faces": { - "north": {"uv": [4.5, 8.5, 4.75, 9], "texture": "#0"}, - "east": {"uv": [8.5, 4.5, 8.75, 5], "texture": "#0"}, - "south": {"uv": [5, 8.5, 5.25, 9], "texture": "#0"}, - "west": {"uv": [8.5, 5, 8.75, 5.5], "texture": "#0"}, - "up": {"uv": [2, 9.25, 1.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 1.75, 9, 2], "texture": "#0"} - } - }, - { - "from": [0, 4, 0], - "to": [1, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 4, 0]}, - "faces": { - "north": {"uv": [0.25, 5.5, 0.5, 7.5], "texture": "#0"}, - "east": {"uv": [0.5, 5.5, 0.75, 7.5], "texture": "#0"}, - "south": {"uv": [0.75, 5.5, 1, 7.5], "texture": "#0"}, - "west": {"uv": [1, 5.5, 1.25, 7.5], "texture": "#0"}, - "up": {"uv": [2.25, 9.25, 2, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2, 9, 2.25], "texture": "#0"} - } - }, - { - "from": [15, 4, 0], - "to": [16, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 4, 0]}, - "faces": { - "north": {"uv": [1.25, 5.5, 1.5, 7.5], "texture": "#0"}, - "east": {"uv": [1.5, 5.5, 1.75, 7.5], "texture": "#0"}, - "south": {"uv": [1.75, 5.5, 2, 7.5], "texture": "#0"}, - "west": {"uv": [2.25, 5.75, 2.5, 7.75], "texture": "#0"}, - "up": {"uv": [2.5, 9.25, 2.25, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.25, 9, 2.5], "texture": "#0"} - } - }, - { - "from": [15, 4, 15], - "to": [16, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 4, 15]}, - "faces": { - "north": {"uv": [2.5, 5.75, 2.75, 7.75], "texture": "#0"}, - "east": {"uv": [2.75, 5.75, 3, 7.75], "texture": "#0"}, - "south": {"uv": [3, 5.75, 3.25, 7.75], "texture": "#0"}, - "west": {"uv": [3.25, 5.75, 3.5, 7.75], "texture": "#0"}, - "up": {"uv": [2.75, 9.25, 2.5, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.5, 9, 2.75], "texture": "#0"} - } - }, - { - "from": [0, 4, 15], - "to": [1, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 4, 15]}, - "faces": { - "north": {"uv": [3.5, 5.75, 3.75, 7.75], "texture": "#0"}, - "east": {"uv": [3.75, 5.75, 4, 7.75], "texture": "#0"}, - "south": {"uv": [4, 5.75, 4.25, 7.75], "texture": "#0"}, - "west": {"uv": [5.25, 5.75, 5.5, 7.75], "texture": "#0"}, - "up": {"uv": [3, 9.25, 2.75, 9], "texture": "#0"}, - "down": {"uv": [9.25, 2.75, 9, 3], "texture": "#0"} - } - }, - { - "from": [1, 1, 1], - "to": [4, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 1, 1]}, - "faces": { - "north": {"uv": [0, 0, 0.75, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1.5], "texture": "#0"}, - "south": {"uv": [0.75, 0, 1.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.75, 0.75, 1.5, 1.5], "texture": "#0"}, - "up": {"uv": [0.75, 2.25, 0, 1.5], "texture": "#0"}, - "down": {"uv": [2.25, 0, 1.5, 0.75], "texture": "#0"} - } - }, - { - "from": [1, 12, 1], - "to": [4, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 1]}, - "faces": { - "north": {"uv": [0.75, 1.5, 1.5, 2.25], "texture": "#0"}, - "east": {"uv": [1.5, 0.75, 2.25, 1.5], "texture": "#0"}, - "south": {"uv": [1.5, 1.5, 2.25, 2.25], "texture": "#0"}, - "west": {"uv": [0, 2.25, 0.75, 3], "texture": "#0"}, - "up": {"uv": [3, 0.75, 2.25, 0], "texture": "#0"}, - "down": {"uv": [1.5, 2.25, 0.75, 3], "texture": "#0"} - } - }, - { - "from": [12, 1, 1], - "to": [15, 4, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 1]}, - "faces": { - "north": {"uv": [2.25, 0.75, 3, 1.5], "texture": "#0"}, - "east": {"uv": [1.5, 2.25, 2.25, 3], "texture": "#0"}, - "south": {"uv": [2.25, 1.5, 3, 2.25], "texture": "#0"}, - "west": {"uv": [2.25, 2.25, 3, 3], "texture": "#0"}, - "up": {"uv": [0.75, 3.75, 0, 3], "texture": "#0"}, - "down": {"uv": [3.75, 0, 3, 0.75], "texture": "#0"} - } - }, - { - "from": [12, 12, 1], - "to": [15, 15, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 1]}, - "faces": { - "north": {"uv": [0.75, 3, 1.5, 3.75], "texture": "#0"}, - "east": {"uv": [3, 0.75, 3.75, 1.5], "texture": "#0"}, - "south": {"uv": [1.5, 3, 2.25, 3.75], "texture": "#0"}, - "west": {"uv": [3, 1.5, 3.75, 2.25], "texture": "#0"}, - "up": {"uv": [3, 3.75, 2.25, 3], "texture": "#0"}, - "down": {"uv": [3.75, 2.25, 3, 3], "texture": "#0"} - } - }, - { - "from": [12, 1, 12], - "to": [15, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 12]}, - "faces": { - "north": {"uv": [3, 3, 3.75, 3.75], "texture": "#0"}, - "east": {"uv": [0, 3.75, 0.75, 4.5], "texture": "#0"}, - "south": {"uv": [3.75, 0, 4.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.75, 3.75, 1.5, 4.5], "texture": "#0"}, - "up": {"uv": [4.5, 1.5, 3.75, 0.75], "texture": "#0"}, - "down": {"uv": [2.25, 3.75, 1.5, 4.5], "texture": "#0"} - } - }, - { - "from": [12, 12, 12], - "to": [15, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 12]}, - "faces": { - "north": {"uv": [3.75, 1.5, 4.5, 2.25], "texture": "#0"}, - "east": {"uv": [2.25, 3.75, 3, 4.5], "texture": "#0"}, - "south": {"uv": [3.75, 2.25, 4.5, 3], "texture": "#0"}, - "west": {"uv": [3, 3.75, 3.75, 4.5], "texture": "#0"}, - "up": {"uv": [4.5, 3.75, 3.75, 3], "texture": "#0"}, - "down": {"uv": [4.5, 3.75, 3.75, 4.5], "texture": "#0"} - } - }, - { - "from": [1, 1, 12], - "to": [4, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 1, 12]}, - "faces": { - "north": {"uv": [0, 4.5, 0.75, 5.25], "texture": "#0"}, - "east": {"uv": [4.5, 0, 5.25, 0.75], "texture": "#0"}, - "south": {"uv": [0.75, 4.5, 1.5, 5.25], "texture": "#0"}, - "west": {"uv": [4.5, 0.75, 5.25, 1.5], "texture": "#0"}, - "up": {"uv": [2.25, 5.25, 1.5, 4.5], "texture": "#0"}, - "down": {"uv": [5.25, 1.5, 4.5, 2.25], "texture": "#0"} - } - }, - { - "from": [1, 12, 12], - "to": [4, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 12, 12]}, - "faces": { - "north": {"uv": [2.25, 4.5, 3, 5.25], "texture": "#0"}, - "east": {"uv": [4.5, 2.25, 5.25, 3], "texture": "#0"}, - "south": {"uv": [3, 4.5, 3.75, 5.25], "texture": "#0"}, - "west": {"uv": [4.5, 3, 5.25, 3.75], "texture": "#0"}, - "up": {"uv": [4.5, 5.25, 3.75, 4.5], "texture": "#0"}, - "down": {"uv": [5.25, 3.75, 4.5, 4.5], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [-16, -13, 0], - "translation": [0, 4, 0], - "scale": [0.6, 0.6, 0.6] - }, - "thirdperson_lefthand": { - "rotation": [-16, -13, 0], - "translation": [0, 4, 0], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_righthand": { - "rotation": [10, 16, 3], - "translation": [2, -1, 2], - "scale": [0.6, 0.6, 0.6] - }, - "firstperson_lefthand": { - "rotation": [10, 16, 3], - "translation": [2, -1, 2], - "scale": [0.6, 0.6, 0.6] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.6, 0.6, 0.6] - }, - "gui": { - "rotation": [20, 20, 0], - "translation": [0, -0.25, 0], - "scale": [0.7, 0.7, 0.7] - }, - "head": { - "translation": [0, 14.5, 0] - }, - "fixed": { - "translation": [0, 0, 3.5] - } - }, - "groups": [ - { - "name": "VoxelShapes", - "origin": [1, 12, 12], - "children": [ - { - "name": "core", - "origin": [4, 4, 4], - "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] - }, - { - "name": "core_support", - "origin": [3, 3, 4], - "children": [25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42] - }, - { - "name": "frame", - "origin": [1, 12, 12], - "children": [43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110] - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/wikidium_singularity_resource_generator.json b/src/main/resources/assets/cuboidmod/models/block/wikidium_singularity_resource_generator.json deleted file mode 100644 index 414869d..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/wikidium_singularity_resource_generator.json +++ /dev/null @@ -1,1061 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "texture_size": [64, 64], - "textures": { - "0": "cuboidmod:model/wikidium_singularity_resource_generator_casing", - "1": "cuboidmod:model/singularity_resource_generator_pillar", - "particle": "cuboidmod:model/wikidium_singularity_resource_generator_casing" - }, - "elements": [ - { - "from": [10, 14, 3], - "to": [13, 15, 6], - "faces": { - "north": {"uv": [4.5, 6.75, 5.25, 7], "texture": "#1"}, - "east": {"uv": [5.5, 7.5, 6.25, 7.75], "texture": "#1"}, - "south": {"uv": [6.5, 7.75, 7.25, 8], "texture": "#1"}, - "west": {"uv": [3.25, 9.25, 4, 9.5], "texture": "#1"}, - "up": {"uv": [1.75, 8.75, 1, 8], "texture": "#1"}, - "down": {"uv": [2.5, 8, 1.75, 8.75], "texture": "#1"} - } - }, - { - "from": [10, 1, 3], - "to": [13, 2, 6], - "faces": { - "north": {"uv": [4.25, 9.5, 5, 9.75], "texture": "#1"}, - "east": {"uv": [5.5, 11.25, 6.25, 11.5], "texture": "#1"}, - "south": {"uv": [9.25, 11.25, 10, 11.5], "texture": "#1"}, - "west": {"uv": [10, 11.25, 10.75, 11.5], "texture": "#1"}, - "up": {"uv": [4.75, 9, 4, 8.25], "texture": "#1"}, - "down": {"uv": [5.5, 8.25, 4.75, 9], "texture": "#1"} - } - }, - { - "from": [9.8, 4, 5.3], - "to": [10.7, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [2.25, 8.75, 2.5, 9.25], "texture": "#1"}, - "east": {"uv": [5.25, 11.75, 5.5, 12.25], "texture": "#1"}, - "south": {"uv": [5.5, 11.75, 5.75, 12.25], "texture": "#1"}, - "west": {"uv": [5.75, 11.75, 6, 12.25], "texture": "#1"}, - "up": {"uv": [6.25, 6, 6, 5.75], "texture": "#1"}, - "down": {"uv": [9.5, 0.75, 9.25, 1], "texture": "#1"} - } - }, - { - "from": [9.539, 7, 5.6915], - "to": [10.3085, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [12.25, 7, 12.4375, 7.5], "texture": "#1"}, - "east": {"uv": [7.5, 12.25, 7.6875, 12.75], "texture": "#1"}, - "south": {"uv": [12.25, 7.5, 12.4375, 8], "texture": "#1"}, - "west": {"uv": [7.75, 12.25, 7.9375, 12.75], "texture": "#1"}, - "up": {"uv": [10.4375, 12.6875, 10.25, 12.5], "texture": "#1"}, - "down": {"uv": [12.6875, 10.25, 12.5, 10.4375], "texture": "#1"} - } - }, - { - "from": [9.62, 6, 5.57], - "to": [10.43, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 4.25, 12.6875, 4.5], "texture": "#1"}, - "east": {"uv": [12.5, 4.5, 12.6875, 4.75], "texture": "#1"}, - "south": {"uv": [12.5, 4.75, 12.6875, 5], "texture": "#1"}, - "west": {"uv": [12.5, 5, 12.6875, 5.25], "texture": "#1"}, - "up": {"uv": [10.6875, 12.6875, 10.5, 12.5], "texture": "#1"}, - "down": {"uv": [12.6875, 10.5, 12.5, 10.6875], "texture": "#1"} - } - }, - { - "from": [9.62, 9, 5.57], - "to": [10.43, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 5.25, 12.6875, 5.5], "texture": "#1"}, - "east": {"uv": [12.5, 5.5, 12.6875, 5.75], "texture": "#1"}, - "south": {"uv": [12.5, 5.75, 12.6875, 6], "texture": "#1"}, - "west": {"uv": [6, 12.5, 6.1875, 12.75], "texture": "#1"}, - "up": {"uv": [12.6875, 10.9375, 12.5, 10.75], "texture": "#1"}, - "down": {"uv": [12.6875, 11, 12.5, 11.1875], "texture": "#1"} - } - }, - { - "from": [9.8, 10, 5.3], - "to": [10.7, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [6, 11.75, 6.25, 12.25], "texture": "#1"}, - "east": {"uv": [6.25, 11.75, 6.5, 12.25], "texture": "#1"}, - "south": {"uv": [6.5, 11.75, 6.75, 12.25], "texture": "#1"}, - "west": {"uv": [6.75, 11.75, 7, 12.25], "texture": "#1"}, - "up": {"uv": [2.25, 9.75, 2, 9.5], "texture": "#1"}, - "down": {"uv": [3.25, 9.75, 3, 10], "texture": "#1"} - } - }, - { - "from": [10, 11, 5], - "to": [11, 13, 6], - "faces": { - "north": {"uv": [7, 11.75, 7.25, 12.25], "texture": "#1"}, - "east": {"uv": [7.25, 11.75, 7.5, 12.25], "texture": "#1"}, - "south": {"uv": [11.75, 7.25, 12, 7.75], "texture": "#1"}, - "west": {"uv": [7.5, 11.75, 7.75, 12.25], "texture": "#1"}, - "up": {"uv": [2, 10.25, 1.75, 10], "texture": "#1"}, - "down": {"uv": [4.25, 10, 4, 10.25], "texture": "#1"} - } - }, - { - "from": [10, 3, 5], - "to": [11, 5, 6], - "faces": { - "north": {"uv": [7.75, 11.75, 8, 12.25], "texture": "#1"}, - "east": {"uv": [8, 11.75, 8.25, 12.25], "texture": "#1"}, - "south": {"uv": [8.25, 11.75, 8.5, 12.25], "texture": "#1"}, - "west": {"uv": [8.5, 11.75, 8.75, 12.25], "texture": "#1"}, - "up": {"uv": [3, 10.5, 2.75, 10.25], "texture": "#1"}, - "down": {"uv": [4, 10.5, 3.75, 10.75], "texture": "#1"} - } - }, - { - "from": [10, 13, 4], - "to": [12, 14, 6], - "faces": { - "north": {"uv": [3, 7.5, 3.5, 7.75], "texture": "#1"}, - "east": {"uv": [5, 9, 5.5, 9.25], "texture": "#1"}, - "south": {"uv": [2, 11.25, 2.5, 11.5], "texture": "#1"}, - "west": {"uv": [11.75, 7.75, 12.25, 8], "texture": "#1"}, - "up": {"uv": [3.5, 7.5, 3, 7], "texture": "#1"}, - "down": {"uv": [4.5, 7.75, 4, 8.25], "texture": "#1"} - } - }, - { - "from": [10, 2, 4], - "to": [12, 3, 6], - "faces": { - "north": {"uv": [8.75, 11.75, 9.25, 12], "texture": "#1"}, - "east": {"uv": [9.25, 11.75, 9.75, 12], "texture": "#1"}, - "south": {"uv": [9.75, 11.75, 10.25, 12], "texture": "#1"}, - "west": {"uv": [10.25, 11.75, 10.75, 12], "texture": "#1"}, - "up": {"uv": [3, 8.5, 2.5, 8], "texture": "#1"}, - "down": {"uv": [3.25, 10.5, 2.75, 11], "texture": "#1"} - } - }, - { - "from": [3, 14, 3], - "to": [6, 15, 6], - "faces": { - "north": {"uv": [10.75, 11.25, 11.5, 11.5], "texture": "#1"}, - "east": {"uv": [11.25, 10.75, 12, 11], "texture": "#1"}, - "south": {"uv": [11.25, 11, 12, 11.25], "texture": "#1"}, - "west": {"uv": [2, 11.5, 2.75, 11.75], "texture": "#1"}, - "up": {"uv": [9.25, 1, 8.5, 0.25], "texture": "#1"}, - "down": {"uv": [3.25, 8.5, 2.5, 9.25], "texture": "#1"} - } - }, - { - "from": [3, 1, 3], - "to": [6, 2, 6], - "faces": { - "north": {"uv": [11.5, 2, 12.25, 2.25], "texture": "#1"}, - "east": {"uv": [11.5, 2.25, 12.25, 2.5], "texture": "#1"}, - "south": {"uv": [2.75, 11.5, 3.5, 11.75], "texture": "#1"}, - "west": {"uv": [3.5, 11.5, 4.25, 11.75], "texture": "#1"}, - "up": {"uv": [4, 9.25, 3.25, 8.5], "texture": "#1"}, - "down": {"uv": [6.25, 8.5, 5.5, 9.25], "texture": "#1"} - } - }, - { - "from": [5.3, 4, 5.3], - "to": [6.2, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [10.75, 11.75, 11, 12.25], "texture": "#1"}, - "east": {"uv": [11, 11.75, 11.25, 12.25], "texture": "#1"}, - "south": {"uv": [11.25, 11.75, 11.5, 12.25], "texture": "#1"}, - "west": {"uv": [11.5, 11.75, 11.75, 12.25], "texture": "#1"}, - "up": {"uv": [2.75, 11, 2.5, 10.75], "texture": "#1"}, - "down": {"uv": [3.75, 11, 3.5, 11.25], "texture": "#1"} - } - }, - { - "from": [5.6915, 7, 5.6915], - "to": [6.461, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [8, 12.25, 8.1875, 12.75], "texture": "#1"}, - "east": {"uv": [12.25, 8, 12.4375, 8.5], "texture": "#1"}, - "south": {"uv": [8.25, 12.25, 8.4375, 12.75], "texture": "#1"}, - "west": {"uv": [8.5, 12.25, 8.6875, 12.75], "texture": "#1"}, - "up": {"uv": [11.6875, 12.6875, 11.5, 12.5], "texture": "#1"}, - "down": {"uv": [11.9375, 12.5, 11.75, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.57, 6, 5.57], - "to": [6.38, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [6.25, 12.5, 6.4375, 12.75], "texture": "#1"}, - "east": {"uv": [6.5, 12.5, 6.6875, 12.75], "texture": "#1"}, - "south": {"uv": [6.75, 12.5, 6.9375, 12.75], "texture": "#1"}, - "west": {"uv": [7, 12.5, 7.1875, 12.75], "texture": "#1"}, - "up": {"uv": [12.1875, 12.6875, 12, 12.5], "texture": "#1"}, - "down": {"uv": [12.4375, 12.5, 12.25, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.57, 9, 5.57], - "to": [6.38, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 7, 12.6875, 7.25], "texture": "#1"}, - "east": {"uv": [7.25, 12.5, 7.4375, 12.75], "texture": "#1"}, - "south": {"uv": [12.5, 7.25, 12.6875, 7.5], "texture": "#1"}, - "west": {"uv": [12.5, 7.5, 12.6875, 7.75], "texture": "#1"}, - "up": {"uv": [12.6875, 12.4375, 12.5, 12.25], "texture": "#1"}, - "down": {"uv": [12.6875, 12.5, 12.5, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.3, 10, 5.3], - "to": [6.2, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [11.75, 11.5, 12, 12], "texture": "#1"}, - "east": {"uv": [0, 12, 0.25, 12.5], "texture": "#1"}, - "south": {"uv": [0.25, 12, 0.5, 12.5], "texture": "#1"}, - "west": {"uv": [0.5, 12, 0.75, 12.5], "texture": "#1"}, - "up": {"uv": [0.75, 12.75, 0.5, 12.5], "texture": "#1"}, - "down": {"uv": [1, 12.5, 0.75, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 11, 5], - "to": [6, 13, 6], - "faces": { - "north": {"uv": [1.25, 12, 1.5, 12.5], "texture": "#1"}, - "east": {"uv": [1.5, 12, 1.75, 12.5], "texture": "#1"}, - "south": {"uv": [1.75, 12, 2, 12.5], "texture": "#1"}, - "west": {"uv": [12, 2.5, 12.25, 3], "texture": "#1"}, - "up": {"uv": [12.75, 1, 12.5, 0.75], "texture": "#1"}, - "down": {"uv": [1.25, 12.5, 1, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 3, 5], - "to": [6, 5, 6], - "faces": { - "north": {"uv": [3, 12, 3.25, 12.5], "texture": "#1"}, - "east": {"uv": [12, 3, 12.25, 3.5], "texture": "#1"}, - "south": {"uv": [3.25, 12, 3.5, 12.5], "texture": "#1"}, - "west": {"uv": [3.5, 12, 3.75, 12.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.25, 12.5, 1], "texture": "#1"}, - "down": {"uv": [1.5, 12.5, 1.25, 12.75], "texture": "#1"} - } - }, - { - "from": [4, 13, 4], - "to": [6, 14, 6], - "faces": { - "north": {"uv": [12, 0, 12.5, 0.25], "texture": "#1"}, - "east": {"uv": [12, 3.5, 12.5, 3.75], "texture": "#1"}, - "south": {"uv": [3.75, 12, 4.25, 12.25], "texture": "#1"}, - "west": {"uv": [12, 3.75, 12.5, 4], "texture": "#1"}, - "up": {"uv": [3.75, 11, 3.25, 10.5], "texture": "#1"}, - "down": {"uv": [11, 4, 10.5, 4.5], "texture": "#1"} - } - }, - { - "from": [4, 2, 4], - "to": [6, 3, 6], - "faces": { - "north": {"uv": [12, 4, 12.5, 4.25], "texture": "#1"}, - "east": {"uv": [4.25, 12, 4.75, 12.25], "texture": "#1"}, - "south": {"uv": [12, 4.25, 12.5, 4.5], "texture": "#1"}, - "west": {"uv": [4.75, 12, 5.25, 12.25], "texture": "#1"}, - "up": {"uv": [11, 8.5, 10.5, 8], "texture": "#1"}, - "down": {"uv": [11, 10.25, 10.5, 10.75], "texture": "#1"} - } - }, - { - "from": [3, 14, 10], - "to": [6, 15, 13], - "faces": { - "north": {"uv": [4.25, 11.5, 5, 11.75], "texture": "#1"}, - "east": {"uv": [5, 11.5, 5.75, 11.75], "texture": "#1"}, - "south": {"uv": [11.5, 5.25, 12.25, 5.5], "texture": "#1"}, - "west": {"uv": [11.5, 5.5, 12.25, 5.75], "texture": "#1"}, - "up": {"uv": [7, 9.25, 6.25, 8.5], "texture": "#1"}, - "down": {"uv": [7.75, 8.5, 7, 9.25], "texture": "#1"} - } - }, - { - "from": [3, 1, 10], - "to": [6, 2, 13], - "faces": { - "north": {"uv": [5.75, 11.5, 6.5, 11.75], "texture": "#1"}, - "east": {"uv": [6.5, 11.5, 7.25, 11.75], "texture": "#1"}, - "south": {"uv": [7.25, 11.5, 8, 11.75], "texture": "#1"}, - "west": {"uv": [8, 11.5, 8.75, 11.75], "texture": "#1"}, - "up": {"uv": [8.5, 9.25, 7.75, 8.5], "texture": "#1"}, - "down": {"uv": [9.25, 8.5, 8.5, 9.25], "texture": "#1"} - } - }, - { - "from": [5.3, 4, 9.8], - "to": [6.2, 5.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [12, 4.75, 12.25, 5.25], "texture": "#1"}, - "east": {"uv": [12, 6.75, 12.25, 7.25], "texture": "#1"}, - "south": {"uv": [12, 7.25, 12.25, 7.75], "texture": "#1"}, - "west": {"uv": [12, 8, 12.25, 8.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.5, 12.5, 1.25], "texture": "#1"}, - "down": {"uv": [1.75, 12.5, 1.5, 12.75], "texture": "#1"} - } - }, - { - "from": [5.6915, 7, 9.539], - "to": [6.461, 9, 10.3085], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [12.25, 8.5, 12.4375, 9], "texture": "#1"}, - "east": {"uv": [12.25, 9, 12.4375, 9.5], "texture": "#1"}, - "south": {"uv": [12.25, 9.5, 12.4375, 10], "texture": "#1"}, - "west": {"uv": [12.25, 10.25, 12.4375, 10.75], "texture": "#1"}, - "up": {"uv": [0.1875, 12.9375, 0, 12.75], "texture": "#1"}, - "down": {"uv": [0.4375, 12.75, 0.25, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.57, 6, 9.62], - "to": [6.38, 7, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 7.75, 12.6875, 8], "texture": "#1"}, - "east": {"uv": [12.5, 8, 12.6875, 8.25], "texture": "#1"}, - "south": {"uv": [12.5, 8.25, 12.6875, 8.5], "texture": "#1"}, - "west": {"uv": [12.5, 8.5, 12.6875, 8.75], "texture": "#1"}, - "up": {"uv": [12.9375, 0.4375, 12.75, 0.25], "texture": "#1"}, - "down": {"uv": [0.6875, 12.75, 0.5, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.57, 9, 9.62], - "to": [6.38, 10, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [8.75, 12.5, 8.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 8.75, 12.6875, 9], "texture": "#1"}, - "south": {"uv": [9, 12.5, 9.1875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 9, 12.6875, 9.25], "texture": "#1"}, - "up": {"uv": [12.9375, 0.6875, 12.75, 0.5], "texture": "#1"}, - "down": {"uv": [0.9375, 12.75, 0.75, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.3, 10, 9.8], - "to": [6.2, 11.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [8.75, 12, 9, 12.5], "texture": "#1"}, - "east": {"uv": [9, 12, 9.25, 12.5], "texture": "#1"}, - "south": {"uv": [12, 9, 12.25, 9.5], "texture": "#1"}, - "west": {"uv": [9.25, 12, 9.5, 12.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.75, 12.5, 1.5], "texture": "#1"}, - "down": {"uv": [2, 12.5, 1.75, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 11, 10], - "to": [6, 13, 11], - "faces": { - "north": {"uv": [9.5, 12, 9.75, 12.5], "texture": "#1"}, - "east": {"uv": [12, 9.5, 12.25, 10], "texture": "#1"}, - "south": {"uv": [9.75, 12, 10, 12.5], "texture": "#1"}, - "west": {"uv": [10, 12, 10.25, 12.5], "texture": "#1"}, - "up": {"uv": [2.25, 12.75, 2, 12.5], "texture": "#1"}, - "down": {"uv": [2.5, 12.5, 2.25, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 3, 10], - "to": [6, 5, 11], - "faces": { - "north": {"uv": [10.25, 12, 10.5, 12.5], "texture": "#1"}, - "east": {"uv": [10.5, 12, 10.75, 12.5], "texture": "#1"}, - "south": {"uv": [12, 10.75, 12.25, 11.25], "texture": "#1"}, - "west": {"uv": [12, 11.5, 12.25, 12], "texture": "#1"}, - "up": {"uv": [12.75, 2.5, 12.5, 2.25], "texture": "#1"}, - "down": {"uv": [12.75, 2.5, 12.5, 2.75], "texture": "#1"} - } - }, - { - "from": [4, 13, 10], - "to": [6, 14, 12], - "faces": { - "north": {"uv": [12, 10, 12.5, 10.25], "texture": "#1"}, - "east": {"uv": [11.75, 12, 12.25, 12.25], "texture": "#1"}, - "south": {"uv": [12.25, 0.25, 12.75, 0.5], "texture": "#1"}, - "west": {"uv": [12.25, 0.5, 12.75, 0.75], "texture": "#1"}, - "up": {"uv": [0.5, 11.25, 0, 10.75], "texture": "#1"}, - "down": {"uv": [1, 10.75, 0.5, 11.25], "texture": "#1"} - } - }, - { - "from": [4, 2, 10], - "to": [6, 3, 12], - "faces": { - "north": {"uv": [0.75, 12.25, 1.25, 12.5], "texture": "#1"}, - "east": {"uv": [12.25, 1.75, 12.75, 2], "texture": "#1"}, - "south": {"uv": [2, 12.25, 2.5, 12.5], "texture": "#1"}, - "west": {"uv": [12.25, 2, 12.75, 2.25], "texture": "#1"}, - "up": {"uv": [1.5, 11.25, 1, 10.75], "texture": "#1"}, - "down": {"uv": [2, 10.75, 1.5, 11.25], "texture": "#1"} - } - }, - { - "from": [10, 14, 10], - "to": [13, 15, 13], - "faces": { - "north": {"uv": [8.75, 11.5, 9.5, 11.75], "texture": "#1"}, - "east": {"uv": [9.5, 11.5, 10.25, 11.75], "texture": "#1"}, - "south": {"uv": [10.25, 11.5, 11, 11.75], "texture": "#1"}, - "west": {"uv": [11.5, 10.25, 12.25, 10.5], "texture": "#1"}, - "up": {"uv": [0.75, 9.5, 0, 8.75], "texture": "#1"}, - "down": {"uv": [1.5, 8.75, 0.75, 9.5], "texture": "#1"} - } - }, - { - "from": [10, 1, 10], - "to": [13, 2, 13], - "faces": { - "north": {"uv": [11.5, 10.5, 12.25, 10.75], "texture": "#1"}, - "east": {"uv": [11, 11.5, 11.75, 11.75], "texture": "#1"}, - "south": {"uv": [11.5, 11.25, 12.25, 11.5], "texture": "#1"}, - "west": {"uv": [0, 11.75, 0.75, 12], "texture": "#1"}, - "up": {"uv": [2.25, 9.5, 1.5, 8.75], "texture": "#1"}, - "down": {"uv": [9.5, 4, 8.75, 4.75], "texture": "#1"} - } - }, - { - "from": [9.8, 4, 9.8], - "to": [10.7, 5.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [12.25, 2.25, 12.5, 2.75], "texture": "#1"}, - "east": {"uv": [2.5, 12.25, 2.75, 12.75], "texture": "#1"}, - "south": {"uv": [2.75, 12.25, 3, 12.75], "texture": "#1"}, - "west": {"uv": [12.25, 2.75, 12.5, 3.25], "texture": "#1"}, - "up": {"uv": [12.75, 3, 12.5, 2.75], "texture": "#1"}, - "down": {"uv": [3.25, 12.5, 3, 12.75], "texture": "#1"} - } - }, - { - "from": [9.539, 7, 9.539], - "to": [10.3085, 9, 10.3085], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [10.75, 12.25, 10.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.25, 10.75, 12.4375, 11.25], "texture": "#1"}, - "south": {"uv": [11, 12.25, 11.1875, 12.75], "texture": "#1"}, - "west": {"uv": [11.25, 12.25, 11.4375, 12.75], "texture": "#1"}, - "up": {"uv": [12.9375, 0.9375, 12.75, 0.75], "texture": "#1"}, - "down": {"uv": [1.1875, 12.75, 1, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.62, 6, 9.62], - "to": [10.43, 7, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.25, 12.5, 9.4375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 9.25, 12.6875, 9.5], "texture": "#1"}, - "south": {"uv": [9.5, 12.5, 9.6875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 9.5, 12.6875, 9.75], "texture": "#1"}, - "up": {"uv": [12.9375, 1.1875, 12.75, 1], "texture": "#1"}, - "down": {"uv": [1.4375, 12.75, 1.25, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.62, 9, 9.62], - "to": [10.43, 10, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.75, 12.5, 9.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 9.75, 12.6875, 10], "texture": "#1"}, - "south": {"uv": [10, 12.5, 10.1875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 10, 12.6875, 10.25], "texture": "#1"}, - "up": {"uv": [12.9375, 1.4375, 12.75, 1.25], "texture": "#1"}, - "down": {"uv": [1.6875, 12.75, 1.5, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.8, 10, 9.8], - "to": [10.7, 11.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [3.75, 12.25, 4, 12.75], "texture": "#1"}, - "east": {"uv": [4, 12.25, 4.25, 12.75], "texture": "#1"}, - "south": {"uv": [4.25, 12.25, 4.5, 12.75], "texture": "#1"}, - "west": {"uv": [4.5, 12.25, 4.75, 12.75], "texture": "#1"}, - "up": {"uv": [12.75, 3.25, 12.5, 3], "texture": "#1"}, - "down": {"uv": [3.5, 12.5, 3.25, 12.75], "texture": "#1"} - } - }, - { - "from": [10, 11, 10], - "to": [11, 13, 11], - "faces": { - "north": {"uv": [12.25, 4.5, 12.5, 5], "texture": "#1"}, - "east": {"uv": [4.75, 12.25, 5, 12.75], "texture": "#1"}, - "south": {"uv": [5, 12.25, 5.25, 12.75], "texture": "#1"}, - "west": {"uv": [12.25, 5, 12.5, 5.5], "texture": "#1"}, - "up": {"uv": [3.75, 12.75, 3.5, 12.5], "texture": "#1"}, - "down": {"uv": [12.75, 3.5, 12.5, 3.75], "texture": "#1"} - } - }, - { - "from": [10, 3, 10], - "to": [11, 5, 11], - "faces": { - "north": {"uv": [5.25, 12.25, 5.5, 12.75], "texture": "#1"}, - "east": {"uv": [5.5, 12.25, 5.75, 12.75], "texture": "#1"}, - "south": {"uv": [12.25, 5.5, 12.5, 6], "texture": "#1"}, - "west": {"uv": [5.75, 12.25, 6, 12.75], "texture": "#1"}, - "up": {"uv": [12.75, 4, 12.5, 3.75], "texture": "#1"}, - "down": {"uv": [12.75, 4, 12.5, 4.25], "texture": "#1"} - } - }, - { - "from": [10, 13, 10], - "to": [12, 14, 12], - "faces": { - "north": {"uv": [12.25, 3.25, 12.75, 3.5], "texture": "#1"}, - "east": {"uv": [6, 12.25, 6.5, 12.5], "texture": "#1"}, - "south": {"uv": [12.25, 6, 12.75, 6.25], "texture": "#1"}, - "west": {"uv": [12.25, 6.25, 12.75, 6.5], "texture": "#1"}, - "up": {"uv": [2.5, 11.25, 2, 10.75], "texture": "#1"}, - "down": {"uv": [4.25, 10.75, 3.75, 11.25], "texture": "#1"} - } - }, - { - "from": [10, 2, 10], - "to": [12, 3, 12], - "faces": { - "north": {"uv": [6.5, 12.25, 7, 12.5], "texture": "#1"}, - "east": {"uv": [12.25, 6.5, 12.75, 6.75], "texture": "#1"}, - "south": {"uv": [12.25, 6.75, 12.75, 7], "texture": "#1"}, - "west": {"uv": [7, 12.25, 7.5, 12.5], "texture": "#1"}, - "up": {"uv": [4.75, 11.25, 4.25, 10.75], "texture": "#1"}, - "down": {"uv": [5.25, 10.75, 4.75, 11.25], "texture": "#1"} - } - }, - { - "from": [6, 14, 10], - "to": [10, 15, 14], - "faces": { - "north": {"uv": [5.25, 10.75, 6.25, 11], "texture": "#1"}, - "east": {"uv": [6.25, 10.75, 7.25, 11], "texture": "#1"}, - "south": {"uv": [7.25, 10.75, 8.25, 11], "texture": "#1"}, - "west": {"uv": [10.75, 7.25, 11.75, 7.5], "texture": "#1"}, - "up": {"uv": [7, 5.75, 6, 4.75], "texture": "#1"}, - "down": {"uv": [6.25, 6, 5.25, 7], "texture": "#1"} - } - }, - { - "from": [6, 1, 10], - "to": [10, 2, 14], - "faces": { - "north": {"uv": [10.75, 7.5, 11.75, 7.75], "texture": "#1"}, - "east": {"uv": [10.75, 7.75, 11.75, 8], "texture": "#1"}, - "south": {"uv": [8.25, 10.75, 9.25, 11], "texture": "#1"}, - "west": {"uv": [9.25, 10.75, 10.25, 11], "texture": "#1"}, - "up": {"uv": [7.25, 6.75, 6.25, 5.75], "texture": "#1"}, - "down": {"uv": [4.5, 6.75, 3.5, 7.75], "texture": "#1"} - } - }, - { - "from": [6.2, 4, 9.8], - "to": [9.8, 5.9, 11.6], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [9.5, 0.75, 10.375, 1.25], "texture": "#1"}, - "east": {"uv": [11, 10.25, 11.4375, 10.75], "texture": "#1"}, - "south": {"uv": [1, 9.5, 1.875, 10], "texture": "#1"}, - "west": {"uv": [0, 11.25, 0.4375, 11.75], "texture": "#1"}, - "up": {"uv": [3.875, 10.4375, 3, 10], "texture": "#1"}, - "down": {"uv": [10.875, 4.75, 10, 5.1875], "texture": "#1"} - } - }, - { - "from": [6.461, 7, 9.539], - "to": [9.539, 9, 11.078], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [2, 10.25, 2.75, 10.75], "texture": "#1"}, - "east": {"uv": [11.75, 0.25, 12.125, 0.75], "texture": "#1"}, - "south": {"uv": [10.25, 2, 11, 2.5], "texture": "#1"}, - "west": {"uv": [0.75, 11.75, 1.125, 12.25], "texture": "#1"}, - "up": {"uv": [10.5, 10.625, 9.75, 10.25], "texture": "#1"}, - "down": {"uv": [11, 9.75, 10.25, 10.125], "texture": "#1"} - } - }, - { - "from": [6.38, 6, 9.62], - "to": [9.62, 7, 11.24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 1.75, 12.0625, 2], "texture": "#1"}, - "east": {"uv": [12.25, 11.25, 12.625, 11.5], "texture": "#1"}, - "south": {"uv": [3.5, 11.25, 4.3125, 11.5], "texture": "#1"}, - "west": {"uv": [11.5, 12.25, 11.875, 12.5], "texture": "#1"}, - "up": {"uv": [5.5625, 10.625, 4.75, 10.25], "texture": "#1"}, - "down": {"uv": [6.5625, 10.25, 5.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.38, 9, 9.62], - "to": [9.62, 10, 11.24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [4.5, 11.25, 5.3125, 11.5], "texture": "#1"}, - "east": {"uv": [12.25, 11.5, 12.625, 11.75], "texture": "#1"}, - "south": {"uv": [11.25, 4.5, 12.0625, 4.75], "texture": "#1"}, - "west": {"uv": [12.25, 11.75, 12.625, 12], "texture": "#1"}, - "up": {"uv": [11.0625, 6.125, 10.25, 5.75], "texture": "#1"}, - "down": {"uv": [11.0625, 6.25, 10.25, 6.625], "texture": "#1"} - } - }, - { - "from": [6.2, 10, 9.8], - "to": [9.8, 11.9, 11.6], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [3.25, 9.5, 4.125, 10], "texture": "#1"}, - "east": {"uv": [11.25, 0.25, 11.6875, 0.75], "texture": "#1"}, - "south": {"uv": [9.5, 4, 10.375, 4.5], "texture": "#1"}, - "west": {"uv": [0.5, 11.25, 0.9375, 11.75], "texture": "#1"}, - "up": {"uv": [10.875, 5.6875, 10, 5.25], "texture": "#1"}, - "down": {"uv": [10.875, 6.75, 10, 7.1875], "texture": "#1"} - } - }, - { - "from": [6, 11, 10], - "to": [10, 13, 12], - "faces": { - "north": {"uv": [8.5, 1, 9.5, 1.5], "texture": "#1"}, - "east": {"uv": [10.25, 10.75, 10.75, 11.25], "texture": "#1"}, - "south": {"uv": [4, 9, 5, 9.5], "texture": "#1"}, - "west": {"uv": [10.75, 10.75, 11.25, 11.25], "texture": "#1"}, - "up": {"uv": [10, 5.25, 9, 4.75], "texture": "#1"}, - "down": {"uv": [10, 5.25, 9, 5.75], "texture": "#1"} - } - }, - { - "from": [6, 3, 10], - "to": [10, 5, 12], - "faces": { - "north": {"uv": [9, 6.75, 10, 7.25], "texture": "#1"}, - "east": {"uv": [11, 2, 11.5, 2.5], "texture": "#1"}, - "south": {"uv": [9.25, 0.25, 10.25, 0.75], "texture": "#1"}, - "west": {"uv": [2.5, 11, 3, 11.5], "texture": "#1"}, - "up": {"uv": [10.25, 2.5, 9.25, 2], "texture": "#1"}, - "down": {"uv": [3.25, 9.25, 2.25, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 13, 10], - "to": [10, 14, 13], - "faces": { - "north": {"uv": [11, 0, 12, 0.25], "texture": "#1"}, - "east": {"uv": [11.75, 0.75, 12.5, 1], "texture": "#1"}, - "south": {"uv": [11, 2.5, 12, 2.75], "texture": "#1"}, - "west": {"uv": [11.75, 1, 12.5, 1.25], "texture": "#1"}, - "up": {"uv": [8.25, 8, 7.25, 7.25], "texture": "#1"}, - "down": {"uv": [8.5, 0, 7.5, 0.75], "texture": "#1"} - } - }, - { - "from": [6, 2, 10], - "to": [10, 3, 13], - "faces": { - "north": {"uv": [11, 2.75, 12, 3], "texture": "#1"}, - "east": {"uv": [1.25, 11.75, 2, 12], "texture": "#1"}, - "south": {"uv": [11, 3, 12, 3.25], "texture": "#1"}, - "west": {"uv": [11.75, 1.25, 12.5, 1.5], "texture": "#1"}, - "up": {"uv": [8.5, 1.5, 7.5, 0.75], "texture": "#1"}, - "down": {"uv": [5.5, 7.5, 4.5, 8.25], "texture": "#1"} - } - }, - { - "from": [6, 14, 2], - "to": [10, 15, 6], - "faces": { - "north": {"uv": [11, 3.25, 12, 3.5], "texture": "#1"}, - "east": {"uv": [11, 3.5, 12, 3.75], "texture": "#1"}, - "south": {"uv": [11, 3.75, 12, 4], "texture": "#1"}, - "west": {"uv": [11, 4, 12, 4.25], "texture": "#1"}, - "up": {"uv": [7.25, 7.75, 6.25, 6.75], "texture": "#1"}, - "down": {"uv": [1, 7, 0, 8], "texture": "#1"} - } - }, - { - "from": [6, 1, 2], - "to": [10, 2, 6], - "faces": { - "north": {"uv": [11, 4.25, 12, 4.5], "texture": "#1"}, - "east": {"uv": [11, 4.75, 12, 5], "texture": "#1"}, - "south": {"uv": [11, 5, 12, 5.25], "texture": "#1"}, - "west": {"uv": [5.25, 11, 6.25, 11.25], "texture": "#1"}, - "up": {"uv": [2, 8, 1, 7], "texture": "#1"}, - "down": {"uv": [3, 7, 2, 8], "texture": "#1"} - } - }, - { - "from": [6.2, 4, 4.4], - "to": [9.8, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [9.5, 8, 10.375, 8.5], "texture": "#1"}, - "east": {"uv": [11.25, 0.75, 11.6875, 1.25], "texture": "#1"}, - "south": {"uv": [2, 9.75, 2.875, 10.25], "texture": "#1"}, - "west": {"uv": [1, 11.25, 1.4375, 11.75], "texture": "#1"}, - "up": {"uv": [10.875, 9.6875, 10, 9.25], "texture": "#1"}, - "down": {"uv": [0.875, 10.25, 0, 10.6875], "texture": "#1"} - } - }, - { - "from": [6.461, 7, 4.922], - "to": [9.539, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [10.25, 2.5, 11, 3], "texture": "#1"}, - "east": {"uv": [2, 11.75, 2.375, 12.25], "texture": "#1"}, - "south": {"uv": [10.25, 3, 11, 3.5], "texture": "#1"}, - "west": {"uv": [2.5, 11.75, 2.875, 12.25], "texture": "#1"}, - "up": {"uv": [11.25, 1.125, 10.5, 0.75], "texture": "#1"}, - "down": {"uv": [11.25, 1.5, 10.5, 1.875], "texture": "#1"} - } - }, - { - "from": [6.38, 6, 4.76], - "to": [9.62, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 5.75, 12.0625, 6], "texture": "#1"}, - "east": {"uv": [12, 12.25, 12.375, 12.5], "texture": "#1"}, - "south": {"uv": [11.25, 6, 12.0625, 6.25], "texture": "#1"}, - "west": {"uv": [12.25, 12, 12.625, 12.25], "texture": "#1"}, - "up": {"uv": [7.5625, 10.625, 6.75, 10.25], "texture": "#1"}, - "down": {"uv": [8.5625, 10.25, 7.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.38, 9, 4.76], - "to": [9.62, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 6.25, 12.0625, 6.5], "texture": "#1"}, - "east": {"uv": [0, 12.5, 0.375, 12.75], "texture": "#1"}, - "south": {"uv": [11.25, 6.5, 12.0625, 6.75], "texture": "#1"}, - "west": {"uv": [12.5, 0, 12.875, 0.25], "texture": "#1"}, - "up": {"uv": [11.0625, 8.875, 10.25, 8.5], "texture": "#1"}, - "down": {"uv": [9.5625, 10.25, 8.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.2, 10, 4.4], - "to": [9.8, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [4.25, 9.75, 5.125, 10.25], "texture": "#1"}, - "east": {"uv": [11.25, 1.25, 11.6875, 1.75], "texture": "#1"}, - "south": {"uv": [5.25, 9.75, 6.125, 10.25], "texture": "#1"}, - "west": {"uv": [1.5, 11.25, 1.9375, 11.75], "texture": "#1"}, - "up": {"uv": [11.125, 0.6875, 10.25, 0.25], "texture": "#1"}, - "down": {"uv": [1.875, 10.25, 1, 10.6875], "texture": "#1"} - } - }, - { - "from": [6, 11, 4], - "to": [10, 13, 6], - "faces": { - "north": {"uv": [9.25, 2.5, 10.25, 3], "texture": "#1"}, - "east": {"uv": [3, 11, 3.5, 11.5], "texture": "#1"}, - "south": {"uv": [9.25, 3, 10.25, 3.5], "texture": "#1"}, - "west": {"uv": [11, 5.25, 11.5, 5.75], "texture": "#1"}, - "up": {"uv": [10.25, 4, 9.25, 3.5], "texture": "#1"}, - "down": {"uv": [6, 9.25, 5, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 3, 4], - "to": [10, 5, 6], - "faces": { - "north": {"uv": [9.25, 5.75, 10.25, 6.25], "texture": "#1"}, - "east": {"uv": [6.25, 11, 6.75, 11.5], "texture": "#1"}, - "south": {"uv": [6, 9.25, 7, 9.75], "texture": "#1"}, - "west": {"uv": [6.75, 11, 7.25, 11.5], "texture": "#1"}, - "up": {"uv": [10.25, 6.75, 9.25, 6.25], "texture": "#1"}, - "down": {"uv": [8, 9.25, 7, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 13, 3], - "to": [10, 14, 6], - "faces": { - "north": {"uv": [11, 6.75, 12, 7], "texture": "#1"}, - "east": {"uv": [11.75, 1.5, 12.5, 1.75], "texture": "#1"}, - "south": {"uv": [11, 7, 12, 7.25], "texture": "#1"}, - "west": {"uv": [3, 11.75, 3.75, 12], "texture": "#1"}, - "up": {"uv": [4, 8.5, 3, 7.75], "texture": "#1"}, - "down": {"uv": [8.75, 4, 7.75, 4.75], "texture": "#1"} - } - }, - { - "from": [6, 2, 3], - "to": [10, 3, 6], - "faces": { - "north": {"uv": [7.25, 11, 8.25, 11.25], "texture": "#1"}, - "east": {"uv": [3.75, 11.75, 4.5, 12], "texture": "#1"}, - "south": {"uv": [11, 8, 12, 8.25], "texture": "#1"}, - "west": {"uv": [4.5, 11.75, 5.25, 12], "texture": "#1"}, - "up": {"uv": [6.5, 8.5, 5.5, 7.75], "texture": "#1"}, - "down": {"uv": [1, 8, 0, 8.75], "texture": "#1"} - } - }, - { - "from": [2, 14, 6], - "to": [14, 15, 10], - "faces": { - "north": {"uv": [7.5, 1.5, 10.5, 1.75], "texture": "#1"}, - "east": {"uv": [8.25, 11, 9.25, 11.25], "texture": "#1"}, - "south": {"uv": [7.5, 1.75, 10.5, 2], "texture": "#1"}, - "west": {"uv": [11, 8.25, 12, 8.5], "texture": "#1"}, - "up": {"uv": [3, 1, 0, 0], "texture": "#1"}, - "down": {"uv": [3, 1, 0, 2], "texture": "#1"} - } - }, - { - "from": [2, 1, 6], - "to": [14, 2, 10], - "faces": { - "north": {"uv": [6.5, 8, 9.5, 8.25], "texture": "#1"}, - "east": {"uv": [11, 9, 12, 9.25], "texture": "#1"}, - "south": {"uv": [6.5, 8.25, 9.5, 8.5], "texture": "#1"}, - "west": {"uv": [9.25, 11, 10.25, 11.25], "texture": "#1"}, - "up": {"uv": [3, 3, 0, 2], "texture": "#1"}, - "down": {"uv": [3, 3, 0, 4], "texture": "#1"} - } - }, - { - "from": [4.4, 4, 6.2], - "to": [11.6, 5.9, 9.8], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [7.25, 3, 9.0625, 3.5], "texture": "#1"}, - "east": {"uv": [6.25, 9.75, 7.125, 10.25], "texture": "#1"}, - "south": {"uv": [7.25, 3.5, 9.0625, 4], "texture": "#1"}, - "west": {"uv": [7.25, 9.75, 8.125, 10.25], "texture": "#1"}, - "up": {"uv": [3.8125, 5.875, 2, 5], "texture": "#1"}, - "down": {"uv": [5.8125, 5, 4, 5.875], "texture": "#1"} - } - }, - { - "from": [4.922, 7, 6.461], - "to": [11.078, 9, 9.539], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [4.5, 7, 6.0625, 7.5], "texture": "#1"}, - "east": {"uv": [10.25, 3.5, 11, 4], "texture": "#1"}, - "south": {"uv": [7.25, 6.75, 8.8125, 7.25], "texture": "#1"}, - "west": {"uv": [4, 10.25, 4.75, 10.75], "texture": "#1"}, - "up": {"uv": [5.0625, 6.75, 3.5, 6], "texture": "#1"}, - "down": {"uv": [7.5625, 4, 6, 4.75], "texture": "#1"} - } - }, - { - "from": [4.76, 6, 6.38], - "to": [11.24, 7, 9.62], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.25, 9, 10.875, 9.25], "texture": "#1"}, - "east": {"uv": [7.25, 11.25, 8.0625, 11.5], "texture": "#1"}, - "south": {"uv": [9.5, 1.25, 11.125, 1.5], "texture": "#1"}, - "west": {"uv": [8.25, 11.25, 9.0625, 11.5], "texture": "#1"}, - "up": {"uv": [7.125, 2.8125, 5.5, 2], "texture": "#1"}, - "down": {"uv": [7.125, 3, 5.5, 3.8125], "texture": "#1"} - } - }, - { - "from": [4.76, 9, 6.38], - "to": [11.24, 10, 9.62], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.5, 4.5, 11.125, 4.75], "texture": "#1"}, - "east": {"uv": [11.25, 8.5, 12.0625, 8.75], "texture": "#1"}, - "south": {"uv": [0, 10, 1.625, 10.25], "texture": "#1"}, - "west": {"uv": [11.25, 8.75, 12.0625, 9], "texture": "#1"}, - "up": {"uv": [1.625, 6.8125, 0, 6], "texture": "#1"}, - "down": {"uv": [3.375, 6, 1.75, 6.8125], "texture": "#1"} - } - }, - { - "from": [4.4, 10, 6.2], - "to": [11.6, 11.9, 9.8], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [7.25, 5.75, 9.0625, 6.25], "texture": "#1"}, - "east": {"uv": [8.25, 9.75, 9.125, 10.25], "texture": "#1"}, - "south": {"uv": [7.25, 6.25, 9.0625, 6.75], "texture": "#1"}, - "west": {"uv": [9.25, 9.75, 10.125, 10.25], "texture": "#1"}, - "up": {"uv": [7.3125, 0.875, 5.5, 0], "texture": "#1"}, - "down": {"uv": [7.3125, 1, 5.5, 1.875], "texture": "#1"} - } - }, - { - "from": [4, 11, 6], - "to": [12, 13, 10], - "faces": { - "north": {"uv": [7, 4.75, 9, 5.25], "texture": "#1"}, - "east": {"uv": [8, 9.25, 9, 9.75], "texture": "#1"}, - "south": {"uv": [7, 5.25, 9, 5.75], "texture": "#1"}, - "west": {"uv": [9.25, 8.5, 10.25, 9], "texture": "#1"}, - "up": {"uv": [2, 5, 0, 4], "texture": "#1"}, - "down": {"uv": [4, 4, 2, 5], "texture": "#1"} - } - }, - { - "from": [4, 3, 6], - "to": [12, 5, 10], - "faces": { - "north": {"uv": [7.25, 2, 9.25, 2.5], "texture": "#1"}, - "east": {"uv": [9, 9.25, 10, 9.75], "texture": "#1"}, - "south": {"uv": [7.25, 2.5, 9.25, 3], "texture": "#1"}, - "west": {"uv": [0, 9.5, 1, 10], "texture": "#1"}, - "up": {"uv": [6, 5, 4, 4], "texture": "#1"}, - "down": {"uv": [2, 5, 0, 6], "texture": "#1"} - } - }, - { - "from": [3, 13, 6], - "to": [13, 14, 10], - "faces": { - "north": {"uv": [8.25, 7.25, 10.75, 7.5], "texture": "#1"}, - "east": {"uv": [11, 9.25, 12, 9.5], "texture": "#1"}, - "south": {"uv": [8.25, 7.5, 10.75, 7.75], "texture": "#1"}, - "west": {"uv": [11, 9.5, 12, 9.75], "texture": "#1"}, - "up": {"uv": [5.5, 1, 3, 0], "texture": "#1"}, - "down": {"uv": [5.5, 1, 3, 2], "texture": "#1"} - } - }, - { - "from": [3, 2, 6], - "to": [13, 3, 10], - "faces": { - "north": {"uv": [8.25, 7.75, 10.75, 8], "texture": "#1"}, - "east": {"uv": [11, 9.75, 12, 10], "texture": "#1"}, - "south": {"uv": [8.5, 0, 11, 0.25], "texture": "#1"}, - "west": {"uv": [11, 10, 12, 10.25], "texture": "#1"}, - "up": {"uv": [5.5, 3, 3, 2], "texture": "#1"}, - "down": {"uv": [5.5, 3, 3, 4], "texture": "#1"} - } - }, - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [7, 8, 11, 8.25], "texture": "#0"}, - "east": {"uv": [8, 7, 12, 7.25], "texture": "#0"}, - "south": {"uv": [8, 7.25, 12, 7.5], "texture": "#0"}, - "west": {"uv": [8, 7.5, 12, 7.75], "texture": "#0"}, - "up": {"uv": [4, 4, 0, 0], "texture": "#0"}, - "down": {"uv": [4, 4, 0, 8], "texture": "#0"} - } - }, - { - "from": [0, 15, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [8, 7.75, 12, 8], "texture": "#0"}, - "east": {"uv": [7, 8.25, 11, 8.5], "texture": "#0"}, - "south": {"uv": [8.5, 0, 12.5, 0.25], "texture": "#0"}, - "west": {"uv": [8.5, 0.25, 12.5, 0.5], "texture": "#0"}, - "up": {"uv": [8, 4, 4, 0], "texture": "#0"}, - "down": {"uv": [8, 4, 4, 8], "texture": "#0"} - } - }, - { - "from": [14, 1, 0], - "to": [16, 15, 2], - "faces": { - "north": {"uv": [0, 8, 0.5, 11.5], "texture": "#0"}, - "east": {"uv": [8, 0, 8.5, 3.5], "texture": "#0"}, - "south": {"uv": [0.5, 8, 1, 11.5], "texture": "#0"}, - "west": {"uv": [1, 8, 1.5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 1, 8.5, 0.5], "texture": "#0"}, - "down": {"uv": [9, 1, 8.5, 1.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 0], - "to": [2, 15, 2], - "faces": { - "north": {"uv": [1.5, 8, 2, 11.5], "texture": "#0"}, - "east": {"uv": [2, 8, 2.5, 11.5], "texture": "#0"}, - "south": {"uv": [2.5, 8, 3, 11.5], "texture": "#0"}, - "west": {"uv": [3, 8, 3.5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 2, 8.5, 1.5], "texture": "#0"}, - "down": {"uv": [9, 2, 8.5, 2.5], "texture": "#0"} - } - }, - { - "from": [14, 1, 14], - "to": [16, 15, 16], - "faces": { - "north": {"uv": [3.5, 8, 4, 11.5], "texture": "#0"}, - "east": {"uv": [8, 3.5, 8.5, 7], "texture": "#0"}, - "south": {"uv": [4, 8, 4.5, 11.5], "texture": "#0"}, - "west": {"uv": [4.5, 8, 5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 3, 8.5, 2.5], "texture": "#0"}, - "down": {"uv": [9, 3, 8.5, 3.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 14], - "to": [2, 15, 16], - "faces": { - "north": {"uv": [5, 8, 5.5, 11.5], "texture": "#0"}, - "east": {"uv": [5.5, 8, 6, 11.5], "texture": "#0"}, - "south": {"uv": [6, 8, 6.5, 11.5], "texture": "#0"}, - "west": {"uv": [6.5, 8, 7, 11.5], "texture": "#0"}, - "up": {"uv": [9, 4, 8.5, 3.5], "texture": "#0"}, - "down": {"uv": [9, 4, 8.5, 4.5], "texture": "#0"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "children": [ - { - "name": "Pillar", - "origin": [0, 0, 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, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76] - }, - { - "name": "Casing", - "origin": [0, 0, 0], - "children": [77, 78, 79, 80, 81, 82] - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/models/block/wikidium_singularity_resource_generator_lit.json b/src/main/resources/assets/cuboidmod/models/block/wikidium_singularity_resource_generator_lit.json deleted file mode 100644 index 3584090..0000000 --- a/src/main/resources/assets/cuboidmod/models/block/wikidium_singularity_resource_generator_lit.json +++ /dev/null @@ -1,1061 +0,0 @@ -{ - "credit": "Made with Blockbench", - "parent": "minecraft:block/block", - "texture_size": [64, 64], - "textures": { - "0": "cuboidmod:model/wikidium_singularity_resource_generator_casing", - "1": "cuboidmod:model/singularity_resource_generator_pillar_lit", - "particle": "cuboidmod:model/wikidium_singularity_resource_generator_casing" - }, - "elements": [ - { - "from": [10, 14, 3], - "to": [13, 15, 6], - "faces": { - "north": {"uv": [4.5, 6.75, 5.25, 7], "texture": "#1"}, - "east": {"uv": [5.5, 7.5, 6.25, 7.75], "texture": "#1"}, - "south": {"uv": [6.5, 7.75, 7.25, 8], "texture": "#1"}, - "west": {"uv": [3.25, 9.25, 4, 9.5], "texture": "#1"}, - "up": {"uv": [1.75, 8.75, 1, 8], "texture": "#1"}, - "down": {"uv": [2.5, 8, 1.75, 8.75], "texture": "#1"} - } - }, - { - "from": [10, 1, 3], - "to": [13, 2, 6], - "faces": { - "north": {"uv": [4.25, 9.5, 5, 9.75], "texture": "#1"}, - "east": {"uv": [5.5, 11.25, 6.25, 11.5], "texture": "#1"}, - "south": {"uv": [9.25, 11.25, 10, 11.5], "texture": "#1"}, - "west": {"uv": [10, 11.25, 10.75, 11.5], "texture": "#1"}, - "up": {"uv": [4.75, 9, 4, 8.25], "texture": "#1"}, - "down": {"uv": [5.5, 8.25, 4.75, 9], "texture": "#1"} - } - }, - { - "from": [9.8, 4, 5.3], - "to": [10.7, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [2.25, 8.75, 2.5, 9.25], "texture": "#1"}, - "east": {"uv": [5.25, 11.75, 5.5, 12.25], "texture": "#1"}, - "south": {"uv": [5.5, 11.75, 5.75, 12.25], "texture": "#1"}, - "west": {"uv": [5.75, 11.75, 6, 12.25], "texture": "#1"}, - "up": {"uv": [6.25, 6, 6, 5.75], "texture": "#1"}, - "down": {"uv": [9.5, 0.75, 9.25, 1], "texture": "#1"} - } - }, - { - "from": [9.539, 7, 5.6915], - "to": [10.3085, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [12.25, 7, 12.4375, 7.5], "texture": "#1"}, - "east": {"uv": [7.5, 12.25, 7.6875, 12.75], "texture": "#1"}, - "south": {"uv": [12.25, 7.5, 12.4375, 8], "texture": "#1"}, - "west": {"uv": [7.75, 12.25, 7.9375, 12.75], "texture": "#1"}, - "up": {"uv": [10.4375, 12.6875, 10.25, 12.5], "texture": "#1"}, - "down": {"uv": [12.6875, 10.25, 12.5, 10.4375], "texture": "#1"} - } - }, - { - "from": [9.62, 6, 5.57], - "to": [10.43, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 4.25, 12.6875, 4.5], "texture": "#1"}, - "east": {"uv": [12.5, 4.5, 12.6875, 4.75], "texture": "#1"}, - "south": {"uv": [12.5, 4.75, 12.6875, 5], "texture": "#1"}, - "west": {"uv": [12.5, 5, 12.6875, 5.25], "texture": "#1"}, - "up": {"uv": [10.6875, 12.6875, 10.5, 12.5], "texture": "#1"}, - "down": {"uv": [12.6875, 10.5, 12.5, 10.6875], "texture": "#1"} - } - }, - { - "from": [9.62, 9, 5.57], - "to": [10.43, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 5.25, 12.6875, 5.5], "texture": "#1"}, - "east": {"uv": [12.5, 5.5, 12.6875, 5.75], "texture": "#1"}, - "south": {"uv": [12.5, 5.75, 12.6875, 6], "texture": "#1"}, - "west": {"uv": [6, 12.5, 6.1875, 12.75], "texture": "#1"}, - "up": {"uv": [12.6875, 10.9375, 12.5, 10.75], "texture": "#1"}, - "down": {"uv": [12.6875, 11, 12.5, 11.1875], "texture": "#1"} - } - }, - { - "from": [9.8, 10, 5.3], - "to": [10.7, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [6, 11.75, 6.25, 12.25], "texture": "#1"}, - "east": {"uv": [6.25, 11.75, 6.5, 12.25], "texture": "#1"}, - "south": {"uv": [6.5, 11.75, 6.75, 12.25], "texture": "#1"}, - "west": {"uv": [6.75, 11.75, 7, 12.25], "texture": "#1"}, - "up": {"uv": [2.25, 9.75, 2, 9.5], "texture": "#1"}, - "down": {"uv": [3.25, 9.75, 3, 10], "texture": "#1"} - } - }, - { - "from": [10, 11, 5], - "to": [11, 13, 6], - "faces": { - "north": {"uv": [7, 11.75, 7.25, 12.25], "texture": "#1"}, - "east": {"uv": [7.25, 11.75, 7.5, 12.25], "texture": "#1"}, - "south": {"uv": [11.75, 7.25, 12, 7.75], "texture": "#1"}, - "west": {"uv": [7.5, 11.75, 7.75, 12.25], "texture": "#1"}, - "up": {"uv": [2, 10.25, 1.75, 10], "texture": "#1"}, - "down": {"uv": [4.25, 10, 4, 10.25], "texture": "#1"} - } - }, - { - "from": [10, 3, 5], - "to": [11, 5, 6], - "faces": { - "north": {"uv": [7.75, 11.75, 8, 12.25], "texture": "#1"}, - "east": {"uv": [8, 11.75, 8.25, 12.25], "texture": "#1"}, - "south": {"uv": [8.25, 11.75, 8.5, 12.25], "texture": "#1"}, - "west": {"uv": [8.5, 11.75, 8.75, 12.25], "texture": "#1"}, - "up": {"uv": [3, 10.5, 2.75, 10.25], "texture": "#1"}, - "down": {"uv": [4, 10.5, 3.75, 10.75], "texture": "#1"} - } - }, - { - "from": [10, 13, 4], - "to": [12, 14, 6], - "faces": { - "north": {"uv": [3, 7.5, 3.5, 7.75], "texture": "#1"}, - "east": {"uv": [5, 9, 5.5, 9.25], "texture": "#1"}, - "south": {"uv": [2, 11.25, 2.5, 11.5], "texture": "#1"}, - "west": {"uv": [11.75, 7.75, 12.25, 8], "texture": "#1"}, - "up": {"uv": [3.5, 7.5, 3, 7], "texture": "#1"}, - "down": {"uv": [4.5, 7.75, 4, 8.25], "texture": "#1"} - } - }, - { - "from": [10, 2, 4], - "to": [12, 3, 6], - "faces": { - "north": {"uv": [8.75, 11.75, 9.25, 12], "texture": "#1"}, - "east": {"uv": [9.25, 11.75, 9.75, 12], "texture": "#1"}, - "south": {"uv": [9.75, 11.75, 10.25, 12], "texture": "#1"}, - "west": {"uv": [10.25, 11.75, 10.75, 12], "texture": "#1"}, - "up": {"uv": [3, 8.5, 2.5, 8], "texture": "#1"}, - "down": {"uv": [3.25, 10.5, 2.75, 11], "texture": "#1"} - } - }, - { - "from": [3, 14, 3], - "to": [6, 15, 6], - "faces": { - "north": {"uv": [10.75, 11.25, 11.5, 11.5], "texture": "#1"}, - "east": {"uv": [11.25, 10.75, 12, 11], "texture": "#1"}, - "south": {"uv": [11.25, 11, 12, 11.25], "texture": "#1"}, - "west": {"uv": [2, 11.5, 2.75, 11.75], "texture": "#1"}, - "up": {"uv": [9.25, 1, 8.5, 0.25], "texture": "#1"}, - "down": {"uv": [3.25, 8.5, 2.5, 9.25], "texture": "#1"} - } - }, - { - "from": [3, 1, 3], - "to": [6, 2, 6], - "faces": { - "north": {"uv": [11.5, 2, 12.25, 2.25], "texture": "#1"}, - "east": {"uv": [11.5, 2.25, 12.25, 2.5], "texture": "#1"}, - "south": {"uv": [2.75, 11.5, 3.5, 11.75], "texture": "#1"}, - "west": {"uv": [3.5, 11.5, 4.25, 11.75], "texture": "#1"}, - "up": {"uv": [4, 9.25, 3.25, 8.5], "texture": "#1"}, - "down": {"uv": [6.25, 8.5, 5.5, 9.25], "texture": "#1"} - } - }, - { - "from": [5.3, 4, 5.3], - "to": [6.2, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [10.75, 11.75, 11, 12.25], "texture": "#1"}, - "east": {"uv": [11, 11.75, 11.25, 12.25], "texture": "#1"}, - "south": {"uv": [11.25, 11.75, 11.5, 12.25], "texture": "#1"}, - "west": {"uv": [11.5, 11.75, 11.75, 12.25], "texture": "#1"}, - "up": {"uv": [2.75, 11, 2.5, 10.75], "texture": "#1"}, - "down": {"uv": [3.75, 11, 3.5, 11.25], "texture": "#1"} - } - }, - { - "from": [5.6915, 7, 5.6915], - "to": [6.461, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [8, 12.25, 8.1875, 12.75], "texture": "#1"}, - "east": {"uv": [12.25, 8, 12.4375, 8.5], "texture": "#1"}, - "south": {"uv": [8.25, 12.25, 8.4375, 12.75], "texture": "#1"}, - "west": {"uv": [8.5, 12.25, 8.6875, 12.75], "texture": "#1"}, - "up": {"uv": [11.6875, 12.6875, 11.5, 12.5], "texture": "#1"}, - "down": {"uv": [11.9375, 12.5, 11.75, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.57, 6, 5.57], - "to": [6.38, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [6.25, 12.5, 6.4375, 12.75], "texture": "#1"}, - "east": {"uv": [6.5, 12.5, 6.6875, 12.75], "texture": "#1"}, - "south": {"uv": [6.75, 12.5, 6.9375, 12.75], "texture": "#1"}, - "west": {"uv": [7, 12.5, 7.1875, 12.75], "texture": "#1"}, - "up": {"uv": [12.1875, 12.6875, 12, 12.5], "texture": "#1"}, - "down": {"uv": [12.4375, 12.5, 12.25, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.57, 9, 5.57], - "to": [6.38, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 7, 12.6875, 7.25], "texture": "#1"}, - "east": {"uv": [7.25, 12.5, 7.4375, 12.75], "texture": "#1"}, - "south": {"uv": [12.5, 7.25, 12.6875, 7.5], "texture": "#1"}, - "west": {"uv": [12.5, 7.5, 12.6875, 7.75], "texture": "#1"}, - "up": {"uv": [12.6875, 12.4375, 12.5, 12.25], "texture": "#1"}, - "down": {"uv": [12.6875, 12.5, 12.5, 12.6875], "texture": "#1"} - } - }, - { - "from": [5.3, 10, 5.3], - "to": [6.2, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [11.75, 11.5, 12, 12], "texture": "#1"}, - "east": {"uv": [0, 12, 0.25, 12.5], "texture": "#1"}, - "south": {"uv": [0.25, 12, 0.5, 12.5], "texture": "#1"}, - "west": {"uv": [0.5, 12, 0.75, 12.5], "texture": "#1"}, - "up": {"uv": [0.75, 12.75, 0.5, 12.5], "texture": "#1"}, - "down": {"uv": [1, 12.5, 0.75, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 11, 5], - "to": [6, 13, 6], - "faces": { - "north": {"uv": [1.25, 12, 1.5, 12.5], "texture": "#1"}, - "east": {"uv": [1.5, 12, 1.75, 12.5], "texture": "#1"}, - "south": {"uv": [1.75, 12, 2, 12.5], "texture": "#1"}, - "west": {"uv": [12, 2.5, 12.25, 3], "texture": "#1"}, - "up": {"uv": [12.75, 1, 12.5, 0.75], "texture": "#1"}, - "down": {"uv": [1.25, 12.5, 1, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 3, 5], - "to": [6, 5, 6], - "faces": { - "north": {"uv": [3, 12, 3.25, 12.5], "texture": "#1"}, - "east": {"uv": [12, 3, 12.25, 3.5], "texture": "#1"}, - "south": {"uv": [3.25, 12, 3.5, 12.5], "texture": "#1"}, - "west": {"uv": [3.5, 12, 3.75, 12.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.25, 12.5, 1], "texture": "#1"}, - "down": {"uv": [1.5, 12.5, 1.25, 12.75], "texture": "#1"} - } - }, - { - "from": [4, 13, 4], - "to": [6, 14, 6], - "faces": { - "north": {"uv": [12, 0, 12.5, 0.25], "texture": "#1"}, - "east": {"uv": [12, 3.5, 12.5, 3.75], "texture": "#1"}, - "south": {"uv": [3.75, 12, 4.25, 12.25], "texture": "#1"}, - "west": {"uv": [12, 3.75, 12.5, 4], "texture": "#1"}, - "up": {"uv": [3.75, 11, 3.25, 10.5], "texture": "#1"}, - "down": {"uv": [11, 4, 10.5, 4.5], "texture": "#1"} - } - }, - { - "from": [4, 2, 4], - "to": [6, 3, 6], - "faces": { - "north": {"uv": [12, 4, 12.5, 4.25], "texture": "#1"}, - "east": {"uv": [4.25, 12, 4.75, 12.25], "texture": "#1"}, - "south": {"uv": [12, 4.25, 12.5, 4.5], "texture": "#1"}, - "west": {"uv": [4.75, 12, 5.25, 12.25], "texture": "#1"}, - "up": {"uv": [11, 8.5, 10.5, 8], "texture": "#1"}, - "down": {"uv": [11, 10.25, 10.5, 10.75], "texture": "#1"} - } - }, - { - "from": [3, 14, 10], - "to": [6, 15, 13], - "faces": { - "north": {"uv": [4.25, 11.5, 5, 11.75], "texture": "#1"}, - "east": {"uv": [5, 11.5, 5.75, 11.75], "texture": "#1"}, - "south": {"uv": [11.5, 5.25, 12.25, 5.5], "texture": "#1"}, - "west": {"uv": [11.5, 5.5, 12.25, 5.75], "texture": "#1"}, - "up": {"uv": [7, 9.25, 6.25, 8.5], "texture": "#1"}, - "down": {"uv": [7.75, 8.5, 7, 9.25], "texture": "#1"} - } - }, - { - "from": [3, 1, 10], - "to": [6, 2, 13], - "faces": { - "north": {"uv": [5.75, 11.5, 6.5, 11.75], "texture": "#1"}, - "east": {"uv": [6.5, 11.5, 7.25, 11.75], "texture": "#1"}, - "south": {"uv": [7.25, 11.5, 8, 11.75], "texture": "#1"}, - "west": {"uv": [8, 11.5, 8.75, 11.75], "texture": "#1"}, - "up": {"uv": [8.5, 9.25, 7.75, 8.5], "texture": "#1"}, - "down": {"uv": [9.25, 8.5, 8.5, 9.25], "texture": "#1"} - } - }, - { - "from": [5.3, 4, 9.8], - "to": [6.2, 5.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [12, 4.75, 12.25, 5.25], "texture": "#1"}, - "east": {"uv": [12, 6.75, 12.25, 7.25], "texture": "#1"}, - "south": {"uv": [12, 7.25, 12.25, 7.75], "texture": "#1"}, - "west": {"uv": [12, 8, 12.25, 8.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.5, 12.5, 1.25], "texture": "#1"}, - "down": {"uv": [1.75, 12.5, 1.5, 12.75], "texture": "#1"} - } - }, - { - "from": [5.6915, 7, 9.539], - "to": [6.461, 9, 10.3085], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [12.25, 8.5, 12.4375, 9], "texture": "#1"}, - "east": {"uv": [12.25, 9, 12.4375, 9.5], "texture": "#1"}, - "south": {"uv": [12.25, 9.5, 12.4375, 10], "texture": "#1"}, - "west": {"uv": [12.25, 10.25, 12.4375, 10.75], "texture": "#1"}, - "up": {"uv": [0.1875, 12.9375, 0, 12.75], "texture": "#1"}, - "down": {"uv": [0.4375, 12.75, 0.25, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.57, 6, 9.62], - "to": [6.38, 7, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [12.5, 7.75, 12.6875, 8], "texture": "#1"}, - "east": {"uv": [12.5, 8, 12.6875, 8.25], "texture": "#1"}, - "south": {"uv": [12.5, 8.25, 12.6875, 8.5], "texture": "#1"}, - "west": {"uv": [12.5, 8.5, 12.6875, 8.75], "texture": "#1"}, - "up": {"uv": [12.9375, 0.4375, 12.75, 0.25], "texture": "#1"}, - "down": {"uv": [0.6875, 12.75, 0.5, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.57, 9, 9.62], - "to": [6.38, 10, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [8.75, 12.5, 8.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 8.75, 12.6875, 9], "texture": "#1"}, - "south": {"uv": [9, 12.5, 9.1875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 9, 12.6875, 9.25], "texture": "#1"}, - "up": {"uv": [12.9375, 0.6875, 12.75, 0.5], "texture": "#1"}, - "down": {"uv": [0.9375, 12.75, 0.75, 12.9375], "texture": "#1"} - } - }, - { - "from": [5.3, 10, 9.8], - "to": [6.2, 11.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [8.75, 12, 9, 12.5], "texture": "#1"}, - "east": {"uv": [9, 12, 9.25, 12.5], "texture": "#1"}, - "south": {"uv": [12, 9, 12.25, 9.5], "texture": "#1"}, - "west": {"uv": [9.25, 12, 9.5, 12.5], "texture": "#1"}, - "up": {"uv": [12.75, 1.75, 12.5, 1.5], "texture": "#1"}, - "down": {"uv": [2, 12.5, 1.75, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 11, 10], - "to": [6, 13, 11], - "faces": { - "north": {"uv": [9.5, 12, 9.75, 12.5], "texture": "#1"}, - "east": {"uv": [12, 9.5, 12.25, 10], "texture": "#1"}, - "south": {"uv": [9.75, 12, 10, 12.5], "texture": "#1"}, - "west": {"uv": [10, 12, 10.25, 12.5], "texture": "#1"}, - "up": {"uv": [2.25, 12.75, 2, 12.5], "texture": "#1"}, - "down": {"uv": [2.5, 12.5, 2.25, 12.75], "texture": "#1"} - } - }, - { - "from": [5, 3, 10], - "to": [6, 5, 11], - "faces": { - "north": {"uv": [10.25, 12, 10.5, 12.5], "texture": "#1"}, - "east": {"uv": [10.5, 12, 10.75, 12.5], "texture": "#1"}, - "south": {"uv": [12, 10.75, 12.25, 11.25], "texture": "#1"}, - "west": {"uv": [12, 11.5, 12.25, 12], "texture": "#1"}, - "up": {"uv": [12.75, 2.5, 12.5, 2.25], "texture": "#1"}, - "down": {"uv": [12.75, 2.5, 12.5, 2.75], "texture": "#1"} - } - }, - { - "from": [4, 13, 10], - "to": [6, 14, 12], - "faces": { - "north": {"uv": [12, 10, 12.5, 10.25], "texture": "#1"}, - "east": {"uv": [11.75, 12, 12.25, 12.25], "texture": "#1"}, - "south": {"uv": [12.25, 0.25, 12.75, 0.5], "texture": "#1"}, - "west": {"uv": [12.25, 0.5, 12.75, 0.75], "texture": "#1"}, - "up": {"uv": [0.5, 11.25, 0, 10.75], "texture": "#1"}, - "down": {"uv": [1, 10.75, 0.5, 11.25], "texture": "#1"} - } - }, - { - "from": [4, 2, 10], - "to": [6, 3, 12], - "faces": { - "north": {"uv": [0.75, 12.25, 1.25, 12.5], "texture": "#1"}, - "east": {"uv": [12.25, 1.75, 12.75, 2], "texture": "#1"}, - "south": {"uv": [2, 12.25, 2.5, 12.5], "texture": "#1"}, - "west": {"uv": [12.25, 2, 12.75, 2.25], "texture": "#1"}, - "up": {"uv": [1.5, 11.25, 1, 10.75], "texture": "#1"}, - "down": {"uv": [2, 10.75, 1.5, 11.25], "texture": "#1"} - } - }, - { - "from": [10, 14, 10], - "to": [13, 15, 13], - "faces": { - "north": {"uv": [8.75, 11.5, 9.5, 11.75], "texture": "#1"}, - "east": {"uv": [9.5, 11.5, 10.25, 11.75], "texture": "#1"}, - "south": {"uv": [10.25, 11.5, 11, 11.75], "texture": "#1"}, - "west": {"uv": [11.5, 10.25, 12.25, 10.5], "texture": "#1"}, - "up": {"uv": [0.75, 9.5, 0, 8.75], "texture": "#1"}, - "down": {"uv": [1.5, 8.75, 0.75, 9.5], "texture": "#1"} - } - }, - { - "from": [10, 1, 10], - "to": [13, 2, 13], - "faces": { - "north": {"uv": [11.5, 10.5, 12.25, 10.75], "texture": "#1"}, - "east": {"uv": [11, 11.5, 11.75, 11.75], "texture": "#1"}, - "south": {"uv": [11.5, 11.25, 12.25, 11.5], "texture": "#1"}, - "west": {"uv": [0, 11.75, 0.75, 12], "texture": "#1"}, - "up": {"uv": [2.25, 9.5, 1.5, 8.75], "texture": "#1"}, - "down": {"uv": [9.5, 4, 8.75, 4.75], "texture": "#1"} - } - }, - { - "from": [9.8, 4, 9.8], - "to": [10.7, 5.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [12.25, 2.25, 12.5, 2.75], "texture": "#1"}, - "east": {"uv": [2.5, 12.25, 2.75, 12.75], "texture": "#1"}, - "south": {"uv": [2.75, 12.25, 3, 12.75], "texture": "#1"}, - "west": {"uv": [12.25, 2.75, 12.5, 3.25], "texture": "#1"}, - "up": {"uv": [12.75, 3, 12.5, 2.75], "texture": "#1"}, - "down": {"uv": [3.25, 12.5, 3, 12.75], "texture": "#1"} - } - }, - { - "from": [9.539, 7, 9.539], - "to": [10.3085, 9, 10.3085], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [10.75, 12.25, 10.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.25, 10.75, 12.4375, 11.25], "texture": "#1"}, - "south": {"uv": [11, 12.25, 11.1875, 12.75], "texture": "#1"}, - "west": {"uv": [11.25, 12.25, 11.4375, 12.75], "texture": "#1"}, - "up": {"uv": [12.9375, 0.9375, 12.75, 0.75], "texture": "#1"}, - "down": {"uv": [1.1875, 12.75, 1, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.62, 6, 9.62], - "to": [10.43, 7, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.25, 12.5, 9.4375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 9.25, 12.6875, 9.5], "texture": "#1"}, - "south": {"uv": [9.5, 12.5, 9.6875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 9.5, 12.6875, 9.75], "texture": "#1"}, - "up": {"uv": [12.9375, 1.1875, 12.75, 1], "texture": "#1"}, - "down": {"uv": [1.4375, 12.75, 1.25, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.62, 9, 9.62], - "to": [10.43, 10, 10.43], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.75, 12.5, 9.9375, 12.75], "texture": "#1"}, - "east": {"uv": [12.5, 9.75, 12.6875, 10], "texture": "#1"}, - "south": {"uv": [10, 12.5, 10.1875, 12.75], "texture": "#1"}, - "west": {"uv": [12.5, 10, 12.6875, 10.25], "texture": "#1"}, - "up": {"uv": [12.9375, 1.4375, 12.75, 1.25], "texture": "#1"}, - "down": {"uv": [1.6875, 12.75, 1.5, 12.9375], "texture": "#1"} - } - }, - { - "from": [9.8, 10, 9.8], - "to": [10.7, 11.9, 10.7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [3.75, 12.25, 4, 12.75], "texture": "#1"}, - "east": {"uv": [4, 12.25, 4.25, 12.75], "texture": "#1"}, - "south": {"uv": [4.25, 12.25, 4.5, 12.75], "texture": "#1"}, - "west": {"uv": [4.5, 12.25, 4.75, 12.75], "texture": "#1"}, - "up": {"uv": [12.75, 3.25, 12.5, 3], "texture": "#1"}, - "down": {"uv": [3.5, 12.5, 3.25, 12.75], "texture": "#1"} - } - }, - { - "from": [10, 11, 10], - "to": [11, 13, 11], - "faces": { - "north": {"uv": [12.25, 4.5, 12.5, 5], "texture": "#1"}, - "east": {"uv": [4.75, 12.25, 5, 12.75], "texture": "#1"}, - "south": {"uv": [5, 12.25, 5.25, 12.75], "texture": "#1"}, - "west": {"uv": [12.25, 5, 12.5, 5.5], "texture": "#1"}, - "up": {"uv": [3.75, 12.75, 3.5, 12.5], "texture": "#1"}, - "down": {"uv": [12.75, 3.5, 12.5, 3.75], "texture": "#1"} - } - }, - { - "from": [10, 3, 10], - "to": [11, 5, 11], - "faces": { - "north": {"uv": [5.25, 12.25, 5.5, 12.75], "texture": "#1"}, - "east": {"uv": [5.5, 12.25, 5.75, 12.75], "texture": "#1"}, - "south": {"uv": [12.25, 5.5, 12.5, 6], "texture": "#1"}, - "west": {"uv": [5.75, 12.25, 6, 12.75], "texture": "#1"}, - "up": {"uv": [12.75, 4, 12.5, 3.75], "texture": "#1"}, - "down": {"uv": [12.75, 4, 12.5, 4.25], "texture": "#1"} - } - }, - { - "from": [10, 13, 10], - "to": [12, 14, 12], - "faces": { - "north": {"uv": [12.25, 3.25, 12.75, 3.5], "texture": "#1"}, - "east": {"uv": [6, 12.25, 6.5, 12.5], "texture": "#1"}, - "south": {"uv": [12.25, 6, 12.75, 6.25], "texture": "#1"}, - "west": {"uv": [12.25, 6.25, 12.75, 6.5], "texture": "#1"}, - "up": {"uv": [2.5, 11.25, 2, 10.75], "texture": "#1"}, - "down": {"uv": [4.25, 10.75, 3.75, 11.25], "texture": "#1"} - } - }, - { - "from": [10, 2, 10], - "to": [12, 3, 12], - "faces": { - "north": {"uv": [6.5, 12.25, 7, 12.5], "texture": "#1"}, - "east": {"uv": [12.25, 6.5, 12.75, 6.75], "texture": "#1"}, - "south": {"uv": [12.25, 6.75, 12.75, 7], "texture": "#1"}, - "west": {"uv": [7, 12.25, 7.5, 12.5], "texture": "#1"}, - "up": {"uv": [4.75, 11.25, 4.25, 10.75], "texture": "#1"}, - "down": {"uv": [5.25, 10.75, 4.75, 11.25], "texture": "#1"} - } - }, - { - "from": [6, 14, 10], - "to": [10, 15, 14], - "faces": { - "north": {"uv": [5.25, 10.75, 6.25, 11], "texture": "#1"}, - "east": {"uv": [6.25, 10.75, 7.25, 11], "texture": "#1"}, - "south": {"uv": [7.25, 10.75, 8.25, 11], "texture": "#1"}, - "west": {"uv": [10.75, 7.25, 11.75, 7.5], "texture": "#1"}, - "up": {"uv": [7, 5.75, 6, 4.75], "texture": "#1"}, - "down": {"uv": [6.25, 6, 5.25, 7], "texture": "#1"} - } - }, - { - "from": [6, 1, 10], - "to": [10, 2, 14], - "faces": { - "north": {"uv": [10.75, 7.5, 11.75, 7.75], "texture": "#1"}, - "east": {"uv": [10.75, 7.75, 11.75, 8], "texture": "#1"}, - "south": {"uv": [8.25, 10.75, 9.25, 11], "texture": "#1"}, - "west": {"uv": [9.25, 10.75, 10.25, 11], "texture": "#1"}, - "up": {"uv": [7.25, 6.75, 6.25, 5.75], "texture": "#1"}, - "down": {"uv": [4.5, 6.75, 3.5, 7.75], "texture": "#1"} - } - }, - { - "from": [6.2, 4, 9.8], - "to": [9.8, 5.9, 11.6], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [9.5, 0.75, 10.375, 1.25], "texture": "#1"}, - "east": {"uv": [11, 10.25, 11.4375, 10.75], "texture": "#1"}, - "south": {"uv": [1, 9.5, 1.875, 10], "texture": "#1"}, - "west": {"uv": [0, 11.25, 0.4375, 11.75], "texture": "#1"}, - "up": {"uv": [3.875, 10.4375, 3, 10], "texture": "#1"}, - "down": {"uv": [10.875, 4.75, 10, 5.1875], "texture": "#1"} - } - }, - { - "from": [6.461, 7, 9.539], - "to": [9.539, 9, 11.078], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [2, 10.25, 2.75, 10.75], "texture": "#1"}, - "east": {"uv": [11.75, 0.25, 12.125, 0.75], "texture": "#1"}, - "south": {"uv": [10.25, 2, 11, 2.5], "texture": "#1"}, - "west": {"uv": [0.75, 11.75, 1.125, 12.25], "texture": "#1"}, - "up": {"uv": [10.5, 10.625, 9.75, 10.25], "texture": "#1"}, - "down": {"uv": [11, 9.75, 10.25, 10.125], "texture": "#1"} - } - }, - { - "from": [6.38, 6, 9.62], - "to": [9.62, 7, 11.24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 1.75, 12.0625, 2], "texture": "#1"}, - "east": {"uv": [12.25, 11.25, 12.625, 11.5], "texture": "#1"}, - "south": {"uv": [3.5, 11.25, 4.3125, 11.5], "texture": "#1"}, - "west": {"uv": [11.5, 12.25, 11.875, 12.5], "texture": "#1"}, - "up": {"uv": [5.5625, 10.625, 4.75, 10.25], "texture": "#1"}, - "down": {"uv": [6.5625, 10.25, 5.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.38, 9, 9.62], - "to": [9.62, 10, 11.24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [4.5, 11.25, 5.3125, 11.5], "texture": "#1"}, - "east": {"uv": [12.25, 11.5, 12.625, 11.75], "texture": "#1"}, - "south": {"uv": [11.25, 4.5, 12.0625, 4.75], "texture": "#1"}, - "west": {"uv": [12.25, 11.75, 12.625, 12], "texture": "#1"}, - "up": {"uv": [11.0625, 6.125, 10.25, 5.75], "texture": "#1"}, - "down": {"uv": [11.0625, 6.25, 10.25, 6.625], "texture": "#1"} - } - }, - { - "from": [6.2, 10, 9.8], - "to": [9.8, 11.9, 11.6], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [3.25, 9.5, 4.125, 10], "texture": "#1"}, - "east": {"uv": [11.25, 0.25, 11.6875, 0.75], "texture": "#1"}, - "south": {"uv": [9.5, 4, 10.375, 4.5], "texture": "#1"}, - "west": {"uv": [0.5, 11.25, 0.9375, 11.75], "texture": "#1"}, - "up": {"uv": [10.875, 5.6875, 10, 5.25], "texture": "#1"}, - "down": {"uv": [10.875, 6.75, 10, 7.1875], "texture": "#1"} - } - }, - { - "from": [6, 11, 10], - "to": [10, 13, 12], - "faces": { - "north": {"uv": [8.5, 1, 9.5, 1.5], "texture": "#1"}, - "east": {"uv": [10.25, 10.75, 10.75, 11.25], "texture": "#1"}, - "south": {"uv": [4, 9, 5, 9.5], "texture": "#1"}, - "west": {"uv": [10.75, 10.75, 11.25, 11.25], "texture": "#1"}, - "up": {"uv": [10, 5.25, 9, 4.75], "texture": "#1"}, - "down": {"uv": [10, 5.25, 9, 5.75], "texture": "#1"} - } - }, - { - "from": [6, 3, 10], - "to": [10, 5, 12], - "faces": { - "north": {"uv": [9, 6.75, 10, 7.25], "texture": "#1"}, - "east": {"uv": [11, 2, 11.5, 2.5], "texture": "#1"}, - "south": {"uv": [9.25, 0.25, 10.25, 0.75], "texture": "#1"}, - "west": {"uv": [2.5, 11, 3, 11.5], "texture": "#1"}, - "up": {"uv": [10.25, 2.5, 9.25, 2], "texture": "#1"}, - "down": {"uv": [3.25, 9.25, 2.25, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 13, 10], - "to": [10, 14, 13], - "faces": { - "north": {"uv": [11, 0, 12, 0.25], "texture": "#1"}, - "east": {"uv": [11.75, 0.75, 12.5, 1], "texture": "#1"}, - "south": {"uv": [11, 2.5, 12, 2.75], "texture": "#1"}, - "west": {"uv": [11.75, 1, 12.5, 1.25], "texture": "#1"}, - "up": {"uv": [8.25, 8, 7.25, 7.25], "texture": "#1"}, - "down": {"uv": [8.5, 0, 7.5, 0.75], "texture": "#1"} - } - }, - { - "from": [6, 2, 10], - "to": [10, 3, 13], - "faces": { - "north": {"uv": [11, 2.75, 12, 3], "texture": "#1"}, - "east": {"uv": [1.25, 11.75, 2, 12], "texture": "#1"}, - "south": {"uv": [11, 3, 12, 3.25], "texture": "#1"}, - "west": {"uv": [11.75, 1.25, 12.5, 1.5], "texture": "#1"}, - "up": {"uv": [8.5, 1.5, 7.5, 0.75], "texture": "#1"}, - "down": {"uv": [5.5, 7.5, 4.5, 8.25], "texture": "#1"} - } - }, - { - "from": [6, 14, 2], - "to": [10, 15, 6], - "faces": { - "north": {"uv": [11, 3.25, 12, 3.5], "texture": "#1"}, - "east": {"uv": [11, 3.5, 12, 3.75], "texture": "#1"}, - "south": {"uv": [11, 3.75, 12, 4], "texture": "#1"}, - "west": {"uv": [11, 4, 12, 4.25], "texture": "#1"}, - "up": {"uv": [7.25, 7.75, 6.25, 6.75], "texture": "#1"}, - "down": {"uv": [1, 7, 0, 8], "texture": "#1"} - } - }, - { - "from": [6, 1, 2], - "to": [10, 2, 6], - "faces": { - "north": {"uv": [11, 4.25, 12, 4.5], "texture": "#1"}, - "east": {"uv": [11, 4.75, 12, 5], "texture": "#1"}, - "south": {"uv": [11, 5, 12, 5.25], "texture": "#1"}, - "west": {"uv": [5.25, 11, 6.25, 11.25], "texture": "#1"}, - "up": {"uv": [2, 8, 1, 7], "texture": "#1"}, - "down": {"uv": [3, 7, 2, 8], "texture": "#1"} - } - }, - { - "from": [6.2, 4, 4.4], - "to": [9.8, 5.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [9.5, 8, 10.375, 8.5], "texture": "#1"}, - "east": {"uv": [11.25, 0.75, 11.6875, 1.25], "texture": "#1"}, - "south": {"uv": [2, 9.75, 2.875, 10.25], "texture": "#1"}, - "west": {"uv": [1, 11.25, 1.4375, 11.75], "texture": "#1"}, - "up": {"uv": [10.875, 9.6875, 10, 9.25], "texture": "#1"}, - "down": {"uv": [0.875, 10.25, 0, 10.6875], "texture": "#1"} - } - }, - { - "from": [6.461, 7, 4.922], - "to": [9.539, 9, 6.461], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [10.25, 2.5, 11, 3], "texture": "#1"}, - "east": {"uv": [2, 11.75, 2.375, 12.25], "texture": "#1"}, - "south": {"uv": [10.25, 3, 11, 3.5], "texture": "#1"}, - "west": {"uv": [2.5, 11.75, 2.875, 12.25], "texture": "#1"}, - "up": {"uv": [11.25, 1.125, 10.5, 0.75], "texture": "#1"}, - "down": {"uv": [11.25, 1.5, 10.5, 1.875], "texture": "#1"} - } - }, - { - "from": [6.38, 6, 4.76], - "to": [9.62, 7, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 5.75, 12.0625, 6], "texture": "#1"}, - "east": {"uv": [12, 12.25, 12.375, 12.5], "texture": "#1"}, - "south": {"uv": [11.25, 6, 12.0625, 6.25], "texture": "#1"}, - "west": {"uv": [12.25, 12, 12.625, 12.25], "texture": "#1"}, - "up": {"uv": [7.5625, 10.625, 6.75, 10.25], "texture": "#1"}, - "down": {"uv": [8.5625, 10.25, 7.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.38, 9, 4.76], - "to": [9.62, 10, 6.38], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [11.25, 6.25, 12.0625, 6.5], "texture": "#1"}, - "east": {"uv": [0, 12.5, 0.375, 12.75], "texture": "#1"}, - "south": {"uv": [11.25, 6.5, 12.0625, 6.75], "texture": "#1"}, - "west": {"uv": [12.5, 0, 12.875, 0.25], "texture": "#1"}, - "up": {"uv": [11.0625, 8.875, 10.25, 8.5], "texture": "#1"}, - "down": {"uv": [9.5625, 10.25, 8.75, 10.625], "texture": "#1"} - } - }, - { - "from": [6.2, 10, 4.4], - "to": [9.8, 11.9, 6.2], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [4.25, 9.75, 5.125, 10.25], "texture": "#1"}, - "east": {"uv": [11.25, 1.25, 11.6875, 1.75], "texture": "#1"}, - "south": {"uv": [5.25, 9.75, 6.125, 10.25], "texture": "#1"}, - "west": {"uv": [1.5, 11.25, 1.9375, 11.75], "texture": "#1"}, - "up": {"uv": [11.125, 0.6875, 10.25, 0.25], "texture": "#1"}, - "down": {"uv": [1.875, 10.25, 1, 10.6875], "texture": "#1"} - } - }, - { - "from": [6, 11, 4], - "to": [10, 13, 6], - "faces": { - "north": {"uv": [9.25, 2.5, 10.25, 3], "texture": "#1"}, - "east": {"uv": [3, 11, 3.5, 11.5], "texture": "#1"}, - "south": {"uv": [9.25, 3, 10.25, 3.5], "texture": "#1"}, - "west": {"uv": [11, 5.25, 11.5, 5.75], "texture": "#1"}, - "up": {"uv": [10.25, 4, 9.25, 3.5], "texture": "#1"}, - "down": {"uv": [6, 9.25, 5, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 3, 4], - "to": [10, 5, 6], - "faces": { - "north": {"uv": [9.25, 5.75, 10.25, 6.25], "texture": "#1"}, - "east": {"uv": [6.25, 11, 6.75, 11.5], "texture": "#1"}, - "south": {"uv": [6, 9.25, 7, 9.75], "texture": "#1"}, - "west": {"uv": [6.75, 11, 7.25, 11.5], "texture": "#1"}, - "up": {"uv": [10.25, 6.75, 9.25, 6.25], "texture": "#1"}, - "down": {"uv": [8, 9.25, 7, 9.75], "texture": "#1"} - } - }, - { - "from": [6, 13, 3], - "to": [10, 14, 6], - "faces": { - "north": {"uv": [11, 6.75, 12, 7], "texture": "#1"}, - "east": {"uv": [11.75, 1.5, 12.5, 1.75], "texture": "#1"}, - "south": {"uv": [11, 7, 12, 7.25], "texture": "#1"}, - "west": {"uv": [3, 11.75, 3.75, 12], "texture": "#1"}, - "up": {"uv": [4, 8.5, 3, 7.75], "texture": "#1"}, - "down": {"uv": [8.75, 4, 7.75, 4.75], "texture": "#1"} - } - }, - { - "from": [6, 2, 3], - "to": [10, 3, 6], - "faces": { - "north": {"uv": [7.25, 11, 8.25, 11.25], "texture": "#1"}, - "east": {"uv": [3.75, 11.75, 4.5, 12], "texture": "#1"}, - "south": {"uv": [11, 8, 12, 8.25], "texture": "#1"}, - "west": {"uv": [4.5, 11.75, 5.25, 12], "texture": "#1"}, - "up": {"uv": [6.5, 8.5, 5.5, 7.75], "texture": "#1"}, - "down": {"uv": [1, 8, 0, 8.75], "texture": "#1"} - } - }, - { - "from": [2, 14, 6], - "to": [14, 15, 10], - "faces": { - "north": {"uv": [7.5, 1.5, 10.5, 1.75], "texture": "#1"}, - "east": {"uv": [8.25, 11, 9.25, 11.25], "texture": "#1"}, - "south": {"uv": [7.5, 1.75, 10.5, 2], "texture": "#1"}, - "west": {"uv": [11, 8.25, 12, 8.5], "texture": "#1"}, - "up": {"uv": [3, 1, 0, 0], "texture": "#1"}, - "down": {"uv": [3, 1, 0, 2], "texture": "#1"} - } - }, - { - "from": [2, 1, 6], - "to": [14, 2, 10], - "faces": { - "north": {"uv": [6.5, 8, 9.5, 8.25], "texture": "#1"}, - "east": {"uv": [11, 9, 12, 9.25], "texture": "#1"}, - "south": {"uv": [6.5, 8.25, 9.5, 8.5], "texture": "#1"}, - "west": {"uv": [9.25, 11, 10.25, 11.25], "texture": "#1"}, - "up": {"uv": [3, 3, 0, 2], "texture": "#1"}, - "down": {"uv": [3, 3, 0, 4], "texture": "#1"} - } - }, - { - "from": [4.4, 4, 6.2], - "to": [11.6, 5.9, 9.8], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [7.25, 3, 9.0625, 3.5], "texture": "#1"}, - "east": {"uv": [6.25, 9.75, 7.125, 10.25], "texture": "#1"}, - "south": {"uv": [7.25, 3.5, 9.0625, 4], "texture": "#1"}, - "west": {"uv": [7.25, 9.75, 8.125, 10.25], "texture": "#1"}, - "up": {"uv": [3.8125, 5.875, 2, 5], "texture": "#1"}, - "down": {"uv": [5.8125, 5, 4, 5.875], "texture": "#1"} - } - }, - { - "from": [4.922, 7, 6.461], - "to": [11.078, 9, 9.539], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.4645, 8]}, - "faces": { - "north": {"uv": [4.5, 7, 6.0625, 7.5], "texture": "#1"}, - "east": {"uv": [10.25, 3.5, 11, 4], "texture": "#1"}, - "south": {"uv": [7.25, 6.75, 8.8125, 7.25], "texture": "#1"}, - "west": {"uv": [4, 10.25, 4.75, 10.75], "texture": "#1"}, - "up": {"uv": [5.0625, 6.75, 3.5, 6], "texture": "#1"}, - "down": {"uv": [7.5625, 4, 6, 4.75], "texture": "#1"} - } - }, - { - "from": [4.76, 6, 6.38], - "to": [11.24, 7, 9.62], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.25, 9, 10.875, 9.25], "texture": "#1"}, - "east": {"uv": [7.25, 11.25, 8.0625, 11.5], "texture": "#1"}, - "south": {"uv": [9.5, 1.25, 11.125, 1.5], "texture": "#1"}, - "west": {"uv": [8.25, 11.25, 9.0625, 11.5], "texture": "#1"}, - "up": {"uv": [7.125, 2.8125, 5.5, 2], "texture": "#1"}, - "down": {"uv": [7.125, 3, 5.5, 3.8125], "texture": "#1"} - } - }, - { - "from": [4.76, 9, 6.38], - "to": [11.24, 10, 9.62], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.91, 8]}, - "faces": { - "north": {"uv": [9.5, 4.5, 11.125, 4.75], "texture": "#1"}, - "east": {"uv": [11.25, 8.5, 12.0625, 8.75], "texture": "#1"}, - "south": {"uv": [0, 10, 1.625, 10.25], "texture": "#1"}, - "west": {"uv": [11.25, 8.75, 12.0625, 9], "texture": "#1"}, - "up": {"uv": [1.625, 6.8125, 0, 6], "texture": "#1"}, - "down": {"uv": [3.375, 6, 1.75, 6.8125], "texture": "#1"} - } - }, - { - "from": [4.4, 10, 6.2], - "to": [11.6, 11.9, 9.8], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 9.9, 8]}, - "faces": { - "north": {"uv": [7.25, 5.75, 9.0625, 6.25], "texture": "#1"}, - "east": {"uv": [8.25, 9.75, 9.125, 10.25], "texture": "#1"}, - "south": {"uv": [7.25, 6.25, 9.0625, 6.75], "texture": "#1"}, - "west": {"uv": [9.25, 9.75, 10.125, 10.25], "texture": "#1"}, - "up": {"uv": [7.3125, 0.875, 5.5, 0], "texture": "#1"}, - "down": {"uv": [7.3125, 1, 5.5, 1.875], "texture": "#1"} - } - }, - { - "from": [4, 11, 6], - "to": [12, 13, 10], - "faces": { - "north": {"uv": [7, 4.75, 9, 5.25], "texture": "#1"}, - "east": {"uv": [8, 9.25, 9, 9.75], "texture": "#1"}, - "south": {"uv": [7, 5.25, 9, 5.75], "texture": "#1"}, - "west": {"uv": [9.25, 8.5, 10.25, 9], "texture": "#1"}, - "up": {"uv": [2, 5, 0, 4], "texture": "#1"}, - "down": {"uv": [4, 4, 2, 5], "texture": "#1"} - } - }, - { - "from": [4, 3, 6], - "to": [12, 5, 10], - "faces": { - "north": {"uv": [7.25, 2, 9.25, 2.5], "texture": "#1"}, - "east": {"uv": [9, 9.25, 10, 9.75], "texture": "#1"}, - "south": {"uv": [7.25, 2.5, 9.25, 3], "texture": "#1"}, - "west": {"uv": [0, 9.5, 1, 10], "texture": "#1"}, - "up": {"uv": [6, 5, 4, 4], "texture": "#1"}, - "down": {"uv": [2, 5, 0, 6], "texture": "#1"} - } - }, - { - "from": [3, 13, 6], - "to": [13, 14, 10], - "faces": { - "north": {"uv": [8.25, 7.25, 10.75, 7.5], "texture": "#1"}, - "east": {"uv": [11, 9.25, 12, 9.5], "texture": "#1"}, - "south": {"uv": [8.25, 7.5, 10.75, 7.75], "texture": "#1"}, - "west": {"uv": [11, 9.5, 12, 9.75], "texture": "#1"}, - "up": {"uv": [5.5, 1, 3, 0], "texture": "#1"}, - "down": {"uv": [5.5, 1, 3, 2], "texture": "#1"} - } - }, - { - "from": [3, 2, 6], - "to": [13, 3, 10], - "faces": { - "north": {"uv": [8.25, 7.75, 10.75, 8], "texture": "#1"}, - "east": {"uv": [11, 9.75, 12, 10], "texture": "#1"}, - "south": {"uv": [8.5, 0, 11, 0.25], "texture": "#1"}, - "west": {"uv": [11, 10, 12, 10.25], "texture": "#1"}, - "up": {"uv": [5.5, 3, 3, 2], "texture": "#1"}, - "down": {"uv": [5.5, 3, 3, 4], "texture": "#1"} - } - }, - { - "from": [0, 0, 0], - "to": [16, 1, 16], - "faces": { - "north": {"uv": [7, 8, 11, 8.25], "texture": "#0"}, - "east": {"uv": [8, 7, 12, 7.25], "texture": "#0"}, - "south": {"uv": [8, 7.25, 12, 7.5], "texture": "#0"}, - "west": {"uv": [8, 7.5, 12, 7.75], "texture": "#0"}, - "up": {"uv": [4, 4, 0, 0], "texture": "#0"}, - "down": {"uv": [4, 4, 0, 8], "texture": "#0"} - } - }, - { - "from": [0, 15, 0], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [8, 7.75, 12, 8], "texture": "#0"}, - "east": {"uv": [7, 8.25, 11, 8.5], "texture": "#0"}, - "south": {"uv": [8.5, 0, 12.5, 0.25], "texture": "#0"}, - "west": {"uv": [8.5, 0.25, 12.5, 0.5], "texture": "#0"}, - "up": {"uv": [8, 4, 4, 0], "texture": "#0"}, - "down": {"uv": [8, 4, 4, 8], "texture": "#0"} - } - }, - { - "from": [14, 1, 0], - "to": [16, 15, 2], - "faces": { - "north": {"uv": [0, 8, 0.5, 11.5], "texture": "#0"}, - "east": {"uv": [8, 0, 8.5, 3.5], "texture": "#0"}, - "south": {"uv": [0.5, 8, 1, 11.5], "texture": "#0"}, - "west": {"uv": [1, 8, 1.5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 1, 8.5, 0.5], "texture": "#0"}, - "down": {"uv": [9, 1, 8.5, 1.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 0], - "to": [2, 15, 2], - "faces": { - "north": {"uv": [1.5, 8, 2, 11.5], "texture": "#0"}, - "east": {"uv": [2, 8, 2.5, 11.5], "texture": "#0"}, - "south": {"uv": [2.5, 8, 3, 11.5], "texture": "#0"}, - "west": {"uv": [3, 8, 3.5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 2, 8.5, 1.5], "texture": "#0"}, - "down": {"uv": [9, 2, 8.5, 2.5], "texture": "#0"} - } - }, - { - "from": [14, 1, 14], - "to": [16, 15, 16], - "faces": { - "north": {"uv": [3.5, 8, 4, 11.5], "texture": "#0"}, - "east": {"uv": [8, 3.5, 8.5, 7], "texture": "#0"}, - "south": {"uv": [4, 8, 4.5, 11.5], "texture": "#0"}, - "west": {"uv": [4.5, 8, 5, 11.5], "texture": "#0"}, - "up": {"uv": [9, 3, 8.5, 2.5], "texture": "#0"}, - "down": {"uv": [9, 3, 8.5, 3.5], "texture": "#0"} - } - }, - { - "from": [0, 1, 14], - "to": [2, 15, 16], - "faces": { - "north": {"uv": [5, 8, 5.5, 11.5], "texture": "#0"}, - "east": {"uv": [5.5, 8, 6, 11.5], "texture": "#0"}, - "south": {"uv": [6, 8, 6.5, 11.5], "texture": "#0"}, - "west": {"uv": [6.5, 8, 7, 11.5], "texture": "#0"}, - "up": {"uv": [9, 4, 8.5, 3.5], "texture": "#0"}, - "down": {"uv": [9, 4, 8.5, 4.5], "texture": "#0"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "children": [ - { - "name": "Pillar", - "origin": [0, 0, 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, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76] - }, - { - "name": "Casing", - "origin": [0, 0, 0], - "children": [77, 78, 79, 80, 81, 82] - } - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/cuboidmod/textures/model/cryogenic_dimensional_teleporter_base.png b/src/main/resources/assets/cuboidmod/textures/block/model/cryogenic_dimensional_teleporter_base.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/cryogenic_dimensional_teleporter_base.png rename to src/main/resources/assets/cuboidmod/textures/block/model/cryogenic_dimensional_teleporter_base.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/cryogenic_dimensional_teleporter_pillar.png b/src/main/resources/assets/cuboidmod/textures/block/model/cryogenic_dimensional_teleporter_pillar.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/cryogenic_dimensional_teleporter_pillar.png rename to src/main/resources/assets/cuboidmod/textures/block/model/cryogenic_dimensional_teleporter_pillar.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/cryogenic_dimensional_teleporter_pillar_lit.png b/src/main/resources/assets/cuboidmod/textures/block/model/cryogenic_dimensional_teleporter_pillar_lit.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/cryogenic_dimensional_teleporter_pillar_lit.png rename to src/main/resources/assets/cuboidmod/textures/block/model/cryogenic_dimensional_teleporter_pillar_lit.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/cryogenic_dimensional_teleporter_pillar_lit.png.mcmeta b/src/main/resources/assets/cuboidmod/textures/block/model/cryogenic_dimensional_teleporter_pillar_lit.png.mcmeta similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/cryogenic_dimensional_teleporter_pillar_lit.png.mcmeta rename to src/main/resources/assets/cuboidmod/textures/block/model/cryogenic_dimensional_teleporter_pillar_lit.png.mcmeta diff --git a/src/main/resources/assets/cuboidmod/textures/model/inscriber_back.png b/src/main/resources/assets/cuboidmod/textures/block/model/inscriber_back.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/inscriber_back.png rename to src/main/resources/assets/cuboidmod/textures/block/model/inscriber_back.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/inscriber_bottom.png b/src/main/resources/assets/cuboidmod/textures/block/model/inscriber_bottom.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/inscriber_bottom.png rename to src/main/resources/assets/cuboidmod/textures/block/model/inscriber_bottom.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/inscriber_left.png b/src/main/resources/assets/cuboidmod/textures/block/model/inscriber_left.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/inscriber_left.png rename to src/main/resources/assets/cuboidmod/textures/block/model/inscriber_left.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/inscriber_right.png b/src/main/resources/assets/cuboidmod/textures/block/model/inscriber_right.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/inscriber_right.png rename to src/main/resources/assets/cuboidmod/textures/block/model/inscriber_right.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/inscriber_top.png b/src/main/resources/assets/cuboidmod/textures/block/model/inscriber_top.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/inscriber_top.png rename to src/main/resources/assets/cuboidmod/textures/block/model/inscriber_top.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/inscriber_window.png b/src/main/resources/assets/cuboidmod/textures/block/model/inscriber_window.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/inscriber_window.png rename to src/main/resources/assets/cuboidmod/textures/block/model/inscriber_window.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/inscriber_window_lit.png b/src/main/resources/assets/cuboidmod/textures/block/model/inscriber_window_lit.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/inscriber_window_lit.png rename to src/main/resources/assets/cuboidmod/textures/block/model/inscriber_window_lit.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/kudbebedda_chest.png b/src/main/resources/assets/cuboidmod/textures/block/model/kudbebedda_chest.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/kudbebedda_chest.png rename to src/main/resources/assets/cuboidmod/textures/block/model/kudbebedda_chest.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/kudbebedda_quantum_collapser.png b/src/main/resources/assets/cuboidmod/textures/block/model/kudbebedda_quantum_collapser.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/kudbebedda_quantum_collapser.png rename to src/main/resources/assets/cuboidmod/textures/block/model/kudbebedda_quantum_collapser.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/kudbebedda_singularity_power_gen_frame.png b/src/main/resources/assets/cuboidmod/textures/block/model/kudbebedda_singularity_power_gen_frame.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/kudbebedda_singularity_power_gen_frame.png rename to src/main/resources/assets/cuboidmod/textures/block/model/kudbebedda_singularity_power_gen_frame.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/kudbebedda_singularity_resource_generator_casing.png b/src/main/resources/assets/cuboidmod/textures/block/model/kudbebedda_singularity_resource_generator_casing.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/kudbebedda_singularity_resource_generator_casing.png rename to src/main/resources/assets/cuboidmod/textures/block/model/kudbebedda_singularity_resource_generator_casing.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/molecular_recycler_core.png b/src/main/resources/assets/cuboidmod/textures/block/model/molecular_recycler_core.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/molecular_recycler_core.png rename to src/main/resources/assets/cuboidmod/textures/block/model/molecular_recycler_core.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/molecular_recycler_core_lit.png b/src/main/resources/assets/cuboidmod/textures/block/model/molecular_recycler_core_lit.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/molecular_recycler_core_lit.png rename to src/main/resources/assets/cuboidmod/textures/block/model/molecular_recycler_core_lit.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/molecular_recycler_core_lit.png.mcmeta b/src/main/resources/assets/cuboidmod/textures/block/model/molecular_recycler_core_lit.png.mcmeta similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/molecular_recycler_core_lit.png.mcmeta rename to src/main/resources/assets/cuboidmod/textures/block/model/molecular_recycler_core_lit.png.mcmeta diff --git a/src/main/resources/assets/cuboidmod/textures/model/molecular_recycler_frame.png b/src/main/resources/assets/cuboidmod/textures/block/model/molecular_recycler_frame.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/molecular_recycler_frame.png rename to src/main/resources/assets/cuboidmod/textures/block/model/molecular_recycler_frame.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/notarfbadium_chest.png b/src/main/resources/assets/cuboidmod/textures/block/model/notarfbadium_chest.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/notarfbadium_chest.png rename to src/main/resources/assets/cuboidmod/textures/block/model/notarfbadium_chest.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/notarfbadium_quantum_collapser.png b/src/main/resources/assets/cuboidmod/textures/block/model/notarfbadium_quantum_collapser.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/notarfbadium_quantum_collapser.png rename to src/main/resources/assets/cuboidmod/textures/block/model/notarfbadium_quantum_collapser.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/notarfbadium_singularity_power_gen_frame.png b/src/main/resources/assets/cuboidmod/textures/block/model/notarfbadium_singularity_power_gen_frame.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/notarfbadium_singularity_power_gen_frame.png rename to src/main/resources/assets/cuboidmod/textures/block/model/notarfbadium_singularity_power_gen_frame.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/notarfbadium_singularity_resource_generator_casing.png b/src/main/resources/assets/cuboidmod/textures/block/model/notarfbadium_singularity_resource_generator_casing.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/notarfbadium_singularity_resource_generator_casing.png rename to src/main/resources/assets/cuboidmod/textures/block/model/notarfbadium_singularity_resource_generator_casing.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/notsogudium_chest.png b/src/main/resources/assets/cuboidmod/textures/block/model/notsogudium_chest.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/notsogudium_chest.png rename to src/main/resources/assets/cuboidmod/textures/block/model/notsogudium_chest.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/notsogudium_quantum_collapser.png b/src/main/resources/assets/cuboidmod/textures/block/model/notsogudium_quantum_collapser.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/notsogudium_quantum_collapser.png rename to src/main/resources/assets/cuboidmod/textures/block/model/notsogudium_quantum_collapser.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/notsogudium_singularity_power_gen_frame.png b/src/main/resources/assets/cuboidmod/textures/block/model/notsogudium_singularity_power_gen_frame.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/notsogudium_singularity_power_gen_frame.png rename to src/main/resources/assets/cuboidmod/textures/block/model/notsogudium_singularity_power_gen_frame.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/notsogudium_singularity_resource_generator_casing.png b/src/main/resources/assets/cuboidmod/textures/block/model/notsogudium_singularity_resource_generator_casing.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/notsogudium_singularity_resource_generator_casing.png rename to src/main/resources/assets/cuboidmod/textures/block/model/notsogudium_singularity_resource_generator_casing.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/quantum_collapser_panel.png b/src/main/resources/assets/cuboidmod/textures/block/model/quantum_collapser_panel.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/quantum_collapser_panel.png rename to src/main/resources/assets/cuboidmod/textures/block/model/quantum_collapser_panel.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/quantum_collapser_panel_lit.png b/src/main/resources/assets/cuboidmod/textures/block/model/quantum_collapser_panel_lit.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/quantum_collapser_panel_lit.png rename to src/main/resources/assets/cuboidmod/textures/block/model/quantum_collapser_panel_lit.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/quantum_collapser_panel_lit.png.mcmeta b/src/main/resources/assets/cuboidmod/textures/block/model/quantum_collapser_panel_lit.png.mcmeta similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/quantum_collapser_panel_lit.png.mcmeta rename to src/main/resources/assets/cuboidmod/textures/block/model/quantum_collapser_panel_lit.png.mcmeta diff --git a/src/main/resources/assets/cuboidmod/textures/model/quantum_transmutation_chamber_casing.png b/src/main/resources/assets/cuboidmod/textures/block/model/quantum_transmutation_chamber_casing.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/quantum_transmutation_chamber_casing.png rename to src/main/resources/assets/cuboidmod/textures/block/model/quantum_transmutation_chamber_casing.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/quantum_transmutation_chamber_core.png b/src/main/resources/assets/cuboidmod/textures/block/model/quantum_transmutation_chamber_core.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/quantum_transmutation_chamber_core.png rename to src/main/resources/assets/cuboidmod/textures/block/model/quantum_transmutation_chamber_core.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/quantum_transmutation_chamber_core_lit.png b/src/main/resources/assets/cuboidmod/textures/block/model/quantum_transmutation_chamber_core_lit.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/quantum_transmutation_chamber_core_lit.png rename to src/main/resources/assets/cuboidmod/textures/block/model/quantum_transmutation_chamber_core_lit.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/quantum_transmutation_chamber_core_lit.png.mcmeta b/src/main/resources/assets/cuboidmod/textures/block/model/quantum_transmutation_chamber_core_lit.png.mcmeta similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/quantum_transmutation_chamber_core_lit.png.mcmeta rename to src/main/resources/assets/cuboidmod/textures/block/model/quantum_transmutation_chamber_core_lit.png.mcmeta diff --git a/src/main/resources/assets/cuboidmod/textures/model/singularity_power_gen_core.png b/src/main/resources/assets/cuboidmod/textures/block/model/singularity_power_gen_core.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/singularity_power_gen_core.png rename to src/main/resources/assets/cuboidmod/textures/block/model/singularity_power_gen_core.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/singularity_power_gen_core_lit.png b/src/main/resources/assets/cuboidmod/textures/block/model/singularity_power_gen_core_lit.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/singularity_power_gen_core_lit.png rename to src/main/resources/assets/cuboidmod/textures/block/model/singularity_power_gen_core_lit.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/singularity_power_gen_core_lit.png.mcmeta b/src/main/resources/assets/cuboidmod/textures/block/model/singularity_power_gen_core_lit.png.mcmeta similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/singularity_power_gen_core_lit.png.mcmeta rename to src/main/resources/assets/cuboidmod/textures/block/model/singularity_power_gen_core_lit.png.mcmeta diff --git a/src/main/resources/assets/cuboidmod/textures/model/singularity_power_gen_support.png b/src/main/resources/assets/cuboidmod/textures/block/model/singularity_power_gen_support.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/singularity_power_gen_support.png rename to src/main/resources/assets/cuboidmod/textures/block/model/singularity_power_gen_support.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/singularity_resource_generator_pillar.png b/src/main/resources/assets/cuboidmod/textures/block/model/singularity_resource_generator_pillar.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/singularity_resource_generator_pillar.png rename to src/main/resources/assets/cuboidmod/textures/block/model/singularity_resource_generator_pillar.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/singularity_resource_generator_pillar_lit.png b/src/main/resources/assets/cuboidmod/textures/block/model/singularity_resource_generator_pillar_lit.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/singularity_resource_generator_pillar_lit.png rename to src/main/resources/assets/cuboidmod/textures/block/model/singularity_resource_generator_pillar_lit.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/singularity_resource_generator_pillar_lit.png.mcmeta b/src/main/resources/assets/cuboidmod/textures/block/model/singularity_resource_generator_pillar_lit.png.mcmeta similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/singularity_resource_generator_pillar_lit.png.mcmeta rename to src/main/resources/assets/cuboidmod/textures/block/model/singularity_resource_generator_pillar_lit.png.mcmeta diff --git a/src/main/resources/assets/cuboidmod/textures/model/thatldu_chest.png b/src/main/resources/assets/cuboidmod/textures/block/model/thatldu_chest.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/thatldu_chest.png rename to src/main/resources/assets/cuboidmod/textures/block/model/thatldu_chest.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/thatldu_quantum_collapser.png b/src/main/resources/assets/cuboidmod/textures/block/model/thatldu_quantum_collapser.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/thatldu_quantum_collapser.png rename to src/main/resources/assets/cuboidmod/textures/block/model/thatldu_quantum_collapser.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/thatldu_singularity_power_gen_frame.png b/src/main/resources/assets/cuboidmod/textures/block/model/thatldu_singularity_power_gen_frame.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/thatldu_singularity_power_gen_frame.png rename to src/main/resources/assets/cuboidmod/textures/block/model/thatldu_singularity_power_gen_frame.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/thatldu_singularity_resource_generator_casing.png b/src/main/resources/assets/cuboidmod/textures/block/model/thatldu_singularity_resource_generator_casing.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/thatldu_singularity_resource_generator_casing.png rename to src/main/resources/assets/cuboidmod/textures/block/model/thatldu_singularity_resource_generator_casing.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/wikidium_chest.png b/src/main/resources/assets/cuboidmod/textures/block/model/wikidium_chest.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/wikidium_chest.png rename to src/main/resources/assets/cuboidmod/textures/block/model/wikidium_chest.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/wikidium_quantum_collapser.png b/src/main/resources/assets/cuboidmod/textures/block/model/wikidium_quantum_collapser.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/wikidium_quantum_collapser.png rename to src/main/resources/assets/cuboidmod/textures/block/model/wikidium_quantum_collapser.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/wikidium_singularity_power_gen_frame.png b/src/main/resources/assets/cuboidmod/textures/block/model/wikidium_singularity_power_gen_frame.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/wikidium_singularity_power_gen_frame.png rename to src/main/resources/assets/cuboidmod/textures/block/model/wikidium_singularity_power_gen_frame.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/wikidium_singularity_resource_generator_casing.png b/src/main/resources/assets/cuboidmod/textures/block/model/wikidium_singularity_resource_generator_casing.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/wikidium_singularity_resource_generator_casing.png rename to src/main/resources/assets/cuboidmod/textures/block/model/wikidium_singularity_resource_generator_casing.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/base.png b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/base.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/base.png rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/base.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/base_soil.png b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/base_soil.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/base_soil.png rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/base_soil.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves.png b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves.png rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_1.png b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_1.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_1.png rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_1.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_1.png.mcmeta b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_1.png.mcmeta similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_1.png.mcmeta rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_1.png.mcmeta diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_10.png b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_10.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_10.png rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_10.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_10.png.mcmeta b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_10.png.mcmeta similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_10.png.mcmeta rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_10.png.mcmeta diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_11.png b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_11.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_11.png rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_11.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_11.png.mcmeta b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_11.png.mcmeta similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_11.png.mcmeta rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_11.png.mcmeta diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_12.png b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_12.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_12.png rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_12.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_12.png.mcmeta b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_12.png.mcmeta similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_12.png.mcmeta rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_12.png.mcmeta diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_13.png b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_13.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_13.png rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_13.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_13.png.mcmeta b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_13.png.mcmeta similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_13.png.mcmeta rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_13.png.mcmeta diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_14.png b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_14.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_14.png rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_14.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_14.png.mcmeta b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_14.png.mcmeta similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_14.png.mcmeta rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_14.png.mcmeta diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_15.png b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_15.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_15.png rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_15.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_15.png.mcmeta b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_15.png.mcmeta similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_15.png.mcmeta rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_15.png.mcmeta diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_2.png b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_2.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_2.png rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_2.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_2.png.mcmeta b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_2.png.mcmeta similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_2.png.mcmeta rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_2.png.mcmeta diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_3.png b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_3.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_3.png rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_3.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_3.png.mcmeta b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_3.png.mcmeta similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_3.png.mcmeta rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_3.png.mcmeta diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_4.png b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_4.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_4.png rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_4.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_4.png.mcmeta b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_4.png.mcmeta similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_4.png.mcmeta rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_4.png.mcmeta diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_5.png b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_5.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_5.png rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_5.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_5.png.mcmeta b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_5.png.mcmeta similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_5.png.mcmeta rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_5.png.mcmeta diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_6.png b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_6.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_6.png rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_6.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_6.png.mcmeta b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_6.png.mcmeta similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_6.png.mcmeta rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_6.png.mcmeta diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_7.png b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_7.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_7.png rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_7.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_7.png.mcmeta b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_7.png.mcmeta similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_7.png.mcmeta rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_7.png.mcmeta diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_8.png b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_8.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_8.png rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_8.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_8.png.mcmeta b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_8.png.mcmeta similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_8.png.mcmeta rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_8.png.mcmeta diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_9.png b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_9.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_9.png rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_9.png diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_9.png.mcmeta b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_9.png.mcmeta similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/leaves_9.png.mcmeta rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/leaves_9.png.mcmeta diff --git a/src/main/resources/assets/cuboidmod/textures/model/xmas/log.png b/src/main/resources/assets/cuboidmod/textures/block/model/xmas/log.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/model/xmas/log.png rename to src/main/resources/assets/cuboidmod/textures/block/model/xmas/log.png From 1794ff457fbc310ca1afc6a2e06aa371d9db69a4 Mon Sep 17 00:00:00 2001 From: Leialoha Date: Thu, 2 May 2024 00:37:57 -0500 Subject: [PATCH 05/13] v0.3.0-1.20-Indev.5 - updated chest rendering --- gradle.properties | 2 +- .../modules/chest/render/CuboidChestModels.java | 13 +++++-------- .../chest/kudbebedda.png} | Bin .../chest/notarfbadium.png} | Bin .../chest/notsogudium.png} | Bin .../thatldu_chest.png => entity/chest/thatldu.png} | Bin .../chest/wikidium.png} | Bin 7 files changed, 6 insertions(+), 9 deletions(-) rename src/main/resources/assets/cuboidmod/textures/{block/model/kudbebedda_chest.png => entity/chest/kudbebedda.png} (100%) rename src/main/resources/assets/cuboidmod/textures/{block/model/notarfbadium_chest.png => entity/chest/notarfbadium.png} (100%) rename src/main/resources/assets/cuboidmod/textures/{block/model/notsogudium_chest.png => entity/chest/notsogudium.png} (100%) rename src/main/resources/assets/cuboidmod/textures/{block/model/thatldu_chest.png => entity/chest/thatldu.png} (100%) rename src/main/resources/assets/cuboidmod/textures/{block/model/wikidium_chest.png => entity/chest/wikidium.png} (100%) diff --git a/gradle.properties b/gradle.properties index 4229811..b84d8bf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ forge_version_range=[47,) mod_id=cuboidmod mod_name=CuboidDroid's Support Mod mod_license=All Rights Reserved -mod_version=0.3.0-Indev.4 +mod_version=0.3.0-Indev.5 mod_group_id=com.cuboiddroid.cuboidmod mod_authors=CuboidDroid, Leialoha diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/render/CuboidChestModels.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/render/CuboidChestModels.java index 5e21031..82e7392 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/render/CuboidChestModels.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/render/CuboidChestModels.java @@ -2,20 +2,17 @@ import com.cuboiddroid.cuboidmod.CuboidMod; import com.cuboiddroid.cuboidmod.modules.chest.block.CuboidChestTypes; -import net.minecraft.client.renderer.Sheets; import net.minecraft.resources.ResourceLocation; import net.minecraftforge.api.distmarker.Dist; -import net.minecraftforge.client.event.TextureStitchEvent; -import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.common.Mod; @Mod.EventBusSubscriber(modid = CuboidMod.MOD_ID, value = Dist.CLIENT, bus = Mod.EventBusSubscriber.Bus.MOD) public class CuboidChestModels { - public static final ResourceLocation NOTSOGUDIUM_CHEST_LOCATION = new ResourceLocation(CuboidMod.MOD_ID, "model/notsogudium_chest"); - public static final ResourceLocation KUDBEBEDDA_CHEST_LOCATION = new ResourceLocation(CuboidMod.MOD_ID, "model/kudbebedda_chest"); - public static final ResourceLocation NOTARFBADIUM_CHEST_LOCATION = new ResourceLocation(CuboidMod.MOD_ID, "model/notarfbadium_chest"); - public static final ResourceLocation WIKIDIUM_CHEST_LOCATION = new ResourceLocation(CuboidMod.MOD_ID, "model/wikidium_chest"); - public static final ResourceLocation THATLDU_CHEST_LOCATION = new ResourceLocation(CuboidMod.MOD_ID, "model/thatldu_chest"); + public static final ResourceLocation NOTSOGUDIUM_CHEST_LOCATION = new ResourceLocation(CuboidMod.MOD_ID, "entity/chest/notsogudium"); + public static final ResourceLocation KUDBEBEDDA_CHEST_LOCATION = new ResourceLocation(CuboidMod.MOD_ID, "entity/chest/kudbebedda"); + public static final ResourceLocation NOTARFBADIUM_CHEST_LOCATION = new ResourceLocation(CuboidMod.MOD_ID, "entity/chest/notarfbadium"); + public static final ResourceLocation WIKIDIUM_CHEST_LOCATION = new ResourceLocation(CuboidMod.MOD_ID, "entity/chest/wikidium"); + public static final ResourceLocation THATLDU_CHEST_LOCATION = new ResourceLocation(CuboidMod.MOD_ID, "entity/chest/thatldu"); public static final ResourceLocation VANILLA_CHEST_LOCATION = new ResourceLocation("entity/chest/normal"); diff --git a/src/main/resources/assets/cuboidmod/textures/block/model/kudbebedda_chest.png b/src/main/resources/assets/cuboidmod/textures/entity/chest/kudbebedda.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/block/model/kudbebedda_chest.png rename to src/main/resources/assets/cuboidmod/textures/entity/chest/kudbebedda.png diff --git a/src/main/resources/assets/cuboidmod/textures/block/model/notarfbadium_chest.png b/src/main/resources/assets/cuboidmod/textures/entity/chest/notarfbadium.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/block/model/notarfbadium_chest.png rename to src/main/resources/assets/cuboidmod/textures/entity/chest/notarfbadium.png diff --git a/src/main/resources/assets/cuboidmod/textures/block/model/notsogudium_chest.png b/src/main/resources/assets/cuboidmod/textures/entity/chest/notsogudium.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/block/model/notsogudium_chest.png rename to src/main/resources/assets/cuboidmod/textures/entity/chest/notsogudium.png diff --git a/src/main/resources/assets/cuboidmod/textures/block/model/thatldu_chest.png b/src/main/resources/assets/cuboidmod/textures/entity/chest/thatldu.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/block/model/thatldu_chest.png rename to src/main/resources/assets/cuboidmod/textures/entity/chest/thatldu.png diff --git a/src/main/resources/assets/cuboidmod/textures/block/model/wikidium_chest.png b/src/main/resources/assets/cuboidmod/textures/entity/chest/wikidium.png similarity index 100% rename from src/main/resources/assets/cuboidmod/textures/block/model/wikidium_chest.png rename to src/main/resources/assets/cuboidmod/textures/entity/chest/wikidium.png From 04434b771ff0cb3734bb2c53d21cc82f69acf2f2 Mon Sep 17 00:00:00 2001 From: Leialoha Date: Thu, 2 May 2024 02:00:30 -0500 Subject: [PATCH 06/13] v0.3.0-1.20-Indev.6 - added thatldu smithing upgrade --- gradle.properties | 2 +- .../2efe03a7ab1d85e2fd577f1a90f87e97ae61a22d | 12 ++-- .../7336b9f00871ee49923b161c81bc7b86944d5b04 | 3 +- .../9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e | 26 ++++---- .../models/block/kudbebedda_chest.json | 2 +- .../models/block/notarfbadium_chest.json | 2 +- .../models/block/notsogudium_chest.json | 2 +- .../cuboidmod/models/block/thatldu_chest.json | 2 +- .../models/block/wikidium_chest.json | 2 +- .../thatldu_upgrade_smithing_template.json | 6 ++ ..._from_thatld_update_smithing_template.json | 35 ++++++++++ ...smithing_template_from_wikidium_block.json | 35 ++++++++++ ..._from_thatld_update_smithing_template.json | 26 ++++++++ ...smithing_template_from_wikidium_block.json | 22 +++++++ .../recipes/thatldu_axe_smithing.json | 4 +- .../recipes/thatldu_boots_smithing.json | 4 +- .../recipes/thatldu_chestplate_smithing.json | 4 +- .../recipes/thatldu_helmet_smithing.json | 4 +- .../recipes/thatldu_hoe_smithing.json | 4 +- .../recipes/thatldu_leggings_smithing.json | 4 +- .../recipes/thatldu_pickaxe_smithing.json | 4 +- .../recipes/thatldu_shovel_smithing.json | 4 +- .../recipes/thatldu_smasher_smithing.json | 4 +- .../recipes/thatldu_sword_smithing.json | 4 +- .../com/cuboiddroid/cuboidmod/CuboidMod.java | 12 ---- .../datagen/client/ModBlockModelProvider.java | 2 +- .../datagen/client/ModItemModelProvider.java | 2 + .../datagen/server/ModLootTableProvider.java | 1 - .../server/recipes/ArmorDataGenRecipes.java | 9 ++- .../server/recipes/MiscDataGenRecipes.java | 25 ++++++++ .../server/recipes/ToolsDataGenRecipes.java | 13 ++-- .../render/CuboidChestTileEntityRenderer.java | 3 - .../tools/CustomSmithingTemplateItem.java | 60 ++++++++++++++++++ .../cuboidmod/setup/ModBlocks.java | 1 - .../cuboiddroid/cuboidmod/setup/ModItems.java | 5 ++ .../assets/cuboidmod/lang/en_us.json | 6 ++ .../thatldu_upgrade_smithing_template.png | Bin 0 -> 356 bytes 37 files changed, 292 insertions(+), 64 deletions(-) create mode 100644 src/generated/resources/assets/cuboidmod/models/item/thatldu_upgrade_smithing_template.json create mode 100644 src/generated/resources/data/cuboidmod/advancements/recipes/misc/smithing_template_from_thatld_update_smithing_template.json create mode 100644 src/generated/resources/data/cuboidmod/advancements/recipes/misc/smithing_template_from_wikidium_block.json create mode 100644 src/generated/resources/data/cuboidmod/recipes/smithing_template_from_thatld_update_smithing_template.json create mode 100644 src/generated/resources/data/cuboidmod/recipes/smithing_template_from_wikidium_block.json create mode 100644 src/main/java/com/cuboiddroid/cuboidmod/modules/tools/CustomSmithingTemplateItem.java create mode 100644 src/main/resources/assets/cuboidmod/textures/item/thatldu_upgrade_smithing_template.png diff --git a/gradle.properties b/gradle.properties index b84d8bf..8095e80 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ forge_version_range=[47,) mod_id=cuboidmod mod_name=CuboidDroid's Support Mod mod_license=All Rights Reserved -mod_version=0.3.0-Indev.5 +mod_version=0.3.0-Indev.6 mod_group_id=com.cuboiddroid.cuboidmod mod_authors=CuboidDroid, Leialoha diff --git a/src/generated/resources/.cache/2efe03a7ab1d85e2fd577f1a90f87e97ae61a22d b/src/generated/resources/.cache/2efe03a7ab1d85e2fd577f1a90f87e97ae61a22d index f8d2faa..c8e7800 100644 --- a/src/generated/resources/.cache/2efe03a7ab1d85e2fd577f1a90f87e97ae61a22d +++ b/src/generated/resources/.cache/2efe03a7ab1d85e2fd577f1a90f87e97ae61a22d @@ -1,4 +1,4 @@ -// 1.20.1 2024-05-01T16:57:25.0906525 Block Models: cuboidmod +// 1.20.1 2024-05-02T01:04:59.0732254 Block Models: cuboidmod 9ce598d645dba76f457ab13efe4938ae91f25033 assets/cuboidmod/models/block/cryogenic_dimensional_teleporter.json fdc4be4fa41459fae0014f2c1f76972844f250c8 assets/cuboidmod/models/block/cryogenic_dimensional_teleporter_lit.json 67a25737dc43809a6e7b0c8f98c7dea46415b0fb assets/cuboidmod/models/block/fiber_optic_tree.json @@ -17,7 +17,7 @@ aabc688e36bbd6151ce0209d2c8797743019327e assets/cuboidmod/models/block/fiber_opt 8a8480baaacc555cd14ec442ded2f80eaee18eb7 assets/cuboidmod/models/block/fiber_optic_tree_7.json 3a6908865bf321184258f5d0090d9d46e079ffbb assets/cuboidmod/models/block/fiber_optic_tree_8.json 741cadef220b3b14ef31b9819f25ea1d4851ce4c assets/cuboidmod/models/block/fiber_optic_tree_9.json -06fcf538dcbd90e91f5277ebf63fe9856873ec9d assets/cuboidmod/models/block/kudbebedda_chest.json +84471b1c3471ec63a6fab553232e7d1e1e7d9385 assets/cuboidmod/models/block/kudbebedda_chest.json 1eb2a178df4049581c057918516dca0911d31366 assets/cuboidmod/models/block/kudbebedda_quantum_collapser.json 680543d3c0679515e09ee66ca56b0cc4deac8dfb assets/cuboidmod/models/block/kudbebedda_quantum_collapser_lit.json 2106d0c72e1bd4b633cf52720d2c9ca232e8c00f assets/cuboidmod/models/block/kudbebedda_singularity_power_generator.json @@ -26,14 +26,14 @@ aabc688e36bbd6151ce0209d2c8797743019327e assets/cuboidmod/models/block/fiber_opt 217489fcdb1f81efcfb48a78b16136b9a4782d29 assets/cuboidmod/models/block/kudbebedda_singularity_resource_generator_lit.json 4f84344abefbbb1f603fe40a40b9a8ff2615e92f assets/cuboidmod/models/block/molecular_recycler.json 593684d93e338c8022a548e1cd7a25387a950a42 assets/cuboidmod/models/block/molecular_recycler_lit.json -64ac7be9a266acdd59124763c422c3d74bf63032 assets/cuboidmod/models/block/notarfbadium_chest.json +6cb5b5df4a494653a320caa1e5856e44828aee1c assets/cuboidmod/models/block/notarfbadium_chest.json 191a315b578c8e80e3b2d518de9b949eee44be79 assets/cuboidmod/models/block/notarfbadium_quantum_collapser.json e23ad5dc5ac7b638c55b1270f7cf127e61ed7667 assets/cuboidmod/models/block/notarfbadium_quantum_collapser_lit.json bd6734f3b5b63763fd7077cdf88aa120a12f08f8 assets/cuboidmod/models/block/notarfbadium_singularity_power_generator.json 5d23139a9433b79c6adab270967501da5a70d3c7 assets/cuboidmod/models/block/notarfbadium_singularity_power_generator_lit.json 503aca0750ac19ff531cd13260b6b4e0522bd0fe assets/cuboidmod/models/block/notarfbadium_singularity_resource_generator.json db5fadfe5413a068ee3353cedf7b93a9a33c4278 assets/cuboidmod/models/block/notarfbadium_singularity_resource_generator_lit.json -c41736e503d1968b25d88dce2855c33a0746fd5f assets/cuboidmod/models/block/notsogudium_chest.json +eada8ef96f7b34859fdda4e5e8a5beac3b188c47 assets/cuboidmod/models/block/notsogudium_chest.json bb4cfbedcfe8c500fcf47499f4534f4d32f14e10 assets/cuboidmod/models/block/notsogudium_quantum_collapser.json 46a56711db2c57b0d337d8441b94679f43cc80f1 assets/cuboidmod/models/block/notsogudium_quantum_collapser_lit.json 598dc8ab3ee4dd04f25cd1cc2e2ba9d226dd1947 assets/cuboidmod/models/block/notsogudium_singularity_power_generator.json @@ -44,14 +44,14 @@ be273fab1841c1c79bb554005768c63c49cfe6d1 assets/cuboidmod/models/block/quantum_t be273fab1841c1c79bb554005768c63c49cfe6d1 assets/cuboidmod/models/block/quantum_transmutation_chamber_lit.json e40cb1516da70f49ee37cbf1ff5297e6f273a1de assets/cuboidmod/models/block/refined_inscriber.json b67710be06b43a9e39f00522e018b12e738433e7 assets/cuboidmod/models/block/refined_inscriber_lit.json -3b73b99433fab2c44d81ec6e24eb4cbf34a0136f assets/cuboidmod/models/block/thatldu_chest.json +e29027dd7588e208d3101905d59e21fc33f70f7b assets/cuboidmod/models/block/thatldu_chest.json 60e573f3a5eb335287e4d7310b22f3908f05cf48 assets/cuboidmod/models/block/thatldu_quantum_collapser.json 6a0ce5fc8fc96c04b07e7f6c42b7a8433b4d6a21 assets/cuboidmod/models/block/thatldu_quantum_collapser_lit.json 02a0b73629dd2530f7913a7f94c7aa42fa2b3c6e assets/cuboidmod/models/block/thatldu_singularity_power_generator.json 3d4b6dd1202fdbbe1a8775e2f8200ea2b7531fd0 assets/cuboidmod/models/block/thatldu_singularity_power_generator_lit.json 8e7b218e1af3eaa746724d94ae071d6c919f27ad assets/cuboidmod/models/block/thatldu_singularity_resource_generator.json 4c1a77fe96fc42e5ed3264c3535c4b9c49c95742 assets/cuboidmod/models/block/thatldu_singularity_resource_generator_lit.json -a68fec9cab1432a5e384b014c1d947579636d48e assets/cuboidmod/models/block/wikidium_chest.json +851125fb9aca1afb8f96113e08842100aa4d3dca assets/cuboidmod/models/block/wikidium_chest.json c61f49873f5920a442105a087dea3b60dd3a91bd assets/cuboidmod/models/block/wikidium_quantum_collapser.json 3a1cacd43239eafb94b36c5779bbf7bdf9e7953c assets/cuboidmod/models/block/wikidium_quantum_collapser_lit.json dcf5bb2dd96aedae0698edc211bb315a194dac1f assets/cuboidmod/models/block/wikidium_singularity_power_generator.json diff --git a/src/generated/resources/.cache/7336b9f00871ee49923b161c81bc7b86944d5b04 b/src/generated/resources/.cache/7336b9f00871ee49923b161c81bc7b86944d5b04 index 17e2eb9..8148118 100644 --- a/src/generated/resources/.cache/7336b9f00871ee49923b161c81bc7b86944d5b04 +++ b/src/generated/resources/.cache/7336b9f00871ee49923b161c81bc7b86944d5b04 @@ -1,4 +1,4 @@ -// 1.20.1 2024-05-01T14:56:54.4566799 Item Models: cuboidmod +// 1.20.1 2024-05-02T01:49:21.7178654 Item Models: cuboidmod ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/acacia_log_quantum_singularity.json 7edc20fa0e9de9ac482329d87eb9dc039b821b42 assets/cuboidmod/models/item/aggregate.json ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/aluminium_quantum_singularity.json @@ -185,6 +185,7 @@ cdf021849a15f322f5eb5cb8bcc878083590c888 assets/cuboidmod/models/item/thatldu_si d6251ec731109ad0fadc1027ef25d3efe66cbc15 assets/cuboidmod/models/item/thatldu_singularity_resource_generator.json 904b6b18392b5561e39e08856f907c8f5f37388f assets/cuboidmod/models/item/thatldu_smasher.json 88637081f7814751ea68b51cda6c67df765c0a08 assets/cuboidmod/models/item/thatldu_sword.json +5ddbb27c550858c81805fe3fced467c48229d702 assets/cuboidmod/models/item/thatldu_upgrade_smithing_template.json ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/tin_quantum_singularity.json ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/uraninite_quantum_singularity.json ed2dd55ffbe83be2743f13966a37ee5ac70a2dac assets/cuboidmod/models/item/uranium_quantum_singularity.json diff --git a/src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e b/src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e index e8cefa9..4fea2dc 100644 --- a/src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e +++ b/src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e @@ -1,4 +1,4 @@ -// 1.20.1 2024-05-01T14:56:54.4526927 Recipes +// 1.20.1 2024-05-02T01:55:38.4970016 Recipes 1dbbdaff99f657f44175569b77ae7c07d6607e12 data/cuboidmod/advancements/recipes/combat/carbon_nanotube_block_from_carbon_nanotubes.json b65a409e3f23c23b28c650f9a1c46eb3a0296b0d data/cuboidmod/advancements/recipes/combat/cellulose_block_from_cellulose.json 3540d678ce66806c732ef91228f9bd7d8c8391cb data/cuboidmod/advancements/recipes/combat/kudbebedda_block_from_ingots.json @@ -147,6 +147,8 @@ fe3321cda26f351ffff043148c28afdc41c82091 data/cuboidmod/advancements/recipes/mis d0c8d9714bb12d5544fe8a29a78ce6b466a300c7 data/cuboidmod/advancements/recipes/misc/smelt_glass_from_silica_dust_block_blasting.json a068e2a6fd5d455efd418d70f2d7603338ca0e44 data/cuboidmod/advancements/recipes/misc/smelt_glass_from_silica_dust_block_smelting.json e4634e1acdce0b1d95f73bbbed86a0d157ba10a5 data/cuboidmod/advancements/recipes/misc/smithing_table_when_thatldu_ingot.json +0c36ec87debacbeaceb82e74947d348332f689f6 data/cuboidmod/advancements/recipes/misc/smithing_template_from_thatld_update_smithing_template.json +ae1b0b9cdbc037dbd2e1e1fa8441f26c07a606ea data/cuboidmod/advancements/recipes/misc/smithing_template_from_wikidium_block.json 43021221afe9a40b8c6bfe61bc44bcccfa266dbf data/cuboidmod/advancements/recipes/misc/smoosher_from_blocks_ingot_and_rods.json b556e31e98c6772f45b1ebef4ed645bd828ab1c1 data/cuboidmod/advancements/recipes/misc/sticks_from_stick_bundle.json dbf9f630a4d174d19fa25bbbb8dabee6a3d3c277 data/cuboidmod/advancements/recipes/misc/stick_bundle_from_sticks.json @@ -374,14 +376,16 @@ adbb47fa196b565ba6c7f25e50eaf2eba981b836 data/cuboidmod/recipes/silica_dust_bloc 201aa8787fc7c1b4c4efb993ac0a01a90622be4c data/cuboidmod/recipes/smelt_glass_from_silica_dust_block_blasting.json d495fea7eed332c92205e6d382acfa0890a2e319 data/cuboidmod/recipes/smelt_glass_from_silica_dust_block_smelting.json a211d357016777afa8c77aaaca4da82ad822693d data/cuboidmod/recipes/smithing_table_when_thatldu_ingot.json +ea77dfbd2feef50ef19e026d6ed251ba56b78d21 data/cuboidmod/recipes/smithing_template_from_thatld_update_smithing_template.json +2748521054deb9656c728b43fcffff6df7f077c4 data/cuboidmod/recipes/smithing_template_from_wikidium_block.json c8426364cdb636e75e1924f1bf8e814c6b7150d0 data/cuboidmod/recipes/smoosher_from_blocks_ingot_and_rods.json 706cc14db4e6ae205430e8c7e840620a262cc9eb data/cuboidmod/recipes/sticks_from_stick_bundle.json ab4660604f0b033aec0a55d9c955ac536f0cea9b data/cuboidmod/recipes/stick_bundle_from_sticks.json 8a55b4c5602acd63396de982b8b3c43570dbb1d0 data/cuboidmod/recipes/string_from_nanotubes_and_protein_fiber.json -3bb0c26887ab365a2bd2d1aa99b8a9355e40f8d3 data/cuboidmod/recipes/thatldu_axe_smithing.json +e7b9b905729ab4805475f126e1a0b2fe9692ee8b data/cuboidmod/recipes/thatldu_axe_smithing.json 259670c8bf8c6bd137fa373ad24e4eaf9dc1e232 data/cuboidmod/recipes/thatldu_block_from_ingots.json -8ce59129e15a42c7a7db5ce3a08b9e5bfab7ed64 data/cuboidmod/recipes/thatldu_boots_smithing.json -b1cbdebfea55db229c1d0e9efa386ce17b7d5104 data/cuboidmod/recipes/thatldu_chestplate_smithing.json +44305cf950c628c5997726ec152d9819b1e4850d data/cuboidmod/recipes/thatldu_boots_smithing.json +6ead8b96b54803231a886f5f707d1accf5b95709 data/cuboidmod/recipes/thatldu_chestplate_smithing.json ab36b94d3d9a216a5f9d2fb1dba07ed33925f4b6 data/cuboidmod/recipes/thatldu_chest_from_ingots.json a49571bb7d47914e85468bb88a61f13134c53d63 data/cuboidmod/recipes/thatldu_chest_from_prev.json 3ee81ff4462d9cbb08503b1404ee5e44715bc33e data/cuboidmod/recipes/thatldu_chunk_from_pieces.json @@ -398,25 +402,25 @@ a979d54ba57a7222d06caa78cae10277dacab7b2 data/cuboidmod/recipes/thatldu_furnace_ befebdb04eded24f8db7b82fb79920dba8b7c533 data/cuboidmod/recipes/thatldu_furnace_upgrade_from_notsogudium_furnace.json f4d96098d48326bf88f32a3a131c9ff9b0cd1601 data/cuboidmod/recipes/thatldu_furnace_upgrade_from_vanilla_furnace.json 3236385ff0f6f57109d612fea815980472feb212 data/cuboidmod/recipes/thatldu_furnace_upgrade_with_four_ingots.json -007dd08ca3f90ad23c2bcade87ad6a662baaeb71 data/cuboidmod/recipes/thatldu_helmet_smithing.json -51e1d21b6519925752ada89a22bce0a5da238428 data/cuboidmod/recipes/thatldu_hoe_smithing.json +f16fed2515ffe492442f081752dfb33e40659916 data/cuboidmod/recipes/thatldu_helmet_smithing.json +cf50e7dc40862ee35b383475f3d171af03dce1f0 data/cuboidmod/recipes/thatldu_hoe_smithing.json 1a570449f2e08fb0bc45a185c0baea0e4ddf1fc6 data/cuboidmod/recipes/thatldu_ingots_from_block.json d859b9ed986a709625dc2e4ce85cedb04ee230e5 data/cuboidmod/recipes/thatldu_ingot_from_nuggets.json -403b41ba99c4b29b4c6b7d95606f732f581c9fc3 data/cuboidmod/recipes/thatldu_leggings_smithing.json +33d6fda2fbc074ef1ccf48c850115fcf893fec2a data/cuboidmod/recipes/thatldu_leggings_smithing.json 5a3a06b121bbf4f7d1c859d746810626bd66cf74 data/cuboidmod/recipes/thatldu_nuggets_from_ingot.json 65a43c45d65c26bf24b5f5b4a8a995f0676c56f2 data/cuboidmod/recipes/thatldu_ore_ingot_blasting.json d0abcd4cde0b2729e6ab84f837a845b89d18ccd9 data/cuboidmod/recipes/thatldu_ore_ingot_smelting.json -4f19332e19966bbe41fd82068947d1dc481d5e0e data/cuboidmod/recipes/thatldu_pickaxe_smithing.json +44c7e0bf31086bc34acfacedfab62c0e4e1b4335 data/cuboidmod/recipes/thatldu_pickaxe_smithing.json 4c2d7f7bc74c85884b7cc58ddffb16ae90bc5d26 data/cuboidmod/recipes/thatldu_quantum_collapser_from_blocks_and_furnace.json d4b7b68d9af59376d0fed3f2739e398f5701b24c data/cuboidmod/recipes/thatldu_quantum_collapser_upgrade.json bd7dca62f1f84b554b7b3b99f368fe1d0e23ae26 data/cuboidmod/recipes/thatldu_rod_from_ingots.json -f3ddad365e2f94e974b6baa5c02985cf3c490656 data/cuboidmod/recipes/thatldu_shovel_smithing.json -99f148fb937bf05466781c830b558bcf403db06a data/cuboidmod/recipes/thatldu_smasher_smithing.json +c2b890bf5d22769227748ac3894f98d93e82f4b4 data/cuboidmod/recipes/thatldu_shovel_smithing.json +78803a8da28277a8624c3b7fb924615208b3f0de data/cuboidmod/recipes/thatldu_smasher_smithing.json e712bf163b64f4213b340cc4b9c43a5989520028 data/cuboidmod/recipes/thatldu_spg_from_blocks_furnace_and_redstone_block.json 6ab6c1b13d0e086be2b119bb47d91840ec5fa976 data/cuboidmod/recipes/thatldu_spg_upgrade.json 0e79471993d4d9cc247be969051620ef1b2e18a0 data/cuboidmod/recipes/thatldu_srg_from_blocks_furnace_and_crafting_table.json f6bc9d144e5cd4a29d71744109b7af4740e2e15b data/cuboidmod/recipes/thatldu_srg_upgrade.json -8c4c631aa6f7aef7a335f0ea4c617c6f45c7f84a data/cuboidmod/recipes/thatldu_sword_smithing.json +a09831598ed2221c49b4a1faaf449302f7d22330 data/cuboidmod/recipes/thatldu_sword_smithing.json 4df1ce57792f1e0f68036a933ebeb4bc7306e5c9 data/cuboidmod/recipes/torches_from_charcoal_and_rod.json 324fcaf12c40d1af2243aeae7cbb31fb61a371ff data/cuboidmod/recipes/torches_from_coal_and_rod.json a660309ccc2f2ef9215795811e30a47eeaedc7ef data/cuboidmod/recipes/wikidium_axe_from_ingots_and_rods.json diff --git a/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_chest.json b/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_chest.json index 371e50b..9acec27 100644 --- a/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_chest.json +++ b/src/generated/resources/assets/cuboidmod/models/block/kudbebedda_chest.json @@ -2,6 +2,6 @@ "parent": "cuboidmod:block/templates/chest", "textures": { "break": "cuboidmod:block/kudbebedda_break", - "chest": "cuboidmod:block/model/kudbebedda_chest" + "chest": "cuboidmod:entity/chest/kudbebedda" } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_chest.json b/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_chest.json index c9e16ce..37a38be 100644 --- a/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_chest.json +++ b/src/generated/resources/assets/cuboidmod/models/block/notarfbadium_chest.json @@ -2,6 +2,6 @@ "parent": "cuboidmod:block/templates/chest", "textures": { "break": "cuboidmod:block/notarfbadium_break", - "chest": "cuboidmod:block/model/notarfbadium_chest" + "chest": "cuboidmod:entity/chest/notarfbadium" } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/notsogudium_chest.json b/src/generated/resources/assets/cuboidmod/models/block/notsogudium_chest.json index 35d9154..8c39585 100644 --- a/src/generated/resources/assets/cuboidmod/models/block/notsogudium_chest.json +++ b/src/generated/resources/assets/cuboidmod/models/block/notsogudium_chest.json @@ -2,6 +2,6 @@ "parent": "cuboidmod:block/templates/chest", "textures": { "break": "cuboidmod:block/notsogudium_break", - "chest": "cuboidmod:block/model/notsogudium_chest" + "chest": "cuboidmod:entity/chest/notsogudium" } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/thatldu_chest.json b/src/generated/resources/assets/cuboidmod/models/block/thatldu_chest.json index a631ad0..71fdd48 100644 --- a/src/generated/resources/assets/cuboidmod/models/block/thatldu_chest.json +++ b/src/generated/resources/assets/cuboidmod/models/block/thatldu_chest.json @@ -2,6 +2,6 @@ "parent": "cuboidmod:block/templates/chest", "textures": { "break": "cuboidmod:block/thatldu_break", - "chest": "cuboidmod:block/model/thatldu_chest" + "chest": "cuboidmod:entity/chest/thatldu" } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/block/wikidium_chest.json b/src/generated/resources/assets/cuboidmod/models/block/wikidium_chest.json index 75dae2b..e6cd517 100644 --- a/src/generated/resources/assets/cuboidmod/models/block/wikidium_chest.json +++ b/src/generated/resources/assets/cuboidmod/models/block/wikidium_chest.json @@ -2,6 +2,6 @@ "parent": "cuboidmod:block/templates/chest", "textures": { "break": "cuboidmod:block/wikidium_break", - "chest": "cuboidmod:block/model/wikidium_chest" + "chest": "cuboidmod:entity/chest/wikidium" } } \ No newline at end of file diff --git a/src/generated/resources/assets/cuboidmod/models/item/thatldu_upgrade_smithing_template.json b/src/generated/resources/assets/cuboidmod/models/item/thatldu_upgrade_smithing_template.json new file mode 100644 index 0000000..6d37d8a --- /dev/null +++ b/src/generated/resources/assets/cuboidmod/models/item/thatldu_upgrade_smithing_template.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "cuboidmod:item/thatldu_upgrade_smithing_template" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/misc/smithing_template_from_thatld_update_smithing_template.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/smithing_template_from_thatld_update_smithing_template.json new file mode 100644 index 0000000..fe30383 --- /dev/null +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/smithing_template_from_thatld_update_smithing_template.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "cuboidmod:wikidium_ingot" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "cuboidmod:smithing_template_from_thatld_update_smithing_template" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "cuboidmod:smithing_template_from_thatld_update_smithing_template" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/advancements/recipes/misc/smithing_template_from_wikidium_block.json b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/smithing_template_from_wikidium_block.json new file mode 100644 index 0000000..6ce95a1 --- /dev/null +++ b/src/generated/resources/data/cuboidmod/advancements/recipes/misc/smithing_template_from_wikidium_block.json @@ -0,0 +1,35 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "cuboidmod:wikidium_ingot" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "cuboidmod:smithing_template_from_wikidium_block" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "cuboidmod:smithing_template_from_wikidium_block" + ] + }, + "sends_telemetry_event": false +} \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/smithing_template_from_thatld_update_smithing_template.json b/src/generated/resources/data/cuboidmod/recipes/smithing_template_from_thatld_update_smithing_template.json new file mode 100644 index 0000000..0f7df10 --- /dev/null +++ b/src/generated/resources/data/cuboidmod/recipes/smithing_template_from_thatld_update_smithing_template.json @@ -0,0 +1,26 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "group": "thatldu_smithing_template_upgrade", + "key": { + "#": { + "item": "cuboidmod:wikidium_ingot" + }, + "$": { + "item": "cuboidmod:thatldu_upgrade_smithing_template" + }, + "@": { + "item": "cuboidmod:wikidium_block" + } + }, + "pattern": [ + "#@#", + "#$#", + "###" + ], + "result": { + "count": 2, + "item": "cuboidmod:thatldu_upgrade_smithing_template" + }, + "show_notification": true +} \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/smithing_template_from_wikidium_block.json b/src/generated/resources/data/cuboidmod/recipes/smithing_template_from_wikidium_block.json new file mode 100644 index 0000000..c031418 --- /dev/null +++ b/src/generated/resources/data/cuboidmod/recipes/smithing_template_from_wikidium_block.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "group": "thatldu_smithing_template_upgrade", + "key": { + "#": { + "item": "cuboidmod:wikidium_ingot" + }, + "@": { + "item": "cuboidmod:wikidium_block" + } + }, + "pattern": [ + "#@#", + "#@#", + "###" + ], + "result": { + "item": "cuboidmod:thatldu_upgrade_smithing_template" + }, + "show_notification": true +} \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_axe_smithing.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_axe_smithing.json index a42e289..15dc8f5 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_axe_smithing.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_axe_smithing.json @@ -9,5 +9,7 @@ "result": { "item": "cuboidmod:thatldu_axe" }, - "template": [] + "template": { + "item": "cuboidmod:thatldu_upgrade_smithing_template" + } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_boots_smithing.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_boots_smithing.json index 57c5f4e..42ec2ed 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_boots_smithing.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_boots_smithing.json @@ -9,5 +9,7 @@ "result": { "item": "cuboidmod:thatldu_boots" }, - "template": [] + "template": { + "item": "cuboidmod:thatldu_upgrade_smithing_template" + } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_chestplate_smithing.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_chestplate_smithing.json index 1c676c5..7e46f6c 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_chestplate_smithing.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_chestplate_smithing.json @@ -9,5 +9,7 @@ "result": { "item": "cuboidmod:thatldu_chestplate" }, - "template": [] + "template": { + "item": "cuboidmod:thatldu_upgrade_smithing_template" + } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_helmet_smithing.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_helmet_smithing.json index 3680e7a..58aee49 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_helmet_smithing.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_helmet_smithing.json @@ -9,5 +9,7 @@ "result": { "item": "cuboidmod:thatldu_helmet" }, - "template": [] + "template": { + "item": "cuboidmod:thatldu_upgrade_smithing_template" + } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_hoe_smithing.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_hoe_smithing.json index 5bf592a..7dfa169 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_hoe_smithing.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_hoe_smithing.json @@ -9,5 +9,7 @@ "result": { "item": "cuboidmod:thatldu_hoe" }, - "template": [] + "template": { + "item": "cuboidmod:thatldu_upgrade_smithing_template" + } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_leggings_smithing.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_leggings_smithing.json index 79539ed..1c2a919 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_leggings_smithing.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_leggings_smithing.json @@ -9,5 +9,7 @@ "result": { "item": "cuboidmod:thatldu_leggings" }, - "template": [] + "template": { + "item": "cuboidmod:thatldu_upgrade_smithing_template" + } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_pickaxe_smithing.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_pickaxe_smithing.json index fd9d07e..b7b4c97 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_pickaxe_smithing.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_pickaxe_smithing.json @@ -9,5 +9,7 @@ "result": { "item": "cuboidmod:thatldu_pickaxe" }, - "template": [] + "template": { + "item": "cuboidmod:thatldu_upgrade_smithing_template" + } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_shovel_smithing.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_shovel_smithing.json index 2d9a3fd..0d8b23d 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_shovel_smithing.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_shovel_smithing.json @@ -9,5 +9,7 @@ "result": { "item": "cuboidmod:thatldu_shovel" }, - "template": [] + "template": { + "item": "cuboidmod:thatldu_upgrade_smithing_template" + } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_smasher_smithing.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_smasher_smithing.json index 22aee65..f391912 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_smasher_smithing.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_smasher_smithing.json @@ -9,5 +9,7 @@ "result": { "item": "cuboidmod:thatldu_smasher" }, - "template": [] + "template": { + "item": "cuboidmod:thatldu_upgrade_smithing_template" + } } \ No newline at end of file diff --git a/src/generated/resources/data/cuboidmod/recipes/thatldu_sword_smithing.json b/src/generated/resources/data/cuboidmod/recipes/thatldu_sword_smithing.json index eb190cf..e9fda1d 100644 --- a/src/generated/resources/data/cuboidmod/recipes/thatldu_sword_smithing.json +++ b/src/generated/resources/data/cuboidmod/recipes/thatldu_sword_smithing.json @@ -9,5 +9,7 @@ "result": { "item": "cuboidmod:thatldu_sword" }, - "template": [] + "template": { + "item": "cuboidmod:thatldu_upgrade_smithing_template" + } } \ No newline at end of file diff --git a/src/main/java/com/cuboiddroid/cuboidmod/CuboidMod.java b/src/main/java/com/cuboiddroid/cuboidmod/CuboidMod.java index 73fbaa8..d219ef4 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/CuboidMod.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/CuboidMod.java @@ -1,25 +1,13 @@ package com.cuboiddroid.cuboidmod; import com.cuboiddroid.cuboidmod.events.LivingDeathEventHandler; -import com.cuboiddroid.cuboidmod.modules.collapser.handler.ColorHandler; -import com.cuboiddroid.cuboidmod.setup.ModBlocks; import com.cuboiddroid.cuboidmod.setup.Registration; -import net.minecraft.world.item.CreativeModeTab; -import net.minecraft.world.item.ItemStack; import net.minecraft.resources.ResourceLocation; -import net.minecraftforge.api.distmarker.Dist; -import net.minecraftforge.api.distmarker.OnlyIn; import net.minecraftforge.common.MinecraftForge; -import net.minecraftforge.eventbus.api.IEventBus; -import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.ModLoadingContext; import net.minecraftforge.fml.common.Mod; import net.minecraftforge.fml.config.ModConfig; -import net.minecraftforge.fml.event.config.ModConfigEvent; -import net.minecraftforge.fml.event.lifecycle.FMLClientSetupEvent; -import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext; import net.minecraftforge.fml.loading.FMLPaths; -import net.minecraftforge.registries.RegistryObject; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/client/ModBlockModelProvider.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/client/ModBlockModelProvider.java index ea5339e..c145f91 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/datagen/client/ModBlockModelProvider.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/client/ModBlockModelProvider.java @@ -81,7 +81,7 @@ private void registerGenerators() { .texture("particle", "block/" + material + "_break"); withExistingParent(material + "_chest", modLoc("block/templates/chest")) - .texture("chest", "block/model/" + material + "_chest") + .texture("chest", "entity/chest/" + material) .texture("break", "block/" + material + "_break"); } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/client/ModItemModelProvider.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/client/ModItemModelProvider.java index 4bb8070..55a7488 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/datagen/client/ModItemModelProvider.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/client/ModItemModelProvider.java @@ -176,6 +176,8 @@ private void registerItemGeneratedModels() { builder(itemGenerated, "cellulose"); builder(itemGenerated, "salt"); + builder(itemGenerated, "thatldu_upgrade_smithing_template"); + builder(itemGenerated, "zinc_dust"); builder(itemGenerated, "cobalt_dust"); diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/ModLootTableProvider.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/ModLootTableProvider.java index 59c7288..e0841ce 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/ModLootTableProvider.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/ModLootTableProvider.java @@ -13,7 +13,6 @@ import net.minecraft.data.loot.LootTableProvider; import net.minecraft.data.loot.BlockLootSubProvider; import net.minecraft.world.item.enchantment.Enchantments; -import net.minecraft.world.flag.FeatureFlagSet; import net.minecraft.world.flag.FeatureFlags; import net.minecraft.world.item.Item; import net.minecraft.world.level.storage.loot.predicates.LootItemCondition; diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/ArmorDataGenRecipes.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/ArmorDataGenRecipes.java index 6a62870..7ba1f81 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/ArmorDataGenRecipes.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/ArmorDataGenRecipes.java @@ -8,7 +8,6 @@ import net.minecraft.data.recipes.SmithingTransformRecipeBuilder; import net.minecraft.world.item.ArmorItem; import net.minecraft.world.item.Item; -import net.minecraft.world.item.Items; import net.minecraft.world.item.crafting.Ingredient; import net.minecraftforge.registries.RegistryObject; @@ -53,19 +52,19 @@ private static void buildWikidiumRecipes(ModRecipeProvider provider, Consumer consumer) { - SmithingTransformRecipeBuilder.smithing(Ingredient.of(Items.AIR), Ingredient.of(ModItems.WIKIDIUM_HELMET.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_HELMET.get()) + SmithingTransformRecipeBuilder.smithing(Ingredient.of(ModItems.THATLDU_UPGRADE_SMITHING_TEMPLATE.get()), Ingredient.of(ModItems.WIKIDIUM_HELMET.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_HELMET.get()) .unlocks("has_item", provider.hasItem(ModItems.THATLDU_INGOT.get())) .save(consumer, modId("thatldu_helmet_smithing")); - SmithingTransformRecipeBuilder.smithing(Ingredient.of(Items.AIR), Ingredient.of(ModItems.WIKIDIUM_CHESTPLATE.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_CHESTPLATE.get()) + SmithingTransformRecipeBuilder.smithing(Ingredient.of(ModItems.THATLDU_UPGRADE_SMITHING_TEMPLATE.get()), Ingredient.of(ModItems.WIKIDIUM_CHESTPLATE.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_CHESTPLATE.get()) .unlocks("has_item", provider.hasItem(ModItems.THATLDU_INGOT.get())) .save(consumer, modId("thatldu_chestplate_smithing")); - SmithingTransformRecipeBuilder.smithing(Ingredient.of(Items.AIR), Ingredient.of(ModItems.WIKIDIUM_LEGGINGS.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_LEGGINGS.get()) + SmithingTransformRecipeBuilder.smithing(Ingredient.of(ModItems.THATLDU_UPGRADE_SMITHING_TEMPLATE.get()), Ingredient.of(ModItems.WIKIDIUM_LEGGINGS.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_LEGGINGS.get()) .unlocks("has_item", provider.hasItem(ModItems.THATLDU_INGOT.get())) .save(consumer, modId("thatldu_leggings_smithing")); - SmithingTransformRecipeBuilder.smithing(Ingredient.of(Items.AIR), Ingredient.of(ModItems.WIKIDIUM_BOOTS.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_BOOTS.get()) + SmithingTransformRecipeBuilder.smithing(Ingredient.of(ModItems.THATLDU_UPGRADE_SMITHING_TEMPLATE.get()), Ingredient.of(ModItems.WIKIDIUM_BOOTS.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_BOOTS.get()) .unlocks("has_item", provider.hasItem(ModItems.THATLDU_INGOT.get())) .save(consumer, modId("thatldu_boots_smithing")); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/MiscDataGenRecipes.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/MiscDataGenRecipes.java index feabafa..144d7a2 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/MiscDataGenRecipes.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/MiscDataGenRecipes.java @@ -21,6 +21,31 @@ public static void build(ModRecipeProvider provider, Consumer co buildOrganicallyEnrichedSandRecipe(provider, consumer); buildBucketRecipe(provider, consumer); buildTorchAndLanternRecipes(provider, consumer); + + buildThatldSmithingTemplateRecipes(provider, consumer); + } + + private static void buildThatldSmithingTemplateRecipes(ModRecipeProvider provider, Consumer consumer) { + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, ModItems.THATLDU_UPGRADE_SMITHING_TEMPLATE.get()) + .define('#', ModItems.WIKIDIUM_INGOT.get()) + .define('@', ModBlocks.WIKIDIUM_BLOCK.get()) + .pattern("#@#") + .pattern("#@#") + .pattern("###") + .group("thatldu_smithing_template_upgrade") + .unlockedBy("has_item", provider.hasItem(ModItems.WIKIDIUM_INGOT.get())) + .save(consumer, modId("smithing_template_from_wikidium_block")); + + ShapedRecipeBuilder.shaped(RecipeCategory.MISC, ModItems.THATLDU_UPGRADE_SMITHING_TEMPLATE.get(), 2) + .define('#', ModItems.WIKIDIUM_INGOT.get()) + .define('@', ModBlocks.WIKIDIUM_BLOCK.get()) + .define('$', ModItems.THATLDU_UPGRADE_SMITHING_TEMPLATE.get()) + .pattern("#@#") + .pattern("#$#") + .pattern("###") + .group("thatldu_smithing_template_upgrade") + .unlockedBy("has_item", provider.hasItem(ModItems.WIKIDIUM_INGOT.get())) + .save(consumer, modId("smithing_template_from_thatld_update_smithing_template")); } private static void buildBucketRecipe(ModRecipeProvider provider, Consumer consumer) { diff --git a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/ToolsDataGenRecipes.java b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/ToolsDataGenRecipes.java index c2322f6..4260b18 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/ToolsDataGenRecipes.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/datagen/server/recipes/ToolsDataGenRecipes.java @@ -17,7 +17,6 @@ import net.minecraft.world.item.AxeItem; import net.minecraft.world.item.HoeItem; import net.minecraft.world.item.Item; -import net.minecraft.world.item.Items; import net.minecraft.world.item.PickaxeItem; import net.minecraft.world.item.ShovelItem; import net.minecraft.world.item.SwordItem; @@ -69,27 +68,27 @@ private static void buildWikidiumRecipes(ModRecipeProvider provider, Consumer consumer) { - SmithingTransformRecipeBuilder.smithing(Ingredient.of(Items.AIR), Ingredient.of(ModItems.WIKIDIUM_SWORD.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_SWORD.get()) + SmithingTransformRecipeBuilder.smithing(Ingredient.of(ModItems.THATLDU_UPGRADE_SMITHING_TEMPLATE.get()), Ingredient.of(ModItems.WIKIDIUM_SWORD.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_SWORD.get()) .unlocks("has_item", provider.hasItem(ModItems.THATLDU_INGOT.get())) .save(consumer, modId("thatldu_sword_smithing")); - SmithingTransformRecipeBuilder.smithing(Ingredient.of(Items.AIR), Ingredient.of(ModItems.WIKIDIUM_PICKAXE.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_PICKAXE.get()) + SmithingTransformRecipeBuilder.smithing(Ingredient.of(ModItems.THATLDU_UPGRADE_SMITHING_TEMPLATE.get()), Ingredient.of(ModItems.WIKIDIUM_PICKAXE.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_PICKAXE.get()) .unlocks("has_item", provider.hasItem(ModItems.THATLDU_INGOT.get())) .save(consumer, modId("thatldu_pickaxe_smithing")); - SmithingTransformRecipeBuilder.smithing(Ingredient.of(Items.AIR), Ingredient.of(ModItems.WIKIDIUM_AXE.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_AXE.get()) + SmithingTransformRecipeBuilder.smithing(Ingredient.of(ModItems.THATLDU_UPGRADE_SMITHING_TEMPLATE.get()), Ingredient.of(ModItems.WIKIDIUM_AXE.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_AXE.get()) .unlocks("has_item", provider.hasItem(ModItems.THATLDU_INGOT.get())) .save(consumer, modId("thatldu_axe_smithing")); - SmithingTransformRecipeBuilder.smithing(Ingredient.of(Items.AIR), Ingredient.of(ModItems.WIKIDIUM_HOE.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_HOE.get()) + SmithingTransformRecipeBuilder.smithing(Ingredient.of(ModItems.THATLDU_UPGRADE_SMITHING_TEMPLATE.get()), Ingredient.of(ModItems.WIKIDIUM_HOE.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_HOE.get()) .unlocks("has_item", provider.hasItem(ModItems.THATLDU_INGOT.get())) .save(consumer, modId("thatldu_hoe_smithing")); - SmithingTransformRecipeBuilder.smithing(Ingredient.of(Items.AIR), Ingredient.of(ModItems.WIKIDIUM_SHOVEL.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_SHOVEL.get()) + SmithingTransformRecipeBuilder.smithing(Ingredient.of(ModItems.THATLDU_UPGRADE_SMITHING_TEMPLATE.get()), Ingredient.of(ModItems.WIKIDIUM_SHOVEL.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_SHOVEL.get()) .unlocks("has_item", provider.hasItem(ModItems.THATLDU_INGOT.get())) .save(consumer, modId("thatldu_shovel_smithing")); - SmithingTransformRecipeBuilder.smithing(Ingredient.of(Items.AIR), Ingredient.of(ModItems.WIKIDIUM_SMASHER.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_SMASHER.get()) + SmithingTransformRecipeBuilder.smithing(Ingredient.of(ModItems.THATLDU_UPGRADE_SMITHING_TEMPLATE.get()), Ingredient.of(ModItems.WIKIDIUM_SMASHER.get()), Ingredient.of(ModItems.THATLDU_INGOT.get()), RecipeCategory.MISC, ModItems.THATLDU_SMASHER.get()) .unlocks("has_item", provider.hasItem(ModItems.THATLDU_INGOT.get())) .save(consumer, modId("thatldu_smasher_smithing")); } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/render/CuboidChestTileEntityRenderer.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/render/CuboidChestTileEntityRenderer.java index a3811d7..fe8be73 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/render/CuboidChestTileEntityRenderer.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/chest/render/CuboidChestTileEntityRenderer.java @@ -1,11 +1,8 @@ package com.cuboiddroid.cuboidmod.modules.chest.render; -import org.joml.Vector3fc; - import com.cuboiddroid.cuboidmod.modules.chest.block.CuboidChestBlockBase; import com.cuboiddroid.cuboidmod.modules.chest.block.CuboidChestTypes; import com.cuboiddroid.cuboidmod.modules.chest.tile.CuboidChestTileEntityBase; -import net.minecraft.client.gui.GuiGraphics; import com.mojang.blaze3d.vertex.PoseStack; import com.mojang.blaze3d.vertex.VertexConsumer; diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/CustomSmithingTemplateItem.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/CustomSmithingTemplateItem.java new file mode 100644 index 0000000..a0bcb52 --- /dev/null +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/tools/CustomSmithingTemplateItem.java @@ -0,0 +1,60 @@ +package com.cuboiddroid.cuboidmod.modules.tools; + +import java.util.List; + +import com.cuboiddroid.cuboidmod.CuboidMod; + +import net.minecraft.ChatFormatting; +import net.minecraft.Util; +import net.minecraft.network.chat.Component; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.world.item.SmithingTemplateItem; + +public class CustomSmithingTemplateItem extends SmithingTemplateItem { + private static final ChatFormatting TITLE_FORMAT = ChatFormatting.GRAY; + private static final ChatFormatting DESCRIPTION_FORMAT = ChatFormatting.BLUE; +// private static final String DESCRIPTION_ID = Util.makeDescriptionId("item", new ResourceLocation("smithing_template")); +// private static final Component INGREDIENTS_TITLE = Component.translatable(Util.makeDescriptionId("item", new ResourceLocation("smithing_template.ingredients"))).withStyle(TITLE_FORMAT); +// private static final Component APPLIES_TO_TITLE = Component.translatable(Util.makeDescriptionId("item", new ResourceLocation("smithing_template.applies_to"))).withStyle(TITLE_FORMAT); + private static final Component THATLDU_UPGRADE = Component.translatable(Util.makeDescriptionId("upgrade", CuboidMod.getModId("thatldu_upgrade"))).withStyle(TITLE_FORMAT); +// private static final Component ARMOR_TRIM_APPLIES_TO = Component.translatable(Util.makeDescriptionId("item", new ResourceLocation("smithing_template.armor_trim.applies_to"))).withStyle(DESCRIPTION_FORMAT); +// private static final Component ARMOR_TRIM_INGREDIENTS = Component.translatable(Util.makeDescriptionId("item", new ResourceLocation("smithing_template.armor_trim.ingredients"))).withStyle(DESCRIPTION_FORMAT); +// private static final Component ARMOR_TRIM_BASE_SLOT_DESCRIPTION = Component.translatable(Util.makeDescriptionId("item", new ResourceLocation("smithing_template.armor_trim.base_slot_description"))); +// private static final Component ARMOR_TRIM_ADDITIONS_SLOT_DESCRIPTION = Component.translatable(Util.makeDescriptionId("item", new ResourceLocation("smithing_template.armor_trim.additions_slot_description"))); + private static final Component THATLDU_UPGRADE_APPLIES_TO = Component.translatable(Util.makeDescriptionId("item", CuboidMod.getModId("smithing_template.thatldu_upgrade.applies_to"))).withStyle(DESCRIPTION_FORMAT); + private static final Component THATLDU_UPGRADE_INGREDIENTS = Component.translatable(Util.makeDescriptionId("item", CuboidMod.getModId("smithing_template.thatldu_upgrade.ingredients"))).withStyle(DESCRIPTION_FORMAT); + private static final Component THATLDU_UPGRADE_BASE_SLOT_DESCRIPTION = Component.translatable(Util.makeDescriptionId("item", CuboidMod.getModId("smithing_template.thatldu_upgrade.base_slot_description"))); + private static final Component THATLDU_UPGRADE_ADDITIONS_SLOT_DESCRIPTION = Component.translatable(Util.makeDescriptionId("item", CuboidMod.getModId("smithing_template.thatldu_upgrade.additions_slot_description"))); + private static final ResourceLocation EMPTY_SLOT_HELMET = new ResourceLocation("item/empty_armor_slot_helmet"); + private static final ResourceLocation EMPTY_SLOT_CHESTPLATE = new ResourceLocation("item/empty_armor_slot_chestplate"); + private static final ResourceLocation EMPTY_SLOT_LEGGINGS = new ResourceLocation("item/empty_armor_slot_leggings"); + private static final ResourceLocation EMPTY_SLOT_BOOTS = new ResourceLocation("item/empty_armor_slot_boots"); + private static final ResourceLocation EMPTY_SLOT_HOE = new ResourceLocation("item/empty_slot_hoe"); + private static final ResourceLocation EMPTY_SLOT_AXE = new ResourceLocation("item/empty_slot_axe"); + private static final ResourceLocation EMPTY_SLOT_SWORD = new ResourceLocation("item/empty_slot_sword"); + private static final ResourceLocation EMPTY_SLOT_SHOVEL = new ResourceLocation("item/empty_slot_shovel"); + private static final ResourceLocation EMPTY_SLOT_PICKAXE = new ResourceLocation("item/empty_slot_pickaxe"); + private static final ResourceLocation EMPTY_SLOT_INGOT = new ResourceLocation("item/empty_slot_ingot"); +// private static final ResourceLocation EMPTY_SLOT_REDSTONE_DUST = new ResourceLocation("item/empty_slot_redstone_dust"); +// private static final ResourceLocation EMPTY_SLOT_QUARTZ = new ResourceLocation("item/empty_slot_quartz"); +// private static final ResourceLocation EMPTY_SLOT_EMERALD = new ResourceLocation("item/empty_slot_emerald"); +// private static final ResourceLocation EMPTY_SLOT_DIAMOND = new ResourceLocation("item/empty_slot_diamond"); +// private static final ResourceLocation EMPTY_SLOT_LAPIS_LAZULI = new ResourceLocation("item/empty_slot_lapis_lazuli"); +// private static final ResourceLocation EMPTY_SLOT_AMETHYST_SHARD = new ResourceLocation("item/empty_slot_amethyst_shard"); + + public CustomSmithingTemplateItem(Component p_266834_, Component p_267043_, Component p_267048_, Component p_267278_, Component p_267090_, List p_266755_, List p_267060_) { + super(p_266834_, p_267043_, p_267048_, p_267278_, p_267090_, p_266755_, p_267060_); + } + + public static SmithingTemplateItem createThatlduUpgradeTemplate() { + return new SmithingTemplateItem(THATLDU_UPGRADE_APPLIES_TO, THATLDU_UPGRADE_INGREDIENTS, THATLDU_UPGRADE, THATLDU_UPGRADE_BASE_SLOT_DESCRIPTION, THATLDU_UPGRADE_ADDITIONS_SLOT_DESCRIPTION, createThatlduUpgradeIconList(), createThatlduUpgradeMaterialList()); + } + + private static List createThatlduUpgradeIconList() { + return List.of(EMPTY_SLOT_HELMET, EMPTY_SLOT_SWORD, EMPTY_SLOT_CHESTPLATE, EMPTY_SLOT_PICKAXE, EMPTY_SLOT_LEGGINGS, EMPTY_SLOT_AXE, EMPTY_SLOT_BOOTS, EMPTY_SLOT_HOE, EMPTY_SLOT_SHOVEL); + } + + private static List createThatlduUpgradeMaterialList() { + return List.of(EMPTY_SLOT_INGOT); + } +} diff --git a/src/main/java/com/cuboiddroid/cuboidmod/setup/ModBlocks.java b/src/main/java/com/cuboiddroid/cuboidmod/setup/ModBlocks.java index f72963f..5d528b1 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/setup/ModBlocks.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/setup/ModBlocks.java @@ -1,6 +1,5 @@ package com.cuboiddroid.cuboidmod.setup; -import com.cuboiddroid.cuboidmod.CuboidMod; import com.cuboiddroid.cuboidmod.modules.cdt.block.*; import com.cuboiddroid.cuboidmod.modules.chest.block.*; import com.cuboiddroid.cuboidmod.modules.chest.render.CuboidChestItemStackRenderer; diff --git a/src/main/java/com/cuboiddroid/cuboidmod/setup/ModItems.java b/src/main/java/com/cuboiddroid/cuboidmod/setup/ModItems.java index 2bb75c9..cba4d49 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/setup/ModItems.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/setup/ModItems.java @@ -10,8 +10,10 @@ import net.minecraft.world.item.AxeItem; import net.minecraft.world.item.HoeItem; import net.minecraft.world.item.Item; +import net.minecraft.world.item.Items; import net.minecraft.world.item.PickaxeItem; import net.minecraft.world.item.ShovelItem; +import net.minecraft.world.item.SmithingTemplateItem; import net.minecraft.world.item.SwordItem; public class ModItems { @@ -465,6 +467,9 @@ public class ModItems { public static final RegistryObject THATLDU_SMASHER = Registration.ITEMS.register( "thatldu_smasher", () -> new ThatlduSmasher()); + public static final RegistryObject THATLDU_UPGRADE_SMITHING_TEMPLATE = Registration.ITEMS.register( + "thatldu_upgrade_smithing_template", CustomSmithingTemplateItem::createThatlduUpgradeTemplate); + // Smoosher public static final RegistryObject SMOOSHER = Registration.ITEMS.register( "smoosher", () -> new Smoosher()); diff --git a/src/main/resources/assets/cuboidmod/lang/en_us.json b/src/main/resources/assets/cuboidmod/lang/en_us.json index 67e5e16..08be58c 100644 --- a/src/main/resources/assets/cuboidmod/lang/en_us.json +++ b/src/main/resources/assets/cuboidmod/lang/en_us.json @@ -84,6 +84,12 @@ "item.cuboidmod.thatldu_chestplate": "Thatldu Chestplate", "item.cuboidmod.thatldu_leggings": "Thatldu Leggings", "item.cuboidmod.thatldu_boots": "Thatldu Boots", + "item.cuboidmod.thatldu_upgrade_smithing_template": "Smithing Template", + "upgrade.cuboidmod.thatldu_upgrade": "Thatldu Upgrade", + "item.cuboidmod.smithing_template.thatldu_upgrade.additions_slot_description": "Add Thatldu Ingot", + "item.cuboidmod.smithing_template.thatldu_upgrade.applies_to": "Wikidium Equipment", + "item.cuboidmod.smithing_template.thatldu_upgrade.base_slot_description": "Add wikidium armor, weapon, or tool", + "item.cuboidmod.smithing_template.thatldu_upgrade.ingredients": "Thatldu Ingot", "item.cuboidmod.smoosher": "Smoosher", "hover_text.cuboidmod.smoosher": "Craft with ore or chunk for two dust", "item.cuboidmod.notsogudium_smasher": "Notsogudium Smasher", diff --git a/src/main/resources/assets/cuboidmod/textures/item/thatldu_upgrade_smithing_template.png b/src/main/resources/assets/cuboidmod/textures/item/thatldu_upgrade_smithing_template.png new file mode 100644 index 0000000000000000000000000000000000000000..12d1a95ad111faca9cb64c5e38b659b3db9e774d GIT binary patch literal 356 zcmV-q0h|7bP)Px$9!W$&R5*>TlQC|>FcgOWBBn0E%9PaUT*1&ty#eY_AvSIS;so4)6?NhS?5L_x zuYg36QguRV?Iu&|W@HMJ9mlpBr1oEIJ^TOc_nr;>Q5R-lu$Yuhrl;wn^3?!?#iaCn zf`EojW5!biG{pOBq984ElWxvmuHL}U+m{=lFL*vd##3kI zbyo=I8bttLo%*@ny8nU>F=M*vUv&al`H#ZWrXEND0000 Date: Mon, 6 May 2024 18:35:19 -0500 Subject: [PATCH 07/13] v0.3.0-1.20-Indev.7 - fixed cuboid overworld generation --- .../cuboidmod/dimension/cuboid_overworld.json | 60 +------------------ .../dimension_type/cuboid_overworld.json | 26 +------- 2 files changed, 2 insertions(+), 84 deletions(-) diff --git a/src/main/resources/data/cuboidmod/dimension/cuboid_overworld.json b/src/main/resources/data/cuboidmod/dimension/cuboid_overworld.json index 99aaf06..6479a23 100644 --- a/src/main/resources/data/cuboidmod/dimension/cuboid_overworld.json +++ b/src/main/resources/data/cuboidmod/dimension/cuboid_overworld.json @@ -1,59 +1 @@ -{ - "type": "cuboidmod:cuboid_overworld", - "generator": { - "type": "minecraft:noise", - "settings": { - "sea_level": 63, - "disable_mob_generation": false, - "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": 320, - "size_horizontal": 1, - "size_vertical": 2 - }, - "noise_router": { - "barrier": 0, - "fluid_level_floodedness": 0, - "fluid_level_spread": 0, - "lava": 0, - "temperature": 0, - "vegetation": 0, - "continents": 0, - "erosion": 0, - "depth": 0, - "ridges": 0, - "initial_density_without_jaggedness": 0, - "final_density": { - "type": "minecraft:interpolated", - "argument": "minecraft:overworld/base_3d_noise" - }, - "vein_toggle": 0, - "vein_ridged": 0, - "vein_gap": 0 - }, - "spawn_target": [], - "surface_rule": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - }, - "biome_source": { - "type": "minecraft:multi_noise", - "preset": "minecraft:overworld" - } - } -} +{"type":"minecraft:overworld","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:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:stony_shore","parameters":{"temperature":[-1,1],"humidity":[-1,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:stony_shore","parameters":{"temperature":[-1,1],"humidity":[-1,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:swamp","parameters":{"temperature":[-0.45,0.2],"humidity":[-1,1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:swamp","parameters":{"temperature":[-0.45,0.2],"humidity":[-1,1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:mangrove_swamp","parameters":{"temperature":[0.2,1],"humidity":[-1,1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:mangrove_swamp","parameters":{"temperature":[0.2,1],"humidity":[-1,1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dripstone_caves","parameters":{"temperature":[-1,1],"humidity":[-1,1],"continentalness":[0.8,1],"erosion":[-1,1],"weirdness":[-1,1],"depth":[0.2,0.9],"offset":0}},{"biome":"minecraft:lush_caves","parameters":{"temperature":[-1,1],"humidity":[0.7,1],"continentalness":[-1,1],"erosion":[-1,1],"weirdness":[-1,1],"depth":[0.2,0.9],"offset":0}},{"biome":"minecraft:deep_dark","parameters":{"temperature":[-1,1],"humidity":[-1,1],"continentalness":[-1,1],"erosion":[-1,-0.375],"weirdness":[-1,1],"depth":1.1,"offset":0}}]}}} \ No newline at end of file diff --git a/src/main/resources/data/cuboidmod/dimension_type/cuboid_overworld.json b/src/main/resources/data/cuboidmod/dimension_type/cuboid_overworld.json index 544618d..f051e0e 100644 --- a/src/main/resources/data/cuboidmod/dimension_type/cuboid_overworld.json +++ b/src/main/resources/data/cuboidmod/dimension_type/cuboid_overworld.json @@ -1,25 +1 @@ -{ - "ultrawarm": false, - "natural": true, - "piglin_safe": false, - "respawn_anchor_works": false, - "bed_works": true, - "has_raids": true, - "has_skylight": true, - "has_ceiling": false, - "coordinate_scale": 1, - "ambient_light": 0, - "logical_height": 384, - "effects": "minecraft:overworld", - "infiniburn": "#minecraft:infiniburn_overworld", - "min_y": -64, - "height": 384, - "monster_spawn_light_level": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 0, - "max_inclusive": 7 - } - }, - "monster_spawn_block_light_limit": 0 -} \ No newline at end of file +{"ultrawarm":false,"natural":true,"piglin_safe":false,"respawn_anchor_works":false,"bed_works":true,"has_raids":true,"has_skylight":true,"has_ceiling":false,"coordinate_scale":1,"ambient_light":0,"logical_height":384,"effects":"minecraft:overworld","infiniburn":"#minecraft:infiniburn_overworld","min_y":-64,"height":384,"monster_spawn_light_level":{"type":"minecraft:uniform","value":{"min_inclusive":0,"max_inclusive":7}},"monster_spawn_block_light_limit":0} \ No newline at end of file From a03b9c832002f16fa5b3663e9d0c9c9c85408efe Mon Sep 17 00:00:00 2001 From: Leialoha Date: Fri, 10 May 2024 04:08:53 -0500 Subject: [PATCH 08/13] v0.3.0-1.20-Indev.8 - added cuboid flat world generation --- build.gradle | 22 +++-- .../com/cuboiddroid/cuboidmod/Config.java | 4 + .../mixin/ClientPackSelectorMixin.java | 23 +++++ .../cuboidmod/mixin/MinecraftServerMixin.java | 75 +++++++++++++++ .../mixin/ServerPacksSourceMixin.java | 21 +++++ .../recipe/InscribingRecipe.java | 10 +- .../cuboidmod/util/RepositorySourceUtils.java | 89 ++++++++++++++++++ .../data/cuboidmod/structures/cuboidhouse.nbt | Bin 0 -> 5159 bytes .../biome/has_structure/cuboidhouse.json | 4 + .../worldgen/structure/cuboidhouse.json | 15 +++ .../worldgen/structure_set/cuboidhouse.json | 14 +++ .../template_pool/cuboidhouse/start_pool.json | 14 +++ .../data/minecraft/dimension/overworld.json | 19 ++++ .../dimension_type/cuboid_overworld.json | 1 + src/main/resources/cuboid_flat/pack.mcmeta | 6 ++ src/main/resources/cuboidmod.mixins.json | 17 ++++ .../recipes/qtc_ae2_calculation_press.json | 6 +- .../recipes/qtc_ae2_engineering_press.json | 4 +- .../recipes/qtc_ae2_logic_press.json | 4 +- .../recipes/qtc_ae2_silicon_press_1.json | 4 +- .../recipes/qtc_ae2_silicon_press_2.json | 4 +- .../recipes/qtc_ae2_silicon_press_3.json | 4 +- .../recipes/rec_ae2_crafting_terminal.json | 6 +- .../data/cuboidmod/recipes/rec_ae2_drive.json | 10 +- .../cuboidmod/recipes/rec_ae2_terminal.json | 12 +-- 25 files changed, 350 insertions(+), 38 deletions(-) create mode 100644 src/main/java/com/cuboiddroid/cuboidmod/mixin/ClientPackSelectorMixin.java create mode 100644 src/main/java/com/cuboiddroid/cuboidmod/mixin/MinecraftServerMixin.java create mode 100644 src/main/java/com/cuboiddroid/cuboidmod/mixin/ServerPacksSourceMixin.java create mode 100644 src/main/java/com/cuboiddroid/cuboidmod/util/RepositorySourceUtils.java create mode 100644 src/main/resources/cuboid_flat/data/cuboidmod/structures/cuboidhouse.nbt create mode 100644 src/main/resources/cuboid_flat/data/cuboidmod/tags/worldgen/biome/has_structure/cuboidhouse.json create mode 100644 src/main/resources/cuboid_flat/data/cuboidmod/worldgen/structure/cuboidhouse.json create mode 100644 src/main/resources/cuboid_flat/data/cuboidmod/worldgen/structure_set/cuboidhouse.json create mode 100644 src/main/resources/cuboid_flat/data/cuboidmod/worldgen/template_pool/cuboidhouse/start_pool.json create mode 100644 src/main/resources/cuboid_flat/data/minecraft/dimension/overworld.json create mode 100644 src/main/resources/cuboid_flat/data/minecraft/dimension_type/cuboid_overworld.json create mode 100644 src/main/resources/cuboid_flat/pack.mcmeta create mode 100644 src/main/resources/cuboidmod.mixins.json diff --git a/build.gradle b/build.gradle index 594b6a0..cd383a7 100644 --- a/build.gradle +++ b/build.gradle @@ -14,9 +14,10 @@ plugins { id 'eclipse' id 'idea' id 'net.minecraftforge.gradle' version '[6.0.16,6.2)' + id 'org.spongepowered.mixin' version '0.7.+' id 'maven-publish' } -apply plugin: 'org.spongepowered.mixin' +// apply plugin: 'org.spongepowered.mixin' // apply from: 'https://raw.githubusercontent.com/SizableShrimp/Forge-Class-Remapper/main/classremapper.gradle' @@ -214,6 +215,9 @@ dependencies { // then special handling is done to allow a setup of a vanilla dependency without the use of an external repository. minecraft "net.minecraftforge:forge:${minecraft_version}-${forge_version}" + // Apply Mixin AP + annotationProcessor 'org.spongepowered:mixin:0.8.5:processor' + // Example mod dependency with JEI - using fg.deobf() ensures the dependency is remapped to your development mappings // The JEI API is declared for compile time use, while the full JEI artifact is used at runtime compileOnly fg.deobf("mezz.jei:jei-${minecraft_version}-common-api:${jei_version}") @@ -234,19 +238,25 @@ dependencies { //runtimeOnly fg.deobf("curse.maven:project-mmo:${pmmo_version}") // Mekanism - compileOnly "mekanism:Mekanism:${mekanism_version}:api" + // compileOnly "mekanism:Mekanism:${mekanism_version}:api" // If you want to test/use Mekanism & its modules during `runClient` invocation, use the following - runtimeOnly fg.deobf("mekanism:Mekanism:${mekanism_version}")// core - runtimeOnly fg.deobf("mekanism:Mekanism:${mekanism_version}:additions")// Mekanism: Additions - runtimeOnly fg.deobf("mekanism:Mekanism:${mekanism_version}:generators")// Mekanism: Generators - runtimeOnly fg.deobf("mekanism:Mekanism:${mekanism_version}:tools")// Mekanism: Tools + // runtimeOnly fg.deobf("mekanism:Mekanism:${mekanism_version}")// core + // runtimeOnly fg.deobf("mekanism:Mekanism:${mekanism_version}:additions")// Mekanism: Additions + // runtimeOnly fg.deobf("mekanism:Mekanism:${mekanism_version}:generators")// Mekanism: Generators + // runtimeOnly fg.deobf("mekanism:Mekanism:${mekanism_version}:tools")// Mekanism: Tools implementation fg.deobf("net.darkhax.gamestages:GameStages-Forge-${minecraft_version}:${gamestages_version}") implementation fg.deobf("net.darkhax.bookshelf:Bookshelf-Forge-${minecraft_version}:${bookshelf_version}") // compileOnly fg.deobf("net.darkhax.bookshelf:Bookshelf-Common-${minecraft_version}:${bookshelf_version}") } +mixin { + // MixinGradle Settings + add sourceSets.main, 'cuboidmod.refmap.json' + config 'cuboidmod.mixins.json' +} + // This block of code expands all declared replace properties in the specified resource targets. // A missing property will result in an error. Properties are expanded using ${} Groovy notation. // When "copyIdeResources" is enabled, this will also run before the game launches in IDE environments. diff --git a/src/main/java/com/cuboiddroid/cuboidmod/Config.java b/src/main/java/com/cuboiddroid/cuboidmod/Config.java index 1127682..7b77c66 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/Config.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/Config.java @@ -151,6 +151,7 @@ public class Config { // --- MISC CATEGORY --- public static final String CATEGORY_MISC = "misc"; public static ForgeConfigSpec.BooleanValue verboseLogging; + public static ForgeConfigSpec.BooleanValue forcedCuboidFlat; static { ForgeConfigSpec.Builder COMMON_BUILDER = new ForgeConfigSpec.Builder(); @@ -209,6 +210,9 @@ public class Config { verboseLogging = COMMON_BUILDER .comment(" Logs additional information when loading Quantum Singularity and Molecular Recycler Blacklist config files.") .define("misc.verbose_logging", false); + forcedCuboidFlat = COMMON_BUILDER + .comment(" Forces the classic CuboidOutpost flat lands.") + .define("misc.forced_cuboid_flat", false); COMMON_BUILDER.pop(); COMMON_CONFIG = COMMON_BUILDER.build(); diff --git a/src/main/java/com/cuboiddroid/cuboidmod/mixin/ClientPackSelectorMixin.java b/src/main/java/com/cuboiddroid/cuboidmod/mixin/ClientPackSelectorMixin.java new file mode 100644 index 0000000..b30e72a --- /dev/null +++ b/src/main/java/com/cuboiddroid/cuboidmod/mixin/ClientPackSelectorMixin.java @@ -0,0 +1,23 @@ +package com.cuboiddroid.cuboidmod.mixin; + +import net.minecraft.client.gui.screens.worldselection.CreateWorldScreen; +import net.minecraft.server.packs.repository.RepositorySource; + +import org.apache.commons.lang3.ArrayUtils; +import org.spongepowered.asm.mixin.Mixin; +import org.spongepowered.asm.mixin.injection.At; +import org.spongepowered.asm.mixin.injection.ModifyArg; + +import com.cuboiddroid.cuboidmod.Config; +import com.cuboiddroid.cuboidmod.util.RepositorySourceUtils; + +@Mixin(CreateWorldScreen.class) +public abstract class ClientPackSelectorMixin { + + @ModifyArg(method = "openFresh", at = @At(value = "INVOKE", target = "Lnet/minecraft/server/packs/repository/PackRepository;([Lnet/minecraft/server/packs/repository/RepositorySource;)V")) + private static RepositorySource[] globalpacks_addServerPackFinder(RepositorySource[] arg) { + if (!Config.forcedCuboidFlat.get()) return arg; + return ArrayUtils.add(arg, RepositorySourceUtils.getCuboidFlat()); + } + +} \ No newline at end of file diff --git a/src/main/java/com/cuboiddroid/cuboidmod/mixin/MinecraftServerMixin.java b/src/main/java/com/cuboiddroid/cuboidmod/mixin/MinecraftServerMixin.java new file mode 100644 index 0000000..f8502b1 --- /dev/null +++ b/src/main/java/com/cuboiddroid/cuboidmod/mixin/MinecraftServerMixin.java @@ -0,0 +1,75 @@ +package com.cuboiddroid.cuboidmod.mixin; + +import org.spongepowered.asm.mixin.Mixin; +import org.spongepowered.asm.mixin.Shadow; +import org.spongepowered.asm.mixin.injection.At; +import org.spongepowered.asm.mixin.injection.Redirect; + +import com.cuboiddroid.cuboidmod.Config; +import com.cuboiddroid.cuboidmod.CuboidMod; + +import net.minecraft.core.BlockPos; +import net.minecraft.core.SectionPos; +import net.minecraft.core.registries.Registries; +import net.minecraft.resources.ResourceKey; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.server.MinecraftServer; +import net.minecraft.server.level.ServerChunkCache; +import net.minecraft.server.level.ServerLevel; +import net.minecraft.world.level.ChunkPos; +import net.minecraft.world.level.chunk.ChunkGenerator; +import net.minecraft.world.level.levelgen.structure.BoundingBox; +import net.minecraft.world.level.levelgen.structure.Structure; +import net.minecraft.world.level.levelgen.structure.StructureStart; +import net.minecraft.world.level.storage.ServerLevelData; + +@Mixin(MinecraftServer.class) +public abstract class MinecraftServerMixin { + + @Shadow + protected static void setInitialSpawn(ServerLevel serverLevel, ServerLevelData serverLevelData, boolean bonusChest, boolean flag) {}; + + @Redirect(method = "createLevels", + at = @At(value = "INVOKE", target = "Lnet/minecraft/server/MinecraftServer;setInitialSpawn(Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/level/storage/ServerLevelData;ZZ)V") + ) + private void spawnCuboidHome(ServerLevel serverLevel, ServerLevelData serverLevelData, boolean bonusChest, boolean flag) { + setInitialSpawn(serverLevel, serverLevelData, bonusChest, flag); + if (!Config.forcedCuboidFlat.get()) return; + + ServerChunkCache serverChunkCache = serverLevel.getChunkSource(); + + ResourceKey cuboidHouse = ResourceKey.create(Registries.STRUCTURE, new ResourceLocation(CuboidMod.MOD_ID, "cuboidhouse")); + BlockPos spawnPoint = new BlockPos(serverLevelData.getXSpawn(), serverLevelData.getYSpawn(), serverLevelData.getZSpawn()); + + serverLevel.registryAccess().registry(Registries.STRUCTURE).flatMap((registry) -> { + return registry.getHolder(cuboidHouse); + }).ifPresent((structureReference) -> { + Structure structure = structureReference.value(); + ChunkGenerator chunkgenerator = serverChunkCache.getGenerator(); + StructureStart structureStartChecker = structure.generate(serverLevel.registryAccess(), chunkgenerator, chunkgenerator.getBiomeSource(), + serverChunkCache.randomState(), serverLevel.getStructureManager(), serverLevel.getSeed(), new ChunkPos(spawnPoint), + 0, serverLevel, (predicate) -> true + ); + + // Get structure size + if (!structureStartChecker.isValid()) return; + BoundingBox boundingbox = structureStartChecker.getBoundingBox(); + + // Generate structure + StructureStart structureStart = structure.generate(serverLevel.registryAccess(), chunkgenerator, chunkgenerator.getBiomeSource(), + serverChunkCache.randomState(), serverLevel.getStructureManager(), serverLevel.getSeed(), new ChunkPos(spawnPoint.offset(-boundingbox.getXSpan() / 2, -1, -boundingbox.getZSpan() / 2)), + 0, serverLevel, (predicate) -> true + ); + + if (!structureStart.isValid()) return; + boundingbox = structureStart.getBoundingBox(); + ChunkPos chunkPosStart = new ChunkPos(SectionPos.blockToSectionCoord(boundingbox.minX()), SectionPos.blockToSectionCoord(boundingbox.minZ())); + ChunkPos chunkPosEnd = new ChunkPos(SectionPos.blockToSectionCoord(boundingbox.maxX()), SectionPos.blockToSectionCoord(boundingbox.maxZ())); + + ChunkPos.rangeClosed(chunkPosStart, chunkPosEnd).forEach((chunk) -> { + structureStart.placeInChunk(serverLevel, serverLevel.structureManager(), chunkgenerator, serverLevel.getRandom(), new BoundingBox(chunk.getMinBlockX(), serverLevel.getMinBuildHeight(), chunk.getMinBlockZ(), chunk.getMaxBlockX(), serverLevel.getMaxBuildHeight(), chunk.getMaxBlockZ()), chunk); + }); + + }); + } +} diff --git a/src/main/java/com/cuboiddroid/cuboidmod/mixin/ServerPacksSourceMixin.java b/src/main/java/com/cuboiddroid/cuboidmod/mixin/ServerPacksSourceMixin.java new file mode 100644 index 0000000..cba6e8e --- /dev/null +++ b/src/main/java/com/cuboiddroid/cuboidmod/mixin/ServerPacksSourceMixin.java @@ -0,0 +1,21 @@ +package com.cuboiddroid.cuboidmod.mixin; + +import net.minecraft.server.packs.repository.RepositorySource; +import net.minecraft.server.packs.repository.ServerPacksSource; +import org.apache.commons.lang3.ArrayUtils; +import org.spongepowered.asm.mixin.Mixin; +import org.spongepowered.asm.mixin.injection.At; +import org.spongepowered.asm.mixin.injection.ModifyArg; + +import com.cuboiddroid.cuboidmod.Config; +import com.cuboiddroid.cuboidmod.util.RepositorySourceUtils; + +@Mixin(ServerPacksSource.class) +public class ServerPacksSourceMixin { + + @ModifyArg(method = "createPackRepository", at = @At(value = "INVOKE", target = "Lnet/minecraft/server/packs/repository/PackRepository;([Lnet/minecraft/server/packs/repository/RepositorySource;)V")) + private static RepositorySource[] globalpacks_createPackRepository(RepositorySource[] arg) { + if (!Config.forcedCuboidFlat.get())return arg; + return ArrayUtils.addAll(arg, RepositorySourceUtils.getCuboidFlat()); + } +} \ No newline at end of file diff --git a/src/main/java/com/cuboiddroid/cuboidmod/modules/refinedinscriber/recipe/InscribingRecipe.java b/src/main/java/com/cuboiddroid/cuboidmod/modules/refinedinscriber/recipe/InscribingRecipe.java index e0326d6..d52982d 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/modules/refinedinscriber/recipe/InscribingRecipe.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/modules/refinedinscriber/recipe/InscribingRecipe.java @@ -225,17 +225,17 @@ public static class Serializer implements RecipeSerializer { "type": "cuboidmod:inscribing", "mode": "press", "result": { - "item": "appliedenergistics2:engineering_processor" + "item": "ae2:engineering_processor" }, "ingredients": { "top": { - "item": "appliedenergistics2:printed_engineering_processor" + "item": "ae2:printed_engineering_processor" }, "middle": { "tag": "forge:dusts/redstone" }, "bottom": { - "item": "appliedenergistics2:printed_silicon" + "item": "ae2:printed_silicon" } } } @@ -246,11 +246,11 @@ public static class Serializer implements RecipeSerializer { "type": "cuboidmod:inscribing", "mode": "inscribe", "result": { - "item": "appliedenergistics2:calculation_processor_press" + "item": "ae2:calculation_processor_press" }, "ingredients": { "top": { - "item": "appliedenergistics2:calculation_processor_press" + "item": "ae2:calculation_processor_press" }, "middle": { "tag": "forge:storage_blocks/iron" diff --git a/src/main/java/com/cuboiddroid/cuboidmod/util/RepositorySourceUtils.java b/src/main/java/com/cuboiddroid/cuboidmod/util/RepositorySourceUtils.java new file mode 100644 index 0000000..8bf4036 --- /dev/null +++ b/src/main/java/com/cuboiddroid/cuboidmod/util/RepositorySourceUtils.java @@ -0,0 +1,89 @@ +package com.cuboiddroid.cuboidmod.util; + +import java.io.IOException; +import java.net.URISyntaxException; +import java.nio.file.Files; +import java.nio.file.Path; +import java.util.ArrayList; +import java.util.List; +import java.util.function.Consumer; +import java.util.stream.Stream; + +import net.minecraft.ChatFormatting; +import net.minecraft.network.chat.Component; +import net.minecraft.server.packs.PackType; +import net.minecraft.server.packs.repository.FolderRepositorySource; +import net.minecraft.server.packs.repository.Pack; +import net.minecraft.server.packs.repository.PackSource; +import net.minecraft.server.packs.repository.RepositorySource; + +public class RepositorySourceUtils { + + public static RepositorySource getCuboidFlat() { + + List packLocations = new ArrayList<>(); + try { + Path flatStarterWorld = Path + .of(RepositorySourceUtils.class.getClassLoader().getResource("cuboid_flat/").toURI()); + packLocations.add(flatStarterWorld); + } catch (URISyntaxException e) { + e.printStackTrace(); + } + + RepositorySource p = new RepositorySource() { + @Override + public void loadPacks(Consumer packRegistrar) { + discoverResourcePacks(path -> { + Pack.ResourcesSupplier resourceSupplier = FolderRepositorySource.detectPackResources(path, false); + + if (resourceSupplier == null) + return; + + PackSource source = PackSource.create(name -> name.copy().append(" (REQUIRED)") + .withStyle(ChatFormatting.RED), true); + + Pack pack = Pack.readMetaAndCreate(path.getFileName().toString(), + Component.literal(path.getFileName().toString()), + true, resourceSupplier, PackType.SERVER_DATA, Pack.Position.TOP, source); + + if (pack != null) + packRegistrar.accept(pack); + }); + } + + private void discoverResourcePacks(Consumer packCallback) { + for (Path path : packLocations) { + if (Files.isDirectory(path) || Files.notExists(path)) { + if (Files.isRegularFile(path.resolve("pack.mcmeta"))) { + packCallback.accept(path); + continue; + } + + try { + if (Files.notExists(path)) + Files.createDirectories(path); + } catch (IOException e) { + e.printStackTrace(); + } + + try (Stream fileStream = Files.list(path)) { + fileStream.forEach(filePath -> { + if (Files.isRegularFile(filePath) || (Files.isDirectory(filePath) + && Files.isRegularFile(filePath.resolve("pack.mcmeta")))) + packCallback.accept(filePath); + }); + } catch (IOException e) { + e.printStackTrace(); + } + } else { + packCallback.accept(path); + } + } + } + }; + + return p; + + } + +} diff --git a/src/main/resources/cuboid_flat/data/cuboidmod/structures/cuboidhouse.nbt b/src/main/resources/cuboid_flat/data/cuboidmod/structures/cuboidhouse.nbt new file mode 100644 index 0000000000000000000000000000000000000000..1bd02e8ad9cc35066e4924181c330833a6e54883 GIT binary patch literal 5159 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 Date: Fri, 10 May 2024 04:17:41 -0500 Subject: [PATCH 09/13] v0.3.0-1.20-Indev.9 - fixed cuboid structure --- gradle.properties | 2 +- .../data/cuboidmod/structures/cuboidhouse.nbt | Bin 5159 -> 5103 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 8095e80..f79f71c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ forge_version_range=[47,) mod_id=cuboidmod mod_name=CuboidDroid's Support Mod mod_license=All Rights Reserved -mod_version=0.3.0-Indev.6 +mod_version=0.3.0-Indev.9 mod_group_id=com.cuboiddroid.cuboidmod mod_authors=CuboidDroid, Leialoha diff --git a/src/main/resources/cuboid_flat/data/cuboidmod/structures/cuboidhouse.nbt b/src/main/resources/cuboid_flat/data/cuboidmod/structures/cuboidhouse.nbt index 1bd02e8ad9cc35066e4924181c330833a6e54883..1c64321f393c9c375f93cbd957caaba30397eacf 100644 GIT binary patch literal 5103 zcma);2VBzWAIHsksi~E@Qt^LvW;vjosl|B>>s*zlLB8{Ix$&*1lbpXd9$pU?B-`vrjhO6b#P{bROO%Ag|x zC3|vCxZEZA5`0?uMG)FYGvl^qG4WaU_sRN2;F084 z-oB6gjAgtaksNi`O`*`?Qd*YC+&5ivb2%k0x_5??i~K5DZ;jTPj~)aB_{rYCem?~@ zDyo)$Z*?-3@8ij57Fo#ocqxb%9*ADC;lU*i}0-HIiy4jzB|^d?@Dtiv(obo%o#Los;d-|tsqUbl|s2; z#eOw!h&ietV3;9Cdo5ogm2wYwzCkL3rW>V|LOjH!i9iw5aN4FnnhD$kx~+W&lnA%t zyuwZXxl0{1Y-Hfy4NhR)x*dlNyEH(<}p|0gmsk<)YwAi*zcJe-Aew%+K}_%)dgGhoUm_x~5E^6z-e5YPSg`ML0Z}tr z;r@(s5iw=70!(?|=h~{M<5Gg>AF9f#6l0o5>%UO>SD7bHulU4 zyx_;iJz&wG0$)HE{-P*kcJup1F(@b2M8qO1MgybW4iM<+R$MvGE7i2Uue_O~zirXS z3Iz7_WA~)uHd+EWu8h{r;14~2!zlER5{KZhgf-=a;v7>2j}3d7Kvkj){S&XfWk0hJ zGB4KVXs3n-f(Qt~F{-Xc&}iQe@+z+m6bY6ROk+2S>d*J>=#<3zwAYs{_)xR?vhRC` zj7AMx4>=!=Yy0IA$U7Ea>{#^C`axg*x$@=>aS5U<5y3|OwUR%#As;`(+7I%jH-@!I!DA@k@}nPCBUDMlFrN}JS@iiTt2^pf}5u8s1!qun=7TVJkNE;c^#BR-BFV! z!$CTe&81lqE!WjI9taSj%#xf9N-XdPeYxkGS{5Xv$pDZ}6seT=mk$JpZYI!4?)L`~ zL@{&GmIXO!@)3}ZZ1Z0{2=rdsw?^;nDRIB#YC}l^xmmb~Y#Ni~2#UUZp2UX$V_pEsn0_8L_SRZBT6@xrUCa0h#B9JSid5Hub!f-k&J zGf`AYzn+CQT(w807MO;B{HBjsWIfX8e5%=*FJ53yoi*GD>Ayzvdy|vbZ7^qN)tWp~ zz%*`;lVEi~#3{jdlTiTx^zgIuaWtk7z|eJ6OMf)bQ~XAA*=2ZS>YV?jl_w}JdO{axCK?$@-o`j3&$Ul5T0BAfgveCI7~WS(W%9mP-6k#0b- z-|~-bGYIRMZV#gD?NrX#=#(bprGq3<2gO>lV!b|Fr9c!hr3vB5iBFw$&?Z!^P>XA{ zmmUeE=$S4B@93%HbnkM{;`3*f1gEv2gNk0ogKk@cY3jE>^cmE4@8^4+RmrVRQ=P&=ai-Hg%-&8NwY773A zc%LInpWQP;UTkVvx%RZqOMw#7!)S%o*Ps+b=ike?N1zmq=iiIF54E9P3g$<=()Aji z<|9}pl4B3^M;GI?29%$Mn4AW{o7v&w>ezns`K7orcu)juRj2_r1~-!NMo%A$Ea9-= z;TNW|@$2&^_ZN`)!6CEo^i>H9^PJry zr;`kh0;wa3)UIiE4_VfkH>HXx(KGApUO7G)9I+OZlZ$*G`1H7U3+Ila-D3^9mX9${ z6NrBiQa+aFUpTwgW|h0!LS^?YcZJTe5=HK9#a{Cq*}Z*_Hy@9HGDURYMc^ZI_cQAd0Oh zV)y`ccc$NDxuu*Wu zF^vOa`MJi`%iryJwFU(2*u^EOnt#xL)L#~GikhJ4k8x(4ftjr*V1p3#)z%$d3GfE~ z3Ck^OkGmF`HY9Y^bYpL84QX?~*{nS$2eA4o`(I?GsgkXl8lGsNQ!G z&epfVxw__HZA@R^;Q}k9GuA2^$B{*cE=b&g0j!H%)n)@F?Nz9WOZ8dUJ>!+ zW<^9>W+d2Q_1cHY%#=G=qU;1TmD15a)jbTf+1zzV|kX}8ct za!FGp?-UZDo9@mEunWbHG*nD_G$;?%hQnSA_7fSSjp1wFrJ<8E*`)4NgQ(HvxSl7~ ztJiWKG>jti_so{SDlk``rpJvS-FC}}>{_Vq*64!lUtc9(D$ur})<>vj!kLHS<1TvS z%C8S@M^Y9He%ND?4A^oaQPOn1Fi(2n9pkO{+zZD?k<>-{`OB%%h;rw9{V{r2_u#;Z zRSDCDH+HFw=P9Of=m2Kk!z0LO+VB?i4GQo^6|-@|9(j+W$c#gy5vkihJ_(L~1O`(q z*%Wl{u9t`j#&;U(*VadEP#Ho6+w(3AhAAB#L0=elH9CmTL|0H#-p;04OgDilmt+n@--526hzW0fgybSi9GwXl>lgxa93bOHn5M z!0kh$ydckTd@yp*r+ctac?@p# zze!!CJg!0lbVVUyYt!<0eIVUCq0Q7B}b*G?Pr~b z71rP{;P=A45{TxyCNnXS*)gkD0TZxQAr)>T3n~UG2 zs_3PLpPtG*p}TARwdqP;6RqNau_BL^>DeyGkf7z(7X8tcwhqKalGqhN#9Atsv>sJ#sKo!3m4{5~_SuQ+V> z>roG~{if!Q?ljz6v)H#7ts3@H>mH`xlIAVZmyU8x8KKJwY)YDeAt+|aE{&thWbz74PBNnSs7V=76>(VG{dKdXcyQs#);v&71b2IBMDa?S%R2_K-oIuN zI!Jmr;=gm0?=OPK1n$H$fc0AK997PQ-?ty0+GDH#HW|xIy)r zn7+lmn^u76{SH`{)}*K6E&{G#8+XK#h5*WkPfnmUUjC>-li+mo_DdXcVOpm>vzbezkqPtvK+&@WK+ z_dlq3R3*N6f#leR$Ocz_3uC#{?Eqn24zOK8iN2+gKe@xO?)Sv=mG?D5-%gp#Gdf`1 zvs7N*%ORb2U#n4=C`YwCtDz}GJFGa;^$NS)>H(gU|h44 z{*+Fd|G^J9;2`9kJCxR|?V+a-761=)e44Dgt4mjV%sd$PC{Dm<+yA+rawv&I;x z+H#yhmhNLk_}!+^568Mp7QE5hk5Qy1GQ=rOxiIlfXxiXlrcZwaL1u-_Ig;K!xN{H# zi4W|k3fYGXRztAZt7(U8=aQ`tcCVU;_pf-)aLLDNW>!r{!ZRV3LDH8SXWapP=F7+e z=%~jOpdNXskZyu>r|=Q(eI5Yk_15{U5miJlGVStR(JOVvFeYT@mPWGuqF?`y0JA67*Z3y$s zZ)w+DT8%xDwyXmAPmRhk1H9slz`nXyQgnLn{mUUQ`%G*VOX)-jpPq&e5f)JGmb}v* z$0i+dv9fU9wxi?p(36tI;H$L(j&}?}R{)tn^~wM|#37eBtUBInetNI<9Oq_7;OT7d wj|N7tWF~IU)v&5Yl_h&_t3ij%5wOpscbboyQUiN+K~JG7@7*kOl}L+xvb4h+8}J-*A2>zx?j@ zyZ3YN_ugDQ3V-v4_0J-g%Zqkr67m-k!}aox`8mX2+&)KKQNPpn@xx!g)BO3w*?^;? zyQ<}hfy_&R4;Z)Jn8R1}g+(vrFnZ_C|338BA5{MJ))Rfnfbrpz2;ZS5Ws!rWGl^4m z%V_?)Uia`PY{^ipE+gwe@LbW*BS}+f$ApKbE1 zv9@EmVtohhwDIHcSbI45YzL1ff*CpK#fFCA6TiY8L0{jC^zG+Xtr16q?NfJ`4cp1l%19ws!@lFrY9)u#@lT3y za`g2;WV&dLSbqxtB*Z6e{pqzLYsAhEfRHZp6$6_p%A7r{Rv+84qS9Y*>qh&&Uk<$v z@gfv2`w<0UIpM8Gqw`c3Mu%=u#d| z;*5+YzV3miPwbM6+;7OWm+c^9#O9COWW(1;-`eo^vD3S$J!f)4BsOHsp+Ic%v~NqE z%^J^>@b|ax!AGH@yH7OmPWN$D2-ajcTA8yG-mcpq zZ%7@-gOJe!?8S&Jta>`WbrP-25^=@9vl2oMlSbp;!moN=;E5S;EAzl7i_oAfP}&JY z3`e-m@H4AJNGQ%(<}7A?oh*V>$;tnf06zk;tP45Ya|FDc8+q_b-?)w-lJ<}*{a00) zgHpxzKx=3@-!{%fItut+&7av*;~!(rC&wR`4!1VCGv%qtL{85~eNt16g>fKm&U{K` zi$Tm|*_qu^)4-$ynr3Oz9c0S8B7u8`aGA`2Gc!UQwHlX=$RY9Po5Nk@z5P8mgm#8HRHD^q|Q`r4X`3%)GXeSEs zq{b7Z!|jdbpTqx0V%Nrq! z*eT%eqsB+W$|ye)6Uc71M^oHmM+5q}=><5|Z&~B-AnOj|BlFi8bBq90N5#F{rlj$} zdUV*m;eBih$Qx*)1np1R)b~4P0Ujm95^?CzH>JgF&c#wk>rufY;yy)bFGe^HHjzHH z;qPZ3>AwGFFFh@$CrQoVhA01Y2N8(iY~ z9D=P^VapnJK$d&p1F&N~`tB1RhO>QKof8mQzp_%gxmt|p6_3FsQ>vhq(T1|NuusK<&E;=H#xa*A|epX zq1sv)rF3opu$CdqL)EgPEVvaS#_mS@dGNJg@bv6*59W|)RiRJ>V?1k*4=%-@CoZgL^-LH^OaN+bv_%Mea);bI0&Wyw1PbI`ZH|}6|NA=xO=8wbTs>X6z4-Mr< zZU#`GBLNgHbwG_tQ3@QNT%wdk zJXf-(91ZL|%LwyFm=Pw(2&6*mP_(XJVTPkFsXGO}k0E3J82MBd#~i;n1)VU~Ub?dd zvM=yl{{}JwxX=-h5x^Y#82IO)mZJTz&18|(I8szzNxxhKYUYno`7WI869Iiv>Iewe zF99I2yBQ#1fJiJtB(la4WK6Isk5^g&@WYGOQSoblfJva33W&|712Js?5S!<}O3N$< zs_n!7O!XzPF>8jbzrld}bhG$X-#%}A+P2{~M zP{yv8VHp=tK^Y%93CbArE-b+v(a@mbk)&2)lDs!tMMBz)IpM=mV;4(z4z`n=Z1`U6 zp_kG9b=hth88Zy1|UlB?Hzl~p*2hVnsjV-3x^TTJ`%;toJBM;2M*vN#< z5x6-QTRTz8)t>boXxQ$hooK^~lJMo`5~Th3)urf_AdUXN3i}zcXG8l@R|osG%h=k) z?#`Y0!RH!Y2Yr{)f2a!-b{;$}M=!gd1;svJ8U+F7&0mY6Gjp8f z&<-<)2=1dMck)zt3k;q-MOnXRw*Z5aZEJ>4pX)M=biI9VsR&o8LM_WPpgpnG-e#Vm zIySs-ZIN0|{iN3FhSq)@F2-}EzX3Y&?}GDJ@nxgNB^%jOPiF?d9RrJ0SixzuzFqw3 zXMh+5h|APG5CeZFII55c9as3QSri}U0oOA30v6V%ADC8rCp82K8HBH_&Sn#Y*3g2( z$iNK#YhVWB3w#KX#LSiMGMvcg#V0~9+IVZPoQ1FCKv`-LeC0>94)WYRH|x)nWg{Q~ zWV3}L@E%tW7{WQIyuecd$5z%IJ8yODS@pcGj^}Q917(E(D$AOH#nS`8;)_J~JdNn9 zo~ar8KEiC8)~huRvg#TA)(8KXPER$Mr_azW?K!EdrW(0wQn0@(B`cVr-P)2aSGQCO z?)nvC-Ry}b<+Mp7yL)q`%|TpjtdwL&`sQlWq`6x2Q{$pW*RY&#XwcA#tMkYF>Ebp+ zezjb#Qd6?^|AjH-k7-N`KS{71H!E{9&!i0Ro|>GWnEkfHto(dJ(v=>J|M(YYJrKi)eo=)qZX6P2~ z`WcnSx{S(&w2b>X<}ZjuQ@5dadQqck%Qd(84Ix*K`m_Y!f6zNNR@^#R_~*riD;EFa$8DMF^9=6czt9acCqA}>t(gy& zE{O(C=4Kd{6IF60r#c#wo!+T)o6McOpF)@n(G(ffHO`0yis4)UNRqea5hB`6Gmi}l zZg2nQguGvDn?={(^lz8b+tezoiY7DlDj(flS<+ Date: Fri, 10 May 2024 13:33:17 -0500 Subject: [PATCH 10/13] v0.3.0-1.20-Indev.10 - fixed world generation --- gradle.properties | 2 +- .../cuboidmod/mixin/MinecraftServerMixin.java | 6 ++---- .../cuboidmod/dimension/cuboid_overworld.json | 2 +- .../dimension_type/cuboid_overworld.json | 1 + .../worldgen/biome/snowy_plains.json | 1 + .../worldgen/structure/cuboidhouse.json | 16 +-------------- .../worldgen/structure_set/cuboidhouse.json | 15 +------------- .../template_pool/cuboidhouse/start_pool.json | 15 +------------- .../data/minecraft/dimension/overworld.json | 20 +------------------ .../dimension_type/cuboid_overworld.json | 2 +- .../dimension_type/cuboid_overworld.json | 1 - 11 files changed, 11 insertions(+), 70 deletions(-) rename src/main/resources/{ => cuboid_flat}/data/cuboidmod/dimension/cuboid_overworld.json (99%) create mode 100644 src/main/resources/cuboid_flat/data/cuboidmod/dimension_type/cuboid_overworld.json create mode 100644 src/main/resources/cuboid_flat/data/cuboidmod/worldgen/biome/snowy_plains.json delete mode 100644 src/main/resources/data/cuboidmod/dimension_type/cuboid_overworld.json diff --git a/gradle.properties b/gradle.properties index f79f71c..dbd32c2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ forge_version_range=[47,) mod_id=cuboidmod mod_name=CuboidDroid's Support Mod mod_license=All Rights Reserved -mod_version=0.3.0-Indev.9 +mod_version=0.3.0-Indev.10 mod_group_id=com.cuboiddroid.cuboidmod mod_authors=CuboidDroid, Leialoha diff --git a/src/main/java/com/cuboiddroid/cuboidmod/mixin/MinecraftServerMixin.java b/src/main/java/com/cuboiddroid/cuboidmod/mixin/MinecraftServerMixin.java index f8502b1..e700870 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/mixin/MinecraftServerMixin.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/mixin/MinecraftServerMixin.java @@ -34,10 +34,8 @@ public abstract class MinecraftServerMixin { ) private void spawnCuboidHome(ServerLevel serverLevel, ServerLevelData serverLevelData, boolean bonusChest, boolean flag) { setInitialSpawn(serverLevel, serverLevelData, bonusChest, flag); - if (!Config.forcedCuboidFlat.get()) return; - - ServerChunkCache serverChunkCache = serverLevel.getChunkSource(); + ServerChunkCache serverChunkCache = serverLevel.getChunkSource(); ResourceKey cuboidHouse = ResourceKey.create(Registries.STRUCTURE, new ResourceLocation(CuboidMod.MOD_ID, "cuboidhouse")); BlockPos spawnPoint = new BlockPos(serverLevelData.getXSpawn(), serverLevelData.getYSpawn(), serverLevelData.getZSpawn()); @@ -57,7 +55,7 @@ private void spawnCuboidHome(ServerLevel serverLevel, ServerLevelData serverLeve // Generate structure StructureStart structureStart = structure.generate(serverLevel.registryAccess(), chunkgenerator, chunkgenerator.getBiomeSource(), - serverChunkCache.randomState(), serverLevel.getStructureManager(), serverLevel.getSeed(), new ChunkPos(spawnPoint.offset(-boundingbox.getXSpan() / 2, -1, -boundingbox.getZSpan() / 2)), + serverChunkCache.randomState(), serverLevel.getStructureManager(), serverLevel.getSeed(), new ChunkPos(spawnPoint.offset(boundingbox.getXSpan() / 2, -1, boundingbox.getZSpan() / 2)), 0, serverLevel, (predicate) -> true ); diff --git a/src/main/resources/data/cuboidmod/dimension/cuboid_overworld.json b/src/main/resources/cuboid_flat/data/cuboidmod/dimension/cuboid_overworld.json similarity index 99% rename from src/main/resources/data/cuboidmod/dimension/cuboid_overworld.json rename to src/main/resources/cuboid_flat/data/cuboidmod/dimension/cuboid_overworld.json index 6479a23..b56c002 100644 --- a/src/main/resources/data/cuboidmod/dimension/cuboid_overworld.json +++ b/src/main/resources/cuboid_flat/data/cuboidmod/dimension/cuboid_overworld.json @@ -1 +1 @@ -{"type":"minecraft:overworld","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:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:stony_shore","parameters":{"temperature":[-1,1],"humidity":[-1,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:stony_shore","parameters":{"temperature":[-1,1],"humidity":[-1,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:swamp","parameters":{"temperature":[-0.45,0.2],"humidity":[-1,1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:swamp","parameters":{"temperature":[-0.45,0.2],"humidity":[-1,1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:mangrove_swamp","parameters":{"temperature":[0.2,1],"humidity":[-1,1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:mangrove_swamp","parameters":{"temperature":[0.2,1],"humidity":[-1,1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dripstone_caves","parameters":{"temperature":[-1,1],"humidity":[-1,1],"continentalness":[0.8,1],"erosion":[-1,1],"weirdness":[-1,1],"depth":[0.2,0.9],"offset":0}},{"biome":"minecraft:lush_caves","parameters":{"temperature":[-1,1],"humidity":[0.7,1],"continentalness":[-1,1],"erosion":[-1,1],"weirdness":[-1,1],"depth":[0.2,0.9],"offset":0}},{"biome":"minecraft:deep_dark","parameters":{"temperature":[-1,1],"humidity":[-1,1],"continentalness":[-1,1],"erosion":[-1,-0.375],"weirdness":[-1,1],"depth":1.1,"offset":0}}]}}} \ No newline at end of file +{"type":"minecraft:overworld","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:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.2666,0.4],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.4,0.5666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[-1,-0.7799],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.5666,0.7666],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:frozen_peaks","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:stony_peaks","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-1,-0.7799],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.7799,-0.375],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"weirdness":[0.7666,0.9333],"depth":1,"offset":0}},{"biome":"minecraft:stony_shore","parameters":{"temperature":[-1,1],"humidity":[-1,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:stony_shore","parameters":{"temperature":[-1,1],"humidity":[-1,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:swamp","parameters":{"temperature":[-0.45,0.2],"humidity":[-1,1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:swamp","parameters":{"temperature":[-0.45,0.2],"humidity":[-1,1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:mangrove_swamp","parameters":{"temperature":[0.2,1],"humidity":[-1,1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:mangrove_swamp","parameters":{"temperature":[0.2,1],"humidity":[-1,1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:ice_spikes","parameters":{"temperature":[-1,-0.45],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_plains","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-1,-0.45],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_gravelly_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:meadow","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_pine_taiga","parameters":{"temperature":[-0.45,-0.15],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sunflower_plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:snowy_slopes","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:cherry_grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_hills","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:old_growth_birch_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:grove","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:dark_forest","parameters":{"temperature":[-0.15,0.2],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna_plateau","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:plains","parameters":{"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:forest","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:sparse_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:bamboo_jungle","parameters":{"temperature":[0.2,0.55],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-1,-0.35],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:eroded_badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.35,-0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:badlands","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[-0.1,0.1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:windswept_savanna","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.1,0.3],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,1],"erosion":[-1,-0.7799],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.3],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.7799,-0.375],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,0.3],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:wooded_badlands","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[-0.2225,0.05],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,1],"erosion":[0.05,0.45],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.11,0.03],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":0,"offset":0}},{"biome":"minecraft:desert","parameters":{"temperature":[0.55,1],"humidity":[0.3,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"weirdness":[0.9333,1],"depth":1,"offset":0}},{"biome":"minecraft:dripstone_caves","parameters":{"temperature":[-1,1],"humidity":[-1,1],"continentalness":[0.8,1],"erosion":[-1,1],"weirdness":[-1,1],"depth":[0.2,0.9],"offset":0}},{"biome":"minecraft:lush_caves","parameters":{"temperature":[-1,1],"humidity":[0.7,1],"continentalness":[-1,1],"erosion":[-1,1],"weirdness":[-1,1],"depth":[0.2,0.9],"offset":0}},{"biome":"minecraft:deep_dark","parameters":{"temperature":[-1,1],"humidity":[-1,1],"continentalness":[-1,1],"erosion":[-1,-0.375],"weirdness":[-1,1],"depth":1.1,"offset":0}}]}}} diff --git a/src/main/resources/cuboid_flat/data/cuboidmod/dimension_type/cuboid_overworld.json b/src/main/resources/cuboid_flat/data/cuboidmod/dimension_type/cuboid_overworld.json new file mode 100644 index 0000000..7d5b1c6 --- /dev/null +++ b/src/main/resources/cuboid_flat/data/cuboidmod/dimension_type/cuboid_overworld.json @@ -0,0 +1 @@ +{ "ultrawarm": false, "natural": true, "piglin_safe": false, "respawn_anchor_works": false, "bed_works": true, "has_raids": true, "has_skylight": true, "has_ceiling": false, "coordinate_scale": 1, "ambient_light": 0, "logical_height": 384, "effects": "minecraft:overworld", "infiniburn": "#minecraft:infiniburn_overworld", "min_y": -64, "height": 384, "monster_spawn_light_level": { "type": "minecraft:uniform", "value": { "min_inclusive": 0, "max_inclusive": 7 } }, "monster_spawn_block_light_limit": 0 } diff --git a/src/main/resources/cuboid_flat/data/cuboidmod/worldgen/biome/snowy_plains.json b/src/main/resources/cuboid_flat/data/cuboidmod/worldgen/biome/snowy_plains.json new file mode 100644 index 0000000..c84cf7f --- /dev/null +++ b/src/main/resources/cuboid_flat/data/cuboidmod/worldgen/biome/snowy_plains.json @@ -0,0 +1 @@ +{ "temperature": 0, "downfall": 0.5, "has_precipitation": true, "creature_spawn_probability": 0.07, "effects": { "sky_color": 13425407, "fog_color": 12638463, "water_color": 7379435, "water_fog_color": 4159204, "grass_color": 15068415, "foliage_color": 15068415, "particle": { "options": { "type": "minecraft:snowflake" }, "probability": 0.0025 } }, "spawners": { "monster": [ { "type": "minecraft:spider", "weight": 100, "minCount": 4, "maxCount": 4 }, { "type": "minecraft:zombie", "weight": 95, "minCount": 4, "maxCount": 4 }, { "type": "minecraft:zombie_villager", "weight": 5, "minCount": 1, "maxCount": 1 }, { "type": "minecraft:skeleton", "weight": 20, "minCount": 4, "maxCount": 4 }, { "type": "minecraft:creeper", "weight": 100, "minCount": 4, "maxCount": 4 }, { "type": "minecraft:slime", "weight": 100, "minCount": 4, "maxCount": 4 }, { "type": "minecraft:enderman", "weight": 10, "minCount": 1, "maxCount": 4 }, { "type": "minecraft:witch", "weight": 5, "minCount": 1, "maxCount": 1 } ] }, "spawn_costs": {}, "carvers": {}, "features": [] } diff --git a/src/main/resources/cuboid_flat/data/cuboidmod/worldgen/structure/cuboidhouse.json b/src/main/resources/cuboid_flat/data/cuboidmod/worldgen/structure/cuboidhouse.json index f1bf767..e615e0a 100644 --- a/src/main/resources/cuboid_flat/data/cuboidmod/worldgen/structure/cuboidhouse.json +++ b/src/main/resources/cuboid_flat/data/cuboidmod/worldgen/structure/cuboidhouse.json @@ -1,15 +1 @@ -{ - "type": "minecraft:jigsaw", - "biomes": "#cuboidmod:has_structure/cuboidhouse", - "step": "surface_structures", - "spawn_overrides": {}, - "terrain_adaptation": "beard_thin", - "start_pool": "cuboidmod:cuboidhouse/start_pool", - "size": 2, - "start_height": { - "absolute": 0 - }, - "project_start_to_heightmap": "WORLD_SURFACE_WG", - "max_distance_from_center": 80, - "use_expansion_hack": false -} \ No newline at end of file +{ "type": "minecraft:jigsaw", "biomes": "#cuboidmod:has_structure/cuboidhouse", "step": "surface_structures", "spawn_overrides": {}, "terrain_adaptation": "beard_thin", "start_pool": "cuboidmod:cuboidhouse/start_pool", "size": 2, "start_height": { "absolute": 0 }, "project_start_to_heightmap": "WORLD_SURFACE_WG", "max_distance_from_center": 80, "use_expansion_hack": false } diff --git a/src/main/resources/cuboid_flat/data/cuboidmod/worldgen/structure_set/cuboidhouse.json b/src/main/resources/cuboid_flat/data/cuboidmod/worldgen/structure_set/cuboidhouse.json index 3d21e03..84a8c5e 100644 --- a/src/main/resources/cuboid_flat/data/cuboidmod/worldgen/structure_set/cuboidhouse.json +++ b/src/main/resources/cuboid_flat/data/cuboidmod/worldgen/structure_set/cuboidhouse.json @@ -1,14 +1 @@ -{ - "structures": [ - { - "structure": "cuboidmod:cuboidhouse", - "weight": 1 - } - ], - "placement": { - "type": "minecraft:random_spread", - "salt": 952372570, - "spacing": 10, - "separation": 5 - } -} \ No newline at end of file +{ "structures": [ { "structure": "cuboidmod:cuboidhouse", "weight": 1 } ], "placement": { "type": "minecraft:random_spread", "salt": 952372570, "spacing": 10, "separation": 5 } } diff --git a/src/main/resources/cuboid_flat/data/cuboidmod/worldgen/template_pool/cuboidhouse/start_pool.json b/src/main/resources/cuboid_flat/data/cuboidmod/worldgen/template_pool/cuboidhouse/start_pool.json index 1bdd935..6653da5 100644 --- a/src/main/resources/cuboid_flat/data/cuboidmod/worldgen/template_pool/cuboidhouse/start_pool.json +++ b/src/main/resources/cuboid_flat/data/cuboidmod/worldgen/template_pool/cuboidhouse/start_pool.json @@ -1,14 +1 @@ -{ - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "element_type": "minecraft:single_pool_element", - "projection": "rigid", - "location": "cuboidmod:cuboidhouse", - "processors": "minecraft:empty" - } - } - ] -} \ No newline at end of file +{ "fallback": "minecraft:empty", "elements": [ { "weight": 1, "element": { "element_type": "minecraft:single_pool_element", "projection": "rigid", "location": "cuboidmod:cuboidhouse", "processors": "minecraft:empty" } } ] } diff --git a/src/main/resources/cuboid_flat/data/minecraft/dimension/overworld.json b/src/main/resources/cuboid_flat/data/minecraft/dimension/overworld.json index 25bb9a2..1e1d102 100644 --- a/src/main/resources/cuboid_flat/data/minecraft/dimension/overworld.json +++ b/src/main/resources/cuboid_flat/data/minecraft/dimension/overworld.json @@ -1,19 +1 @@ -{ - "type": "minecraft:overworld", - "generator": { - "type": "minecraft:flat", - "settings": { - "biome": "minecraft:snowy_plains", - "lakes": false, - "features": false, - "layers": [ - { "block": "minecraft:bedrock", "height": 1 }, - { "block": "cuboidmod:notarfbadium_ore", "height": 10 }, - { "block": "cuboidmod:kudbebedda_ore", "height": 24 }, - { "block": "cuboidmod:notsogudium_ore", "height": 36 }, - { "block": "minecraft:snow_block", "height": 1 } - ], - "structure_overrides": [] - } - } -} \ No newline at end of file +{ "type": "minecraft:overworld", "generator": { "type": "minecraft:flat", "settings": { "biome": "cuboidmod:snowy_plains", "lakes": false, "features": false, "layers": [ { "block": "minecraft:air", "height": 64 }, { "block": "minecraft:bedrock", "height": 1 }, { "block": "cuboidmod:notarfbadium_ore", "height": 10 }, { "block": "cuboidmod:kudbebedda_ore", "height": 24 }, { "block": "cuboidmod:notsogudium_ore", "height": 36 }, { "block": "minecraft:snow_block", "height": 1 } ], "structure_overrides": [] } } } diff --git a/src/main/resources/cuboid_flat/data/minecraft/dimension_type/cuboid_overworld.json b/src/main/resources/cuboid_flat/data/minecraft/dimension_type/cuboid_overworld.json index b5debe4..7d5b1c6 100644 --- a/src/main/resources/cuboid_flat/data/minecraft/dimension_type/cuboid_overworld.json +++ b/src/main/resources/cuboid_flat/data/minecraft/dimension_type/cuboid_overworld.json @@ -1 +1 @@ -{"ultrawarm":false,"natural":true,"piglin_safe":false,"respawn_anchor_works":false,"bed_works":true,"has_raids":true,"has_skylight":true,"has_ceiling":false,"coordinate_scale":1,"ambient_light":0,"logical_height":384,"effects":"minecraft:overworld","infiniburn":"#minecraft:infiniburn_overworld","min_y":-64,"height":384,"monster_spawn_light_level":{"type":"minecraft:uniform","value":{"min_inclusive":0,"max_inclusive":7}},"monster_spawn_block_light_limit":0} +{ "ultrawarm": false, "natural": true, "piglin_safe": false, "respawn_anchor_works": false, "bed_works": true, "has_raids": true, "has_skylight": true, "has_ceiling": false, "coordinate_scale": 1, "ambient_light": 0, "logical_height": 384, "effects": "minecraft:overworld", "infiniburn": "#minecraft:infiniburn_overworld", "min_y": -64, "height": 384, "monster_spawn_light_level": { "type": "minecraft:uniform", "value": { "min_inclusive": 0, "max_inclusive": 7 } }, "monster_spawn_block_light_limit": 0 } diff --git a/src/main/resources/data/cuboidmod/dimension_type/cuboid_overworld.json b/src/main/resources/data/cuboidmod/dimension_type/cuboid_overworld.json deleted file mode 100644 index f051e0e..0000000 --- a/src/main/resources/data/cuboidmod/dimension_type/cuboid_overworld.json +++ /dev/null @@ -1 +0,0 @@ -{"ultrawarm":false,"natural":true,"piglin_safe":false,"respawn_anchor_works":false,"bed_works":true,"has_raids":true,"has_skylight":true,"has_ceiling":false,"coordinate_scale":1,"ambient_light":0,"logical_height":384,"effects":"minecraft:overworld","infiniburn":"#minecraft:infiniburn_overworld","min_y":-64,"height":384,"monster_spawn_light_level":{"type":"minecraft:uniform","value":{"min_inclusive":0,"max_inclusive":7}},"monster_spawn_block_light_limit":0} \ No newline at end of file From 5285055a3359410202c36b82376e0f22f23913b9 Mon Sep 17 00:00:00 2001 From: Leialoha Date: Fri, 10 May 2024 23:14:55 -0500 Subject: [PATCH 11/13] v0.3.0-1.20-Indev.11 - fixed visual bugs --- gradle.properties | 2 +- .../jei/CollapsingRecipeCategoryJei.java | 21 ++++++------ .../compat/jei/CuboidModJeiPlugin.java | 4 +++ .../compat/jei/DryingRecipeCategoryJei.java | 24 +++++++------ .../jei/InscribingRecipeCategoryJei.java | 15 ++++---- .../jei/PowerGeneratingRecipeCategoryJei.java | 34 ++++++++++--------- .../jei/RecyclingRecipeCategoryJei.java | 17 +++++----- .../ResourceGeneratingRecipeCategoryJei.java | 21 ++++++------ .../jei/TransmutingRecipeCategoryJei.java | 15 ++++---- 9 files changed, 83 insertions(+), 70 deletions(-) diff --git a/gradle.properties b/gradle.properties index dbd32c2..eedac03 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ forge_version_range=[47,) mod_id=cuboidmod mod_name=CuboidDroid's Support Mod mod_license=All Rights Reserved -mod_version=0.3.0-Indev.10 +mod_version=0.3.0-Indev.11 mod_group_id=com.cuboiddroid.cuboidmod mod_authors=CuboidDroid, Leialoha diff --git a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/CollapsingRecipeCategoryJei.java b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/CollapsingRecipeCategoryJei.java index 5fe805f..10298c4 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/CollapsingRecipeCategoryJei.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/CollapsingRecipeCategoryJei.java @@ -45,12 +45,13 @@ public CollapsingRecipeCategoryJei(IGuiHelper guiHelper) { localizedName = Component.translatable("jei.category.cuboidmod.collapsing"); } - private static void renderScaledTextWithShadow(PoseStack matrix, Font font, Component text, int x, int y, int width, float scale, int color) { - matrix.pushPose(); - matrix.scale(scale, scale, scale); + private static void renderScaledTextWithShadow(GuiGraphics guiGraphics, Font font, Component text, int x, int y, int width, float scale, int color) { + PoseStack poseStack = guiGraphics.pose(); + poseStack.pushPose(); + poseStack.scale(scale, scale, scale); float xOffset = (width / scale - font.width(text)) / 2; - // font.drawShadow(matrix, text, xOffset + x / scale, y / scale, color); - matrix.popPose(); + guiGraphics.drawString(font, text, (int) (xOffset + x / scale), (int) (y / scale), color); + poseStack.popPose(); } @Override @@ -98,21 +99,21 @@ public void setRecipe(IRecipeLayoutBuilder builder, QuantumCollapsingRecipe reci // } @Override - public void draw(QuantumCollapsingRecipe recipe, IRecipeSlotsView recipeSlotsView, GuiGraphics matrix, double mouseX, double mouseY) { + public void draw(QuantumCollapsingRecipe recipe, IRecipeSlotsView recipeSlotsView, GuiGraphics guiGraphics, double mouseX, double mouseY) { Font font = Minecraft.getInstance().font; // arrow - arrow.draw(matrix, 78 - GUI_START_X, 43 - GUI_START_Y); + arrow.draw(guiGraphics, 78 - GUI_START_X, 43 - GUI_START_Y); int workSeconds = recipe.getWorkTicks() / 20; int workDecimal = (recipe.getWorkTicks() % 20) / 2; String arrowText = "" + workSeconds + "." + workDecimal + " s"; - renderScaledTextWithShadow(matrix.pose(), font, Component.literal(arrowText), 78 - GUI_START_X, 61 - GUI_START_Y, 24, 0.6f, 0xFFFFFF); + renderScaledTextWithShadow(guiGraphics, font, Component.literal(arrowText), 78 - GUI_START_X, 61 - GUI_START_Y, 24, 0.6f, 0xFFFFFF); // required amounts - itemBar.draw(matrix, 32 - GUI_START_X, 34 - GUI_START_Y); + itemBar.draw(guiGraphics, 32 - GUI_START_X, 34 - GUI_START_Y); String itemBarText = "" + recipe.getRequiredInputAmount(); - renderScaledTextWithShadow(matrix.pose(), font, Component.literal(itemBarText), 32 - GUI_START_X, 71 - GUI_START_Y, 8, 0.6f, 0xFFFFFF); + renderScaledTextWithShadow(guiGraphics, font, Component.literal(itemBarText), 32 - GUI_START_X, 71 - GUI_START_Y, 8, 0.6f, 0xFFFFFF); } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/CuboidModJeiPlugin.java b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/CuboidModJeiPlugin.java index 2840cc0..aca45fa 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/CuboidModJeiPlugin.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/CuboidModJeiPlugin.java @@ -125,6 +125,7 @@ public void registerGuiHandlers(IGuiHandlerRegistration registration) { registration.addRecipeClickArea(NotarfbadiumFurnaceScreen.class, 78, 32, 28, 23, RecipeTypes.SMELTING, RecipeTypes.FUELING); registration.addRecipeClickArea(WikidiumFurnaceScreen.class, 78, 32, 28, 23, RecipeTypes.SMELTING, RecipeTypes.FUELING); registration.addRecipeClickArea(ThatlduFurnaceScreen.class, 78, 32, 28, 23, RecipeTypes.SMELTING, RecipeTypes.FUELING); + registration.addRecipeClickArea(EumusFurnaceScreen.class, 78, 32, 28, 23, RecipeTypes.SMELTING, RecipeTypes.FUELING); } } @@ -159,12 +160,14 @@ public void registerRecipeTransferHandlers(IRecipeTransferRegistration registrat registration.addRecipeTransferHandler(NotarfbadiumFurnaceContainer.class, ModContainers.NOTARFBADIUM_FURNACE.get(), RecipeTypes.SMELTING, 0, 1, 3, 36); registration.addRecipeTransferHandler(WikidiumFurnaceContainer.class, ModContainers.WIKIDIUM_FURNACE.get(), RecipeTypes.SMELTING, 0, 1, 3, 36); registration.addRecipeTransferHandler(ThatlduFurnaceContainer.class, ModContainers.THATLDU_FURNACE.get(), RecipeTypes.SMELTING, 0, 1, 3, 36); + registration.addRecipeTransferHandler(EumusFurnaceContainer.class, ModContainers.EUMUS_FURNACE.get(), RecipeTypes.SMELTING, 0, 1, 3, 36); registration.addRecipeTransferHandler(NotsogudiumFurnaceContainer.class, ModContainers.NOTSOGUDIUM_FURNACE.get(), RecipeTypes.FUELING, 1, 1, 3, 36); registration.addRecipeTransferHandler(KudbebeddaFurnaceContainer.class, ModContainers.KUDBEBEDDA_FURNACE.get(), RecipeTypes.FUELING, 1, 1, 3, 36); registration.addRecipeTransferHandler(NotarfbadiumFurnaceContainer.class, ModContainers.NOTARFBADIUM_FURNACE.get(), RecipeTypes.FUELING, 1, 1, 3, 36); registration.addRecipeTransferHandler(WikidiumFurnaceContainer.class, ModContainers.WIKIDIUM_FURNACE.get(), RecipeTypes.FUELING, 1, 1, 3, 36); registration.addRecipeTransferHandler(ThatlduFurnaceContainer.class, ModContainers.THATLDU_FURNACE.get(), RecipeTypes.FUELING, 1, 1, 3, 36); + registration.addRecipeTransferHandler(EumusFurnaceContainer.class, ModContainers.EUMUS_FURNACE.get(), RecipeTypes.FUELING, 1, 1, 3, 36); } } @@ -199,6 +202,7 @@ public void registerRecipeCatalysts(IRecipeCatalystRegistration registration) { registration.addRecipeCatalyst(new ItemStack(ModBlocks.NOTARFBADIUM_FURNACE.get()), RecipeTypes.SMELTING, RecipeTypes.FUELING); registration.addRecipeCatalyst(new ItemStack(ModBlocks.WIKIDIUM_FURNACE.get()), RecipeTypes.SMELTING, RecipeTypes.FUELING); registration.addRecipeCatalyst(new ItemStack(ModBlocks.THATLDU_FURNACE.get()), RecipeTypes.SMELTING, RecipeTypes.FUELING); + registration.addRecipeCatalyst(new ItemStack(ModBlocks.EUMUS_FURNACE.get()), RecipeTypes.SMELTING, RecipeTypes.FUELING); registration.addRecipeCatalyst(new ItemStack(ModBlocks.NOTSOGUDIUM_CRAFTING_TABLE.get()), RecipeTypes.CRAFTING); registration.addRecipeCatalyst(new ItemStack(ModBlocks.KUDBEBEDDA_CRAFTING_TABLE.get()), RecipeTypes.CRAFTING); diff --git a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/DryingRecipeCategoryJei.java b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/DryingRecipeCategoryJei.java index aa9976c..6f9a1ff 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/DryingRecipeCategoryJei.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/DryingRecipeCategoryJei.java @@ -48,19 +48,21 @@ public DryingRecipeCategoryJei(IGuiHelper guiHelper) { localizedName = Component.translatable("jei.category.cuboidmod.drying"); } - private static void renderScaledTextWithShadow(PoseStack matrix, Font font, Component text, int x, int y, int width, float scale, int color) { - matrix.pushPose(); - matrix.scale(scale, scale, scale); + private static void renderScaledTextWithShadow(GuiGraphics guiGraphics, Font font, Component text, int x, int y, int width, float scale, int color) { + PoseStack poseStack = guiGraphics.pose(); + poseStack.pushPose(); + poseStack.scale(scale, scale, scale); float xOffset = (width / scale - font.width(text)) / 2; - // font.drawShadow(matrix, text, xOffset + x / scale, y / scale, color); - matrix.popPose(); + guiGraphics.drawString(font, text, (int) (xOffset + x / scale), (int) (y / scale), color); + poseStack.popPose(); } - private static void renderScaledText(PoseStack matrix, Font fibt, Component text, int x, int y, float scale, int color) { - matrix.pushPose(); - matrix.scale(scale, scale, scale); - // font.draw(matrix, text, x / scale, y / scale, color); - matrix.popPose(); + private static void renderScaledText(GuiGraphics guiGraphics, Font font, Component text, int x, int y, float scale, int color) { + PoseStack poseStack = guiGraphics.pose(); + poseStack.pushPose(); + poseStack.scale(scale, scale, scale); + guiGraphics.drawString(font, text, (int) (x / scale), (int) (y / scale), color); + poseStack.popPose(); } @Override @@ -120,6 +122,6 @@ public void draw(DryingRecipe recipe, IRecipeSlotsView recipeSlotsView, GuiGraph int workSeconds = recipe.getWorkTicks() / 20; int workDecimal = (recipe.getWorkTicks() % 20) / 2; String dryingTimeText = "" + workSeconds + "." + workDecimal + " s"; - renderScaledTextWithShadow(matrix.pose(), font, Component.literal(dryingTimeText), 40 - GUI_START_X, 42 - GUI_START_Y, 24, 0.8f, 0xFFFFFF); + renderScaledTextWithShadow(matrix, font, Component.literal(dryingTimeText), 40 - GUI_START_X, 42 - GUI_START_Y, 24, 0.8f, 0xFFFFFF); } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/InscribingRecipeCategoryJei.java b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/InscribingRecipeCategoryJei.java index 150705f..cca4c75 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/InscribingRecipeCategoryJei.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/InscribingRecipeCategoryJei.java @@ -45,12 +45,13 @@ public InscribingRecipeCategoryJei(IGuiHelper guiHelper) { localizedName = Component.translatable("jei.category.cuboidmod.inscribing"); } - private static void renderScaledTextWithShadow(PoseStack matrix, Font font, Component text, int x, int y, int width, float scale, int color) { - matrix.pushPose(); - matrix.scale(scale, scale, scale); + private static void renderScaledTextWithShadow(GuiGraphics guiGraphics, Font font, Component text, int x, int y, int width, float scale, int color) { + PoseStack poseStack = guiGraphics.pose(); + poseStack.pushPose(); + poseStack.scale(scale, scale, scale); float xOffset = (width / scale - font.width(text)) / 2; - // font.drawShadow(matrix, text, xOffset + x / scale, y / scale, color); - matrix.popPose(); + guiGraphics.drawString(font, text, (int) (xOffset + x / scale), (int) (y / scale), color); + poseStack.popPose(); } @Override @@ -111,12 +112,12 @@ public void draw(InscribingRecipe recipe, IRecipeSlotsView recipeSlotsView, GuiG int workSeconds = recipe.getWorkTicks() / 20; int workDecimal = (recipe.getWorkTicks() % 20) / 2; String arrowText = "" + workSeconds + "." + workDecimal + " s"; - renderScaledTextWithShadow(matrix.pose(), font, Component.literal(arrowText), 104 - GUI_START_X, 73 - GUI_START_Y, 24, 0.6f, 0xFFFFFF); + renderScaledTextWithShadow(matrix, font, Component.literal(arrowText), 104 - GUI_START_X, 73 - GUI_START_Y, 24, 0.6f, 0xFFFFFF); // energy energyBar.draw(matrix, 32 - GUI_START_X, 34 - GUI_START_Y); String energyText = "" + recipe.getEnergyRequired() + " FE"; - renderScaledTextWithShadow(matrix.pose(), font, Component.literal(energyText), 32 - GUI_START_X, 71 - GUI_START_Y, 8, 0.6f, 0xFFFFFF); + renderScaledTextWithShadow(matrix, font, Component.literal(energyText), 32 - GUI_START_X, 71 - GUI_START_Y, 8, 0.6f, 0xFFFFFF); } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/PowerGeneratingRecipeCategoryJei.java b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/PowerGeneratingRecipeCategoryJei.java index 07c26b2..6f2b2f1 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/PowerGeneratingRecipeCategoryJei.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/PowerGeneratingRecipeCategoryJei.java @@ -62,19 +62,21 @@ public PowerGeneratingRecipeCategoryJei(IGuiHelper guiHelper) { Config.thatlduSingularityPowerGeneratorBaseEnergyGenerated.get(); } - private static void renderScaledTextWithShadow(PoseStack matrix, Font font, Component text, int x, int y, int width, float scale, int color) { - matrix.pushPose(); - matrix.scale(scale, scale, scale); + private static void renderScaledTextWithShadow(GuiGraphics guiGraphics, Font font, Component text, int x, int y, int width, float scale, int color) { + PoseStack poseStack = guiGraphics.pose(); + poseStack.pushPose(); + poseStack.scale(scale, scale, scale); float xOffset = (width / scale - font.width(text)) / 2; - // font.drawShadow(matrix, text, xOffset + x / scale, y / scale, color); - matrix.popPose(); + guiGraphics.drawString(font, text, (int) (xOffset + x / scale), (int) (y / scale), color); + poseStack.popPose(); } - private static void renderScaledText(PoseStack matrix, Font font, Component text, int x, int y, float scale, int color) { - matrix.pushPose(); - matrix.scale(scale, scale, scale); - // font.draw(matrix, text, x / scale, y / scale, color); - matrix.popPose(); + private static void renderScaledText(GuiGraphics guiGraphics, Font font, Component text, int x, int y, float scale, int color) { + PoseStack poseStack = guiGraphics.pose(); + poseStack.pushPose(); + poseStack.scale(scale, scale, scale); + guiGraphics.drawString(font, text, (int) (x / scale), (int) (y / scale), color); + poseStack.popPose(); } @Override @@ -126,12 +128,12 @@ public void draw(PowerGeneratingRecipe recipe, IRecipeSlotsView recipeSlotsView, float multiplier = recipe.getPowerMultiplier(); String energyText = "" + multiplier + "x"; - renderScaledTextWithShadow(matrix.pose(), font, Component.literal(energyText), 33 - GUI_START_X, 71 - GUI_START_Y, 8, 0.6f, 0xFFFFFF); + renderScaledTextWithShadow(matrix, font, Component.literal(energyText), 33 - GUI_START_X, 71 - GUI_START_Y, 8, 0.6f, 0xFFFFFF); - renderScaledText(matrix.pose(), font, Component.literal("Notso.: " + String.format("%.02f", notsogudiumEnergyPerTick * multiplier) + " FE/t"), 74, 2, 0.6F, 0x444444); - renderScaledText(matrix.pose(), font, Component.literal("Kudbe.: " + String.format("%.02f", kudbebeddaEnergyPerTick * multiplier) + " FE/t"), 74, 11, 0.6F, 0x444444); - renderScaledText(matrix.pose(), font, Component.literal("Notarf.: " + String.format("%.02f", notarfbadiumEnergyPerTick * multiplier) + " FE/t"), 74, 20, 0.6F, 0x444444); - renderScaledText(matrix.pose(), font, Component.literal("Wikid.: " + String.format("%.02f", wikidiumEnergyPerTick * multiplier) + " FE/t"), 74, 29, 0.6F, 0x444444); - renderScaledText(matrix.pose(), font, Component.literal("Thatl.: " + String.format("%.02f", thatlduEnergyPerTick * multiplier) + " FE/t"), 74, 38, 0.6F, 0x444444); + renderScaledText(matrix, font, Component.literal("Notso.: " + String.format("%.02f", notsogudiumEnergyPerTick * multiplier) + " FE/t"), 74, 2, 0.6F, 0x444444); + renderScaledText(matrix, font, Component.literal("Kudbe.: " + String.format("%.02f", kudbebeddaEnergyPerTick * multiplier) + " FE/t"), 74, 11, 0.6F, 0x444444); + renderScaledText(matrix, font, Component.literal("Notarf.: " + String.format("%.02f", notarfbadiumEnergyPerTick * multiplier) + " FE/t"), 74, 20, 0.6F, 0x444444); + renderScaledText(matrix, font, Component.literal("Wikid.: " + String.format("%.02f", wikidiumEnergyPerTick * multiplier) + " FE/t"), 74, 29, 0.6F, 0x444444); + renderScaledText(matrix, font, Component.literal("Thatl.: " + String.format("%.02f", thatlduEnergyPerTick * multiplier) + " FE/t"), 74, 38, 0.6F, 0x444444); } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/RecyclingRecipeCategoryJei.java b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/RecyclingRecipeCategoryJei.java index bd9f3f2..60aa210 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/RecyclingRecipeCategoryJei.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/RecyclingRecipeCategoryJei.java @@ -47,12 +47,13 @@ public RecyclingRecipeCategoryJei(IGuiHelper guiHelper) { localizedName = Component.translatable("jei.category.cuboidmod.recycling"); } - private static void renderScaledTextWithShadow(PoseStack matrix, Font font, Component text, int x, int y, int width, float scale, int color) { - matrix.pushPose(); - matrix.scale(scale, scale, scale); + private static void renderScaledTextWithShadow(GuiGraphics guiGraphics, Font font, Component text, int x, int y, int width, float scale, int color) { + PoseStack poseStack = guiGraphics.pose(); + poseStack.pushPose(); + poseStack.scale(scale, scale, scale); float xOffset = (width / scale - font.width(text)) / 2; - // font.drawShadow(matrix, text, xOffset + x / scale, y / scale, color); - matrix.popPose(); + guiGraphics.drawString(font, text, (int) (xOffset + x / scale), (int) (y / scale), color); + poseStack.popPose(); } @Override @@ -126,13 +127,13 @@ public void draw(RecyclingRecipe recipe, IRecipeSlotsView recipeSlotsView, GuiGr int workSeconds = recipe.getWorkTicks() / 20; int workDecimal = (recipe.getWorkTicks() % 20) / 2; String arrowText = "" + workSeconds + "." + workDecimal + " s"; - renderScaledTextWithShadow(matrix.pose(), font, Component.literal(arrowText), 78 - GUI_START_X, 61 - GUI_START_Y, 24, 0.6f, 0xFFFFFF); + renderScaledTextWithShadow(matrix, font, Component.literal(arrowText), 78 - GUI_START_X, 61 - GUI_START_Y, 24, 0.6f, 0xFFFFFF); // energy energyBar.draw(matrix, 32 - GUI_START_X, 34 - GUI_START_Y); String energyText = "" + recipe.getEnergyRequired() + " FE"; - renderScaledTextWithShadow(matrix.pose(), font, Component.literal(energyText), 32 - GUI_START_X, 71 - GUI_START_Y, 8, 0.6f, 0xFFFFFF); + renderScaledTextWithShadow(matrix, font, Component.literal(energyText), 32 - GUI_START_X, 71 - GUI_START_Y, 8, 0.6f, 0xFFFFFF); // % chances on outputs List> results = recipe.getPossibleResultsWithChances(); @@ -141,7 +142,7 @@ public void draw(RecyclingRecipe recipe, IRecipeSlotsView recipeSlotsView, GuiGr if (chance < 1) { int asPercent = (int) (100 * chance); String text = asPercent < 1 ? "<1%" : asPercent + "%"; - renderScaledTextWithShadow(matrix.pose(), font, Component.literal(text), 85 + 18 * (i % 3), i < 3 ? 0 : 44, 18, 0.6f, 0xFFFFFF); + renderScaledTextWithShadow(matrix, font, Component.literal(text), 85 + 18 * (i % 3), i < 3 ? 0 : 44, 18, 0.6f, 0xFFFFFF); } } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/ResourceGeneratingRecipeCategoryJei.java b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/ResourceGeneratingRecipeCategoryJei.java index e39f39b..af89080 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/ResourceGeneratingRecipeCategoryJei.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/ResourceGeneratingRecipeCategoryJei.java @@ -71,11 +71,12 @@ public ResourceGeneratingRecipeCategoryJei(IGuiHelper guiHelper) { / Config.thatlduSingularityResourceGeneratorTicksPerOperation.get(); } - private static void renderScaledText(PoseStack matrix, Font font, Component text, int x, int y, float scale, int color) { - matrix.pushPose(); - matrix.scale(scale, scale, scale); - // font.draw(matrix, text, x / scale, y / scale, color); - matrix.popPose(); + private static void renderScaledText(GuiGraphics guiGraphics, Font font, Component text, int x, int y, float scale, int color) { + PoseStack poseStack = guiGraphics.pose(); + poseStack.pushPose(); + poseStack.scale(scale, scale, scale); + guiGraphics.drawString(font, text, (int) (x / scale), (int) (y / scale), color); + poseStack.popPose(); } @Override @@ -131,27 +132,27 @@ public void draw(ResourceGeneratingRecipe recipe, IRecipeSlotsView recipeSlotsVi float factor = recipe.getOutputMultiplier() / recipe.getWorkTimeMultiplier(); - renderScaledText(matrix.pose(), font, Component.literal( + renderScaledText(matrix, font, Component.literal( "Notso.: " + String.format("%.2f", notsogudiumItemsPerSecond * factor ) + " items/s"), 74, 2, 0.6F, 0x444444); - renderScaledText(matrix.pose(), font, Component.literal( + renderScaledText(matrix, font, Component.literal( "Kudbe.: " + String.format("%.2f", kudbebeddaItemsPerSecond * factor ) + " items/s"), 74, 11, 0.6F, 0x444444); - renderScaledText(matrix.pose(), font, Component.literal( + renderScaledText(matrix, font, Component.literal( "Notarf.: " + String.format("%.2f", notarfbadiumItemsPerSecond * factor ) + " items/s"), 74, 20, 0.6F, 0x444444); - renderScaledText(matrix.pose(), font, Component.literal( + renderScaledText(matrix, font, Component.literal( "Wikid.: " + String.format("%.2f", wikidiumItemsPerSecond * factor ) + " items/s"), 74, 29, 0.6F, 0x444444); - renderScaledText(matrix.pose(), font, Component.literal( + renderScaledText(matrix, font, Component.literal( "Thatl.: " + String.format("%.2f", thatlduItemsPerSecond * factor ) + " items/s"), 74, 38, 0.6F, 0x444444); diff --git a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/TransmutingRecipeCategoryJei.java b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/TransmutingRecipeCategoryJei.java index d7a443d..7d64800 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/TransmutingRecipeCategoryJei.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/compat/jei/TransmutingRecipeCategoryJei.java @@ -45,12 +45,13 @@ public TransmutingRecipeCategoryJei(IGuiHelper guiHelper) { localizedName = Component.translatable("jei.category.cuboidmod.transmuting"); } - private static void renderScaledTextWithShadow(PoseStack matrix, Font font, Component text, int x, int y, int width, float scale, int color) { - matrix.pushPose(); - matrix.scale(scale, scale, scale); + private static void renderScaledTextWithShadow(GuiGraphics guiGraphics, Font font, Component text, int x, int y, int width, float scale, int color) { + PoseStack poseStack = guiGraphics.pose(); + poseStack.pushPose(); + poseStack.scale(scale, scale, scale); float xOffset = (width / scale - font.width(text)) / 2; - // font.drawShadow(matrix, text, xOffset + x / scale, y / scale, color); - matrix.popPose(); + guiGraphics.drawString(font, text, (int) (xOffset + x / scale), (int) (y / scale), color); + poseStack.popPose(); } @Override @@ -109,12 +110,12 @@ public void draw(TransmutingRecipe recipe, IRecipeSlotsView recipeSlotsView, Gui int workSeconds = recipe.getWorkTicks() / 20; int workDecimal = (recipe.getWorkTicks() % 20) / 2; String arrowText = "" + workSeconds + "." + workDecimal + " s"; - renderScaledTextWithShadow(matrix.pose(), font, Component.literal(arrowText), 78 - GUI_START_X, 61 - GUI_START_Y, 24, 0.6f, 0xFFFFFF); + renderScaledTextWithShadow(matrix, font, Component.literal(arrowText), 78 - GUI_START_X, 61 - GUI_START_Y, 24, 0.6f, 0xFFFFFF); // energy energyBar.draw(matrix, 32 - GUI_START_X, 34 - GUI_START_Y); String energyText = "" + recipe.getEnergyRequired() + " FE"; - renderScaledTextWithShadow(matrix.pose(), font, Component.literal(energyText), 32 - GUI_START_X, 71 - GUI_START_Y, 8, 0.6f, 0xFFFFFF); + renderScaledTextWithShadow(matrix, font, Component.literal(energyText), 32 - GUI_START_X, 71 - GUI_START_Y, 8, 0.6f, 0xFFFFFF); } } From 825c759bf827f12fe9ceb48b68f491e03b667af5 Mon Sep 17 00:00:00 2001 From: Leialoha Date: Fri, 10 May 2024 23:15:28 -0500 Subject: [PATCH 12/13] v0.3.0-1.20-Indev.12 - updated config --- gradle.properties | 2 +- .../com/cuboiddroid/cuboidmod/Config.java | 10 ++++++++++ .../data/cuboidmod/structures/cuboidhouse.nbt | Bin 5103 -> 7495 bytes 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index eedac03..4bd1d56 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ forge_version_range=[47,) mod_id=cuboidmod mod_name=CuboidDroid's Support Mod mod_license=All Rights Reserved -mod_version=0.3.0-Indev.11 +mod_version=0.3.0-Indev.12 mod_group_id=com.cuboiddroid.cuboidmod mod_authors=CuboidDroid, Leialoha diff --git a/src/main/java/com/cuboiddroid/cuboidmod/Config.java b/src/main/java/com/cuboiddroid/cuboidmod/Config.java index 7b77c66..b3426d7 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/Config.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/Config.java @@ -212,6 +212,16 @@ public class Config { .define("misc.verbose_logging", false); forcedCuboidFlat = COMMON_BUILDER .comment(" Forces the classic CuboidOutpost flat lands.") + .comment(" NOTE: Some mods are required for this feature to work:") + .comment(" - Applied Energistics 2 (ae2)") + .comment(" - Framed Compacting Drawers (framedcompactdrawers)") + .comment(" - Gauges and Switches (rsgauges)") + .comment(" - Glassential Renewed (glassential)") + .comment(" - Mekanism (mekanism)") + .comment(" - Mekanism: Generators (mekanismgenerators)") + .comment(" - MrCrayfish's Furniture Mod (cfm)") + .comment(" - Simply Light (simplylight)") + .comment(" - Thermal Expansion (thermal)") .define("misc.forced_cuboid_flat", false); COMMON_BUILDER.pop(); diff --git a/src/main/resources/cuboid_flat/data/cuboidmod/structures/cuboidhouse.nbt b/src/main/resources/cuboid_flat/data/cuboidmod/structures/cuboidhouse.nbt index 1c64321f393c9c375f93cbd957caaba30397eacf..d9577f47809562b1646b53bf66bfe7782d12e904 100644 GIT binary patch literal 7495 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 wj|N7tWF~IU)v&5Yl_h&_t3i Date: Sat, 11 May 2024 02:06:22 -0500 Subject: [PATCH 13/13] v0.3.0-1.20-Indev.13 - fixed configs & generators --- gradle.properties | 2 +- .../java/com/cuboiddroid/cuboidmod/Config.java | 8 ++++++-- .../com/cuboiddroid/cuboidmod/CuboidMod.java | 2 +- .../cuboidmod/mixin/ClientPackSelectorMixin.java | 4 +--- .../cuboidmod/mixin/MinecraftServerMixin.java | 7 ++++--- .../cuboidmod/mixin/ServerPacksSourceMixin.java | 4 +--- .../cuboidmod/util/RepositorySourceUtils.java | 15 +++++++++++---- src/main/resources/cuboid_flat/pack.mcmeta | 6 ------ .../cuboidmod/dimension/cuboid_overworld.json | 0 .../dimension_type/cuboid_overworld.json | 0 .../cuboidmod/worldgen/biome/snowy_plains.json | 1 + .../data/minecraft/dimension/overworld.json | 0 .../dimension_type/cuboid_overworld.json | 0 .../resources/datapacks/cuboid_flat/pack.mcmeta | 6 ++++++ .../data/cuboidmod/structures/cuboidhouse.nbt | Bin .../biome/has_structure/cuboidhouse.json | 0 .../cuboidmod/worldgen/biome/snowy_plains.json | 0 .../worldgen/structure/cuboidhouse.json | 0 .../worldgen/structure_set/cuboidhouse.json | 0 .../template_pool/cuboidhouse/start_pool.json | 0 .../resources/datapacks/cuboid_house/pack.mcmeta | 6 ++++++ src/main/resources/pack.mcmeta | 4 ++-- 22 files changed, 40 insertions(+), 25 deletions(-) delete mode 100644 src/main/resources/cuboid_flat/pack.mcmeta rename src/main/resources/{ => datapacks}/cuboid_flat/data/cuboidmod/dimension/cuboid_overworld.json (100%) rename src/main/resources/{ => datapacks}/cuboid_flat/data/cuboidmod/dimension_type/cuboid_overworld.json (100%) create mode 100644 src/main/resources/datapacks/cuboid_flat/data/cuboidmod/worldgen/biome/snowy_plains.json rename src/main/resources/{ => datapacks}/cuboid_flat/data/minecraft/dimension/overworld.json (100%) rename src/main/resources/{ => datapacks}/cuboid_flat/data/minecraft/dimension_type/cuboid_overworld.json (100%) create mode 100644 src/main/resources/datapacks/cuboid_flat/pack.mcmeta rename src/main/resources/{cuboid_flat => datapacks/cuboid_house}/data/cuboidmod/structures/cuboidhouse.nbt (100%) rename src/main/resources/{cuboid_flat => datapacks/cuboid_house}/data/cuboidmod/tags/worldgen/biome/has_structure/cuboidhouse.json (100%) rename src/main/resources/{cuboid_flat => datapacks/cuboid_house}/data/cuboidmod/worldgen/biome/snowy_plains.json (100%) rename src/main/resources/{cuboid_flat => datapacks/cuboid_house}/data/cuboidmod/worldgen/structure/cuboidhouse.json (100%) rename src/main/resources/{cuboid_flat => datapacks/cuboid_house}/data/cuboidmod/worldgen/structure_set/cuboidhouse.json (100%) rename src/main/resources/{cuboid_flat => datapacks/cuboid_house}/data/cuboidmod/worldgen/template_pool/cuboidhouse/start_pool.json (100%) create mode 100644 src/main/resources/datapacks/cuboid_house/pack.mcmeta diff --git a/gradle.properties b/gradle.properties index 4bd1d56..65c1c43 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ forge_version_range=[47,) mod_id=cuboidmod mod_name=CuboidDroid's Support Mod mod_license=All Rights Reserved -mod_version=0.3.0-Indev.12 +mod_version=0.3.0-Indev.13 mod_group_id=com.cuboiddroid.cuboidmod mod_authors=CuboidDroid, Leialoha diff --git a/src/main/java/com/cuboiddroid/cuboidmod/Config.java b/src/main/java/com/cuboiddroid/cuboidmod/Config.java index b3426d7..962d256 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/Config.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/Config.java @@ -152,6 +152,7 @@ public class Config { public static final String CATEGORY_MISC = "misc"; public static ForgeConfigSpec.BooleanValue verboseLogging; public static ForgeConfigSpec.BooleanValue forcedCuboidFlat; + public static ForgeConfigSpec.BooleanValue spawnCuboidHouse; static { ForgeConfigSpec.Builder COMMON_BUILDER = new ForgeConfigSpec.Builder(); @@ -212,6 +213,9 @@ public class Config { .define("misc.verbose_logging", false); forcedCuboidFlat = COMMON_BUILDER .comment(" Forces the classic CuboidOutpost flat lands.") + .define("misc.forced_cuboid_flat", false); + spawnCuboidHouse = COMMON_BUILDER + .comment(" Spawns the classic CuboidOutpost structure.") .comment(" NOTE: Some mods are required for this feature to work:") .comment(" - Applied Energistics 2 (ae2)") .comment(" - Framed Compacting Drawers (framedcompactdrawers)") @@ -222,7 +226,7 @@ public class Config { .comment(" - MrCrayfish's Furniture Mod (cfm)") .comment(" - Simply Light (simplylight)") .comment(" - Thermal Expansion (thermal)") - .define("misc.forced_cuboid_flat", false); + .define("misc.spawn_cuboid_house", false); COMMON_BUILDER.pop(); COMMON_CONFIG = COMMON_BUILDER.build(); @@ -714,6 +718,6 @@ public static void onReload(final ModConfigEvent.Reloading configEvent) { @SubscribeEvent public static void onWorldLoad(final LevelEvent.Load event) { Config.loadConfig(Config.CLIENT_CONFIG, FMLPaths.CONFIGDIR.get().resolve("cuboidmod-client.toml")); - Config.loadConfig(Config.COMMON_CONFIG, FMLPaths.CONFIGDIR.get().resolve("cuboidmod.toml")); + Config.loadConfig(Config.COMMON_CONFIG, FMLPaths.CONFIGDIR.get().resolve("cuboidmod-common.toml")); } } diff --git a/src/main/java/com/cuboiddroid/cuboidmod/CuboidMod.java b/src/main/java/com/cuboiddroid/cuboidmod/CuboidMod.java index d219ef4..729e4f1 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/CuboidMod.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/CuboidMod.java @@ -27,7 +27,7 @@ public CuboidMod() { Registration.register(); Config.loadConfig(Config.CLIENT_CONFIG, FMLPaths.CONFIGDIR.get().resolve("cuboidmod-client.toml")); - Config.loadConfig(Config.COMMON_CONFIG, FMLPaths.CONFIGDIR.get().resolve("cuboidmod.toml")); + Config.loadConfig(Config.COMMON_CONFIG, FMLPaths.CONFIGDIR.get().resolve("cuboidmod-common.toml")); Registration.registerConfigs(); diff --git a/src/main/java/com/cuboiddroid/cuboidmod/mixin/ClientPackSelectorMixin.java b/src/main/java/com/cuboiddroid/cuboidmod/mixin/ClientPackSelectorMixin.java index b30e72a..35e0799 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/mixin/ClientPackSelectorMixin.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/mixin/ClientPackSelectorMixin.java @@ -8,7 +8,6 @@ import org.spongepowered.asm.mixin.injection.At; import org.spongepowered.asm.mixin.injection.ModifyArg; -import com.cuboiddroid.cuboidmod.Config; import com.cuboiddroid.cuboidmod.util.RepositorySourceUtils; @Mixin(CreateWorldScreen.class) @@ -16,8 +15,7 @@ public abstract class ClientPackSelectorMixin { @ModifyArg(method = "openFresh", at = @At(value = "INVOKE", target = "Lnet/minecraft/server/packs/repository/PackRepository;([Lnet/minecraft/server/packs/repository/RepositorySource;)V")) private static RepositorySource[] globalpacks_addServerPackFinder(RepositorySource[] arg) { - if (!Config.forcedCuboidFlat.get()) return arg; - return ArrayUtils.add(arg, RepositorySourceUtils.getCuboidFlat()); + return ArrayUtils.add(arg, RepositorySourceUtils.getCuboidDatapacks()); } } \ No newline at end of file diff --git a/src/main/java/com/cuboiddroid/cuboidmod/mixin/MinecraftServerMixin.java b/src/main/java/com/cuboiddroid/cuboidmod/mixin/MinecraftServerMixin.java index e700870..75d6d4c 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/mixin/MinecraftServerMixin.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/mixin/MinecraftServerMixin.java @@ -5,7 +5,6 @@ import org.spongepowered.asm.mixin.injection.At; import org.spongepowered.asm.mixin.injection.Redirect; -import com.cuboiddroid.cuboidmod.Config; import com.cuboiddroid.cuboidmod.CuboidMod; import net.minecraft.core.BlockPos; @@ -35,6 +34,8 @@ public abstract class MinecraftServerMixin { private void spawnCuboidHome(ServerLevel serverLevel, ServerLevelData serverLevelData, boolean bonusChest, boolean flag) { setInitialSpawn(serverLevel, serverLevelData, bonusChest, flag); + long FORCED_SEED = 7776500924864903832L; + ServerChunkCache serverChunkCache = serverLevel.getChunkSource(); ResourceKey cuboidHouse = ResourceKey.create(Registries.STRUCTURE, new ResourceLocation(CuboidMod.MOD_ID, "cuboidhouse")); BlockPos spawnPoint = new BlockPos(serverLevelData.getXSpawn(), serverLevelData.getYSpawn(), serverLevelData.getZSpawn()); @@ -45,7 +46,7 @@ private void spawnCuboidHome(ServerLevel serverLevel, ServerLevelData serverLeve Structure structure = structureReference.value(); ChunkGenerator chunkgenerator = serverChunkCache.getGenerator(); StructureStart structureStartChecker = structure.generate(serverLevel.registryAccess(), chunkgenerator, chunkgenerator.getBiomeSource(), - serverChunkCache.randomState(), serverLevel.getStructureManager(), serverLevel.getSeed(), new ChunkPos(spawnPoint), + serverChunkCache.randomState(), serverLevel.getStructureManager(), FORCED_SEED, new ChunkPos(spawnPoint), 0, serverLevel, (predicate) -> true ); @@ -55,7 +56,7 @@ private void spawnCuboidHome(ServerLevel serverLevel, ServerLevelData serverLeve // Generate structure StructureStart structureStart = structure.generate(serverLevel.registryAccess(), chunkgenerator, chunkgenerator.getBiomeSource(), - serverChunkCache.randomState(), serverLevel.getStructureManager(), serverLevel.getSeed(), new ChunkPos(spawnPoint.offset(boundingbox.getXSpan() / 2, -1, boundingbox.getZSpan() / 2)), + serverChunkCache.randomState(), serverLevel.getStructureManager(), FORCED_SEED, new ChunkPos(spawnPoint.offset(boundingbox.getXSpan() / 2, -1, boundingbox.getZSpan() / 2)), 0, serverLevel, (predicate) -> true ); diff --git a/src/main/java/com/cuboiddroid/cuboidmod/mixin/ServerPacksSourceMixin.java b/src/main/java/com/cuboiddroid/cuboidmod/mixin/ServerPacksSourceMixin.java index cba6e8e..67e4cac 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/mixin/ServerPacksSourceMixin.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/mixin/ServerPacksSourceMixin.java @@ -7,7 +7,6 @@ import org.spongepowered.asm.mixin.injection.At; import org.spongepowered.asm.mixin.injection.ModifyArg; -import com.cuboiddroid.cuboidmod.Config; import com.cuboiddroid.cuboidmod.util.RepositorySourceUtils; @Mixin(ServerPacksSource.class) @@ -15,7 +14,6 @@ public class ServerPacksSourceMixin { @ModifyArg(method = "createPackRepository", at = @At(value = "INVOKE", target = "Lnet/minecraft/server/packs/repository/PackRepository;([Lnet/minecraft/server/packs/repository/RepositorySource;)V")) private static RepositorySource[] globalpacks_createPackRepository(RepositorySource[] arg) { - if (!Config.forcedCuboidFlat.get())return arg; - return ArrayUtils.addAll(arg, RepositorySourceUtils.getCuboidFlat()); + return ArrayUtils.addAll(arg, RepositorySourceUtils.getCuboidDatapacks()); } } \ No newline at end of file diff --git a/src/main/java/com/cuboiddroid/cuboidmod/util/RepositorySourceUtils.java b/src/main/java/com/cuboiddroid/cuboidmod/util/RepositorySourceUtils.java index 8bf4036..4626a68 100644 --- a/src/main/java/com/cuboiddroid/cuboidmod/util/RepositorySourceUtils.java +++ b/src/main/java/com/cuboiddroid/cuboidmod/util/RepositorySourceUtils.java @@ -9,6 +9,8 @@ import java.util.function.Consumer; import java.util.stream.Stream; +import com.cuboiddroid.cuboidmod.Config; + import net.minecraft.ChatFormatting; import net.minecraft.network.chat.Component; import net.minecraft.server.packs.PackType; @@ -19,13 +21,18 @@ public class RepositorySourceUtils { - public static RepositorySource getCuboidFlat() { + public static RepositorySource getCuboidDatapacks() { List packLocations = new ArrayList<>(); try { - Path flatStarterWorld = Path - .of(RepositorySourceUtils.class.getClassLoader().getResource("cuboid_flat/").toURI()); - packLocations.add(flatStarterWorld); + if (Config.forcedCuboidFlat.get()) { + Path flatWorld = Path.of(RepositorySourceUtils.class.getClassLoader().getResource("datapacks/cuboid_flat/").toURI()); + packLocations.add(flatWorld); + } + if (Config.spawnCuboidHouse.get()) { + Path starterHouse = Path.of(RepositorySourceUtils.class.getClassLoader().getResource("datapacks/cuboid_house/").toURI()); + packLocations.add(starterHouse); + } } catch (URISyntaxException e) { e.printStackTrace(); } diff --git a/src/main/resources/cuboid_flat/pack.mcmeta b/src/main/resources/cuboid_flat/pack.mcmeta deleted file mode 100644 index aee6d2c..0000000 --- a/src/main/resources/cuboid_flat/pack.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "pack": { - "description": ["",{"text":"Cuboid Support Mod's Flat Overworld Datapack","color":"gray"}], - "pack_format": 10 - } -} diff --git a/src/main/resources/cuboid_flat/data/cuboidmod/dimension/cuboid_overworld.json b/src/main/resources/datapacks/cuboid_flat/data/cuboidmod/dimension/cuboid_overworld.json similarity index 100% rename from src/main/resources/cuboid_flat/data/cuboidmod/dimension/cuboid_overworld.json rename to src/main/resources/datapacks/cuboid_flat/data/cuboidmod/dimension/cuboid_overworld.json diff --git a/src/main/resources/cuboid_flat/data/cuboidmod/dimension_type/cuboid_overworld.json b/src/main/resources/datapacks/cuboid_flat/data/cuboidmod/dimension_type/cuboid_overworld.json similarity index 100% rename from src/main/resources/cuboid_flat/data/cuboidmod/dimension_type/cuboid_overworld.json rename to src/main/resources/datapacks/cuboid_flat/data/cuboidmod/dimension_type/cuboid_overworld.json diff --git a/src/main/resources/datapacks/cuboid_flat/data/cuboidmod/worldgen/biome/snowy_plains.json b/src/main/resources/datapacks/cuboid_flat/data/cuboidmod/worldgen/biome/snowy_plains.json new file mode 100644 index 0000000..31b92f3 --- /dev/null +++ b/src/main/resources/datapacks/cuboid_flat/data/cuboidmod/worldgen/biome/snowy_plains.json @@ -0,0 +1 @@ +{ "temperature": 0.5, "downfall": 0.5, "has_precipitation": true, "effects": { "sky_color": 13425407, "fog_color": 12638463, "water_color": 7379435, "water_fog_color": 4159204, "grass_color": 15068415, "foliage_color": 15068415, "particle": { "options": { "type": "minecraft:snowflake" }, "probability": 0.0025 } }, "spawners": { "ambient": [ { "type": "minecraft:bat", "weight": 10, "minCount": 8, "maxCount": 8 } ], "axolotls": [], "creature": [], "misc": [], "monster": [ { "type": "minecraft:spider", "weight": 100, "minCount": 4, "maxCount": 4 }, { "type": "minecraft:zombie", "weight": 95, "minCount": 4, "maxCount": 4 }, { "type": "minecraft:zombie_villager", "weight": 5, "minCount": 1, "maxCount": 1 }, { "type": "minecraft:skeleton", "weight": 100, "minCount": 4, "maxCount": 4 }, { "type": "minecraft:creeper", "weight": 100, "minCount": 4, "maxCount": 4 }, { "type": "minecraft:slime", "weight": 100, "minCount": 4, "maxCount": 4 }, { "type": "minecraft:enderman", "weight": 10, "minCount": 1, "maxCount": 4 }, { "type": "minecraft:witch", "weight": 5, "minCount": 1, "maxCount": 1 } ], "underground_water_creature": [ { "type": "minecraft:glow_squid", "weight": 10, "minCount": 4, "maxCount": 6 } ], "water_ambient": [ { "type": "minecraft:cod", "weight": 10, "minCount": 3, "maxCount": 6 } ], "water_creature": [ { "type": "minecraft:squid", "weight": 1, "minCount": 1, "maxCount": 4 }, { "type": "minecraft:dolphin", "weight": 1, "minCount": 1, "maxCount": 2 } ] }, "spawn_costs": {}, "carvers": {}, "features": [] } diff --git a/src/main/resources/cuboid_flat/data/minecraft/dimension/overworld.json b/src/main/resources/datapacks/cuboid_flat/data/minecraft/dimension/overworld.json similarity index 100% rename from src/main/resources/cuboid_flat/data/minecraft/dimension/overworld.json rename to src/main/resources/datapacks/cuboid_flat/data/minecraft/dimension/overworld.json diff --git a/src/main/resources/cuboid_flat/data/minecraft/dimension_type/cuboid_overworld.json b/src/main/resources/datapacks/cuboid_flat/data/minecraft/dimension_type/cuboid_overworld.json similarity index 100% rename from src/main/resources/cuboid_flat/data/minecraft/dimension_type/cuboid_overworld.json rename to src/main/resources/datapacks/cuboid_flat/data/minecraft/dimension_type/cuboid_overworld.json diff --git a/src/main/resources/datapacks/cuboid_flat/pack.mcmeta b/src/main/resources/datapacks/cuboid_flat/pack.mcmeta new file mode 100644 index 0000000..1d13b97 --- /dev/null +++ b/src/main/resources/datapacks/cuboid_flat/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "description": ["",{"text":"Cuboid Outpost - Custom Worlds","color":"gray"}], + "pack_format": 15 + } +} diff --git a/src/main/resources/cuboid_flat/data/cuboidmod/structures/cuboidhouse.nbt b/src/main/resources/datapacks/cuboid_house/data/cuboidmod/structures/cuboidhouse.nbt similarity index 100% rename from src/main/resources/cuboid_flat/data/cuboidmod/structures/cuboidhouse.nbt rename to src/main/resources/datapacks/cuboid_house/data/cuboidmod/structures/cuboidhouse.nbt diff --git a/src/main/resources/cuboid_flat/data/cuboidmod/tags/worldgen/biome/has_structure/cuboidhouse.json b/src/main/resources/datapacks/cuboid_house/data/cuboidmod/tags/worldgen/biome/has_structure/cuboidhouse.json similarity index 100% rename from src/main/resources/cuboid_flat/data/cuboidmod/tags/worldgen/biome/has_structure/cuboidhouse.json rename to src/main/resources/datapacks/cuboid_house/data/cuboidmod/tags/worldgen/biome/has_structure/cuboidhouse.json diff --git a/src/main/resources/cuboid_flat/data/cuboidmod/worldgen/biome/snowy_plains.json b/src/main/resources/datapacks/cuboid_house/data/cuboidmod/worldgen/biome/snowy_plains.json similarity index 100% rename from src/main/resources/cuboid_flat/data/cuboidmod/worldgen/biome/snowy_plains.json rename to src/main/resources/datapacks/cuboid_house/data/cuboidmod/worldgen/biome/snowy_plains.json diff --git a/src/main/resources/cuboid_flat/data/cuboidmod/worldgen/structure/cuboidhouse.json b/src/main/resources/datapacks/cuboid_house/data/cuboidmod/worldgen/structure/cuboidhouse.json similarity index 100% rename from src/main/resources/cuboid_flat/data/cuboidmod/worldgen/structure/cuboidhouse.json rename to src/main/resources/datapacks/cuboid_house/data/cuboidmod/worldgen/structure/cuboidhouse.json diff --git a/src/main/resources/cuboid_flat/data/cuboidmod/worldgen/structure_set/cuboidhouse.json b/src/main/resources/datapacks/cuboid_house/data/cuboidmod/worldgen/structure_set/cuboidhouse.json similarity index 100% rename from src/main/resources/cuboid_flat/data/cuboidmod/worldgen/structure_set/cuboidhouse.json rename to src/main/resources/datapacks/cuboid_house/data/cuboidmod/worldgen/structure_set/cuboidhouse.json diff --git a/src/main/resources/cuboid_flat/data/cuboidmod/worldgen/template_pool/cuboidhouse/start_pool.json b/src/main/resources/datapacks/cuboid_house/data/cuboidmod/worldgen/template_pool/cuboidhouse/start_pool.json similarity index 100% rename from src/main/resources/cuboid_flat/data/cuboidmod/worldgen/template_pool/cuboidhouse/start_pool.json rename to src/main/resources/datapacks/cuboid_house/data/cuboidmod/worldgen/template_pool/cuboidhouse/start_pool.json diff --git a/src/main/resources/datapacks/cuboid_house/pack.mcmeta b/src/main/resources/datapacks/cuboid_house/pack.mcmeta new file mode 100644 index 0000000..0ebbd57 --- /dev/null +++ b/src/main/resources/datapacks/cuboid_house/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "description": ["",{"text":"Cuboid Outpost - House","color":"gray"}], + "pack_format": 15 + } +} diff --git a/src/main/resources/pack.mcmeta b/src/main/resources/pack.mcmeta index d39bd29..bdd1b1c 100644 --- a/src/main/resources/pack.mcmeta +++ b/src/main/resources/pack.mcmeta @@ -1,6 +1,6 @@ { "pack": { - "description": "CuboidDroid's ModPack Support Mod", - "pack_format": 10 + "description": "Cuboid Outpost - Support Mod", + "pack_format": 15 } }